2025-07-17T06:33:41.3672918Z Current runner version: '2.326.0' 2025-07-17T06:33:41.3943355Z Runner name: 'i-08e411e7dd7a68541' 2025-07-17T06:33:41.3944632Z Runner group name: 'default' 2025-07-17T06:33:41.3945907Z Machine name: 'EC2AMAZ-IFQ8336' 2025-07-17T06:33:41.3950248Z ##[group]GITHUB_TOKEN Permissions 2025-07-17T06:33:41.3953275Z Contents: read 2025-07-17T06:33:41.3954107Z Metadata: read 2025-07-17T06:33:41.3954921Z ##[endgroup] 2025-07-17T06:33:41.3957706Z Secret source: Actions 2025-07-17T06:33:41.3958882Z Prepare workflow directory 2025-07-17T06:33:41.4502714Z Prepare all required actions 2025-07-17T06:33:41.4545501Z Getting action download info 2025-07-17T06:33:41.6301290Z Download action repository 'pytorch/test-infra@main' (SHA:a9ec424ad5e5851e47d68139cfd953b4031778d5) 2025-07-17T06:34:23.0430246Z Download action repository 'pytorch/pytorch@main' (SHA:a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:34:55.0549289Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-17T06:34:55.5132553Z Getting action download info 2025-07-17T06:34:55.6283577Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-17T06:34:55.8654548Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/heads/main (a38f433be2e94a64b095a44ba39879d02d0c2316) 2025-07-17T06:34:55.8659057Z ##[group] Inputs 2025-07-17T06:34:55.8659347Z build-environment: win-vs2022-cpu-py3 2025-07-17T06:34:55.8659642Z cuda-version: cpu 2025-07-17T06:34:55.8660159Z use-xpu: false 2025-07-17T06:34:55.8660365Z xpu-version: 2025-07-17T06:34:55.8660548Z vc-year: 2022 2025-07-17T06:34:55.8660747Z build-with-debug: false 2025-07-17T06:34:55.8660962Z sync-tag: 2025-07-17T06:34:55.8662440Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2025-07-17T06:34:55.8663884Z runner: windows.4xlarge.nonephemeral 2025-07-17T06:34:55.8664168Z ##[endgroup] 2025-07-17T06:34:55.8664396Z Complete job name: win-vs2022-cpu-py3 / build 2025-07-17T06:34:56.0257039Z ##[group]Run git config --global core.longpaths true 2025-07-17T06:34:56.0257607Z git config --global core.longpaths true 2025-07-17T06:34:56.0257934Z git config --global core.symlinks true 2025-07-17T06:34:56.0258260Z  2025-07-17T06:34:56.0258653Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2025-07-17T06:34:56.0259199Z # the directory on Windows and prevent GHA from checking out as reported 2025-07-17T06:34:56.0259669Z # in https://github.com/actions/checkout/issues/1018 2025-07-17T06:34:56.0260030Z git config --global core.fsmonitor false 2025-07-17T06:34:56.0285431Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:56.0286146Z env: 2025-07-17T06:34:56.0286328Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:56.0286565Z ##[endgroup] 2025-07-17T06:34:57.4128029Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-07-17T06:34:57.4128571Z env: 2025-07-17T06:34:57.4128755Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:57.4129130Z ##[endgroup] 2025-07-17T06:34:57.4280871Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-17T06:34:57.4281630Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-17T06:34:57.4312191Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-07-17T06:34:57.4312725Z # handle tool 2025-07-17T06:34:57.4313311Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-07-17T06:34:57.4315539Z Foreach ($process In $processes) { 2025-07-17T06:34:57.4315817Z  Try { 2025-07-17T06:34:57.4316358Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-07-17T06:34:57.4317028Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-07-17T06:34:57.4317413Z  } 2025-07-17T06:34:57.4317588Z  Catch { 2025-07-17T06:34:57.4317895Z  Write-Output "No leftover $process process, continuing" 2025-07-17T06:34:57.4318254Z  Write-Output $_ 2025-07-17T06:34:57.4318470Z  } 2025-07-17T06:34:57.4318650Z } 2025-07-17T06:34:57.4318807Z  2025-07-17T06:34:57.4319367Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-07-17T06:34:57.4320399Z # for hung processes 2025-07-17T06:34:57.4320891Z Foreach ($process In $processes) { 2025-07-17T06:34:57.4321232Z  Try { 2025-07-17T06:34:57.4321616Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-07-17T06:34:57.4322052Z  } 2025-07-17T06:34:57.4322226Z  Catch { 2025-07-17T06:34:57.4322436Z  Write-Output $_ 2025-07-17T06:34:57.4322645Z  } 2025-07-17T06:34:57.4322831Z } 2025-07-17T06:34:57.4323002Z  2025-07-17T06:34:57.4323174Z Try { 2025-07-17T06:34:57.4323390Z  # Print all the processes for debugging 2025-07-17T06:34:57.4323890Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-07-17T06:34:57.4324291Z } 2025-07-17T06:34:57.4324459Z Catch { 2025-07-17T06:34:57.4324837Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-07-17T06:34:57.4325291Z  Write-Output $_ 2025-07-17T06:34:57.4325517Z } 2025-07-17T06:34:57.4342255Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T06:34:57.4342705Z env: 2025-07-17T06:34:57.4342892Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:57.4343110Z ##[endgroup] 2025-07-17T06:34:57.7993573Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T06:34:57.8054646Z Finished 2025-07-17T06:34:58.2702639Z No leftover python process, continuing 2025-07-17T06:34:58.3161307Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3161990Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3162615Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3163016Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3163487Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3164351Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3164933Z 2025-07-17T06:34:58.3181004Z No leftover ninja process, continuing 2025-07-17T06:34:58.3188556Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3189264Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3189804Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3190209Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3190677Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3191445Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3192065Z 2025-07-17T06:34:58.3204701Z No leftover cl process, continuing 2025-07-17T06:34:58.3214931Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3215625Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3216160Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3216558Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3216997Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3217836Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3218401Z 2025-07-17T06:34:58.3229726Z No leftover nvcc process, continuing 2025-07-17T06:34:58.3239485Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3240172Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3240734Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3241135Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3241654Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3242434Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3243001Z 2025-07-17T06:34:58.3270374Z No leftover sccache process, continuing 2025-07-17T06:34:58.3280554Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3281260Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3281808Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3282193Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3282699Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3283546Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3284115Z 2025-07-17T06:34:58.3293623Z No leftover git process, continuing 2025-07-17T06:34:58.3303332Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-07-17T06:34:58.3304071Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:9 char:5 2025-07-17T06:34:58.3304607Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T06:34:58.3305005Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3305477Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-07-17T06:34:58.3306241Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T06:34:58.3306830Z 2025-07-17T06:34:58.3558478Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {4590F811-1D3A-11D0-891F-00AA004B2E24} 2025-07-17T06:34:58.3559327Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3559937Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3560458Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3561043Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3561451Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3561871Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3562525Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3563430Z 2025-07-17T06:34:58.3606340Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3607162Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3607733Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3608169Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3608755Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3609180Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3609584Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3610245Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3610823Z 2025-07-17T06:34:58.3633736Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3634618Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3635189Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3635651Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3636222Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3636635Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3637060Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3637725Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3638266Z 2025-07-17T06:34:58.3663834Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3664699Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3665285Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3665724Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3666270Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3666686Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3667094Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3667775Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3668299Z 2025-07-17T06:34:58.3693463Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3694317Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3695068Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3695551Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3696082Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3696507Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3696930Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3697578Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3698114Z 2025-07-17T06:34:58.3719943Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3720794Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3721919Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3722378Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3722921Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3723339Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3723757Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3724420Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3724949Z 2025-07-17T06:34:58.3746909Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2025-07-17T06:34:58.3747740Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2025-07-17T06:34:58.3748330Z deletion. (Exception from HRESULT: 0x800703FA). 2025-07-17T06:34:58.3748795Z At C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1:21 char:6 2025-07-17T06:34:58.3749331Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T06:34:58.3749751Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T06:34:58.3750157Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2025-07-17T06:34:58.3750819Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2025-07-17T06:34:58.3751340Z 2025-07-17T06:34:58.5466872Z Caption CommandLine ProcessId 2025-07-17T06:34:58.5467413Z 2025-07-17T06:34:58.5467788Z System Idle Process 0 2025-07-17T06:34:58.5468212Z 2025-07-17T06:34:58.5468679Z System 4 2025-07-17T06:34:58.5469061Z 2025-07-17T06:34:58.5469494Z Registry 168 2025-07-17T06:34:58.5469881Z 2025-07-17T06:34:58.5470623Z smss.exe 408 2025-07-17T06:34:58.5471578Z 2025-07-17T06:34:58.5471855Z csrss.exe 516 2025-07-17T06:34:58.5472225Z 2025-07-17T06:34:58.5472736Z csrss.exe 592 2025-07-17T06:34:58.5473120Z 2025-07-17T06:34:58.5473934Z wininit.exe 644 2025-07-17T06:34:58.5474317Z 2025-07-17T06:34:58.5475110Z winlogon.exe winlogon.exe 664 2025-07-17T06:34:58.5475548Z 2025-07-17T06:34:58.5476157Z services.exe 736 2025-07-17T06:34:58.5476543Z 2025-07-17T06:34:58.5477819Z lsass.exe C:\Windows\system32\lsass.exe 756 2025-07-17T06:34:58.5478301Z 2025-07-17T06:34:58.5478819Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 884 2025-07-17T06:34:58.5479387Z 2025-07-17T06:34:58.5479832Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 908 2025-07-17T06:34:58.5480447Z 2025-07-17T06:34:58.5480817Z fontdrvhost.exe "fontdrvhost.exe" 932 2025-07-17T06:34:58.5481333Z 2025-07-17T06:34:58.5481755Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-07-17T06:34:58.5482242Z 2025-07-17T06:34:58.5483515Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 120 2025-07-17T06:34:58.5484077Z 2025-07-17T06:34:58.5484993Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2025-07-17T06:34:58.5485548Z 2025-07-17T06:34:58.5486023Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2025-07-17T06:34:58.5486601Z 2025-07-17T06:34:58.5487165Z dwm.exe "dwm.exe" 1104 2025-07-17T06:34:58.5487578Z 2025-07-17T06:34:58.5488551Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1116 2025-07-17T06:34:58.5489352Z 2025-07-17T06:34:58.5489924Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1252 2025-07-17T06:34:58.5490590Z 2025-07-17T06:34:58.5491049Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1336 2025-07-17T06:34:58.5491610Z 2025-07-17T06:34:58.5492159Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1364 2025-07-17T06:34:58.5492797Z 2025-07-17T06:34:58.5493237Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1388 2025-07-17T06:34:58.5493779Z 2025-07-17T06:34:58.5494265Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1436 2025-07-17T06:34:58.5494847Z 2025-07-17T06:34:58.5495310Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1468 2025-07-17T06:34:58.5495872Z 2025-07-17T06:34:58.5497697Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1484 2025-07-17T06:34:58.5499532Z 2025-07-17T06:34:58.5500020Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1536 2025-07-17T06:34:58.5500667Z 2025-07-17T06:34:58.5501126Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1636 2025-07-17T06:34:58.5501669Z 2025-07-17T06:34:58.5502125Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1644 2025-07-17T06:34:58.5502679Z 2025-07-17T06:34:58.5503186Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1656 2025-07-17T06:34:58.5503764Z 2025-07-17T06:34:58.5504356Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1780 2025-07-17T06:34:58.5505031Z 2025-07-17T06:34:58.5505492Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1812 2025-07-17T06:34:58.5506522Z 2025-07-17T06:34:58.5507564Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1868 2025-07-17T06:34:58.5508514Z 2025-07-17T06:34:58.5509323Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1876 2025-07-17T06:34:58.5510131Z 2025-07-17T06:34:58.5510761Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1948 2025-07-17T06:34:58.5511963Z 2025-07-17T06:34:58.5512470Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2008 2025-07-17T06:34:58.5513072Z 2025-07-17T06:34:58.5513564Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1188 2025-07-17T06:34:58.5514148Z 2025-07-17T06:34:58.5514684Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 1980 2025-07-17T06:34:58.5515307Z 2025-07-17T06:34:58.5515842Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2088 2025-07-17T06:34:58.5516474Z 2025-07-17T06:34:58.5517055Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-07-17T06:34:58.5517716Z 2025-07-17T06:34:58.5518641Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2296 2025-07-17T06:34:58.5519226Z 2025-07-17T06:34:58.5519711Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2536 2025-07-17T06:34:58.5520268Z 2025-07-17T06:34:58.5520729Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2572 2025-07-17T06:34:58.5521328Z 2025-07-17T06:34:58.5521803Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2596 2025-07-17T06:34:58.5522356Z 2025-07-17T06:34:58.5522831Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2680 2025-07-17T06:34:58.5523380Z 2025-07-17T06:34:58.5523935Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2688 2025-07-17T06:34:58.5524595Z 2025-07-17T06:34:58.5525091Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2696 2025-07-17T06:34:58.5525670Z 2025-07-17T06:34:58.5526219Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2704 2025-07-17T06:34:58.5526867Z 2025-07-17T06:34:58.5527435Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2712 2025-07-17T06:34:58.5528024Z 2025-07-17T06:34:58.5528563Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2728 2025-07-17T06:34:58.5529207Z 2025-07-17T06:34:58.5529692Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2736 2025-07-17T06:34:58.5530264Z 2025-07-17T06:34:58.5530743Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2748 2025-07-17T06:34:58.5531354Z 2025-07-17T06:34:58.5532018Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2980 2025-07-17T06:34:58.5532717Z 2025-07-17T06:34:58.5533110Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3020 2025-07-17T06:34:58.5533584Z 2025-07-17T06:34:58.5534069Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3052 2025-07-17T06:34:58.5534614Z 2025-07-17T06:34:58.5535091Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3100 2025-07-17T06:34:58.5535654Z 2025-07-17T06:34:58.5536364Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3120 2025-07-17T06:34:58.5537083Z 2025-07-17T06:34:58.5537694Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3504 2025-07-17T06:34:58.5538439Z 2025-07-17T06:34:58.5538851Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3596 2025-07-17T06:34:58.5539356Z 2025-07-17T06:34:58.5539918Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 3996 2025-07-17T06:34:58.5540569Z 2025-07-17T06:34:58.5541047Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4244 2025-07-17T06:34:58.5541627Z 2025-07-17T06:34:58.5543331Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4384 2025-07-17T06:34:58.5545066Z 2025-07-17T06:34:58.5545753Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4520 2025-07-17T06:34:58.5546536Z 2025-07-17T06:34:58.5546952Z vds.exe C:\Windows\System32\vds.exe 2660 2025-07-17T06:34:58.5547395Z 2025-07-17T06:34:58.5547980Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2104 2025-07-17T06:34:58.5548657Z 2025-07-17T06:34:58.5549376Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4536 2025-07-17T06:34:58.5550211Z 2025-07-17T06:34:58.5551745Z 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 2896 2025-07-17T06:34:58.5553332Z 2025-07-17T06:34:58.5553772Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4164 2025-07-17T06:34:58.5554291Z 2025-07-17T06:34:58.5554802Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1456 2025-07-17T06:34:58.5555393Z 2025-07-17T06:34:58.5555981Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 3092 2025-07-17T06:34:58.5556650Z 2025-07-17T06:34:58.5557236Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1920 2025-07-17T06:34:58.5557908Z 2025-07-17T06:34:58.5558353Z msdtc.exe C:\Windows\System32\msdtc.exe 4208 2025-07-17T06:34:58.5558816Z 2025-07-17T06:34:58.5559366Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3204 2025-07-17T06:34:58.5560045Z 2025-07-17T06:34:58.5560601Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4960 2025-07-17T06:34:58.5561144Z 2025-07-17T06:34:58.5561606Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s wuauserv 1820 2025-07-17T06:34:58.5562160Z 2025-07-17T06:34:58.5562682Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 1372 2025-07-17T06:34:58.5563299Z 2025-07-17T06:34:58.5563794Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 5032 2025-07-17T06:34:58.5564383Z 2025-07-17T06:34:58.5564786Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3900 2025-07-17T06:34:58.5565268Z 2025-07-17T06:34:58.5565788Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 968 2025-07-17T06:34:58.5566377Z 2025-07-17T06:34:58.5566940Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3216 2025-07-17T06:34:58.5567503Z 2025-07-17T06:34:58.5567986Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4352 2025-07-17T06:34:58.5568831Z 2025-07-17T06:34:58.5569236Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4824 2025-07-17T06:34:58.5569727Z 2025-07-17T06:34:58.5570202Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1448 2025-07-17T06:34:58.5570779Z 2025-07-17T06:34:58.5571328Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 3752 2025-07-17T06:34:58.5571958Z 2025-07-17T06:34:58.5572479Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2296 2308 4016 2025-07-17T06:34:58.5573088Z 2025-07-17T06:34:58.5573494Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2612 2025-07-17T06:34:58.5573974Z 2025-07-17T06:34:58.5574832Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\963aafff-fd10-4d6c-a615-d0e4f00083a1.ps1'" 2904 2025-07-17T06:34:58.5575703Z 2025-07-17T06:34:58.5576280Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 784 2025-07-17T06:34:58.5576933Z 2025-07-17T06:34:58.5577392Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1940 2025-07-17T06:34:58.5577999Z 2025-07-17T06:34:58.5578003Z 2025-07-17T06:34:58.5578008Z 2025-07-17T06:34:58.5847776Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2025-07-17T06:34:58.5848174Z with: 2025-07-17T06:34:58.5848805Z github-secret: *** 2025-07-17T06:34:58.5850697Z 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\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2025-07-17T06:34:58.5853312Z activate-with-label: false 2025-07-17T06:34:58.5853542Z label: with-ssh 2025-07-17T06:34:58.5853752Z remove-existing-keys: true 2025-07-17T06:34:58.5853980Z fail-silently: true 2025-07-17T06:34:58.5854168Z env: 2025-07-17T06:34:58.5854381Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:58.5854584Z ##[endgroup] 2025-07-17T06:34:58.7409743Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-17T06:34:58.7410560Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-07-17T06:34:58.7633378Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2025-07-17T06:34:58.7633764Z with: 2025-07-17T06:34:58.7633936Z no-sudo: true 2025-07-17T06:34:58.7634122Z submodules: recursive 2025-07-17T06:34:58.7634328Z fetch-depth: 0 2025-07-17T06:34:58.7634502Z env: 2025-07-17T06:34:58.7634662Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:58.7634884Z ##[endgroup] 2025-07-17T06:34:58.7714787Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:58.7715623Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-07-17T06:34:58.7734943Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:58.7735351Z env: 2025-07-17T06:34:58.7735522Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:58.7735742Z ##[endgroup] 2025-07-17T06:34:58.8144091Z ##[group]Run # Use all available CPUs for fetching 2025-07-17T06:34:58.8144461Z # Use all available CPUs for fetching 2025-07-17T06:34:58.8144743Z cd "${GITHUB_WORKSPACE}" 2025-07-17T06:34:58.8145033Z git config --global fetch.parallel 0 2025-07-17T06:34:58.8145353Z git config --global submodule.fetchJobs 0 2025-07-17T06:34:58.8145658Z  2025-07-17T06:34:58.8145948Z # Clean workspace. The default checkout action should also do this, but 2025-07-17T06:34:58.8146363Z # do it here as well just in case 2025-07-17T06:34:58.8146629Z if [[ -d .git ]]; then 2025-07-17T06:34:58.8146864Z  if [ -z "${NO_SUDO}" ]; then 2025-07-17T06:34:58.8147119Z  sudo git clean -ffdx 2025-07-17T06:34:58.8147351Z  else 2025-07-17T06:34:58.8147544Z  git clean -ffdx 2025-07-17T06:34:58.8147758Z  fi 2025-07-17T06:34:58.8147929Z fi 2025-07-17T06:34:58.8166994Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:34:58.8167412Z env: 2025-07-17T06:34:58.8167598Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:58.8167926Z NO_SUDO: true 2025-07-17T06:34:58.8168246Z ##[endgroup] 2025-07-17T06:34:58.9084078Z ##[group]Run actions/checkout@v4 2025-07-17T06:34:58.9084326Z with: 2025-07-17T06:34:58.9085163Z ref: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:34:58.9085447Z fetch-depth: 0 2025-07-17T06:34:58.9085630Z submodules: recursive 2025-07-17T06:34:58.9085837Z show-progress: false 2025-07-17T06:34:58.9086044Z repository: pytorch/pytorch 2025-07-17T06:34:58.9086422Z token: *** 2025-07-17T06:34:58.9086603Z ssh-strict: true 2025-07-17T06:34:58.9086780Z ssh-user: git 2025-07-17T06:34:58.9086971Z persist-credentials: true 2025-07-17T06:34:58.9087178Z clean: true 2025-07-17T06:34:58.9087372Z sparse-checkout-cone-mode: true 2025-07-17T06:34:58.9087613Z fetch-tags: false 2025-07-17T06:34:58.9087802Z lfs: false 2025-07-17T06:34:58.9087973Z set-safe-directory: true 2025-07-17T06:34:58.9088188Z env: 2025-07-17T06:34:58.9088501Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:34:58.9088719Z ##[endgroup] 2025-07-17T06:34:59.0394978Z Syncing repository: pytorch/pytorch 2025-07-17T06:34:59.0396280Z ##[group]Getting Git version info 2025-07-17T06:34:59.0396687Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2025-07-17T06:34:59.0477262Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T06:34:59.0683620Z git version 2.49.0.windows.1 2025-07-17T06:34:59.0729809Z ##[endgroup] 2025-07-17T06:34:59.0741151Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\0c9ae5f7-df07-47d4-8f9d-8aa81e614ff8\.gitconfig' 2025-07-17T06:34:59.0758703Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0c9ae5f7-df07-47d4-8f9d-8aa81e614ff8' before making global git config changes 2025-07-17T06:34:59.0761316Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T06:34:59.0769044Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:34:59.1018141Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2025-07-17T06:34:59.1018818Z ##[group]Initializing the repository 2025-07-17T06:34:59.1019276Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:34:59.1405348Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2025-07-17T06:34:59.1449553Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2025-07-17T06:34:59.1720252Z ##[endgroup] 2025-07-17T06:34:59.1720641Z ##[group]Disabling automatic garbage collection 2025-07-17T06:34:59.1731618Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-17T06:34:59.1962186Z ##[endgroup] 2025-07-17T06:34:59.1962567Z ##[group]Setting up auth 2025-07-17T06:34:59.1979961Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T06:34:59.2205948Z [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-07-17T06:35:00.5115910Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T06:35:00.5362237Z [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-07-17T06:35:00.9152027Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T06:35:00.9386651Z ##[endgroup] 2025-07-17T06:35:00.9387124Z ##[group]Fetching the repository 2025-07-17T06:35:00.9401305Z [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-07-17T06:35:58.3677092Z From https://github.com/pytorch/pytorch 2025-07-17T06:35:58.3677550Z * [new branch] 2.6.0.dev20241004+ -> origin/2.6.0.dev20241004+ 2025-07-17T06:35:58.3678284Z * [new branch] 20250616_dtype_docs -> origin/20250616_dtype_docs 2025-07-17T06:35:58.3678837Z * [new branch] HDCharles-2.6.0-release-notes -> origin/HDCharles-2.6.0-release-notes 2025-07-17T06:35:58.3679532Z * [new branch] JackCaoG/dynamo_make_fx_non_core_aten_ops -> origin/JackCaoG/dynamo_make_fx_non_core_aten_ops 2025-07-17T06:35:58.3680173Z * [new branch] PR-AOTInductorNoneBug -> origin/PR-AOTInductorNoneBug 2025-07-17T06:35:58.3680801Z * [new branch] PR-AOTInductorNoneBugFix -> origin/PR-AOTInductorNoneBugFix 2025-07-17T06:35:58.3681374Z * [new branch] PR-FixConfigsIssue -> origin/PR-FixConfigsIssue 2025-07-17T06:35:58.3681888Z * [new branch] PR-NoneBugFix-viable -> origin/PR-NoneBugFix-viable 2025-07-17T06:35:58.3682371Z * [new branch] PR-ResetToZero -> origin/PR-ResetToZero 2025-07-17T06:35:58.3682888Z * [new branch] Update-Flash-Packaging -> origin/Update-Flash-Packaging 2025-07-17T06:35:58.3683394Z * [new branch] ZainRizvi-patch-1 -> origin/ZainRizvi-patch-1 2025-07-17T06:35:58.3683962Z * [new branch] add-missing-args-normalization -> origin/add-missing-args-normalization 2025-07-17T06:35:58.3684538Z * [new branch] addUtilForLinuxBuild -> origin/addUtilForLinuxBuild 2025-07-17T06:35:58.3685058Z * [new branch] add_windows_testing_back -> origin/add_windows_testing_back 2025-07-17T06:35:58.3686215Z * [new branch] addmm-heuristic -> origin/addmm-heuristic 2025-07-17T06:35:58.3686730Z * [new branch] addsimde -> origin/addsimde 2025-07-17T06:35:58.3687179Z * [new branch] adi/test -> origin/adi/test 2025-07-17T06:35:58.3687594Z * [new branch] adi/test_fusions -> origin/adi/test_fusions 2025-07-17T06:35:58.3688076Z * [new branch] adi/test_presve_change -> origin/adi/test_presve_change 2025-07-17T06:35:58.3688566Z * [new branch] adi/testpresve_change -> origin/adi/testpresve_change 2025-07-17T06:35:58.3689060Z * [new branch] adi/update_openblas -> origin/adi/update_openblas 2025-07-17T06:35:58.3689559Z * [new branch] aditew01/test/vec_bf16 -> origin/aditew01/test/vec_bf16 2025-07-17T06:35:58.3690086Z * [new branch] ah-globalfeedback-hook -> origin/ah-globalfeedback-hook 2025-07-17T06:35:58.3690595Z * [new branch] albanD-patch-1 -> origin/albanD-patch-1 2025-07-17T06:35:58.3691036Z * [new branch] alt-disable -> origin/alt-disable 2025-07-17T06:35:58.3691479Z * [new branch] angelayi/155426 -> origin/angelayi/155426 2025-07-17T06:35:58.3691919Z * [new branch] angelayi/157183 -> origin/angelayi/157183 2025-07-17T06:35:58.3692477Z * [new branch] angelayi/aoti_additional_files -> origin/angelayi/aoti_additional_files 2025-07-17T06:35:58.3693091Z * [new branch] angelayi/aoti_custom_op -> origin/angelayi/aoti_custom_op 2025-07-17T06:35:58.3693586Z * [new branch] angelayi/benchmark -> origin/angelayi/benchmark 2025-07-17T06:35:58.3694076Z * [new branch] angelayi/benchmark2 -> origin/angelayi/benchmark2 2025-07-17T06:35:58.3694662Z * [new branch] angelayi/change_pytree_serialization -> origin/angelayi/change_pytree_serialization 2025-07-17T06:35:58.3695258Z * [new branch] angelayi/cpp_loader -> origin/angelayi/cpp_loader 2025-07-17T06:35:58.3695736Z * [new branch] angelayi/customop -> origin/angelayi/customop 2025-07-17T06:35:58.3696186Z * [new branch] angelayi/del_lib -> origin/angelayi/del_lib 2025-07-17T06:35:58.3696750Z * [new branch] angelayi/docs -> origin/angelayi/docs 2025-07-17T06:35:58.3697176Z * [new branch] angelayi/docs2 -> origin/angelayi/docs2 2025-07-17T06:35:58.3697677Z * [new branch] angelayi/dynamo_fake_input -> origin/angelayi/dynamo_fake_input 2025-07-17T06:35:58.3698188Z * [new branch] angelayi/errmsg -> origin/angelayi/errmsg 2025-07-17T06:35:58.3698704Z * [new branch] angelayi/fake_device -> origin/angelayi/fake_device 2025-07-17T06:35:58.3699280Z * [new branch] angelayi/int_lift_constants -> origin/angelayi/int_lift_constants 2025-07-17T06:35:58.3699795Z * [new branch] angelayi/logging.bak -> origin/angelayi/logging.bak 2025-07-17T06:35:58.3700278Z * [new branch] angelayi/logging2 -> origin/angelayi/logging2 2025-07-17T06:35:58.3700761Z * [new branch] angelayi/no_so_weight -> origin/angelayi/no_so_weight 2025-07-17T06:35:58.3701228Z * [new branch] angelayi/pytree -> origin/angelayi/pytree 2025-07-17T06:35:58.5848511Z * [new branch] angelayi/scan_layers -> origin/angelayi/scan_layers 2025-07-17T06:35:58.5849080Z * [new branch] angelayi/symint_input -> origin/angelayi/symint_input 2025-07-17T06:35:58.5849590Z * [new branch] angelayi/torch_size -> origin/angelayi/torch_size 2025-07-17T06:35:58.5850110Z * [new branch] angelayi/torchgenooops -> origin/angelayi/torchgenooops 2025-07-17T06:35:58.5850845Z * [new branch] angelayi/update_schema_msg -> origin/angelayi/update_schema_msg 2025-07-17T06:35:58.5851427Z * [new branch] aoti_static_linkage -> origin/aoti_static_linkage 2025-07-17T06:35:58.5852093Z * [new branch] atalman-inductor-perf-cu124 -> origin/atalman-inductor-perf-cu124 2025-07-17T06:35:58.5852785Z * [new branch] atalman-inductor-perf-cu124.1 -> origin/atalman-inductor-perf-cu124.1 2025-07-17T06:35:58.5853334Z * [new branch] atalman-patch-1 -> origin/atalman-patch-1 2025-07-17T06:35:58.5853788Z * [new branch] atalman-patch-2 -> origin/atalman-patch-2 2025-07-17T06:35:58.5854254Z * [new branch] atalman-patch-3 -> origin/atalman-patch-3 2025-07-17T06:35:58.5854702Z * [new branch] atalman-patch-4 -> origin/atalman-patch-4 2025-07-17T06:35:58.5855153Z * [new branch] atalman-patch-5 -> origin/atalman-patch-5 2025-07-17T06:35:58.5855603Z * [new branch] atalman-patch-6 -> origin/atalman-patch-6 2025-07-17T06:35:58.5856053Z * [new branch] atalman-patch-7 -> origin/atalman-patch-7 2025-07-17T06:35:58.5856513Z * [new branch] atalman-patch-8 -> origin/atalman-patch-8 2025-07-17T06:35:58.5856985Z * [new branch] atalman_inductor_2.3.0 -> origin/atalman_inductor_2.3.0 2025-07-17T06:35:58.5857487Z * [new branch] atalman_inductor_2.3.1 -> origin/atalman_inductor_2.3.1 2025-07-17T06:35:58.5857978Z * [new branch] atalman_inductor_2.4.0 -> origin/atalman_inductor_2.4.0 2025-07-17T06:35:58.5858462Z * [new branch] atalman_inductor_2.4.x -> origin/atalman_inductor_2.4.x 2025-07-17T06:35:58.5858920Z * [new branch] base/1.5 -> origin/base/1.5 2025-07-17T06:35:58.5859442Z * [new branch] batching_sdpa_efficient_attention -> origin/batching_sdpa_efficient_attention 2025-07-17T06:35:58.5860006Z * [new branch] benchmark-updates -> origin/benchmark-updates 2025-07-17T06:35:58.5860508Z * [new branch] benchmarking-script -> origin/benchmarking-script 2025-07-17T06:35:58.5861207Z * [new branch] benjaminglass1/mark-large-tensor-tests-serial -> origin/benjaminglass1/mark-large-tensor-tests-serial 2025-07-17T06:35:58.5862055Z * [new branch] bertmaher/pinbump26 -> origin/bertmaher/pinbump26 2025-07-17T06:35:58.5862531Z * [new branch] bertrand/cutlass -> origin/bertrand/cutlass 2025-07-17T06:35:58.5863016Z * [new branch] bf/cg-capture-size -> origin/bf/cg-capture-size 2025-07-17T06:35:58.5863487Z * [new branch] bf/cg-remove-check -> origin/bf/cg-remove-check 2025-07-17T06:35:58.5864029Z * [new branch] bf/cudagraph -> origin/bf/cudagraph 2025-07-17T06:35:58.5864613Z * [new branch] bf/cudagraph-disable-input-mutation -> origin/bf/cudagraph-disable-input-mutation 2025-07-17T06:35:58.5865530Z * [new branch] bf/cudagraph-enable-input-mutation-support-benchmark -> origin/bf/cudagraph-enable-input-mutation-support-benchmark 2025-07-17T06:35:58.5866357Z * [new branch] bf/cudagraph-partition -> origin/bf/cudagraph-partition 2025-07-17T06:35:58.5866899Z * [new branch] bf/donated-buffer-bench -> origin/bf/donated-buffer-bench 2025-07-17T06:35:58.5867429Z * [new branch] bf/kernel-benchmark -> origin/bf/kernel-benchmark 2025-07-17T06:35:58.5867943Z * [new branch] bf/partition-move-cpu -> origin/bf/partition-move-cpu 2025-07-17T06:35:58.5868444Z * [new branch] bf/partition-turn-on -> origin/bf/partition-turn-on 2025-07-17T06:35:58.5869066Z * [new branch] bf/recompile-context -> origin/bf/recompile-context 2025-07-17T06:35:58.5869599Z * [new branch] bf/reduce-scatter-copy-in -> origin/bf/reduce-scatter-copy-in 2025-07-17T06:35:58.5870141Z * [new branch] bf/remove-check-55b0c39d -> origin/bf/remove-check-55b0c39d 2025-07-17T06:35:58.5870623Z * [new branch] bf16adamw -> origin/bf16adamw 2025-07-17T06:35:58.5871113Z * [new branch] bisect_perf_hf_T5_3acc6eac492 -> origin/bisect_perf_hf_T5_3acc6eac492 2025-07-17T06:35:58.5871675Z * [new branch] bisect_perf_hf_T5_3fcf66f61fb -> origin/bisect_perf_hf_T5_3fcf66f61fb 2025-07-17T06:35:58.5872212Z * [new branch] bisect_perf_hf_T5_4009d154129 -> origin/bisect_perf_hf_T5_4009d154129 2025-07-17T06:35:58.5872747Z * [new branch] bisect_perf_hf_T5_40d0740e73d -> origin/bisect_perf_hf_T5_40d0740e73d 2025-07-17T06:35:58.7062957Z * [new branch] bisect_perf_hf_T5_5268754e -> origin/bisect_perf_hf_T5_5268754e 2025-07-17T06:35:58.7063563Z * [new branch] bisect_perf_hf_T5_7d89a8d385c -> origin/bisect_perf_hf_T5_7d89a8d385c 2025-07-17T06:35:58.7064127Z * [new branch] bisect_perf_hf_T5_b7a25c1ee7c -> origin/bisect_perf_hf_T5_b7a25c1ee7c 2025-07-17T06:35:58.7064671Z * [new branch] bisect_perf_hf_T5_c25b201583f -> origin/bisect_perf_hf_T5_c25b201583f 2025-07-17T06:35:58.7065241Z * [new branch] bisect_perf_hf_T5_c93e57efac0 -> origin/bisect_perf_hf_T5_c93e57efac0 2025-07-17T06:35:58.7065785Z * [new branch] bisect_perf_hf_T5_ca9813ea149 -> origin/bisect_perf_hf_T5_ca9813ea149 2025-07-17T06:35:58.7066316Z * [new branch] bisect_perf_hf_T5_d65f194a -> origin/bisect_perf_hf_T5_d65f194a 2025-07-17T06:35:58.7066836Z * [new branch] bisect_perf_hf_T5_da94ab0b -> origin/bisect_perf_hf_T5_da94ab0b 2025-07-17T06:35:58.7067384Z * [new branch] bisect_perf_hf_T5_da94ab0b_new -> origin/bisect_perf_hf_T5_da94ab0b_new 2025-07-17T06:35:58.7067946Z * [new branch] bisect_perf_hf_T5_db4e8a1d8a8 -> origin/bisect_perf_hf_T5_db4e8a1d8a8 2025-07-17T06:35:58.7068500Z * [new branch] bisect_perf_hf_T5_e0d97e936a2 -> origin/bisect_perf_hf_T5_e0d97e936a2 2025-07-17T06:35:58.7069031Z * [new branch] bisect_perf_hf_T5_f23621ec563 -> origin/bisect_perf_hf_T5_f23621ec563 2025-07-17T06:35:58.7069729Z * [new branch] bit8_transpose_pack -> origin/bit8_transpose_pack 2025-07-17T06:35:58.7070239Z * [new branch] bowbao/bench_updates_stage -> origin/bowbao/bench_updates_stage 2025-07-17T06:35:58.7070766Z * [new branch] bowbao/dort_rewriter -> origin/bowbao/dort_rewriter 2025-07-17T06:35:58.7071241Z * [new branch] bowbao/wip_prs -> origin/bowbao/wip_prs 2025-07-17T06:35:58.7071775Z * [new branch] bowenbao/partial_min_max_reduce -> origin/bowenbao/partial_min_max_reduce 2025-07-17T06:35:58.7072358Z * [new branch] brister/always_wrapper_ir -> origin/brister/always_wrapper_ir 2025-07-17T06:35:58.7072887Z * [new branch] brister/test_block_ptr_same -> origin/brister/test_block_ptr_same 2025-07-17T06:35:58.7073504Z * [new branch] brister/tiled_reduction_no_numel_check -> origin/brister/tiled_reduction_no_numel_check 2025-07-17T06:35:58.7074277Z * [new branch] brister/wrapper_fx_precomputed_size -> origin/brister/wrapper_fx_precomputed_size 2025-07-17T06:35:58.7074826Z * [new branch] ca_0431d47eaa -> origin/ca_0431d47eaa 2025-07-17T06:35:58.7075274Z * [new branch] ca_fix_0431d47eaa -> origin/ca_fix_0431d47eaa 2025-07-17T06:35:58.7076306Z * [new branch] camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 -> origin/camyll/revert-94bc900da97ad7f3c35b3b819bb53b23c74b581a-for-release-2.8 2025-07-17T06:35:58.7077974Z * [new branch] camyll/test_precommit_hooks_lintrunner -> origin/camyll/test_precommit_hooks_lintrunner 2025-07-17T06:35:58.7078810Z * [new branch] camyllh/cherry-pick-155109-revert-to-release2.8 -> origin/camyllh/cherry-pick-155109-revert-to-release2.8 2025-07-17T06:35:58.7079647Z * [new branch] camyllh/cherrypick-151547-for-release28 -> origin/camyllh/cherrypick-151547-for-release28 2025-07-17T06:35:58.7080423Z * [new branch] camyllh/cherrypick_152932_for_release_2.8 -> origin/camyllh/cherrypick_152932_for_release_2.8 2025-07-17T06:35:58.7081131Z * [new branch] camyllh/revert-138222-in-release-2.8 -> origin/camyllh/revert-138222-in-release-2.8 2025-07-17T06:35:58.7081839Z * [new branch] camyllh/revert-155412-on-release-branch -> origin/camyllh/revert-155412-on-release-branch 2025-07-17T06:35:58.7082657Z * [new branch] camyllh/revert-156552-on-release-2.8 -> origin/camyllh/revert-156552-on-release-2.8 2025-07-17T06:35:58.7083323Z * [new branch] camyllh/revert_156517_on_release_2.8 -> origin/camyllh/revert_156517_on_release_2.8 2025-07-17T06:35:58.7083930Z * [new branch] camyllh/test_setup_hooks_push -> origin/camyllh/test_setup_hooks_push 2025-07-17T06:35:58.7084613Z * [new branch] cherry-pick-147095-by-pytorch_bot_bot_ -> origin/cherry-pick-147095-by-pytorch_bot_bot_ 2025-07-17T06:35:58.7085329Z * [new branch] cherry-pick-149654-by-pytorch_bot_bot_ -> origin/cherry-pick-149654-by-pytorch_bot_bot_ 2025-07-17T06:35:58.7086050Z * [new branch] cherry-pick-151939-by-pytorch_bot_bot_ -> origin/cherry-pick-151939-by-pytorch_bot_bot_ 2025-07-17T06:35:58.7086748Z * [new branch] cherry-pick-154174-by-pytorch_bot_bot_ -> origin/cherry-pick-154174-by-pytorch_bot_bot_ 2025-07-17T06:35:58.7087456Z * [new branch] cherry-pick-155214-by-pytorch_bot_bot_ -> origin/cherry-pick-155214-by-pytorch_bot_bot_ 2025-07-17T06:35:58.7088163Z * [new branch] cherry-pick-155255-by-pytorch_bot_bot_ -> origin/cherry-pick-155255-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8294921Z * [new branch] cherry-pick-155896-by-pytorch_bot_bot_ -> origin/cherry-pick-155896-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8295745Z * [new branch] cherry-pick-156260-by-pytorch_bot_bot_ -> origin/cherry-pick-156260-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8296808Z * [new branch] cherry-pick-156499-by-pytorch_bot_bot_ -> origin/cherry-pick-156499-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8297586Z * [new branch] cherry-pick-156664-by-pytorch_bot_bot_ -> origin/cherry-pick-156664-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8298363Z * [new branch] cherry-pick-156708-by-pytorch_bot_bot_ -> origin/cherry-pick-156708-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8299111Z * [new branch] cherry-pick-156719-by-pytorch_bot_bot_ -> origin/cherry-pick-156719-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8299911Z * [new branch] cherry-pick-156731-by-pytorch_bot_bot_ -> origin/cherry-pick-156731-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8300651Z * [new branch] cherry-pick-156783-by-pytorch_bot_bot_ -> origin/cherry-pick-156783-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8301441Z * [new branch] cherry-pick-156847-by-pytorch_bot_bot_ -> origin/cherry-pick-156847-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8302200Z * [new branch] cherry-pick-156888-by-pytorch_bot_bot_ -> origin/cherry-pick-156888-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8302983Z * [new branch] cherry-pick-156898-by-pytorch_bot_bot_ -> origin/cherry-pick-156898-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8303770Z * [new branch] cherry-pick-156910-by-pytorch_bot_bot_ -> origin/cherry-pick-156910-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8304465Z * [new branch] cherry-pick-157014-by-pytorch_bot_bot_ -> origin/cherry-pick-157014-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8305305Z * [new branch] cherry-pick-157017-by-pytorch_bot_bot_ -> origin/cherry-pick-157017-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8306010Z * [new branch] cherry-pick-157023-by-pytorch_bot_bot_ -> origin/cherry-pick-157023-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8306712Z * [new branch] cherry-pick-157130-by-pytorch_bot_bot_ -> origin/cherry-pick-157130-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8307426Z * [new branch] cherry-pick-157292-by-pytorch_bot_bot_ -> origin/cherry-pick-157292-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8308151Z * [new branch] cherry-pick-157322-by-pytorch_bot_bot_ -> origin/cherry-pick-157322-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8308852Z * [new branch] cherry-pick-157453-by-pytorch_bot_bot_ -> origin/cherry-pick-157453-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8309602Z * [new branch] cherry-pick-157466-by-pytorch_bot_bot_ -> origin/cherry-pick-157466-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8310392Z * [new branch] cherry-pick-157467-by-pytorch_bot_bot_ -> origin/cherry-pick-157467-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8311103Z * [new branch] cherry-pick-157503-by-pytorch_bot_bot_ -> origin/cherry-pick-157503-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8311807Z * [new branch] cherry-pick-157513-by-pytorch_bot_bot_ -> origin/cherry-pick-157513-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8312504Z * [new branch] cherry-pick-157516-by-pytorch_bot_bot_ -> origin/cherry-pick-157516-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8313203Z * [new branch] cherry-pick-157558-by-pytorch_bot_bot_ -> origin/cherry-pick-157558-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8313995Z * [new branch] cherry-pick-157598-by-pytorch_bot_bot_ -> origin/cherry-pick-157598-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8314708Z * [new branch] cherry-pick-157600-by-pytorch_bot_bot_ -> origin/cherry-pick-157600-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8315422Z * [new branch] cherry-pick-157630-by-pytorch_bot_bot_ -> origin/cherry-pick-157630-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8316168Z * [new branch] cherry-pick-157695-by-pytorch_bot_bot_ -> origin/cherry-pick-157695-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8316937Z * [new branch] cherry-pick-157732-by-pytorch_bot_bot_ -> origin/cherry-pick-157732-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8317753Z * [new branch] cherry-pick-157733-by-pytorch_bot_bot_ -> origin/cherry-pick-157733-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8318469Z * [new branch] cherry-pick-157843-by-pytorch_bot_bot_ -> origin/cherry-pick-157843-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8319177Z * [new branch] cherry-pick-158064-by-pytorch_bot_bot_ -> origin/cherry-pick-158064-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8319881Z * [new branch] cherry-pick-158126-by-pytorch_bot_bot_ -> origin/cherry-pick-158126-by-pytorch_bot_bot_ 2025-07-17T06:35:58.8320593Z * [new branch] cherry-pick-158152-by-pytorch_bot_bot_ -> origin/cherry-pick-158152-by-pytorch_bot_bot_ 2025-07-17T06:35:58.9973554Z * [new branch] cherry-pick-158301-by-pytorch_bot_bot_ -> origin/cherry-pick-158301-by-pytorch_bot_bot_ 2025-07-17T06:35:58.9974188Z * [new branch] chilli/flex_vllm -> origin/chilli/flex_vllm 2025-07-17T06:35:58.9974661Z * [new branch] ck-epilogue-fix -> origin/ck-epilogue-fix 2025-07-17T06:35:58.9975205Z * [new branch] ckluk2-compileThread-1 -> origin/ckluk2-compileThread-1 2025-07-17T06:35:58.9975746Z * [new branch] ckluk2-compileThread-2 -> origin/ckluk2-compileThread-2 2025-07-17T06:35:58.9976292Z * [new branch] ckluk2-compileThread-64 -> origin/ckluk2-compileThread-64 2025-07-17T06:35:58.9976773Z * [new branch] ckluk2-test-1 -> origin/ckluk2-test-1 2025-07-17T06:35:58.9977388Z * [new branch] cleantest1 -> origin/cleantest1 2025-07-17T06:35:58.9978146Z * [new branch] codex/create-test-for-tensor-memory-leak-in-cudagraph -> origin/codex/create-test-for-tensor-memory-leak-in-cudagraph 2025-07-17T06:35:58.9979194Z * [new branch] codex/remove-trigger_azure_pipeline.py-and-references -> origin/codex/remove-trigger_azure_pipeline.py-and-references 2025-07-17T06:35:58.9980142Z * [new branch] codex/update-default-size_hint-fallback-value -> origin/codex/update-default-size_hint-fallback-value 2025-07-17T06:35:58.9981094Z * [new branch] codex/update-size_hint-api-to-handle-unbacked-symints -> origin/codex/update-size_hint-api-to-handle-unbacked-symints 2025-07-17T06:35:58.9981841Z * [new branch] collective_c_shim -> origin/collective_c_shim 2025-07-17T06:35:58.9982430Z * [new branch] compile_fsdp2_disable_stream_and_event -> origin/compile_fsdp2_disable_stream_and_event 2025-07-17T06:35:58.9983053Z * [new branch] comply-with-setuptools -> origin/comply-with-setuptools 2025-07-17T06:35:58.9983544Z * [new branch] context_test -> origin/context_test 2025-07-17T06:35:58.9984030Z * [new branch] convert-complex-numbers -> origin/convert-complex-numbers 2025-07-17T06:35:58.9984540Z * [new branch] copilot/fix-157446 -> origin/copilot/fix-157446 2025-07-17T06:35:58.9984993Z * [new branch] copy_graph -> origin/copy_graph 2025-07-17T06:35:58.9985432Z * [new branch] cpio/fix_new_ami_tests -> origin/cpio/fix_new_ami_tests 2025-07-17T06:35:58.9985969Z * [new branch] csl/add_file_merge_conflict_csv -> origin/csl/add_file_merge_conflict_csv 2025-07-17T06:35:58.9986510Z * [new branch] csl/always_produce_xml -> origin/csl/always_produce_xml 2025-07-17T06:35:58.9987021Z * [new branch] csl/build_test_more_procs -> origin/csl/build_test_more_procs 2025-07-17T06:35:58.9987543Z * [new branch] csl/build_test_more_procs2 -> origin/csl/build_test_more_procs2 2025-07-17T06:35:58.9988140Z * [new branch] csl/ci_upload_artifacts_with_running -> origin/csl/ci_upload_artifacts_with_running 2025-07-17T06:35:58.9988749Z * [new branch] csl/clean_up_max_jobs_override -> origin/csl/clean_up_max_jobs_override 2025-07-17T06:35:58.9989405Z * [new branch] csl/clean_up_more_tags -> origin/csl/clean_up_more_tags 2025-07-17T06:35:58.9989928Z * [new branch] csl/disable_periodic_tests -> origin/csl/disable_periodic_tests 2025-07-17T06:35:58.9990436Z * [new branch] csl/docker_instru_ssh -> origin/csl/docker_instru_ssh 2025-07-17T06:35:58.9990994Z * [new branch] csl/faketensortest_super_setup -> origin/csl/faketensortest_super_setup 2025-07-17T06:35:58.9991602Z * [new branch] csl/fix_docker_imgs_for_release -> origin/csl/fix_docker_imgs_for_release 2025-07-17T06:35:58.9992138Z * [new branch] csl/fix_flaky_dist_test -> origin/csl/fix_flaky_dist_test 2025-07-17T06:35:58.9992604Z * [new branch] csl/fix_rocm_mem -> origin/csl/fix_rocm_mem 2025-07-17T06:35:58.9993033Z * [new branch] csl/katex -> origin/csl/katex 2025-07-17T06:35:58.9993482Z * [new branch] csl/keep_going_main -> origin/csl/keep_going_main 2025-07-17T06:35:58.9994069Z * [new branch] csl/larger_runner -> origin/csl/larger_runner 2025-07-17T06:35:58.9994547Z * [new branch] csl/lintrunner_stuff -> origin/csl/lintrunner_stuff 2025-07-17T06:35:58.9995037Z * [new branch] csl/mps_sharding -> origin/csl/mps_sharding 2025-07-17T06:35:58.9995508Z * [new branch] csl/multistage_docker -> origin/csl/multistage_docker 2025-07-17T06:35:58.9995991Z * [new branch] csl/per_proc_mem -> origin/csl/per_proc_mem 2025-07-17T06:35:58.9996553Z * [new branch] csl/print_set_output -> origin/csl/print_set_output 2025-07-17T06:35:58.9997034Z * [new branch] csl/pytest_timeout -> origin/csl/pytest_timeout 2025-07-17T06:35:58.9997511Z * [new branch] csl/rerun_exit_error -> origin/csl/rerun_exit_error 2025-07-17T06:35:59.1104518Z * [new branch] csl/reuse_old_whl_renames -> origin/csl/reuse_old_whl_renames 2025-07-17T06:35:59.1105068Z * [new branch] csl/revert_open -> origin/csl/revert_open 2025-07-17T06:35:59.1105525Z * [new branch] csl/rocm_binary -> origin/csl/rocm_binary 2025-07-17T06:35:59.1105997Z * [new branch] csl/rocm_inductor -> origin/csl/rocm_inductor 2025-07-17T06:35:59.1106457Z * [new branch] csl/skip_build -> origin/csl/skip_build 2025-07-17T06:35:59.1106945Z * [new branch] csl/td_dynamo -> origin/csl/td_dynamo 2025-07-17T06:35:59.1107453Z * [new branch] csl/test_cuda_build_large_runner -> origin/csl/test_cuda_build_large_runner 2025-07-17T06:35:59.1108078Z * [new branch] csl/update_mobile_build_docker_img -> origin/csl/update_mobile_build_docker_img 2025-07-17T06:35:59.1108713Z * [new branch] csl/viable_strict_concurrency_group -> origin/csl/viable_strict_concurrency_group 2025-07-17T06:35:59.1109281Z * [new branch] cublasltrelax2 -> origin/cublasltrelax2 2025-07-17T06:35:59.1109715Z * [new branch] cublasrelax2 -> origin/cublasrelax2 2025-07-17T06:35:59.1110171Z * [new branch] cudnnsdparefactor -> origin/cudnnsdparefactor 2025-07-17T06:35:59.1110651Z * [new branch] custom_lowering_dict -> origin/custom_lowering_dict 2025-07-17T06:35:59.1111113Z * [new branch] d4l3k/delete_hook -> origin/d4l3k/delete_hook 2025-07-17T06:35:59.1111561Z * [new branch] d4l3k/dist_queue -> origin/d4l3k/dist_queue 2025-07-17T06:35:59.1111995Z * [new branch] d4l3k/fix_h100_ci -> origin/d4l3k/fix_h100_ci 2025-07-17T06:35:59.1112485Z * [new branch] d4l3k/wait_stream -> origin/d4l3k/wait_stream 2025-07-17T06:35:59.1112946Z * [new branch] dcp_zoc -> origin/dcp_zoc 2025-07-17T06:35:59.1113563Z * [new branch] delete-quant-docs -> origin/delete-quant-docs 2025-07-17T06:35:59.1114306Z * [new branch] dependabot/pip/dot-ci/docker/protobuf-5.29.5 -> origin/dependabot/pip/dot-ci/docker/protobuf-5.29.5 2025-07-17T06:35:59.1115170Z * [new branch] dependabot/pip/tools/build/bazel/requests-2.32.4 -> origin/dependabot/pip/tools/build/bazel/requests-2.32.4 2025-07-17T06:35:59.1115880Z * [new branch] deprecation_decorator -> origin/deprecation_decorator 2025-07-17T06:35:59.1116438Z * [new branch] desertfire/test_cpp_wrapper -> origin/desertfire/test_cpp_wrapper 2025-07-17T06:35:59.1117046Z * [new branch] desertfire/triton-cpu-for-aarch64 -> origin/desertfire/triton-cpu-for-aarch64 2025-07-17T06:35:59.1117646Z * [new branch] dev/joona/MPSNDArrayAdd -> origin/dev/joona/MPSNDArrayAdd 2025-07-17T06:35:59.1118146Z * [new branch] dev/joona/Unranked -> origin/dev/joona/Unranked 2025-07-17T06:35:59.1118656Z * [new branch] dev/joona/cat -> origin/dev/joona/cat 2025-07-17T06:35:59.1119180Z * [new branch] dev/joona/cat_remove_graph -> origin/dev/joona/cat_remove_graph 2025-07-17T06:35:59.1119718Z * [new branch] dev/joona/cumsumerrmsg -> origin/dev/joona/cumsumerrmsg 2025-07-17T06:35:59.1120229Z * [new branch] dev/joona/embeddingbag -> origin/dev/joona/embeddingbag 2025-07-17T06:35:59.1121421Z * [new branch] dev/joona/getTensorsString -> origin/dev/joona/getTensorsString 2025-07-17T06:35:59.1122099Z * [new branch] dev/joona/maxpool2dwithindices_errmsg -> origin/dev/joona/maxpool2dwithindices_errmsg 2025-07-17T06:35:59.1122754Z * [new branch] dev/joona/mps_linear_macos14 -> origin/dev/joona/mps_linear_macos14 2025-07-17T06:35:59.1123251Z * [new branch] dev/joona/sdpa -> origin/dev/joona/sdpa 2025-07-17T06:35:59.1123727Z * [new branch] dev/joona/sdpa_nans -> origin/dev/joona/sdpa_nans 2025-07-17T06:35:59.1124276Z * [new branch] dev/joona/synchronize_benchmark -> origin/dev/joona/synchronize_benchmark 2025-07-17T06:35:59.1124900Z * [new branch] dev/joona/topk_newapi -> origin/dev/joona/topk_newapi 2025-07-17T06:35:59.1125465Z * [new branch] dev/joona/type_inf -> origin/dev/joona/type_inf 2025-07-17T06:35:59.1125980Z * [new branch] dev/joona/upsize3d -> origin/dev/joona/upsize3d 2025-07-17T06:35:59.1126468Z * [new branch] disable -> origin/disable 2025-07-17T06:35:59.1126857Z * [new branch] divup -> origin/divup 2025-07-17T06:35:59.1127514Z * [new branch] divyanshk-log-api-usage-datapipes-1 -> origin/divyanshk-log-api-usage-datapipes-1 2025-07-17T06:35:59.1128144Z * [new branch] e2e-baseline -> origin/e2e-baseline 2025-07-17T06:35:59.1128676Z * [new branch] embg/test_inductor_ci_128B -> origin/embg/test_inductor_ci_128B 2025-07-17T06:35:59.2967938Z * [new branch] embg/test_inductor_ci_base -> origin/embg/test_inductor_ci_base 2025-07-17T06:35:59.2968545Z * [new branch] embg/test_inductor_ci_control -> origin/embg/test_inductor_ci_control 2025-07-17T06:35:59.2969105Z * [new branch] embg/triton_l2_prefetch_128B -> origin/embg/triton_l2_prefetch_128B 2025-07-17T06:35:59.2969687Z * [new branch] embg/triton_l2_prefetch_256B -> origin/embg/triton_l2_prefetch_256B 2025-07-17T06:35:59.2970206Z * [new branch] enable-b200-benchmark -> origin/enable-b200-benchmark 2025-07-17T06:35:59.2970690Z * [new branch] enable_td_rocm -> origin/enable_td_rocm 2025-07-17T06:35:59.2971142Z * [new branch] eqy-patch-1 -> origin/eqy-patch-1 2025-07-17T06:35:59.2971758Z * [new branch] eqy-patch-10 -> origin/eqy-patch-10 2025-07-17T06:35:59.2972259Z * [new branch] example-convert-torch.nn -> origin/example-convert-torch.nn 2025-07-17T06:35:59.2972784Z * [new branch] exclamaforte/amd-ma -> origin/exclamaforte/amd-ma 2025-07-17T06:35:59.2973770Z * [new branch] exclamaforte/bump-transformer-version -> origin/exclamaforte/bump-transformer-version 2025-07-17T06:35:59.2983235Z * [new branch] exclamaforte/combo-kernels-perf-run -> origin/exclamaforte/combo-kernels-perf-run 2025-07-17T06:35:59.2984251Z * [new branch] exclamaforte/debug-autotuner-profile -> origin/exclamaforte/debug-autotuner-profile 2025-07-17T06:35:59.2985001Z * [new branch] exclamaforte/do_bench_refactor -> origin/exclamaforte/do_bench_refactor 2025-07-17T06:35:59.2985637Z * [new branch] exclamaforte/enable-mem-dep-fusion -> origin/exclamaforte/enable-mem-dep-fusion 2025-07-17T06:35:59.2986374Z * [new branch] exclamaforte/fix-trace-parsing-fx-svg -> origin/exclamaforte/fix-trace-parsing-fx-svg 2025-07-17T06:35:59.2987161Z * [new branch] exclamaforte/force-pointwise-cat-perf-run -> origin/exclamaforte/force-pointwise-cat-perf-run 2025-07-17T06:35:59.2987838Z * [new branch] exclamaforte/fusion-data -> origin/exclamaforte/fusion-data 2025-07-17T06:35:59.2988435Z * [new branch] exclamaforte/gemm-benchmark-run -> origin/exclamaforte/gemm-benchmark-run 2025-07-17T06:35:59.2989245Z * [new branch] exclamaforte/gemm-export-model -> origin/exclamaforte/gemm-export-model 2025-07-17T06:35:59.2989833Z * [new branch] exclamaforte/gemm-model -> origin/exclamaforte/gemm-model 2025-07-17T06:35:59.2990529Z * [new branch] exclamaforte/gemm-model-all-data-collection -> origin/exclamaforte/gemm-model-all-data-collection 2025-07-17T06:35:59.2991229Z * [new branch] exclamaforte/gemm-to-amd -> origin/exclamaforte/gemm-to-amd 2025-07-17T06:35:59.2991820Z * [new branch] exclamaforte/heuristic-choices -> origin/exclamaforte/heuristic-choices 2025-07-17T06:35:59.2992423Z * [new branch] exclamaforte/just-gemm-model -> origin/exclamaforte/just-gemm-model 2025-07-17T06:35:59.2992964Z * [new branch] exclamaforte/log_mul -> origin/exclamaforte/log_mul 2025-07-17T06:35:59.2993512Z * [new branch] exclamaforte/memory-counter -> origin/exclamaforte/memory-counter 2025-07-17T06:35:59.2994233Z * [new branch] exclamaforte/scheduler-refactor -> origin/exclamaforte/scheduler-refactor 2025-07-17T06:35:59.2994902Z * [new branch] exclamaforte/test_cpp_wrapper_mode -> origin/exclamaforte/test_cpp_wrapper_mode 2025-07-17T06:35:59.2995614Z * [new branch] exclamaforte/update-autotune-configs -> origin/exclamaforte/update-autotune-configs 2025-07-17T06:35:59.2996378Z * [new branch] exclamaforte/update-autotune-configs-2 -> origin/exclamaforte/update-autotune-configs-2 2025-07-17T06:35:59.2997057Z * [new branch] exclamforte/gemm-model-final -> origin/exclamforte/gemm-model-final 2025-07-17T06:35:59.2997546Z * [new branch] exec -> origin/exec 2025-07-17T06:35:59.2998003Z * [new branch] experimental-mosaic -> origin/experimental-mosaic 2025-07-17T06:35:59.2998486Z * [new branch] export-D58091437 -> origin/export-D58091437 2025-07-17T06:35:59.2998959Z * [new branch] export-D61047529 -> origin/export-D61047529 2025-07-17T06:35:59.2999410Z * [new branch] export-D68846308 -> origin/export-D68846308 2025-07-17T06:35:59.2999849Z * [new branch] export-D71412006 -> origin/export-D71412006 2025-07-17T06:35:59.3000294Z * [new branch] export-D71446522 -> origin/export-D71446522 2025-07-17T06:35:59.3000864Z * [new branch] export-D72391401 -> origin/export-D72391401 2025-07-17T06:35:59.3001319Z * [new branch] export-D72483950 -> origin/export-D72483950 2025-07-17T06:35:59.3001783Z * [new branch] export-D73042989 -> origin/export-D73042989 2025-07-17T06:35:59.3002227Z * [new branch] export-D73287751 -> origin/export-D73287751 2025-07-17T06:35:59.4080565Z * [new branch] export-D75183591 -> origin/export-D75183591 2025-07-17T06:35:59.4081119Z * [new branch] export-D75605373 -> origin/export-D75605373 2025-07-17T06:35:59.4081583Z * [new branch] export-D75617432 -> origin/export-D75617432 2025-07-17T06:35:59.4082034Z * [new branch] export-D75659965 -> origin/export-D75659965 2025-07-17T06:35:59.4082476Z * [new branch] export-D76080931 -> origin/export-D76080931 2025-07-17T06:35:59.4082955Z * [new branch] export-D76628834 -> origin/export-D76628834 2025-07-17T06:35:59.4083421Z * [new branch] export-D76630499 -> origin/export-D76630499 2025-07-17T06:35:59.4083934Z * [new branch] export-D76797250 -> origin/export-D76797250 2025-07-17T06:35:59.4084437Z * [new branch] export-D76830552 -> origin/export-D76830552 2025-07-17T06:35:59.4084896Z * [new branch] export-D76885271 -> origin/export-D76885271 2025-07-17T06:35:59.4085536Z * [new branch] export-D76885620 -> origin/export-D76885620 2025-07-17T06:35:59.4086001Z * [new branch] export-D76936623 -> origin/export-D76936623 2025-07-17T06:35:59.4086459Z * [new branch] export-D76958268 -> origin/export-D76958268 2025-07-17T06:35:59.4086922Z * [new branch] export-D77639021 -> origin/export-D77639021 2025-07-17T06:35:59.4087383Z * [new branch] export-D78363609 -> origin/export-D78363609 2025-07-17T06:35:59.4087827Z * [new branch] export-D78375400 -> origin/export-D78375400 2025-07-17T06:35:59.4088291Z * [new branch] export-D78431075 -> origin/export-D78431075 2025-07-17T06:35:59.4088747Z * [new branch] export-D78431305 -> origin/export-D78431305 2025-07-17T06:35:59.4089319Z * [new branch] exported-model-train-idempotent -> origin/exported-model-train-idempotent 2025-07-17T06:35:59.4090009Z * [new branch] ezyang/wip-aot-descriptors -> origin/ezyang/wip-aot-descriptors 2025-07-17T06:35:59.4090554Z * [new branch] fa_u8_brgemm -> origin/fa_u8_brgemm 2025-07-17T06:35:59.4091014Z * [new branch] fastmath_baseline -> origin/fastmath_baseline 2025-07-17T06:35:59.4091470Z * [new branch] fbcode/warm -> origin/fbcode/warm 2025-07-17T06:35:59.4091876Z * [new branch] fca -> origin/fca 2025-07-17T06:35:59.4092299Z * [new branch] fca2_ca5984c -> origin/fca2_ca5984c 2025-07-17T06:35:59.4092699Z * [new branch] fca5 -> origin/fca5 2025-07-17T06:35:59.4093198Z * [new branch] fengyuan/external-proj -> origin/fengyuan/external-proj 2025-07-17T06:35:59.4093893Z * [new branch] fengyuan/out-of-tree-xpu-ops-improve-test -> origin/fengyuan/out-of-tree-xpu-ops-improve-test 2025-07-17T06:35:59.4094702Z * [new branch] fengyuan/out-of-tree-xpu-ops-remove-dtype -> origin/fengyuan/out-of-tree-xpu-ops-remove-dtype 2025-07-17T06:35:59.4095405Z * [new branch] fengyuan/test-xpu -> origin/fengyuan/test-xpu 2025-07-17T06:35:59.4095929Z * [new branch] ffast_math_baseline -> origin/ffast_math_baseline 2025-07-17T06:35:59.4096537Z * [new branch] ffast_math_target -> origin/ffast_math_target 2025-07-17T06:35:59.4097015Z * [new branch] findhao/base_commit -> origin/findhao/base_commit 2025-07-17T06:35:59.4097496Z * [new branch] findhao/base_commit1 -> origin/findhao/base_commit1 2025-07-17T06:35:59.4098035Z * [new branch] findhao/fix-indirect-access -> origin/findhao/fix-indirect-access 2025-07-17T06:35:59.4098576Z * [new branch] findhao/multistream2 -> origin/findhao/multistream2 2025-07-17T06:35:59.4099093Z * [new branch] findhao/multistream5 -> origin/findhao/multistream5 2025-07-17T06:35:59.4099584Z * [new branch] findhao/multistream6 -> origin/findhao/multistream6 2025-07-17T06:35:59.4100111Z * [new branch] findhao/operatorbench3 -> origin/findhao/operatorbench3 2025-07-17T06:35:59.4100660Z * [new branch] findhao/operatorbench5 -> origin/findhao/operatorbench5 2025-07-17T06:35:59.4101221Z * [new branch] findhao/tritonparse -> origin/findhao/tritonparse 2025-07-17T06:35:59.4101709Z * [new branch] fix -> origin/fix 2025-07-17T06:35:59.4102189Z * [new branch] fix-ck-gemm-template-format -> origin/fix-ck-gemm-template-format 2025-07-17T06:35:59.4102731Z * [new branch] fix-config-ignore -> origin/fix-config-ignore 2025-07-17T06:35:59.4103213Z * [new branch] fix-dict-guard -> origin/fix-dict-guard 2025-07-17T06:35:59.4103825Z * [new branch] fix-inductor-periodic-0528 -> origin/fix-inductor-periodic-0528 2025-07-17T06:35:59.4104413Z * [new branch] fix-issue-144701-attempt-4 -> origin/fix-issue-144701-attempt-4 2025-07-17T06:35:59.5066421Z * [new branch] fix-issue-148701-attempt-1 -> origin/fix-issue-148701-attempt-1 2025-07-17T06:35:59.5067081Z * [new branch] fix-issue-149534-attempt-1 -> origin/fix-issue-149534-attempt-1 2025-07-17T06:35:59.5067682Z * [new branch] fix-rlease-feature-template -> origin/fix-rlease-feature-template 2025-07-17T06:35:59.5068214Z * [new branch] fix_153389 -> origin/fix_153389 2025-07-17T06:35:59.5068690Z * [new branch] fix_allow_train_eval_msg -> origin/fix_allow_train_eval_msg 2025-07-17T06:35:59.5069197Z * [new branch] fix_fake_tensor_issue -> origin/fix_fake_tensor_issue 2025-07-17T06:35:59.5069688Z * [new branch] fix_sbgemm_bf16 -> origin/fix_sbgemm_bf16 2025-07-17T06:35:59.5070141Z * [new branch] fixes-triage -> origin/fixes-triage 2025-07-17T06:35:59.5070580Z * [new branch] flex-lowering -> origin/flex-lowering 2025-07-17T06:35:59.5071123Z * [new branch] flex_attention_functorch_grad -> origin/flex_attention_functorch_grad 2025-07-17T06:35:59.5071725Z * [new branch] fmassa/fix_memeff_sharding_rule -> origin/fmassa/fix_memeff_sharding_rule 2025-07-17T06:35:59.5072267Z * [new branch] fsdp-qps-drop -> origin/fsdp-qps-drop 2025-07-17T06:35:59.5072738Z * [new branch] fsdp2_trace_rules -> origin/fsdp2_trace_rules 2025-07-17T06:35:59.5073182Z * [new branch] fsdpv2_3d -> origin/fsdpv2_3d 2025-07-17T06:35:59.5073719Z * [new branch] fsdpv2_3d_m1 -> origin/fsdpv2_3d_m1 2025-07-17T06:35:59.5074142Z * [new branch] fused_qkv -> origin/fused_qkv 2025-07-17T06:35:59.5074559Z * [new branch] fx_cpp -> origin/fx_cpp 2025-07-17T06:35:59.5074979Z * [new branch] fy/fix-win -> origin/fy/fix-win 2025-07-17T06:35:59.5075433Z * [new branch] gh/AlnisM/1/base -> origin/gh/AlnisM/1/base 2025-07-17T06:35:59.5076088Z * [new branch] gh/AlnisM/1/head -> origin/gh/AlnisM/1/head 2025-07-17T06:35:59.5076545Z * [new branch] gh/CaoE/1/base -> origin/gh/CaoE/1/base 2025-07-17T06:35:59.5076989Z * [new branch] gh/CaoE/1/head -> origin/gh/CaoE/1/head 2025-07-17T06:35:59.5077435Z * [new branch] gh/CaoE/1/orig -> origin/gh/CaoE/1/orig 2025-07-17T06:35:59.5077866Z * [new branch] gh/CaoE/2/base -> origin/gh/CaoE/2/base 2025-07-17T06:35:59.5078320Z * [new branch] gh/CaoE/2/head -> origin/gh/CaoE/2/head 2025-07-17T06:35:59.5078752Z * [new branch] gh/CaoE/2/orig -> origin/gh/CaoE/2/orig 2025-07-17T06:35:59.5079201Z * [new branch] gh/CaoE/3/base -> origin/gh/CaoE/3/base 2025-07-17T06:35:59.5079633Z * [new branch] gh/CaoE/3/head -> origin/gh/CaoE/3/head 2025-07-17T06:35:59.5080080Z * [new branch] gh/CaoE/3/orig -> origin/gh/CaoE/3/orig 2025-07-17T06:35:59.5080584Z * [new branch] gh/ColinPeppler/72/base -> origin/gh/ColinPeppler/72/base 2025-07-17T06:35:59.5081124Z * [new branch] gh/ColinPeppler/72/head -> origin/gh/ColinPeppler/72/head 2025-07-17T06:35:59.5081674Z * [new branch] gh/ColinPeppler/72/orig -> origin/gh/ColinPeppler/72/orig 2025-07-17T06:35:59.5082208Z * [new branch] gh/ColinPeppler/75/base -> origin/gh/ColinPeppler/75/base 2025-07-17T06:35:59.5082864Z * [new branch] gh/ColinPeppler/75/head -> origin/gh/ColinPeppler/75/head 2025-07-17T06:35:59.5083404Z * [new branch] gh/ColinPeppler/75/orig -> origin/gh/ColinPeppler/75/orig 2025-07-17T06:35:59.5083927Z * [new branch] gh/ColinPeppler/76/base -> origin/gh/ColinPeppler/76/base 2025-07-17T06:35:59.5084460Z * [new branch] gh/ColinPeppler/76/head -> origin/gh/ColinPeppler/76/head 2025-07-17T06:35:59.5084984Z * [new branch] gh/ColinPeppler/76/orig -> origin/gh/ColinPeppler/76/orig 2025-07-17T06:35:59.5085504Z * [new branch] gh/EikanWang/67/base -> origin/gh/EikanWang/67/base 2025-07-17T06:35:59.5086012Z * [new branch] gh/EikanWang/67/head -> origin/gh/EikanWang/67/head 2025-07-17T06:35:59.5086499Z * [new branch] gh/EikanWang/80/base -> origin/gh/EikanWang/80/base 2025-07-17T06:35:59.5086992Z * [new branch] gh/EikanWang/80/head -> origin/gh/EikanWang/80/head 2025-07-17T06:35:59.5087487Z * [new branch] gh/EikanWang/80/orig -> origin/gh/EikanWang/80/orig 2025-07-17T06:35:59.5087992Z * [new branch] gh/EikanWang/81/base -> origin/gh/EikanWang/81/base 2025-07-17T06:35:59.5088492Z * [new branch] gh/EikanWang/81/head -> origin/gh/EikanWang/81/head 2025-07-17T06:35:59.5088975Z * [new branch] gh/EikanWang/81/orig -> origin/gh/EikanWang/81/orig 2025-07-17T06:35:59.5089474Z * [new branch] gh/Gasoonjia/1/base -> origin/gh/Gasoonjia/1/base 2025-07-17T06:35:59.5089957Z * [new branch] gh/Gasoonjia/1/head -> origin/gh/Gasoonjia/1/head 2025-07-17T06:35:59.5544765Z * [new branch] gh/H-Huang/131/base -> origin/gh/H-Huang/131/base 2025-07-17T06:35:59.5545327Z * [new branch] gh/H-Huang/131/head -> origin/gh/H-Huang/131/head 2025-07-17T06:35:59.5545827Z * [new branch] gh/H-Huang/131/orig -> origin/gh/H-Huang/131/orig 2025-07-17T06:35:59.5546307Z * [new branch] gh/H-Huang/132/base -> origin/gh/H-Huang/132/base 2025-07-17T06:35:59.5546762Z * [new branch] gh/H-Huang/132/head -> origin/gh/H-Huang/132/head 2025-07-17T06:35:59.5547237Z * [new branch] gh/H-Huang/132/orig -> origin/gh/H-Huang/132/orig 2025-07-17T06:35:59.5547910Z * [new branch] gh/H-Huang/172/base -> origin/gh/H-Huang/172/base 2025-07-17T06:35:59.5548372Z * [new branch] gh/H-Huang/172/head -> origin/gh/H-Huang/172/head 2025-07-17T06:35:59.5548854Z * [new branch] gh/H-Huang/172/orig -> origin/gh/H-Huang/172/orig 2025-07-17T06:35:59.5549310Z * [new branch] gh/H-Huang/175/base -> origin/gh/H-Huang/175/base 2025-07-17T06:35:59.5549779Z * [new branch] gh/H-Huang/175/head -> origin/gh/H-Huang/175/head 2025-07-17T06:35:59.5550260Z * [new branch] gh/H-Huang/175/orig -> origin/gh/H-Huang/175/orig 2025-07-17T06:35:59.5550712Z * [new branch] gh/H-Huang/176/base -> origin/gh/H-Huang/176/base 2025-07-17T06:35:59.5551180Z * [new branch] gh/H-Huang/176/head -> origin/gh/H-Huang/176/head 2025-07-17T06:35:59.5551643Z * [new branch] gh/H-Huang/176/orig -> origin/gh/H-Huang/176/orig 2025-07-17T06:35:59.5552114Z * [new branch] gh/H-Huang/177/base -> origin/gh/H-Huang/177/base 2025-07-17T06:35:59.5552590Z * [new branch] gh/H-Huang/177/head -> origin/gh/H-Huang/177/head 2025-07-17T06:35:59.5553092Z * [new branch] gh/H-Huang/177/orig -> origin/gh/H-Huang/177/orig 2025-07-17T06:35:59.5553560Z * [new branch] gh/H-Huang/180/base -> origin/gh/H-Huang/180/base 2025-07-17T06:35:59.5554106Z * [new branch] gh/H-Huang/180/head -> origin/gh/H-Huang/180/head 2025-07-17T06:35:59.5554713Z * [new branch] gh/H-Huang/180/orig -> origin/gh/H-Huang/180/orig 2025-07-17T06:35:59.5555180Z * [new branch] gh/H-Huang/182/base -> origin/gh/H-Huang/182/base 2025-07-17T06:35:59.5555670Z * [new branch] gh/H-Huang/182/head -> origin/gh/H-Huang/182/head 2025-07-17T06:35:59.5556136Z * [new branch] gh/H-Huang/182/orig -> origin/gh/H-Huang/182/orig 2025-07-17T06:35:59.5556601Z * [new branch] gh/H-Huang/183/base -> origin/gh/H-Huang/183/base 2025-07-17T06:35:59.5557074Z * [new branch] gh/H-Huang/183/head -> origin/gh/H-Huang/183/head 2025-07-17T06:35:59.5557559Z * [new branch] gh/H-Huang/183/orig -> origin/gh/H-Huang/183/orig 2025-07-17T06:35:59.5558031Z * [new branch] gh/H-Huang/185/base -> origin/gh/H-Huang/185/base 2025-07-17T06:35:59.5558507Z * [new branch] gh/H-Huang/185/head -> origin/gh/H-Huang/185/head 2025-07-17T06:35:59.5558973Z * [new branch] gh/H-Huang/185/orig -> origin/gh/H-Huang/185/orig 2025-07-17T06:35:59.5559442Z * [new branch] gh/H-Huang/187/base -> origin/gh/H-Huang/187/base 2025-07-17T06:35:59.5560012Z * [new branch] gh/H-Huang/187/head -> origin/gh/H-Huang/187/head 2025-07-17T06:35:59.5560596Z * [new branch] gh/H-Huang/187/orig -> origin/gh/H-Huang/187/orig 2025-07-17T06:35:59.5561327Z * [new branch] gh/H-Huang/190/base -> origin/gh/H-Huang/190/base 2025-07-17T06:35:59.5561786Z * [new branch] gh/H-Huang/190/head -> origin/gh/H-Huang/190/head 2025-07-17T06:35:59.5562257Z * [new branch] gh/H-Huang/190/orig -> origin/gh/H-Huang/190/orig 2025-07-17T06:35:59.5562716Z * [new branch] gh/H-Huang/191/base -> origin/gh/H-Huang/191/base 2025-07-17T06:35:59.5563191Z * [new branch] gh/H-Huang/191/head -> origin/gh/H-Huang/191/head 2025-07-17T06:35:59.5563667Z * [new branch] gh/H-Huang/191/orig -> origin/gh/H-Huang/191/orig 2025-07-17T06:35:59.5564122Z * [new branch] gh/H-Huang/192/base -> origin/gh/H-Huang/192/base 2025-07-17T06:35:59.5564591Z * [new branch] gh/H-Huang/192/head -> origin/gh/H-Huang/192/head 2025-07-17T06:35:59.5565162Z * [new branch] gh/H-Huang/192/orig -> origin/gh/H-Huang/192/orig 2025-07-17T06:35:59.5565628Z * [new branch] gh/H-Huang/193/base -> origin/gh/H-Huang/193/base 2025-07-17T06:35:59.5566084Z * [new branch] gh/H-Huang/193/head -> origin/gh/H-Huang/193/head 2025-07-17T06:35:59.5566551Z * [new branch] gh/H-Huang/193/orig -> origin/gh/H-Huang/193/orig 2025-07-17T06:35:59.5567022Z * [new branch] gh/H-Huang/194/base -> origin/gh/H-Huang/194/base 2025-07-17T06:35:59.5567480Z * [new branch] gh/H-Huang/194/head -> origin/gh/H-Huang/194/head 2025-07-17T06:35:59.6270124Z * [new branch] gh/H-Huang/194/orig -> origin/gh/H-Huang/194/orig 2025-07-17T06:35:59.6270740Z * [new branch] gh/IvanKobzarev/107/base -> origin/gh/IvanKobzarev/107/base 2025-07-17T06:35:59.6271345Z * [new branch] gh/IvanKobzarev/107/head -> origin/gh/IvanKobzarev/107/head 2025-07-17T06:35:59.6271923Z * [new branch] gh/IvanKobzarev/107/orig -> origin/gh/IvanKobzarev/107/orig 2025-07-17T06:35:59.6272467Z * [new branch] gh/IvanKobzarev/109/base -> origin/gh/IvanKobzarev/109/base 2025-07-17T06:35:59.6273003Z * [new branch] gh/IvanKobzarev/109/head -> origin/gh/IvanKobzarev/109/head 2025-07-17T06:35:59.6273546Z * [new branch] gh/IvanKobzarev/109/orig -> origin/gh/IvanKobzarev/109/orig 2025-07-17T06:35:59.6274121Z * [new branch] gh/IvanKobzarev/110/base -> origin/gh/IvanKobzarev/110/base 2025-07-17T06:35:59.6274844Z * [new branch] gh/IvanKobzarev/110/head -> origin/gh/IvanKobzarev/110/head 2025-07-17T06:35:59.6275375Z * [new branch] gh/IvanKobzarev/110/orig -> origin/gh/IvanKobzarev/110/orig 2025-07-17T06:35:59.6275972Z * [new branch] gh/IvanKobzarev/111/base -> origin/gh/IvanKobzarev/111/base 2025-07-17T06:35:59.6276515Z * [new branch] gh/IvanKobzarev/111/head -> origin/gh/IvanKobzarev/111/head 2025-07-17T06:35:59.6277131Z * [new branch] gh/IvanKobzarev/111/orig -> origin/gh/IvanKobzarev/111/orig 2025-07-17T06:35:59.6277671Z * [new branch] gh/IvanKobzarev/112/base -> origin/gh/IvanKobzarev/112/base 2025-07-17T06:35:59.6278195Z * [new branch] gh/IvanKobzarev/112/head -> origin/gh/IvanKobzarev/112/head 2025-07-17T06:35:59.6278727Z * [new branch] gh/IvanKobzarev/112/orig -> origin/gh/IvanKobzarev/112/orig 2025-07-17T06:35:59.6279260Z * [new branch] gh/IvanKobzarev/114/base -> origin/gh/IvanKobzarev/114/base 2025-07-17T06:35:59.6279783Z * [new branch] gh/IvanKobzarev/114/head -> origin/gh/IvanKobzarev/114/head 2025-07-17T06:35:59.6280321Z * [new branch] gh/IvanKobzarev/114/orig -> origin/gh/IvanKobzarev/114/orig 2025-07-17T06:35:59.6280845Z * [new branch] gh/IvanKobzarev/115/base -> origin/gh/IvanKobzarev/115/base 2025-07-17T06:35:59.6281389Z * [new branch] gh/IvanKobzarev/115/head -> origin/gh/IvanKobzarev/115/head 2025-07-17T06:35:59.6281904Z * [new branch] gh/IvanKobzarev/115/orig -> origin/gh/IvanKobzarev/115/orig 2025-07-17T06:35:59.6282461Z * [new branch] gh/IvanKobzarev/116/base -> origin/gh/IvanKobzarev/116/base 2025-07-17T06:35:59.6283063Z * [new branch] gh/IvanKobzarev/116/head -> origin/gh/IvanKobzarev/116/head 2025-07-17T06:35:59.6283592Z * [new branch] gh/IvanKobzarev/116/orig -> origin/gh/IvanKobzarev/116/orig 2025-07-17T06:35:59.6284128Z * [new branch] gh/IvanKobzarev/117/base -> origin/gh/IvanKobzarev/117/base 2025-07-17T06:35:59.6284653Z * [new branch] gh/IvanKobzarev/117/head -> origin/gh/IvanKobzarev/117/head 2025-07-17T06:35:59.6285237Z * [new branch] gh/IvanKobzarev/117/orig -> origin/gh/IvanKobzarev/117/orig 2025-07-17T06:35:59.6285891Z * [new branch] gh/IvanKobzarev/118/base -> origin/gh/IvanKobzarev/118/base 2025-07-17T06:35:59.6286416Z * [new branch] gh/IvanKobzarev/118/head -> origin/gh/IvanKobzarev/118/head 2025-07-17T06:35:59.6286950Z * [new branch] gh/IvanKobzarev/118/orig -> origin/gh/IvanKobzarev/118/orig 2025-07-17T06:35:59.6287467Z * [new branch] gh/IvanKobzarev/119/base -> origin/gh/IvanKobzarev/119/base 2025-07-17T06:35:59.6288006Z * [new branch] gh/IvanKobzarev/119/head -> origin/gh/IvanKobzarev/119/head 2025-07-17T06:35:59.6288613Z * [new branch] gh/IvanKobzarev/119/orig -> origin/gh/IvanKobzarev/119/orig 2025-07-17T06:35:59.6289184Z * [new branch] gh/IvanKobzarev/120/base -> origin/gh/IvanKobzarev/120/base 2025-07-17T06:35:59.6289731Z * [new branch] gh/IvanKobzarev/120/head -> origin/gh/IvanKobzarev/120/head 2025-07-17T06:35:59.6290257Z * [new branch] gh/IvanKobzarev/120/orig -> origin/gh/IvanKobzarev/120/orig 2025-07-17T06:35:59.6290805Z * [new branch] gh/IvanKobzarev/121/base -> origin/gh/IvanKobzarev/121/base 2025-07-17T06:35:59.6291341Z * [new branch] gh/IvanKobzarev/121/head -> origin/gh/IvanKobzarev/121/head 2025-07-17T06:35:59.6291864Z * [new branch] gh/IvanKobzarev/121/orig -> origin/gh/IvanKobzarev/121/orig 2025-07-17T06:35:59.6292399Z * [new branch] gh/IvanKobzarev/122/base -> origin/gh/IvanKobzarev/122/base 2025-07-17T06:35:59.6293007Z * [new branch] gh/IvanKobzarev/122/head -> origin/gh/IvanKobzarev/122/head 2025-07-17T06:35:59.6293542Z * [new branch] gh/IvanKobzarev/122/orig -> origin/gh/IvanKobzarev/122/orig 2025-07-17T06:35:59.6294128Z * [new branch] gh/IvanKobzarev/123/base -> origin/gh/IvanKobzarev/123/base 2025-07-17T06:35:59.6819707Z * [new branch] gh/IvanKobzarev/123/head -> origin/gh/IvanKobzarev/123/head 2025-07-17T06:35:59.6820347Z * [new branch] gh/IvanKobzarev/123/orig -> origin/gh/IvanKobzarev/123/orig 2025-07-17T06:35:59.6820945Z * [new branch] gh/IvanKobzarev/124/base -> origin/gh/IvanKobzarev/124/base 2025-07-17T06:35:59.6821538Z * [new branch] gh/IvanKobzarev/124/head -> origin/gh/IvanKobzarev/124/head 2025-07-17T06:35:59.6822083Z * [new branch] gh/IvanKobzarev/124/orig -> origin/gh/IvanKobzarev/124/orig 2025-07-17T06:35:59.6822623Z * [new branch] gh/IvanKobzarev/125/base -> origin/gh/IvanKobzarev/125/base 2025-07-17T06:35:59.6823160Z * [new branch] gh/IvanKobzarev/125/head -> origin/gh/IvanKobzarev/125/head 2025-07-17T06:35:59.6823698Z * [new branch] gh/IvanKobzarev/125/orig -> origin/gh/IvanKobzarev/125/orig 2025-07-17T06:35:59.6824236Z * [new branch] gh/IvanKobzarev/126/base -> origin/gh/IvanKobzarev/126/base 2025-07-17T06:35:59.6824780Z * [new branch] gh/IvanKobzarev/126/head -> origin/gh/IvanKobzarev/126/head 2025-07-17T06:35:59.6825324Z * [new branch] gh/IvanKobzarev/126/orig -> origin/gh/IvanKobzarev/126/orig 2025-07-17T06:35:59.6825848Z * [new branch] gh/IvanKobzarev/127/base -> origin/gh/IvanKobzarev/127/base 2025-07-17T06:35:59.6826401Z * [new branch] gh/IvanKobzarev/127/head -> origin/gh/IvanKobzarev/127/head 2025-07-17T06:35:59.6826999Z * [new branch] gh/IvanKobzarev/127/orig -> origin/gh/IvanKobzarev/127/orig 2025-07-17T06:35:59.6827597Z * [new branch] gh/IvanKobzarev/128/base -> origin/gh/IvanKobzarev/128/base 2025-07-17T06:35:59.6828215Z * [new branch] gh/IvanKobzarev/128/head -> origin/gh/IvanKobzarev/128/head 2025-07-17T06:35:59.6828783Z * [new branch] gh/IvanKobzarev/128/orig -> origin/gh/IvanKobzarev/128/orig 2025-07-17T06:35:59.6829378Z * [new branch] gh/NikhilAPatel/1/base -> origin/gh/NikhilAPatel/1/base 2025-07-17T06:35:59.6830830Z * [new branch] gh/NikhilAPatel/1/head -> origin/gh/NikhilAPatel/1/head 2025-07-17T06:35:59.6831362Z * [new branch] gh/NikhilAPatel/16/base -> origin/gh/NikhilAPatel/16/base 2025-07-17T06:35:59.6831902Z * [new branch] gh/NikhilAPatel/16/head -> origin/gh/NikhilAPatel/16/head 2025-07-17T06:35:59.6832420Z * [new branch] gh/NikhilAPatel/16/orig -> origin/gh/NikhilAPatel/16/orig 2025-07-17T06:35:59.6832964Z * [new branch] gh/NikhilAPatel/17/base -> origin/gh/NikhilAPatel/17/base 2025-07-17T06:35:59.6833485Z * [new branch] gh/NikhilAPatel/17/head -> origin/gh/NikhilAPatel/17/head 2025-07-17T06:35:59.6834155Z * [new branch] gh/NikhilAPatel/17/orig -> origin/gh/NikhilAPatel/17/orig 2025-07-17T06:35:59.6834751Z * [new branch] gh/NikhilAPatel/18/base -> origin/gh/NikhilAPatel/18/base 2025-07-17T06:35:59.6835366Z * [new branch] gh/NikhilAPatel/18/head -> origin/gh/NikhilAPatel/18/head 2025-07-17T06:35:59.6835924Z * [new branch] gh/NikhilAPatel/18/orig -> origin/gh/NikhilAPatel/18/orig 2025-07-17T06:35:59.6836445Z * [new branch] gh/NikhilAPatel/2/base -> origin/gh/NikhilAPatel/2/base 2025-07-17T06:35:59.6836979Z * [new branch] gh/NikhilAPatel/2/head -> origin/gh/NikhilAPatel/2/head 2025-07-17T06:35:59.6837505Z * [new branch] gh/NikhilAPatel/4/base -> origin/gh/NikhilAPatel/4/base 2025-07-17T06:35:59.6838563Z * [new branch] gh/NikhilAPatel/4/head -> origin/gh/NikhilAPatel/4/head 2025-07-17T06:35:59.6839114Z * [new branch] gh/NikhilAPatel/8/base -> origin/gh/NikhilAPatel/8/base 2025-07-17T06:35:59.6839628Z * [new branch] gh/NikhilAPatel/8/head -> origin/gh/NikhilAPatel/8/head 2025-07-17T06:35:59.6840162Z * [new branch] gh/NikhilAPatel/8/orig -> origin/gh/NikhilAPatel/8/orig 2025-07-17T06:35:59.6840747Z * [new branch] gh/NikhilAPatel/9/base -> origin/gh/NikhilAPatel/9/base 2025-07-17T06:35:59.6841313Z * [new branch] gh/NikhilAPatel/9/head -> origin/gh/NikhilAPatel/9/head 2025-07-17T06:35:59.6841884Z * [new branch] gh/NikhilAPatel/9/orig -> origin/gh/NikhilAPatel/9/orig 2025-07-17T06:35:59.6842383Z * [new branch] gh/PaliC/1/base -> origin/gh/PaliC/1/base 2025-07-17T06:35:59.6842853Z * [new branch] gh/PaliC/1/head -> origin/gh/PaliC/1/head 2025-07-17T06:35:59.6843324Z * [new branch] gh/PaliC/1/orig -> origin/gh/PaliC/1/orig 2025-07-17T06:35:59.6843780Z * [new branch] gh/PaliC/10/base -> origin/gh/PaliC/10/base 2025-07-17T06:35:59.6844257Z * [new branch] gh/PaliC/10/head -> origin/gh/PaliC/10/head 2025-07-17T06:35:59.6844715Z * [new branch] gh/PaliC/11/base -> origin/gh/PaliC/11/base 2025-07-17T06:35:59.6845177Z * [new branch] gh/PaliC/11/head -> origin/gh/PaliC/11/head 2025-07-17T06:35:59.6845628Z * [new branch] gh/PaliC/12/base -> origin/gh/PaliC/12/base 2025-07-17T06:35:59.7517116Z * [new branch] gh/PaliC/12/head -> origin/gh/PaliC/12/head 2025-07-17T06:35:59.7517678Z * [new branch] gh/PaliC/12/orig -> origin/gh/PaliC/12/orig 2025-07-17T06:35:59.7518155Z * [new branch] gh/PaliC/13/base -> origin/gh/PaliC/13/base 2025-07-17T06:35:59.7518653Z * [new branch] gh/PaliC/13/head -> origin/gh/PaliC/13/head 2025-07-17T06:35:59.7519119Z * [new branch] gh/PaliC/13/orig -> origin/gh/PaliC/13/orig 2025-07-17T06:35:59.7519571Z * [new branch] gh/PaliC/14/base -> origin/gh/PaliC/14/base 2025-07-17T06:35:59.7520754Z * [new branch] gh/PaliC/14/head -> origin/gh/PaliC/14/head 2025-07-17T06:35:59.7521207Z * [new branch] gh/PaliC/14/orig -> origin/gh/PaliC/14/orig 2025-07-17T06:35:59.7521669Z * [new branch] gh/PaliC/15/base -> origin/gh/PaliC/15/base 2025-07-17T06:35:59.7522141Z * [new branch] gh/PaliC/15/head -> origin/gh/PaliC/15/head 2025-07-17T06:35:59.7522588Z * [new branch] gh/PaliC/15/orig -> origin/gh/PaliC/15/orig 2025-07-17T06:35:59.7523219Z * [new branch] gh/PaliC/16/base -> origin/gh/PaliC/16/base 2025-07-17T06:35:59.7523685Z * [new branch] gh/PaliC/16/head -> origin/gh/PaliC/16/head 2025-07-17T06:35:59.7524145Z * [new branch] gh/PaliC/16/orig -> origin/gh/PaliC/16/orig 2025-07-17T06:35:59.7524602Z * [new branch] gh/PaliC/17/base -> origin/gh/PaliC/17/base 2025-07-17T06:35:59.7525074Z * [new branch] gh/PaliC/17/head -> origin/gh/PaliC/17/head 2025-07-17T06:35:59.7525532Z * [new branch] gh/PaliC/17/orig -> origin/gh/PaliC/17/orig 2025-07-17T06:35:59.7525984Z * [new branch] gh/PaliC/18/base -> origin/gh/PaliC/18/base 2025-07-17T06:35:59.7526450Z * [new branch] gh/PaliC/18/head -> origin/gh/PaliC/18/head 2025-07-17T06:35:59.7526893Z * [new branch] gh/PaliC/18/orig -> origin/gh/PaliC/18/orig 2025-07-17T06:35:59.7527482Z * [new branch] gh/PaliC/19/base -> origin/gh/PaliC/19/base 2025-07-17T06:35:59.7527948Z * [new branch] gh/PaliC/19/head -> origin/gh/PaliC/19/head 2025-07-17T06:35:59.7528396Z * [new branch] gh/PaliC/19/orig -> origin/gh/PaliC/19/orig 2025-07-17T06:35:59.7528871Z * [new branch] gh/PaliC/2/base -> origin/gh/PaliC/2/base 2025-07-17T06:35:59.7529331Z * [new branch] gh/PaliC/2/head -> origin/gh/PaliC/2/head 2025-07-17T06:35:59.7529806Z * [new branch] gh/PaliC/2/orig -> origin/gh/PaliC/2/orig 2025-07-17T06:35:59.7530271Z * [new branch] gh/PaliC/20/base -> origin/gh/PaliC/20/base 2025-07-17T06:35:59.7530722Z * [new branch] gh/PaliC/20/head -> origin/gh/PaliC/20/head 2025-07-17T06:35:59.7531190Z * [new branch] gh/PaliC/20/orig -> origin/gh/PaliC/20/orig 2025-07-17T06:35:59.7531644Z * [new branch] gh/PaliC/21/base -> origin/gh/PaliC/21/base 2025-07-17T06:35:59.7532160Z * [new branch] gh/PaliC/21/head -> origin/gh/PaliC/21/head 2025-07-17T06:35:59.7532664Z * [new branch] gh/PaliC/21/orig -> origin/gh/PaliC/21/orig 2025-07-17T06:35:59.7533172Z * [new branch] gh/PaliC/22/base -> origin/gh/PaliC/22/base 2025-07-17T06:35:59.7533644Z * [new branch] gh/PaliC/22/head -> origin/gh/PaliC/22/head 2025-07-17T06:35:59.7534098Z * [new branch] gh/PaliC/22/orig -> origin/gh/PaliC/22/orig 2025-07-17T06:35:59.7534563Z * [new branch] gh/PaliC/3/base -> origin/gh/PaliC/3/base 2025-07-17T06:35:59.7535007Z * [new branch] gh/PaliC/3/head -> origin/gh/PaliC/3/head 2025-07-17T06:35:59.7535461Z * [new branch] gh/PaliC/4/base -> origin/gh/PaliC/4/base 2025-07-17T06:35:59.7535912Z * [new branch] gh/PaliC/4/head -> origin/gh/PaliC/4/head 2025-07-17T06:35:59.7536364Z * [new branch] gh/PaliC/5/base -> origin/gh/PaliC/5/base 2025-07-17T06:35:59.7536829Z * [new branch] gh/PaliC/5/head -> origin/gh/PaliC/5/head 2025-07-17T06:35:59.7537272Z * [new branch] gh/PaliC/6/base -> origin/gh/PaliC/6/base 2025-07-17T06:35:59.7537824Z * [new branch] gh/PaliC/6/head -> origin/gh/PaliC/6/head 2025-07-17T06:35:59.7538291Z * [new branch] gh/PaliC/7/base -> origin/gh/PaliC/7/base 2025-07-17T06:35:59.7538735Z * [new branch] gh/PaliC/7/head -> origin/gh/PaliC/7/head 2025-07-17T06:35:59.7539193Z * [new branch] gh/PaliC/8/base -> origin/gh/PaliC/8/base 2025-07-17T06:35:59.7539654Z * [new branch] gh/PaliC/8/head -> origin/gh/PaliC/8/head 2025-07-17T06:35:59.7540110Z * [new branch] gh/PaliC/9/base -> origin/gh/PaliC/9/base 2025-07-17T06:35:59.7540557Z * [new branch] gh/PaliC/9/head -> origin/gh/PaliC/9/head 2025-07-17T06:35:59.8156593Z * [new branch] gh/PaulZhang12/1/base -> origin/gh/PaulZhang12/1/base 2025-07-17T06:35:59.8157180Z * [new branch] gh/PaulZhang12/1/head -> origin/gh/PaulZhang12/1/head 2025-07-17T06:35:59.8157731Z * [new branch] gh/PaulZhang12/1/orig -> origin/gh/PaulZhang12/1/orig 2025-07-17T06:35:59.8158256Z * [new branch] gh/PaulZhang12/17/base -> origin/gh/PaulZhang12/17/base 2025-07-17T06:35:59.8158788Z * [new branch] gh/PaulZhang12/17/head -> origin/gh/PaulZhang12/17/head 2025-07-17T06:35:59.8159298Z * [new branch] gh/PaulZhang12/4/base -> origin/gh/PaulZhang12/4/base 2025-07-17T06:35:59.8159818Z * [new branch] gh/PaulZhang12/4/head -> origin/gh/PaulZhang12/4/head 2025-07-17T06:35:59.8160514Z * [new branch] gh/PaulZhang12/4/orig -> origin/gh/PaulZhang12/4/orig 2025-07-17T06:35:59.8161045Z * [new branch] gh/SamGinzburg/11/base -> origin/gh/SamGinzburg/11/base 2025-07-17T06:35:59.8161576Z * [new branch] gh/SamGinzburg/11/head -> origin/gh/SamGinzburg/11/head 2025-07-17T06:35:59.8162160Z * [new branch] gh/Sidharth123-cpu/24/base -> origin/gh/Sidharth123-cpu/24/base 2025-07-17T06:35:59.8162769Z * [new branch] gh/Sidharth123-cpu/25/base -> origin/gh/Sidharth123-cpu/25/base 2025-07-17T06:35:59.8163312Z * [new branch] gh/Sidharth123-cpu/26/base -> origin/gh/Sidharth123-cpu/26/base 2025-07-17T06:35:59.8163865Z * [new branch] gh/Sidharth123-cpu/27/base -> origin/gh/Sidharth123-cpu/27/base 2025-07-17T06:35:59.8164412Z * [new branch] gh/Sidharth123-cpu/28/base -> origin/gh/Sidharth123-cpu/28/base 2025-07-17T06:35:59.8164952Z * [new branch] gh/Sidharth123-cpu/28/head -> origin/gh/Sidharth123-cpu/28/head 2025-07-17T06:35:59.8165503Z * [new branch] gh/Sidharth123-cpu/28/orig -> origin/gh/Sidharth123-cpu/28/orig 2025-07-17T06:35:59.8166039Z * [new branch] gh/Sidharth123-cpu/32/base -> origin/gh/Sidharth123-cpu/32/base 2025-07-17T06:35:59.8166593Z * [new branch] gh/Sidharth123-cpu/32/head -> origin/gh/Sidharth123-cpu/32/head 2025-07-17T06:35:59.8167143Z * [new branch] gh/Sidharth123-cpu/32/orig -> origin/gh/Sidharth123-cpu/32/orig 2025-07-17T06:35:59.8167721Z * [new branch] gh/Sidharth123-cpu/33/base -> origin/gh/Sidharth123-cpu/33/base 2025-07-17T06:35:59.8168311Z * [new branch] gh/Sidharth123-cpu/33/head -> origin/gh/Sidharth123-cpu/33/head 2025-07-17T06:35:59.8168851Z * [new branch] gh/Sidharth123-cpu/33/orig -> origin/gh/Sidharth123-cpu/33/orig 2025-07-17T06:35:59.8169397Z * [new branch] gh/Sidharth123-cpu/34/base -> origin/gh/Sidharth123-cpu/34/base 2025-07-17T06:35:59.8169954Z * [new branch] gh/Sidharth123-cpu/34/head -> origin/gh/Sidharth123-cpu/34/head 2025-07-17T06:35:59.8170489Z * [new branch] gh/Sidharth123-cpu/34/orig -> origin/gh/Sidharth123-cpu/34/orig 2025-07-17T06:35:59.8171051Z * [new branch] gh/Sidharth123-cpu/35/base -> origin/gh/Sidharth123-cpu/35/base 2025-07-17T06:35:59.8171588Z * [new branch] gh/Sidharth123-cpu/35/head -> origin/gh/Sidharth123-cpu/35/head 2025-07-17T06:35:59.8172260Z * [new branch] gh/Sidharth123-cpu/35/orig -> origin/gh/Sidharth123-cpu/35/orig 2025-07-17T06:35:59.8172818Z * [new branch] gh/Sidharth123-cpu/36/base -> origin/gh/Sidharth123-cpu/36/base 2025-07-17T06:35:59.8173362Z * [new branch] gh/Sidharth123-cpu/36/head -> origin/gh/Sidharth123-cpu/36/head 2025-07-17T06:35:59.8173969Z * [new branch] gh/Sidharth123-cpu/36/orig -> origin/gh/Sidharth123-cpu/36/orig 2025-07-17T06:35:59.8174559Z * [new branch] gh/Sidharth123-cpu/37/base -> origin/gh/Sidharth123-cpu/37/base 2025-07-17T06:35:59.8175108Z * [new branch] gh/Sidharth123-cpu/37/head -> origin/gh/Sidharth123-cpu/37/head 2025-07-17T06:35:59.8175675Z * [new branch] gh/Sidharth123-cpu/37/orig -> origin/gh/Sidharth123-cpu/37/orig 2025-07-17T06:35:59.8176211Z * [new branch] gh/Sidharth123-cpu/38/base -> origin/gh/Sidharth123-cpu/38/base 2025-07-17T06:35:59.8176772Z * [new branch] gh/Sidharth123-cpu/38/head -> origin/gh/Sidharth123-cpu/38/head 2025-07-17T06:35:59.8177311Z * [new branch] gh/Sidharth123-cpu/38/orig -> origin/gh/Sidharth123-cpu/38/orig 2025-07-17T06:35:59.8177863Z * [new branch] gh/Sidharth123-cpu/39/base -> origin/gh/Sidharth123-cpu/39/base 2025-07-17T06:35:59.8178418Z * [new branch] gh/Sidharth123-cpu/39/head -> origin/gh/Sidharth123-cpu/39/head 2025-07-17T06:35:59.8179056Z * [new branch] gh/Sidharth123-cpu/39/orig -> origin/gh/Sidharth123-cpu/39/orig 2025-07-17T06:35:59.8179653Z * [new branch] gh/Sidharth123-cpu/40/base -> origin/gh/Sidharth123-cpu/40/base 2025-07-17T06:35:59.8180237Z * [new branch] gh/Sidharth123-cpu/40/head -> origin/gh/Sidharth123-cpu/40/head 2025-07-17T06:35:59.8180795Z * [new branch] gh/Sidharth123-cpu/40/orig -> origin/gh/Sidharth123-cpu/40/orig 2025-07-17T06:35:59.8692360Z * [new branch] gh/Sidharth123-cpu/41/base -> origin/gh/Sidharth123-cpu/41/base 2025-07-17T06:35:59.8692981Z * [new branch] gh/Sidharth123-cpu/41/head -> origin/gh/Sidharth123-cpu/41/head 2025-07-17T06:35:59.8693581Z * [new branch] gh/Sidharth123-cpu/41/orig -> origin/gh/Sidharth123-cpu/41/orig 2025-07-17T06:35:59.8694123Z * [new branch] gh/Sidharth123-cpu/42/base -> origin/gh/Sidharth123-cpu/42/base 2025-07-17T06:35:59.8694687Z * [new branch] gh/Sidharth123-cpu/42/head -> origin/gh/Sidharth123-cpu/42/head 2025-07-17T06:35:59.8695265Z * [new branch] gh/Sidharth123-cpu/42/orig -> origin/gh/Sidharth123-cpu/42/orig 2025-07-17T06:35:59.8695810Z * [new branch] gh/Sidharth123-cpu/43/base -> origin/gh/Sidharth123-cpu/43/base 2025-07-17T06:35:59.8696366Z * [new branch] gh/Sidharth123-cpu/43/head -> origin/gh/Sidharth123-cpu/43/head 2025-07-17T06:35:59.8696915Z * [new branch] gh/Sidharth123-cpu/43/orig -> origin/gh/Sidharth123-cpu/43/orig 2025-07-17T06:35:59.8697461Z * [new branch] gh/StrongerXi/1/base -> origin/gh/StrongerXi/1/base 2025-07-17T06:35:59.8697989Z * [new branch] gh/StrongerXi/1/head -> origin/gh/StrongerXi/1/head 2025-07-17T06:35:59.8698496Z * [new branch] gh/StrongerXi/103/base -> origin/gh/StrongerXi/103/base 2025-07-17T06:35:59.8699067Z * [new branch] gh/StrongerXi/103/head -> origin/gh/StrongerXi/103/head 2025-07-17T06:35:59.8699621Z * [new branch] gh/StrongerXi/103/orig -> origin/gh/StrongerXi/103/orig 2025-07-17T06:35:59.8700142Z * [new branch] gh/StrongerXi/126/base -> origin/gh/StrongerXi/126/base 2025-07-17T06:35:59.8700654Z * [new branch] gh/StrongerXi/126/head -> origin/gh/StrongerXi/126/head 2025-07-17T06:35:59.8701159Z * [new branch] gh/StrongerXi/126/orig -> origin/gh/StrongerXi/126/orig 2025-07-17T06:35:59.8701851Z * [new branch] gh/StrongerXi/127/base -> origin/gh/StrongerXi/127/base 2025-07-17T06:35:59.8702351Z * [new branch] gh/StrongerXi/127/head -> origin/gh/StrongerXi/127/head 2025-07-17T06:35:59.8702864Z * [new branch] gh/StrongerXi/127/orig -> origin/gh/StrongerXi/127/orig 2025-07-17T06:35:59.8703382Z * [new branch] gh/StrongerXi/128/base -> origin/gh/StrongerXi/128/base 2025-07-17T06:35:59.8703888Z * [new branch] gh/StrongerXi/128/head -> origin/gh/StrongerXi/128/head 2025-07-17T06:35:59.8704406Z * [new branch] gh/StrongerXi/128/orig -> origin/gh/StrongerXi/128/orig 2025-07-17T06:35:59.8704951Z * [new branch] gh/StrongerXi/129/base -> origin/gh/StrongerXi/129/base 2025-07-17T06:35:59.8705511Z * [new branch] gh/StrongerXi/129/head -> origin/gh/StrongerXi/129/head 2025-07-17T06:35:59.8706016Z * [new branch] gh/StrongerXi/129/orig -> origin/gh/StrongerXi/129/orig 2025-07-17T06:35:59.8706526Z * [new branch] gh/StrongerXi/130/base -> origin/gh/StrongerXi/130/base 2025-07-17T06:35:59.8707040Z * [new branch] gh/StrongerXi/130/head -> origin/gh/StrongerXi/130/head 2025-07-17T06:35:59.8707546Z * [new branch] gh/StrongerXi/130/orig -> origin/gh/StrongerXi/130/orig 2025-07-17T06:35:59.8708063Z * [new branch] gh/StrongerXi/131/base -> origin/gh/StrongerXi/131/base 2025-07-17T06:35:59.8708690Z * [new branch] gh/StrongerXi/131/head -> origin/gh/StrongerXi/131/head 2025-07-17T06:35:59.8709193Z * [new branch] gh/StrongerXi/131/orig -> origin/gh/StrongerXi/131/orig 2025-07-17T06:35:59.8709717Z * [new branch] gh/StrongerXi/132/base -> origin/gh/StrongerXi/132/base 2025-07-17T06:35:59.8710223Z * [new branch] gh/StrongerXi/132/head -> origin/gh/StrongerXi/132/head 2025-07-17T06:35:59.8710828Z * [new branch] gh/StrongerXi/132/orig -> origin/gh/StrongerXi/132/orig 2025-07-17T06:35:59.8711334Z * [new branch] gh/StrongerXi/133/base -> origin/gh/StrongerXi/133/base 2025-07-17T06:35:59.8711848Z * [new branch] gh/StrongerXi/133/head -> origin/gh/StrongerXi/133/head 2025-07-17T06:35:59.8712361Z * [new branch] gh/StrongerXi/133/orig -> origin/gh/StrongerXi/133/orig 2025-07-17T06:35:59.8712863Z * [new branch] gh/StrongerXi/134/base -> origin/gh/StrongerXi/134/base 2025-07-17T06:35:59.8713393Z * [new branch] gh/StrongerXi/134/head -> origin/gh/StrongerXi/134/head 2025-07-17T06:35:59.8713974Z * [new branch] gh/StrongerXi/134/orig -> origin/gh/StrongerXi/134/orig 2025-07-17T06:35:59.8714498Z * [new branch] gh/StrongerXi/135/base -> origin/gh/StrongerXi/135/base 2025-07-17T06:35:59.8715025Z * [new branch] gh/StrongerXi/135/head -> origin/gh/StrongerXi/135/head 2025-07-17T06:35:59.8715528Z * [new branch] gh/StrongerXi/135/orig -> origin/gh/StrongerXi/135/orig 2025-07-17T06:35:59.8716090Z * [new branch] gh/StrongerXi/136/base -> origin/gh/StrongerXi/136/base 2025-07-17T06:35:59.9301835Z * [new branch] gh/StrongerXi/136/head -> origin/gh/StrongerXi/136/head 2025-07-17T06:35:59.9302423Z * [new branch] gh/StrongerXi/136/orig -> origin/gh/StrongerXi/136/orig 2025-07-17T06:35:59.9302991Z * [new branch] gh/StrongerXi/137/base -> origin/gh/StrongerXi/137/base 2025-07-17T06:35:59.9303566Z * [new branch] gh/StrongerXi/137/head -> origin/gh/StrongerXi/137/head 2025-07-17T06:35:59.9304137Z * [new branch] gh/StrongerXi/137/orig -> origin/gh/StrongerXi/137/orig 2025-07-17T06:35:59.9304642Z * [new branch] gh/StrongerXi/138/base -> origin/gh/StrongerXi/138/base 2025-07-17T06:35:59.9305352Z * [new branch] gh/StrongerXi/138/head -> origin/gh/StrongerXi/138/head 2025-07-17T06:35:59.9305870Z * [new branch] gh/StrongerXi/138/orig -> origin/gh/StrongerXi/138/orig 2025-07-17T06:35:59.9306379Z * [new branch] gh/StrongerXi/71/base -> origin/gh/StrongerXi/71/base 2025-07-17T06:35:59.9306900Z * [new branch] gh/StrongerXi/71/head -> origin/gh/StrongerXi/71/head 2025-07-17T06:35:59.9307406Z * [new branch] gh/StrongerXi/72/base -> origin/gh/StrongerXi/72/base 2025-07-17T06:35:59.9307921Z * [new branch] gh/StrongerXi/72/head -> origin/gh/StrongerXi/72/head 2025-07-17T06:35:59.9308439Z * [new branch] gh/Xia-Weiwen/40/base -> origin/gh/Xia-Weiwen/40/base 2025-07-17T06:35:59.9308923Z * [new branch] gh/Xia-Weiwen/40/head -> origin/gh/Xia-Weiwen/40/head 2025-07-17T06:35:59.9309508Z * [new branch] gh/Xia-Weiwen/40/orig -> origin/gh/Xia-Weiwen/40/orig 2025-07-17T06:35:59.9310068Z * [new branch] gh/XilunWu/110/base -> origin/gh/XilunWu/110/base 2025-07-17T06:35:59.9310608Z * [new branch] gh/XilunWu/110/head -> origin/gh/XilunWu/110/head 2025-07-17T06:35:59.9311114Z * [new branch] gh/XilunWu/110/orig -> origin/gh/XilunWu/110/orig 2025-07-17T06:35:59.9311650Z * [new branch] gh/XilunWu/115/base -> origin/gh/XilunWu/115/base 2025-07-17T06:35:59.9312267Z * [new branch] gh/XilunWu/115/head -> origin/gh/XilunWu/115/head 2025-07-17T06:35:59.9312802Z * [new branch] gh/XilunWu/115/orig -> origin/gh/XilunWu/115/orig 2025-07-17T06:35:59.9313340Z * [new branch] gh/XilunWu/116/base -> origin/gh/XilunWu/116/base 2025-07-17T06:35:59.9313940Z * [new branch] gh/XilunWu/116/head -> origin/gh/XilunWu/116/head 2025-07-17T06:35:59.9314466Z * [new branch] gh/XilunWu/116/orig -> origin/gh/XilunWu/116/orig 2025-07-17T06:35:59.9314974Z * [new branch] gh/XilunWu/117/base -> origin/gh/XilunWu/117/base 2025-07-17T06:35:59.9315498Z * [new branch] gh/XilunWu/117/head -> origin/gh/XilunWu/117/head 2025-07-17T06:35:59.9316029Z * [new branch] gh/XilunWu/117/orig -> origin/gh/XilunWu/117/orig 2025-07-17T06:35:59.9316530Z * [new branch] gh/XilunWu/118/base -> origin/gh/XilunWu/118/base 2025-07-17T06:35:59.9317059Z * [new branch] gh/XilunWu/118/head -> origin/gh/XilunWu/118/head 2025-07-17T06:35:59.9317548Z * [new branch] gh/XilunWu/118/orig -> origin/gh/XilunWu/118/orig 2025-07-17T06:35:59.9318085Z * [new branch] gh/XilunWu/119/base -> origin/gh/XilunWu/119/base 2025-07-17T06:35:59.9318611Z * [new branch] gh/XilunWu/119/head -> origin/gh/XilunWu/119/head 2025-07-17T06:35:59.9319108Z * [new branch] gh/XilunWu/119/orig -> origin/gh/XilunWu/119/orig 2025-07-17T06:35:59.9319655Z * [new branch] gh/XilunWu/126/base -> origin/gh/XilunWu/126/base 2025-07-17T06:35:59.9320150Z * [new branch] gh/XilunWu/126/head -> origin/gh/XilunWu/126/head 2025-07-17T06:35:59.9320659Z * [new branch] gh/XilunWu/126/orig -> origin/gh/XilunWu/126/orig 2025-07-17T06:35:59.9321200Z * [new branch] gh/XilunWu/127/base -> origin/gh/XilunWu/127/base 2025-07-17T06:35:59.9321706Z * [new branch] gh/XilunWu/127/head -> origin/gh/XilunWu/127/head 2025-07-17T06:35:59.9322218Z * [new branch] gh/XilunWu/127/orig -> origin/gh/XilunWu/127/orig 2025-07-17T06:35:59.9322731Z * [new branch] gh/XilunWu/129/base -> origin/gh/XilunWu/129/base 2025-07-17T06:35:59.9323260Z * [new branch] gh/XilunWu/129/head -> origin/gh/XilunWu/129/head 2025-07-17T06:35:59.9323883Z * [new branch] gh/XilunWu/129/orig -> origin/gh/XilunWu/129/orig 2025-07-17T06:35:59.9324406Z * [new branch] gh/XilunWu/130/base -> origin/gh/XilunWu/130/base 2025-07-17T06:35:59.9324935Z * [new branch] gh/XilunWu/130/head -> origin/gh/XilunWu/130/head 2025-07-17T06:35:59.9325430Z * [new branch] gh/XilunWu/130/orig -> origin/gh/XilunWu/130/orig 2025-07-17T06:35:59.9325964Z * [new branch] gh/XilunWu/131/base -> origin/gh/XilunWu/131/base 2025-07-17T06:35:59.9326499Z * [new branch] gh/XilunWu/131/head -> origin/gh/XilunWu/131/head 2025-07-17T06:35:59.9747294Z * [new branch] gh/XilunWu/131/orig -> origin/gh/XilunWu/131/orig 2025-07-17T06:35:59.9747945Z * [new branch] gh/XilunWu/133/base -> origin/gh/XilunWu/133/base 2025-07-17T06:35:59.9748571Z * [new branch] gh/XilunWu/133/head -> origin/gh/XilunWu/133/head 2025-07-17T06:35:59.9749096Z * [new branch] gh/XilunWu/133/orig -> origin/gh/XilunWu/133/orig 2025-07-17T06:35:59.9749673Z * [new branch] gh/XilunWu/136/base -> origin/gh/XilunWu/136/base 2025-07-17T06:35:59.9750218Z * [new branch] gh/XilunWu/136/head -> origin/gh/XilunWu/136/head 2025-07-17T06:35:59.9750759Z * [new branch] gh/XilunWu/136/orig -> origin/gh/XilunWu/136/orig 2025-07-17T06:35:59.9751502Z * [new branch] gh/XilunWu/139/base -> origin/gh/XilunWu/139/base 2025-07-17T06:35:59.9752012Z * [new branch] gh/XilunWu/139/head -> origin/gh/XilunWu/139/head 2025-07-17T06:35:59.9752542Z * [new branch] gh/XilunWu/139/orig -> origin/gh/XilunWu/139/orig 2025-07-17T06:35:59.9753064Z * [new branch] gh/XilunWu/143/base -> origin/gh/XilunWu/143/base 2025-07-17T06:35:59.9753706Z * [new branch] gh/XilunWu/143/head -> origin/gh/XilunWu/143/head 2025-07-17T06:35:59.9754267Z * [new branch] gh/XilunWu/143/orig -> origin/gh/XilunWu/143/orig 2025-07-17T06:35:59.9754854Z * [new branch] gh/XilunWu/144/base -> origin/gh/XilunWu/144/base 2025-07-17T06:35:59.9755438Z * [new branch] gh/XilunWu/144/head -> origin/gh/XilunWu/144/head 2025-07-17T06:35:59.9755943Z * [new branch] gh/XilunWu/144/orig -> origin/gh/XilunWu/144/orig 2025-07-17T06:35:59.9756498Z * [new branch] gh/XilunWu/145/base -> origin/gh/XilunWu/145/base 2025-07-17T06:35:59.9757025Z * [new branch] gh/XilunWu/145/head -> origin/gh/XilunWu/145/head 2025-07-17T06:35:59.9757525Z * [new branch] gh/XilunWu/145/orig -> origin/gh/XilunWu/145/orig 2025-07-17T06:35:59.9758057Z * [new branch] gh/XilunWu/146/base -> origin/gh/XilunWu/146/base 2025-07-17T06:35:59.9758567Z * [new branch] gh/XilunWu/146/head -> origin/gh/XilunWu/146/head 2025-07-17T06:35:59.9759092Z * [new branch] gh/XilunWu/146/orig -> origin/gh/XilunWu/146/orig 2025-07-17T06:35:59.9759633Z * [new branch] gh/XilunWu/147/base -> origin/gh/XilunWu/147/base 2025-07-17T06:35:59.9760176Z * [new branch] gh/XilunWu/147/head -> origin/gh/XilunWu/147/head 2025-07-17T06:35:59.9760748Z * [new branch] gh/XilunWu/147/orig -> origin/gh/XilunWu/147/orig 2025-07-17T06:35:59.9761267Z * [new branch] gh/XilunWu/148/base -> origin/gh/XilunWu/148/base 2025-07-17T06:35:59.9761930Z * [new branch] gh/XilunWu/148/head -> origin/gh/XilunWu/148/head 2025-07-17T06:35:59.9762460Z * [new branch] gh/XilunWu/148/orig -> origin/gh/XilunWu/148/orig 2025-07-17T06:35:59.9762988Z * [new branch] gh/XilunWu/149/base -> origin/gh/XilunWu/149/base 2025-07-17T06:35:59.9763686Z * [new branch] gh/XilunWu/149/head -> origin/gh/XilunWu/149/head 2025-07-17T06:35:59.9764216Z * [new branch] gh/XilunWu/149/orig -> origin/gh/XilunWu/149/orig 2025-07-17T06:35:59.9764754Z * [new branch] gh/XilunWu/150/base -> origin/gh/XilunWu/150/base 2025-07-17T06:35:59.9765293Z * [new branch] gh/XilunWu/150/head -> origin/gh/XilunWu/150/head 2025-07-17T06:35:59.9765803Z * [new branch] gh/XilunWu/150/orig -> origin/gh/XilunWu/150/orig 2025-07-17T06:35:59.9766441Z * [new branch] gh/XilunWu/151/base -> origin/gh/XilunWu/151/base 2025-07-17T06:35:59.9766980Z * [new branch] gh/XilunWu/151/head -> origin/gh/XilunWu/151/head 2025-07-17T06:35:59.9767487Z * [new branch] gh/XilunWu/151/orig -> origin/gh/XilunWu/151/orig 2025-07-17T06:35:59.9768036Z * [new branch] gh/XilunWu/152/base -> origin/gh/XilunWu/152/base 2025-07-17T06:35:59.9768559Z * [new branch] gh/XilunWu/152/head -> origin/gh/XilunWu/152/head 2025-07-17T06:35:59.9769104Z * [new branch] gh/XilunWu/152/orig -> origin/gh/XilunWu/152/orig 2025-07-17T06:35:59.9769695Z * [new branch] gh/XilunWu/153/base -> origin/gh/XilunWu/153/base 2025-07-17T06:35:59.9770217Z * [new branch] gh/XilunWu/153/head -> origin/gh/XilunWu/153/head 2025-07-17T06:35:59.9770967Z * [new branch] gh/XilunWu/153/orig -> origin/gh/XilunWu/153/orig 2025-07-17T06:35:59.9771522Z * [new branch] gh/XilunWu/154/base -> origin/gh/XilunWu/154/base 2025-07-17T06:35:59.9772149Z * [new branch] gh/XilunWu/154/head -> origin/gh/XilunWu/154/head 2025-07-17T06:35:59.9772753Z * [new branch] gh/XilunWu/154/orig -> origin/gh/XilunWu/154/orig 2025-07-17T06:35:59.9773300Z * [new branch] gh/XilunWu/155/base -> origin/gh/XilunWu/155/base 2025-07-17T06:36:00.0337411Z * [new branch] gh/XilunWu/155/head -> origin/gh/XilunWu/155/head 2025-07-17T06:36:00.0338057Z * [new branch] gh/XilunWu/155/orig -> origin/gh/XilunWu/155/orig 2025-07-17T06:36:00.0338638Z * [new branch] gh/XilunWu/156/base -> origin/gh/XilunWu/156/base 2025-07-17T06:36:00.0339145Z * [new branch] gh/XilunWu/156/head -> origin/gh/XilunWu/156/head 2025-07-17T06:36:00.0339682Z * [new branch] gh/XilunWu/156/orig -> origin/gh/XilunWu/156/orig 2025-07-17T06:36:00.0340222Z * [new branch] gh/XilunWu/157/base -> origin/gh/XilunWu/157/base 2025-07-17T06:36:00.0340746Z * [new branch] gh/XilunWu/157/head -> origin/gh/XilunWu/157/head 2025-07-17T06:36:00.0341268Z * [new branch] gh/XilunWu/157/orig -> origin/gh/XilunWu/157/orig 2025-07-17T06:36:00.0341812Z * [new branch] gh/XilunWu/158/base -> origin/gh/XilunWu/158/base 2025-07-17T06:36:00.0342339Z * [new branch] gh/XilunWu/158/head -> origin/gh/XilunWu/158/head 2025-07-17T06:36:00.0342854Z * [new branch] gh/XilunWu/158/orig -> origin/gh/XilunWu/158/orig 2025-07-17T06:36:00.0358944Z * [new branch] gh/XuehaiPan/14/base -> origin/gh/XuehaiPan/14/base 2025-07-17T06:36:00.0359695Z * [new branch] gh/XuehaiPan/14/head -> origin/gh/XuehaiPan/14/head 2025-07-17T06:36:00.0360270Z * [new branch] gh/XuehaiPan/14/orig -> origin/gh/XuehaiPan/14/orig 2025-07-17T06:36:00.0360871Z * [new branch] gh/XuehaiPan/179/base -> origin/gh/XuehaiPan/179/base 2025-07-17T06:36:00.0361430Z * [new branch] gh/XuehaiPan/179/head -> origin/gh/XuehaiPan/179/head 2025-07-17T06:36:00.0362022Z * [new branch] gh/XuehaiPan/179/orig -> origin/gh/XuehaiPan/179/orig 2025-07-17T06:36:00.0362833Z * [new branch] gh/XuehaiPan/189/base -> origin/gh/XuehaiPan/189/base 2025-07-17T06:36:00.0363385Z * [new branch] gh/XuehaiPan/189/head -> origin/gh/XuehaiPan/189/head 2025-07-17T06:36:00.0363978Z * [new branch] gh/XuehaiPan/189/orig -> origin/gh/XuehaiPan/189/orig 2025-07-17T06:36:00.0364528Z * [new branch] gh/XuehaiPan/226/base -> origin/gh/XuehaiPan/226/base 2025-07-17T06:36:00.0365115Z * [new branch] gh/XuehaiPan/226/head -> origin/gh/XuehaiPan/226/head 2025-07-17T06:36:00.0365672Z * [new branch] gh/XuehaiPan/226/orig -> origin/gh/XuehaiPan/226/orig 2025-07-17T06:36:00.0366273Z * [new branch] gh/XuehaiPan/227/base -> origin/gh/XuehaiPan/227/base 2025-07-17T06:36:00.0366811Z * [new branch] gh/XuehaiPan/227/head -> origin/gh/XuehaiPan/227/head 2025-07-17T06:36:00.0367407Z * [new branch] gh/XuehaiPan/227/orig -> origin/gh/XuehaiPan/227/orig 2025-07-17T06:36:00.0367944Z * [new branch] gh/XuehaiPan/228/base -> origin/gh/XuehaiPan/228/base 2025-07-17T06:36:00.0368542Z * [new branch] gh/XuehaiPan/228/head -> origin/gh/XuehaiPan/228/head 2025-07-17T06:36:00.0369090Z * [new branch] gh/XuehaiPan/228/orig -> origin/gh/XuehaiPan/228/orig 2025-07-17T06:36:00.0369677Z * [new branch] gh/XuehaiPan/229/base -> origin/gh/XuehaiPan/229/base 2025-07-17T06:36:00.0370364Z * [new branch] gh/XuehaiPan/229/head -> origin/gh/XuehaiPan/229/head 2025-07-17T06:36:00.0370920Z * [new branch] gh/XuehaiPan/229/orig -> origin/gh/XuehaiPan/229/orig 2025-07-17T06:36:00.0371464Z * [new branch] gh/XuehaiPan/230/base -> origin/gh/XuehaiPan/230/base 2025-07-17T06:36:00.0372068Z * [new branch] gh/XuehaiPan/230/head -> origin/gh/XuehaiPan/230/head 2025-07-17T06:36:00.0372620Z * [new branch] gh/XuehaiPan/230/orig -> origin/gh/XuehaiPan/230/orig 2025-07-17T06:36:00.0373207Z * [new branch] gh/XuehaiPan/231/base -> origin/gh/XuehaiPan/231/base 2025-07-17T06:36:00.0373746Z * [new branch] gh/XuehaiPan/231/head -> origin/gh/XuehaiPan/231/head 2025-07-17T06:36:00.0374334Z * [new branch] gh/XuehaiPan/231/orig -> origin/gh/XuehaiPan/231/orig 2025-07-17T06:36:00.0374872Z * [new branch] gh/XuehaiPan/232/base -> origin/gh/XuehaiPan/232/base 2025-07-17T06:36:00.0375459Z * [new branch] gh/XuehaiPan/232/head -> origin/gh/XuehaiPan/232/head 2025-07-17T06:36:00.0375993Z * [new branch] gh/XuehaiPan/232/orig -> origin/gh/XuehaiPan/232/orig 2025-07-17T06:36:00.0376577Z * [new branch] gh/XuehaiPan/249/base -> origin/gh/XuehaiPan/249/base 2025-07-17T06:36:00.0377121Z * [new branch] gh/XuehaiPan/249/head -> origin/gh/XuehaiPan/249/head 2025-07-17T06:36:00.0377708Z * [new branch] gh/XuehaiPan/249/orig -> origin/gh/XuehaiPan/249/orig 2025-07-17T06:36:00.0378251Z * [new branch] gh/XuehaiPan/251/base -> origin/gh/XuehaiPan/251/base 2025-07-17T06:36:00.0378816Z * [new branch] gh/XuehaiPan/251/head -> origin/gh/XuehaiPan/251/head 2025-07-17T06:36:00.0854198Z * [new branch] gh/XuehaiPan/251/orig -> origin/gh/XuehaiPan/251/orig 2025-07-17T06:36:00.0854763Z * [new branch] gh/XuehaiPan/253/base -> origin/gh/XuehaiPan/253/base 2025-07-17T06:36:00.0855275Z * [new branch] gh/XuehaiPan/253/head -> origin/gh/XuehaiPan/253/head 2025-07-17T06:36:00.0855777Z * [new branch] gh/XuehaiPan/253/orig -> origin/gh/XuehaiPan/253/orig 2025-07-17T06:36:00.0856260Z * [new branch] gh/XuehaiPan/254/base -> origin/gh/XuehaiPan/254/base 2025-07-17T06:36:00.0856946Z * [new branch] gh/XuehaiPan/254/head -> origin/gh/XuehaiPan/254/head 2025-07-17T06:36:00.0857435Z * [new branch] gh/XuehaiPan/254/orig -> origin/gh/XuehaiPan/254/orig 2025-07-17T06:36:00.0857936Z * [new branch] gh/XuehaiPan/255/base -> origin/gh/XuehaiPan/255/base 2025-07-17T06:36:00.0858431Z * [new branch] gh/XuehaiPan/255/head -> origin/gh/XuehaiPan/255/head 2025-07-17T06:36:00.0858975Z * [new branch] gh/XuehaiPan/255/orig -> origin/gh/XuehaiPan/255/orig 2025-07-17T06:36:00.0859524Z * [new branch] gh/XuehaiPan/257/base -> origin/gh/XuehaiPan/257/base 2025-07-17T06:36:00.0860061Z * [new branch] gh/XuehaiPan/257/head -> origin/gh/XuehaiPan/257/head 2025-07-17T06:36:00.0860567Z * [new branch] gh/XuehaiPan/257/orig -> origin/gh/XuehaiPan/257/orig 2025-07-17T06:36:00.0861062Z * [new branch] gh/XuehaiPan/271/base -> origin/gh/XuehaiPan/271/base 2025-07-17T06:36:00.0861546Z * [new branch] gh/XuehaiPan/271/head -> origin/gh/XuehaiPan/271/head 2025-07-17T06:36:00.0862050Z * [new branch] gh/XuehaiPan/271/orig -> origin/gh/XuehaiPan/271/orig 2025-07-17T06:36:00.0862535Z * [new branch] gh/XuehaiPan/279/base -> origin/gh/XuehaiPan/279/base 2025-07-17T06:36:00.0863034Z * [new branch] gh/XuehaiPan/279/head -> origin/gh/XuehaiPan/279/head 2025-07-17T06:36:00.0863522Z * [new branch] gh/XuehaiPan/279/orig -> origin/gh/XuehaiPan/279/orig 2025-07-17T06:36:00.0864156Z * [new branch] gh/XuehaiPan/281/base -> origin/gh/XuehaiPan/281/base 2025-07-17T06:36:00.0864661Z * [new branch] gh/XuehaiPan/281/head -> origin/gh/XuehaiPan/281/head 2025-07-17T06:36:00.0865155Z * [new branch] gh/XuehaiPan/281/orig -> origin/gh/XuehaiPan/281/orig 2025-07-17T06:36:00.0865664Z * [new branch] gh/XuehaiPan/282/base -> origin/gh/XuehaiPan/282/base 2025-07-17T06:36:00.0866157Z * [new branch] gh/XuehaiPan/282/head -> origin/gh/XuehaiPan/282/head 2025-07-17T06:36:00.0866672Z * [new branch] gh/XuehaiPan/282/orig -> origin/gh/XuehaiPan/282/orig 2025-07-17T06:36:00.0867167Z * [new branch] gh/XuehaiPan/283/base -> origin/gh/XuehaiPan/283/base 2025-07-17T06:36:00.0867659Z * [new branch] gh/XuehaiPan/283/head -> origin/gh/XuehaiPan/283/head 2025-07-17T06:36:00.0868160Z * [new branch] gh/XuehaiPan/283/orig -> origin/gh/XuehaiPan/283/orig 2025-07-17T06:36:00.0868653Z * [new branch] gh/XuehaiPan/284/base -> origin/gh/XuehaiPan/284/base 2025-07-17T06:36:00.0869179Z * [new branch] gh/XuehaiPan/284/head -> origin/gh/XuehaiPan/284/head 2025-07-17T06:36:00.0869681Z * [new branch] gh/XuehaiPan/284/orig -> origin/gh/XuehaiPan/284/orig 2025-07-17T06:36:00.0870181Z * [new branch] gh/XuehaiPan/285/base -> origin/gh/XuehaiPan/285/base 2025-07-17T06:36:00.0870682Z * [new branch] gh/XuehaiPan/285/head -> origin/gh/XuehaiPan/285/head 2025-07-17T06:36:00.0871166Z * [new branch] gh/XuehaiPan/285/orig -> origin/gh/XuehaiPan/285/orig 2025-07-17T06:36:00.0871673Z * [new branch] gh/XuehaiPan/286/base -> origin/gh/XuehaiPan/286/base 2025-07-17T06:36:00.0872173Z * [new branch] gh/XuehaiPan/286/head -> origin/gh/XuehaiPan/286/head 2025-07-17T06:36:00.0872653Z * [new branch] gh/XuehaiPan/286/orig -> origin/gh/XuehaiPan/286/orig 2025-07-17T06:36:00.0873143Z * [new branch] gh/XuehaiPan/287/base -> origin/gh/XuehaiPan/287/base 2025-07-17T06:36:00.0873722Z * [new branch] gh/XuehaiPan/287/head -> origin/gh/XuehaiPan/287/head 2025-07-17T06:36:00.0874240Z * [new branch] gh/XuehaiPan/287/orig -> origin/gh/XuehaiPan/287/orig 2025-07-17T06:36:00.0874838Z * [new branch] gh/XuehaiPan/288/base -> origin/gh/XuehaiPan/288/base 2025-07-17T06:36:00.0875386Z * [new branch] gh/XuehaiPan/288/head -> origin/gh/XuehaiPan/288/head 2025-07-17T06:36:00.0875917Z * [new branch] gh/XuehaiPan/288/orig -> origin/gh/XuehaiPan/288/orig 2025-07-17T06:36:00.0876462Z * [new branch] gh/XuehaiPan/289/base -> origin/gh/XuehaiPan/289/base 2025-07-17T06:36:00.0876958Z * [new branch] gh/XuehaiPan/289/head -> origin/gh/XuehaiPan/289/head 2025-07-17T06:36:00.0877449Z * [new branch] gh/XuehaiPan/289/orig -> origin/gh/XuehaiPan/289/orig 2025-07-17T06:36:00.1280877Z * [new branch] gh/XuehaiPan/290/base -> origin/gh/XuehaiPan/290/base 2025-07-17T06:36:00.1281473Z * [new branch] gh/XuehaiPan/290/head -> origin/gh/XuehaiPan/290/head 2025-07-17T06:36:00.1282043Z * [new branch] gh/XuehaiPan/290/orig -> origin/gh/XuehaiPan/290/orig 2025-07-17T06:36:00.1282616Z * [new branch] gh/XuehaiPan/291/base -> origin/gh/XuehaiPan/291/base 2025-07-17T06:36:00.1283191Z * [new branch] gh/XuehaiPan/291/head -> origin/gh/XuehaiPan/291/head 2025-07-17T06:36:00.1283723Z * [new branch] gh/XuehaiPan/291/orig -> origin/gh/XuehaiPan/291/orig 2025-07-17T06:36:00.1284242Z * [new branch] gh/XuehaiPan/292/base -> origin/gh/XuehaiPan/292/base 2025-07-17T06:36:00.1284943Z * [new branch] gh/XuehaiPan/292/head -> origin/gh/XuehaiPan/292/head 2025-07-17T06:36:00.1285493Z * [new branch] gh/XuehaiPan/292/orig -> origin/gh/XuehaiPan/292/orig 2025-07-17T06:36:00.1286024Z * [new branch] gh/XuehaiPan/293/base -> origin/gh/XuehaiPan/293/base 2025-07-17T06:36:00.1286557Z * [new branch] gh/XuehaiPan/293/head -> origin/gh/XuehaiPan/293/head 2025-07-17T06:36:00.1287128Z * [new branch] gh/XuehaiPan/293/orig -> origin/gh/XuehaiPan/293/orig 2025-07-17T06:36:00.1287656Z * [new branch] gh/XuehaiPan/294/base -> origin/gh/XuehaiPan/294/base 2025-07-17T06:36:00.1288189Z * [new branch] gh/XuehaiPan/294/head -> origin/gh/XuehaiPan/294/head 2025-07-17T06:36:00.1288717Z * [new branch] gh/XuehaiPan/294/orig -> origin/gh/XuehaiPan/294/orig 2025-07-17T06:36:00.1289247Z * [new branch] gh/XuehaiPan/295/base -> origin/gh/XuehaiPan/295/base 2025-07-17T06:36:00.1289771Z * [new branch] gh/XuehaiPan/295/head -> origin/gh/XuehaiPan/295/head 2025-07-17T06:36:00.1290302Z * [new branch] gh/XuehaiPan/295/orig -> origin/gh/XuehaiPan/295/orig 2025-07-17T06:36:00.1290825Z * [new branch] gh/XuehaiPan/296/base -> origin/gh/XuehaiPan/296/base 2025-07-17T06:36:00.1291358Z * [new branch] gh/XuehaiPan/296/head -> origin/gh/XuehaiPan/296/head 2025-07-17T06:36:00.1291901Z * [new branch] gh/XuehaiPan/296/orig -> origin/gh/XuehaiPan/296/orig 2025-07-17T06:36:00.1292419Z * [new branch] gh/XuehaiPan/297/base -> origin/gh/XuehaiPan/297/base 2025-07-17T06:36:00.1292992Z * [new branch] gh/XuehaiPan/297/head -> origin/gh/XuehaiPan/297/head 2025-07-17T06:36:00.1293519Z * [new branch] gh/XuehaiPan/297/orig -> origin/gh/XuehaiPan/297/orig 2025-07-17T06:36:00.1294060Z * [new branch] gh/XuehaiPan/298/base -> origin/gh/XuehaiPan/298/base 2025-07-17T06:36:00.1294602Z * [new branch] gh/XuehaiPan/298/head -> origin/gh/XuehaiPan/298/head 2025-07-17T06:36:00.1295124Z * [new branch] gh/XuehaiPan/298/orig -> origin/gh/XuehaiPan/298/orig 2025-07-17T06:36:00.1295663Z * [new branch] gh/XuehaiPan/299/base -> origin/gh/XuehaiPan/299/base 2025-07-17T06:36:00.1296307Z * [new branch] gh/XuehaiPan/299/head -> origin/gh/XuehaiPan/299/head 2025-07-17T06:36:00.1296880Z * [new branch] gh/XuehaiPan/299/orig -> origin/gh/XuehaiPan/299/orig 2025-07-17T06:36:00.1297416Z * [new branch] gh/XuehaiPan/300/base -> origin/gh/XuehaiPan/300/base 2025-07-17T06:36:00.1297943Z * [new branch] gh/XuehaiPan/300/head -> origin/gh/XuehaiPan/300/head 2025-07-17T06:36:00.1298471Z * [new branch] gh/XuehaiPan/300/orig -> origin/gh/XuehaiPan/300/orig 2025-07-17T06:36:00.1298996Z * [new branch] gh/XuehaiPan/301/base -> origin/gh/XuehaiPan/301/base 2025-07-17T06:36:00.1299570Z * [new branch] gh/XuehaiPan/301/head -> origin/gh/XuehaiPan/301/head 2025-07-17T06:36:00.1300099Z * [new branch] gh/XuehaiPan/301/orig -> origin/gh/XuehaiPan/301/orig 2025-07-17T06:36:00.1300629Z * [new branch] gh/XuehaiPan/302/base -> origin/gh/XuehaiPan/302/base 2025-07-17T06:36:00.1301171Z * [new branch] gh/XuehaiPan/302/head -> origin/gh/XuehaiPan/302/head 2025-07-17T06:36:00.1301696Z * [new branch] gh/XuehaiPan/302/orig -> origin/gh/XuehaiPan/302/orig 2025-07-17T06:36:00.1302181Z * [new branch] gh/XuehaiPan/303/base -> origin/gh/XuehaiPan/303/base 2025-07-17T06:36:00.1302658Z * [new branch] gh/XuehaiPan/303/head -> origin/gh/XuehaiPan/303/head 2025-07-17T06:36:00.1303248Z * [new branch] gh/XuehaiPan/303/orig -> origin/gh/XuehaiPan/303/orig 2025-07-17T06:36:00.1303749Z * [new branch] gh/XuehaiPan/304/base -> origin/gh/XuehaiPan/304/base 2025-07-17T06:36:00.1304232Z * [new branch] gh/XuehaiPan/304/head -> origin/gh/XuehaiPan/304/head 2025-07-17T06:36:00.1304723Z * [new branch] gh/XuehaiPan/304/orig -> origin/gh/XuehaiPan/304/orig 2025-07-17T06:36:00.1305220Z * [new branch] gh/XuehaiPan/305/base -> origin/gh/XuehaiPan/305/base 2025-07-17T06:36:00.1833926Z * [new branch] gh/XuehaiPan/305/head -> origin/gh/XuehaiPan/305/head 2025-07-17T06:36:00.1834471Z * [new branch] gh/XuehaiPan/305/orig -> origin/gh/XuehaiPan/305/orig 2025-07-17T06:36:00.1834988Z * [new branch] gh/XuehaiPan/306/base -> origin/gh/XuehaiPan/306/base 2025-07-17T06:36:00.1835478Z * [new branch] gh/XuehaiPan/306/head -> origin/gh/XuehaiPan/306/head 2025-07-17T06:36:00.1835969Z * [new branch] gh/XuehaiPan/306/orig -> origin/gh/XuehaiPan/306/orig 2025-07-17T06:36:00.1836508Z * [new branch] gh/XuehaiPan/307/base -> origin/gh/XuehaiPan/307/base 2025-07-17T06:36:00.1837043Z * [new branch] gh/XuehaiPan/307/head -> origin/gh/XuehaiPan/307/head 2025-07-17T06:36:00.1837534Z * [new branch] gh/XuehaiPan/307/orig -> origin/gh/XuehaiPan/307/orig 2025-07-17T06:36:00.1838037Z * [new branch] gh/XuehaiPan/308/base -> origin/gh/XuehaiPan/308/base 2025-07-17T06:36:00.1838527Z * [new branch] gh/XuehaiPan/308/head -> origin/gh/XuehaiPan/308/head 2025-07-17T06:36:00.1839015Z * [new branch] gh/XuehaiPan/308/orig -> origin/gh/XuehaiPan/308/orig 2025-07-17T06:36:00.1839498Z * [new branch] gh/XuehaiPan/309/base -> origin/gh/XuehaiPan/309/base 2025-07-17T06:36:00.1839983Z * [new branch] gh/XuehaiPan/309/head -> origin/gh/XuehaiPan/309/head 2025-07-17T06:36:00.1840467Z * [new branch] gh/XuehaiPan/309/orig -> origin/gh/XuehaiPan/309/orig 2025-07-17T06:36:00.1840955Z * [new branch] gh/XuehaiPan/310/base -> origin/gh/XuehaiPan/310/base 2025-07-17T06:36:00.1841440Z * [new branch] gh/XuehaiPan/310/head -> origin/gh/XuehaiPan/310/head 2025-07-17T06:36:00.1842084Z * [new branch] gh/XuehaiPan/310/orig -> origin/gh/XuehaiPan/310/orig 2025-07-17T06:36:00.1842643Z * [new branch] gh/XuehaiPan/311/base -> origin/gh/XuehaiPan/311/base 2025-07-17T06:36:00.1843177Z * [new branch] gh/XuehaiPan/311/head -> origin/gh/XuehaiPan/311/head 2025-07-17T06:36:00.1843669Z * [new branch] gh/XuehaiPan/311/orig -> origin/gh/XuehaiPan/311/orig 2025-07-17T06:36:00.1844161Z * [new branch] gh/XuehaiPan/312/base -> origin/gh/XuehaiPan/312/base 2025-07-17T06:36:00.1844648Z * [new branch] gh/XuehaiPan/312/head -> origin/gh/XuehaiPan/312/head 2025-07-17T06:36:00.1845143Z * [new branch] gh/XuehaiPan/312/orig -> origin/gh/XuehaiPan/312/orig 2025-07-17T06:36:00.1845623Z * [new branch] gh/XuehaiPan/313/base -> origin/gh/XuehaiPan/313/base 2025-07-17T06:36:00.1846114Z * [new branch] gh/XuehaiPan/313/head -> origin/gh/XuehaiPan/313/head 2025-07-17T06:36:00.1846612Z * [new branch] gh/XuehaiPan/313/orig -> origin/gh/XuehaiPan/313/orig 2025-07-17T06:36:00.1847086Z * [new branch] gh/XuehaiPan/314/base -> origin/gh/XuehaiPan/314/base 2025-07-17T06:36:00.1847574Z * [new branch] gh/XuehaiPan/314/head -> origin/gh/XuehaiPan/314/head 2025-07-17T06:36:00.1848058Z * [new branch] gh/XuehaiPan/314/orig -> origin/gh/XuehaiPan/314/orig 2025-07-17T06:36:00.1848601Z * [new branch] gh/XuehaiPan/315/base -> origin/gh/XuehaiPan/315/base 2025-07-17T06:36:00.1849248Z * [new branch] gh/XuehaiPan/315/head -> origin/gh/XuehaiPan/315/head 2025-07-17T06:36:00.1849747Z * [new branch] gh/XuehaiPan/315/orig -> origin/gh/XuehaiPan/315/orig 2025-07-17T06:36:00.1850238Z * [new branch] gh/XuehaiPan/316/base -> origin/gh/XuehaiPan/316/base 2025-07-17T06:36:00.1850725Z * [new branch] gh/XuehaiPan/316/head -> origin/gh/XuehaiPan/316/head 2025-07-17T06:36:00.1851220Z * [new branch] gh/XuehaiPan/316/orig -> origin/gh/XuehaiPan/316/orig 2025-07-17T06:36:00.1851708Z * [new branch] gh/XuehaiPan/317/base -> origin/gh/XuehaiPan/317/base 2025-07-17T06:36:00.1852199Z * [new branch] gh/XuehaiPan/317/head -> origin/gh/XuehaiPan/317/head 2025-07-17T06:36:00.1852700Z * [new branch] gh/XuehaiPan/317/orig -> origin/gh/XuehaiPan/317/orig 2025-07-17T06:36:00.1853181Z * [new branch] gh/XuehaiPan/318/base -> origin/gh/XuehaiPan/318/base 2025-07-17T06:36:00.1853676Z * [new branch] gh/XuehaiPan/318/head -> origin/gh/XuehaiPan/318/head 2025-07-17T06:36:00.1854210Z * [new branch] gh/XuehaiPan/318/orig -> origin/gh/XuehaiPan/318/orig 2025-07-17T06:36:00.1854752Z * [new branch] gh/XuehaiPan/319/base -> origin/gh/XuehaiPan/319/base 2025-07-17T06:36:00.1855273Z * [new branch] gh/XuehaiPan/319/head -> origin/gh/XuehaiPan/319/head 2025-07-17T06:36:00.1855755Z * [new branch] gh/XuehaiPan/319/orig -> origin/gh/XuehaiPan/319/orig 2025-07-17T06:36:00.1856245Z * [new branch] gh/XuehaiPan/320/base -> origin/gh/XuehaiPan/320/base 2025-07-17T06:36:00.1856725Z * [new branch] gh/XuehaiPan/320/head -> origin/gh/XuehaiPan/320/head 2025-07-17T06:36:00.2584708Z * [new branch] gh/XuehaiPan/320/orig -> origin/gh/XuehaiPan/320/orig 2025-07-17T06:36:00.2585295Z * [new branch] gh/XuehaiPan/321/base -> origin/gh/XuehaiPan/321/base 2025-07-17T06:36:00.2585793Z * [new branch] gh/XuehaiPan/321/head -> origin/gh/XuehaiPan/321/head 2025-07-17T06:36:00.2586287Z * [new branch] gh/XuehaiPan/321/orig -> origin/gh/XuehaiPan/321/orig 2025-07-17T06:36:00.2586769Z * [new branch] gh/XuehaiPan/322/base -> origin/gh/XuehaiPan/322/base 2025-07-17T06:36:00.2587442Z * [new branch] gh/XuehaiPan/322/head -> origin/gh/XuehaiPan/322/head 2025-07-17T06:36:00.2587922Z * [new branch] gh/XuehaiPan/322/orig -> origin/gh/XuehaiPan/322/orig 2025-07-17T06:36:00.2588419Z * [new branch] gh/XuehaiPan/323/base -> origin/gh/XuehaiPan/323/base 2025-07-17T06:36:00.2588934Z * [new branch] gh/XuehaiPan/323/head -> origin/gh/XuehaiPan/323/head 2025-07-17T06:36:00.2589413Z * [new branch] gh/XuehaiPan/323/orig -> origin/gh/XuehaiPan/323/orig 2025-07-17T06:36:00.2589907Z * [new branch] gh/XuehaiPan/324/base -> origin/gh/XuehaiPan/324/base 2025-07-17T06:36:00.2590399Z * [new branch] gh/XuehaiPan/324/head -> origin/gh/XuehaiPan/324/head 2025-07-17T06:36:00.2590874Z * [new branch] gh/XuehaiPan/324/orig -> origin/gh/XuehaiPan/324/orig 2025-07-17T06:36:00.2591368Z * [new branch] gh/XuehaiPan/325/base -> origin/gh/XuehaiPan/325/base 2025-07-17T06:36:00.2591848Z * [new branch] gh/XuehaiPan/325/head -> origin/gh/XuehaiPan/325/head 2025-07-17T06:36:00.2592335Z * [new branch] gh/XuehaiPan/325/orig -> origin/gh/XuehaiPan/325/orig 2025-07-17T06:36:00.2592826Z * [new branch] gh/XuehaiPan/326/base -> origin/gh/XuehaiPan/326/base 2025-07-17T06:36:00.2593306Z * [new branch] gh/XuehaiPan/326/head -> origin/gh/XuehaiPan/326/head 2025-07-17T06:36:00.2594003Z * [new branch] gh/XuehaiPan/326/orig -> origin/gh/XuehaiPan/326/orig 2025-07-17T06:36:00.2594494Z * [new branch] gh/XuehaiPan/327/base -> origin/gh/XuehaiPan/327/base 2025-07-17T06:36:00.2594984Z * [new branch] gh/XuehaiPan/327/head -> origin/gh/XuehaiPan/327/head 2025-07-17T06:36:00.2595468Z * [new branch] gh/XuehaiPan/327/orig -> origin/gh/XuehaiPan/327/orig 2025-07-17T06:36:00.2595970Z * [new branch] gh/XuehaiPan/328/base -> origin/gh/XuehaiPan/328/base 2025-07-17T06:36:00.2596457Z * [new branch] gh/XuehaiPan/328/head -> origin/gh/XuehaiPan/328/head 2025-07-17T06:36:00.2596944Z * [new branch] gh/XuehaiPan/328/orig -> origin/gh/XuehaiPan/328/orig 2025-07-17T06:36:00.2597450Z * [new branch] gh/XuehaiPan/329/base -> origin/gh/XuehaiPan/329/base 2025-07-17T06:36:00.2597938Z * [new branch] gh/XuehaiPan/329/head -> origin/gh/XuehaiPan/329/head 2025-07-17T06:36:00.2598432Z * [new branch] gh/XuehaiPan/329/orig -> origin/gh/XuehaiPan/329/orig 2025-07-17T06:36:00.2598929Z * [new branch] gh/XuehaiPan/330/base -> origin/gh/XuehaiPan/330/base 2025-07-17T06:36:00.2599411Z * [new branch] gh/XuehaiPan/330/head -> origin/gh/XuehaiPan/330/head 2025-07-17T06:36:00.2599895Z * [new branch] gh/XuehaiPan/330/orig -> origin/gh/XuehaiPan/330/orig 2025-07-17T06:36:00.2600387Z * [new branch] gh/XuehaiPan/331/base -> origin/gh/XuehaiPan/331/base 2025-07-17T06:36:00.2600877Z * [new branch] gh/XuehaiPan/331/head -> origin/gh/XuehaiPan/331/head 2025-07-17T06:36:00.2601364Z * [new branch] gh/XuehaiPan/331/orig -> origin/gh/XuehaiPan/331/orig 2025-07-17T06:36:00.2601845Z * [new branch] gh/XuehaiPan/332/base -> origin/gh/XuehaiPan/332/base 2025-07-17T06:36:00.2602332Z * [new branch] gh/XuehaiPan/332/head -> origin/gh/XuehaiPan/332/head 2025-07-17T06:36:00.2602814Z * [new branch] gh/XuehaiPan/332/orig -> origin/gh/XuehaiPan/332/orig 2025-07-17T06:36:00.2603305Z * [new branch] gh/XuehaiPan/333/base -> origin/gh/XuehaiPan/333/base 2025-07-17T06:36:00.2603795Z * [new branch] gh/XuehaiPan/333/head -> origin/gh/XuehaiPan/333/head 2025-07-17T06:36:00.2604371Z * [new branch] gh/XuehaiPan/333/orig -> origin/gh/XuehaiPan/333/orig 2025-07-17T06:36:00.2604858Z * [new branch] gh/XuehaiPan/334/base -> origin/gh/XuehaiPan/334/base 2025-07-17T06:36:00.2605345Z * [new branch] gh/XuehaiPan/334/head -> origin/gh/XuehaiPan/334/head 2025-07-17T06:36:00.2605834Z * [new branch] gh/XuehaiPan/334/orig -> origin/gh/XuehaiPan/334/orig 2025-07-17T06:36:00.2606319Z * [new branch] gh/XuehaiPan/335/base -> origin/gh/XuehaiPan/335/base 2025-07-17T06:36:00.2606815Z * [new branch] gh/XuehaiPan/335/head -> origin/gh/XuehaiPan/335/head 2025-07-17T06:36:00.2607304Z * [new branch] gh/XuehaiPan/335/orig -> origin/gh/XuehaiPan/335/orig 2025-07-17T06:36:00.3032310Z * [new branch] gh/XuehaiPan/336/base -> origin/gh/XuehaiPan/336/base 2025-07-17T06:36:00.3032873Z * [new branch] gh/XuehaiPan/336/head -> origin/gh/XuehaiPan/336/head 2025-07-17T06:36:00.3033391Z * [new branch] gh/XuehaiPan/336/orig -> origin/gh/XuehaiPan/336/orig 2025-07-17T06:36:00.3033953Z * [new branch] gh/XuehaiPan/337/base -> origin/gh/XuehaiPan/337/base 2025-07-17T06:36:00.3034444Z * [new branch] gh/XuehaiPan/337/head -> origin/gh/XuehaiPan/337/head 2025-07-17T06:36:00.3034920Z * [new branch] gh/XuehaiPan/337/orig -> origin/gh/XuehaiPan/337/orig 2025-07-17T06:36:00.3035407Z * [new branch] gh/XuehaiPan/338/base -> origin/gh/XuehaiPan/338/base 2025-07-17T06:36:00.3036068Z * [new branch] gh/XuehaiPan/338/head -> origin/gh/XuehaiPan/338/head 2025-07-17T06:36:00.3036555Z * [new branch] gh/XuehaiPan/338/orig -> origin/gh/XuehaiPan/338/orig 2025-07-17T06:36:00.3037048Z * [new branch] gh/XuehaiPan/339/base -> origin/gh/XuehaiPan/339/base 2025-07-17T06:36:00.3037538Z * [new branch] gh/XuehaiPan/339/head -> origin/gh/XuehaiPan/339/head 2025-07-17T06:36:00.3038031Z * [new branch] gh/XuehaiPan/339/orig -> origin/gh/XuehaiPan/339/orig 2025-07-17T06:36:00.3038517Z * [new branch] gh/XuehaiPan/340/base -> origin/gh/XuehaiPan/340/base 2025-07-17T06:36:00.3038994Z * [new branch] gh/XuehaiPan/340/head -> origin/gh/XuehaiPan/340/head 2025-07-17T06:36:00.3039482Z * [new branch] gh/XuehaiPan/340/orig -> origin/gh/XuehaiPan/340/orig 2025-07-17T06:36:00.3039969Z * [new branch] gh/XuehaiPan/341/base -> origin/gh/XuehaiPan/341/base 2025-07-17T06:36:00.3040451Z * [new branch] gh/XuehaiPan/341/head -> origin/gh/XuehaiPan/341/head 2025-07-17T06:36:00.3040935Z * [new branch] gh/XuehaiPan/341/orig -> origin/gh/XuehaiPan/341/orig 2025-07-17T06:36:00.3041410Z * [new branch] gh/XuehaiPan/342/base -> origin/gh/XuehaiPan/342/base 2025-07-17T06:36:00.3041903Z * [new branch] gh/XuehaiPan/342/head -> origin/gh/XuehaiPan/342/head 2025-07-17T06:36:00.3042385Z * [new branch] gh/XuehaiPan/342/orig -> origin/gh/XuehaiPan/342/orig 2025-07-17T06:36:00.3042876Z * [new branch] gh/XuehaiPan/343/base -> origin/gh/XuehaiPan/343/base 2025-07-17T06:36:00.3043355Z * [new branch] gh/XuehaiPan/343/head -> origin/gh/XuehaiPan/343/head 2025-07-17T06:36:00.3043844Z * [new branch] gh/XuehaiPan/343/orig -> origin/gh/XuehaiPan/343/orig 2025-07-17T06:36:00.3044334Z * [new branch] gh/XuehaiPan/344/base -> origin/gh/XuehaiPan/344/base 2025-07-17T06:36:00.3044814Z * [new branch] gh/XuehaiPan/344/head -> origin/gh/XuehaiPan/344/head 2025-07-17T06:36:00.3045316Z * [new branch] gh/XuehaiPan/344/orig -> origin/gh/XuehaiPan/344/orig 2025-07-17T06:36:00.3045802Z * [new branch] gh/XuehaiPan/345/base -> origin/gh/XuehaiPan/345/base 2025-07-17T06:36:00.3046402Z * [new branch] gh/XuehaiPan/345/head -> origin/gh/XuehaiPan/345/head 2025-07-17T06:36:00.3046893Z * [new branch] gh/XuehaiPan/345/orig -> origin/gh/XuehaiPan/345/orig 2025-07-17T06:36:00.3047378Z * [new branch] gh/XuehaiPan/346/base -> origin/gh/XuehaiPan/346/base 2025-07-17T06:36:00.3047875Z * [new branch] gh/XuehaiPan/346/head -> origin/gh/XuehaiPan/346/head 2025-07-17T06:36:00.3048360Z * [new branch] gh/XuehaiPan/346/orig -> origin/gh/XuehaiPan/346/orig 2025-07-17T06:36:00.3048849Z * [new branch] gh/XuehaiPan/347/base -> origin/gh/XuehaiPan/347/base 2025-07-17T06:36:00.3049342Z * [new branch] gh/XuehaiPan/347/head -> origin/gh/XuehaiPan/347/head 2025-07-17T06:36:00.3049819Z * [new branch] gh/XuehaiPan/347/orig -> origin/gh/XuehaiPan/347/orig 2025-07-17T06:36:00.3050316Z * [new branch] gh/XuehaiPan/348/base -> origin/gh/XuehaiPan/348/base 2025-07-17T06:36:00.3050794Z * [new branch] gh/XuehaiPan/348/head -> origin/gh/XuehaiPan/348/head 2025-07-17T06:36:00.3051285Z * [new branch] gh/XuehaiPan/348/orig -> origin/gh/XuehaiPan/348/orig 2025-07-17T06:36:00.3051764Z * [new branch] gh/XuehaiPan/349/base -> origin/gh/XuehaiPan/349/base 2025-07-17T06:36:00.3052257Z * [new branch] gh/XuehaiPan/349/head -> origin/gh/XuehaiPan/349/head 2025-07-17T06:36:00.3052850Z * [new branch] gh/XuehaiPan/349/orig -> origin/gh/XuehaiPan/349/orig 2025-07-17T06:36:00.3053336Z * [new branch] gh/XuehaiPan/350/base -> origin/gh/XuehaiPan/350/base 2025-07-17T06:36:00.3053832Z * [new branch] gh/XuehaiPan/350/head -> origin/gh/XuehaiPan/350/head 2025-07-17T06:36:00.3054318Z * [new branch] gh/XuehaiPan/350/orig -> origin/gh/XuehaiPan/350/orig 2025-07-17T06:36:00.3054812Z * [new branch] gh/XuehaiPan/351/base -> origin/gh/XuehaiPan/351/base 2025-07-17T06:36:00.3993794Z * [new branch] gh/XuehaiPan/351/head -> origin/gh/XuehaiPan/351/head 2025-07-17T06:36:00.3994349Z * [new branch] gh/XuehaiPan/351/orig -> origin/gh/XuehaiPan/351/orig 2025-07-17T06:36:00.3994866Z * [new branch] gh/XuehaiPan/352/base -> origin/gh/XuehaiPan/352/base 2025-07-17T06:36:00.3995363Z * [new branch] gh/XuehaiPan/352/head -> origin/gh/XuehaiPan/352/head 2025-07-17T06:36:00.3995880Z * [new branch] gh/XuehaiPan/352/orig -> origin/gh/XuehaiPan/352/orig 2025-07-17T06:36:00.3996369Z * [new branch] gh/XuehaiPan/353/base -> origin/gh/XuehaiPan/353/base 2025-07-17T06:36:00.3996879Z * [new branch] gh/XuehaiPan/353/head -> origin/gh/XuehaiPan/353/head 2025-07-17T06:36:00.3997375Z * [new branch] gh/XuehaiPan/353/orig -> origin/gh/XuehaiPan/353/orig 2025-07-17T06:36:00.3997864Z * [new branch] gh/XuehaiPan/354/base -> origin/gh/XuehaiPan/354/base 2025-07-17T06:36:00.3998349Z * [new branch] gh/XuehaiPan/354/head -> origin/gh/XuehaiPan/354/head 2025-07-17T06:36:00.3998840Z * [new branch] gh/XuehaiPan/354/orig -> origin/gh/XuehaiPan/354/orig 2025-07-17T06:36:00.3999322Z * [new branch] gh/XuehaiPan/355/base -> origin/gh/XuehaiPan/355/base 2025-07-17T06:36:00.3999826Z * [new branch] gh/XuehaiPan/355/head -> origin/gh/XuehaiPan/355/head 2025-07-17T06:36:00.4000318Z * [new branch] gh/XuehaiPan/355/orig -> origin/gh/XuehaiPan/355/orig 2025-07-17T06:36:00.4000800Z * [new branch] gh/XuehaiPan/356/base -> origin/gh/XuehaiPan/356/base 2025-07-17T06:36:00.4001285Z * [new branch] gh/XuehaiPan/356/head -> origin/gh/XuehaiPan/356/head 2025-07-17T06:36:00.4001951Z * [new branch] gh/XuehaiPan/356/orig -> origin/gh/XuehaiPan/356/orig 2025-07-17T06:36:00.4002453Z * [new branch] gh/XuehaiPan/357/base -> origin/gh/XuehaiPan/357/base 2025-07-17T06:36:00.4002949Z * [new branch] gh/XuehaiPan/357/head -> origin/gh/XuehaiPan/357/head 2025-07-17T06:36:00.4003430Z * [new branch] gh/XuehaiPan/357/orig -> origin/gh/XuehaiPan/357/orig 2025-07-17T06:36:00.4003926Z * [new branch] gh/XuehaiPan/358/base -> origin/gh/XuehaiPan/358/base 2025-07-17T06:36:00.4004419Z * [new branch] gh/XuehaiPan/358/head -> origin/gh/XuehaiPan/358/head 2025-07-17T06:36:00.4004905Z * [new branch] gh/XuehaiPan/358/orig -> origin/gh/XuehaiPan/358/orig 2025-07-17T06:36:00.4005403Z * [new branch] gh/XuehaiPan/359/base -> origin/gh/XuehaiPan/359/base 2025-07-17T06:36:00.4005899Z * [new branch] gh/XuehaiPan/359/head -> origin/gh/XuehaiPan/359/head 2025-07-17T06:36:00.4006385Z * [new branch] gh/XuehaiPan/359/orig -> origin/gh/XuehaiPan/359/orig 2025-07-17T06:36:00.4006866Z * [new branch] gh/XuehaiPan/360/base -> origin/gh/XuehaiPan/360/base 2025-07-17T06:36:00.4007351Z * [new branch] gh/XuehaiPan/360/head -> origin/gh/XuehaiPan/360/head 2025-07-17T06:36:00.4007841Z * [new branch] gh/XuehaiPan/360/orig -> origin/gh/XuehaiPan/360/orig 2025-07-17T06:36:00.4008983Z * [new branch] gh/XuehaiPan/361/base -> origin/gh/XuehaiPan/361/base 2025-07-17T06:36:00.4009492Z * [new branch] gh/XuehaiPan/361/head -> origin/gh/XuehaiPan/361/head 2025-07-17T06:36:00.4009979Z * [new branch] gh/XuehaiPan/361/orig -> origin/gh/XuehaiPan/361/orig 2025-07-17T06:36:00.4010474Z * [new branch] gh/XuehaiPan/362/base -> origin/gh/XuehaiPan/362/base 2025-07-17T06:36:00.4010964Z * [new branch] gh/XuehaiPan/362/head -> origin/gh/XuehaiPan/362/head 2025-07-17T06:36:00.4011454Z * [new branch] gh/XuehaiPan/362/orig -> origin/gh/XuehaiPan/362/orig 2025-07-17T06:36:00.4011945Z * [new branch] gh/XuehaiPan/363/base -> origin/gh/XuehaiPan/363/base 2025-07-17T06:36:00.4012432Z * [new branch] gh/XuehaiPan/363/head -> origin/gh/XuehaiPan/363/head 2025-07-17T06:36:00.4012923Z * [new branch] gh/XuehaiPan/363/orig -> origin/gh/XuehaiPan/363/orig 2025-07-17T06:36:00.4013413Z * [new branch] gh/XuehaiPan/364/base -> origin/gh/XuehaiPan/364/base 2025-07-17T06:36:00.4013911Z * [new branch] gh/XuehaiPan/364/head -> origin/gh/XuehaiPan/364/head 2025-07-17T06:36:00.4014401Z * [new branch] gh/XuehaiPan/364/orig -> origin/gh/XuehaiPan/364/orig 2025-07-17T06:36:00.4014879Z * [new branch] gh/XuehaiPan/365/base -> origin/gh/XuehaiPan/365/base 2025-07-17T06:36:00.4015385Z * [new branch] gh/XuehaiPan/365/head -> origin/gh/XuehaiPan/365/head 2025-07-17T06:36:00.4015871Z * [new branch] gh/XuehaiPan/365/orig -> origin/gh/XuehaiPan/365/orig 2025-07-17T06:36:00.4016365Z * [new branch] gh/XuehaiPan/366/base -> origin/gh/XuehaiPan/366/base 2025-07-17T06:36:00.4016852Z * [new branch] gh/XuehaiPan/366/head -> origin/gh/XuehaiPan/366/head 2025-07-17T06:36:00.4723993Z * [new branch] gh/XuehaiPan/367/base -> origin/gh/XuehaiPan/367/base 2025-07-17T06:36:00.4724588Z * [new branch] gh/XuehaiPan/367/head -> origin/gh/XuehaiPan/367/head 2025-07-17T06:36:00.4725086Z * [new branch] gh/XuehaiPan/368/base -> origin/gh/XuehaiPan/368/base 2025-07-17T06:36:00.4725588Z * [new branch] gh/XuehaiPan/368/head -> origin/gh/XuehaiPan/368/head 2025-07-17T06:36:00.4726092Z * [new branch] gh/XuehaiPan/368/orig -> origin/gh/XuehaiPan/368/orig 2025-07-17T06:36:00.4726766Z * [new branch] gh/XuehaiPan/369/base -> origin/gh/XuehaiPan/369/base 2025-07-17T06:36:00.4727262Z * [new branch] gh/XuehaiPan/369/head -> origin/gh/XuehaiPan/369/head 2025-07-17T06:36:00.4727746Z * [new branch] gh/XuehaiPan/369/orig -> origin/gh/XuehaiPan/369/orig 2025-07-17T06:36:00.4728251Z * [new branch] gh/ZhiweiYan-96/39/base -> origin/gh/ZhiweiYan-96/39/base 2025-07-17T06:36:00.4728774Z * [new branch] gh/ZhiweiYan-96/39/head -> origin/gh/ZhiweiYan-96/39/head 2025-07-17T06:36:00.4729323Z * [new branch] gh/ZhiweiYan-96/39/orig -> origin/gh/ZhiweiYan-96/39/orig 2025-07-17T06:36:00.4729876Z * [new branch] gh/ZhiweiYan-96/44/base -> origin/gh/ZhiweiYan-96/44/base 2025-07-17T06:36:00.4730373Z * [new branch] gh/ZhiweiYan-96/44/head -> origin/gh/ZhiweiYan-96/44/head 2025-07-17T06:36:00.4730879Z * [new branch] gh/ZhiweiYan-96/45/base -> origin/gh/ZhiweiYan-96/45/base 2025-07-17T06:36:00.4731386Z * [new branch] gh/ZhiweiYan-96/45/head -> origin/gh/ZhiweiYan-96/45/head 2025-07-17T06:36:00.4731888Z * [new branch] gh/ZhiweiYan-96/49/base -> origin/gh/ZhiweiYan-96/49/base 2025-07-17T06:36:00.4732389Z * [new branch] gh/ZhiweiYan-96/49/head -> origin/gh/ZhiweiYan-96/49/head 2025-07-17T06:36:00.4732907Z * [new branch] gh/ZhiweiYan-96/56/base -> origin/gh/ZhiweiYan-96/56/base 2025-07-17T06:36:00.4733538Z * [new branch] gh/ZhiweiYan-96/56/head -> origin/gh/ZhiweiYan-96/56/head 2025-07-17T06:36:00.4734063Z * [new branch] gh/ZhiweiYan-96/56/orig -> origin/gh/ZhiweiYan-96/56/orig 2025-07-17T06:36:00.4734562Z * [new branch] gh/ZhiweiYan-96/62/base -> origin/gh/ZhiweiYan-96/62/base 2025-07-17T06:36:00.4735121Z * [new branch] gh/ZhiweiYan-96/62/head -> origin/gh/ZhiweiYan-96/62/head 2025-07-17T06:36:00.4735664Z * [new branch] gh/ZhiweiYan-96/64/base -> origin/gh/ZhiweiYan-96/64/base 2025-07-17T06:36:00.4736167Z * [new branch] gh/ZhiweiYan-96/64/head -> origin/gh/ZhiweiYan-96/64/head 2025-07-17T06:36:00.4736671Z * [new branch] gh/ZhiweiYan-96/64/orig -> origin/gh/ZhiweiYan-96/64/orig 2025-07-17T06:36:00.4737166Z * [new branch] gh/aakhundov/1/base -> origin/gh/aakhundov/1/base 2025-07-17T06:36:00.4737663Z * [new branch] gh/aakhundov/1/head -> origin/gh/aakhundov/1/head 2025-07-17T06:36:00.4738140Z * [new branch] gh/aakhundov/2/base -> origin/gh/aakhundov/2/base 2025-07-17T06:36:00.4738616Z * [new branch] gh/aakhundov/2/head -> origin/gh/aakhundov/2/head 2025-07-17T06:36:00.4739108Z * [new branch] gh/aditew01/openblas -> origin/gh/aditew01/openblas 2025-07-17T06:36:00.4739595Z * [new branch] gh/aditew01/sbgemm -> origin/gh/aditew01/sbgemm 2025-07-17T06:36:00.4740074Z * [new branch] gh/aditew01/vecbf16 -> origin/gh/aditew01/vecbf16 2025-07-17T06:36:00.4740576Z * [new branch] gh/albanD/3/base -> origin/gh/albanD/3/base 2025-07-17T06:36:00.4741072Z * [new branch] gh/albanD/3/head -> origin/gh/albanD/3/head 2025-07-17T06:36:00.4741519Z * [new branch] gh/albanD/3/orig -> origin/gh/albanD/3/orig 2025-07-17T06:36:00.4742214Z * [new branch] gh/alexbrauckmann/paddedtensor_faketensor_init -> origin/gh/alexbrauckmann/paddedtensor_faketensor_init 2025-07-17T06:36:00.4743011Z * [new branch] gh/alexbrauckmann/paddedtensor_init -> origin/gh/alexbrauckmann/paddedtensor_init 2025-07-17T06:36:00.4743759Z * [new branch] gh/alexbrauckmann/paddedtensor_meta_init -> origin/gh/alexbrauckmann/paddedtensor_meta_init 2025-07-17T06:36:00.4744515Z * [new branch] gh/alexsamardzic/4/base -> origin/gh/alexsamardzic/4/base 2025-07-17T06:36:00.4745051Z * [new branch] gh/alexsamardzic/4/head -> origin/gh/alexsamardzic/4/head 2025-07-17T06:36:00.4745582Z * [new branch] gh/alexsamardzic/4/orig -> origin/gh/alexsamardzic/4/orig 2025-07-17T06:36:00.4746107Z * [new branch] gh/alexsamardzic/5/base -> origin/gh/alexsamardzic/5/base 2025-07-17T06:36:00.4746709Z * [new branch] gh/alexsamardzic/5/head -> origin/gh/alexsamardzic/5/head 2025-07-17T06:36:00.4747231Z * [new branch] gh/alexsamardzic/5/orig -> origin/gh/alexsamardzic/5/orig 2025-07-17T06:36:00.4747750Z * [new branch] gh/alexsamardzic/6/base -> origin/gh/alexsamardzic/6/base 2025-07-17T06:36:00.5624231Z * [new branch] gh/alexsamardzic/6/head -> origin/gh/alexsamardzic/6/head 2025-07-17T06:36:00.5624829Z * [new branch] gh/alexsamardzic/6/orig -> origin/gh/alexsamardzic/6/orig 2025-07-17T06:36:00.5625385Z * [new branch] gh/alexsamardzic/7/base -> origin/gh/alexsamardzic/7/base 2025-07-17T06:36:00.5625911Z * [new branch] gh/alexsamardzic/7/head -> origin/gh/alexsamardzic/7/head 2025-07-17T06:36:00.5626455Z * [new branch] gh/alexsamardzic/7/orig -> origin/gh/alexsamardzic/7/orig 2025-07-17T06:36:00.5626947Z * [new branch] gh/amjames/18/base -> origin/gh/amjames/18/base 2025-07-17T06:36:00.5627631Z * [new branch] gh/amjames/18/head -> origin/gh/amjames/18/head 2025-07-17T06:36:00.5628142Z * [new branch] gh/amjames/18/orig -> origin/gh/amjames/18/orig 2025-07-17T06:36:00.5628671Z * [new branch] gh/andrewor14/35/base -> origin/gh/andrewor14/35/base 2025-07-17T06:36:00.5629174Z * [new branch] gh/andrewor14/35/head -> origin/gh/andrewor14/35/head 2025-07-17T06:36:00.5629668Z * [new branch] gh/andrewor14/35/orig -> origin/gh/andrewor14/35/orig 2025-07-17T06:36:00.5630154Z * [new branch] gh/andrewor14/50/base -> origin/gh/andrewor14/50/base 2025-07-17T06:36:00.5630640Z * [new branch] gh/andrewor14/50/head -> origin/gh/andrewor14/50/head 2025-07-17T06:36:00.5631129Z * [new branch] gh/andrewor14/50/orig -> origin/gh/andrewor14/50/orig 2025-07-17T06:36:00.5631619Z * [new branch] gh/andyanwang/1/base -> origin/gh/andyanwang/1/base 2025-07-17T06:36:00.5632118Z * [new branch] gh/andyanwang/1/head -> origin/gh/andyanwang/1/head 2025-07-17T06:36:00.5632608Z * [new branch] gh/andyanwang/1/orig -> origin/gh/andyanwang/1/orig 2025-07-17T06:36:00.5633098Z * [new branch] gh/andyanwang/13/base -> origin/gh/andyanwang/13/base 2025-07-17T06:36:00.5633681Z * [new branch] gh/andyanwang/13/head -> origin/gh/andyanwang/13/head 2025-07-17T06:36:00.5634214Z * [new branch] gh/andyanwang/13/orig -> origin/gh/andyanwang/13/orig 2025-07-17T06:36:00.5634750Z * [new branch] gh/andyanwang/14/base -> origin/gh/andyanwang/14/base 2025-07-17T06:36:00.5635249Z * [new branch] gh/andyanwang/14/head -> origin/gh/andyanwang/14/head 2025-07-17T06:36:00.5635727Z * [new branch] gh/andyanwang/14/orig -> origin/gh/andyanwang/14/orig 2025-07-17T06:36:00.5636217Z * [new branch] gh/andyanwang/18/base -> origin/gh/andyanwang/18/base 2025-07-17T06:36:00.5636703Z * [new branch] gh/andyanwang/18/head -> origin/gh/andyanwang/18/head 2025-07-17T06:36:00.5637196Z * [new branch] gh/andyanwang/18/orig -> origin/gh/andyanwang/18/orig 2025-07-17T06:36:00.5637685Z * [new branch] gh/andyanwang/19/base -> origin/gh/andyanwang/19/base 2025-07-17T06:36:00.5638280Z * [new branch] gh/andyanwang/19/head -> origin/gh/andyanwang/19/head 2025-07-17T06:36:00.5638784Z * [new branch] gh/andyanwang/19/orig -> origin/gh/andyanwang/19/orig 2025-07-17T06:36:00.5639273Z * [new branch] gh/andyanwang/2/base -> origin/gh/andyanwang/2/base 2025-07-17T06:36:00.5639813Z * [new branch] gh/andyanwang/2/head -> origin/gh/andyanwang/2/head 2025-07-17T06:36:00.5640345Z * [new branch] gh/andyanwang/2/orig -> origin/gh/andyanwang/2/orig 2025-07-17T06:36:00.5640838Z * [new branch] gh/andyanwang/20/base -> origin/gh/andyanwang/20/base 2025-07-17T06:36:00.5641335Z * [new branch] gh/andyanwang/20/head -> origin/gh/andyanwang/20/head 2025-07-17T06:36:00.5641819Z * [new branch] gh/andyanwang/20/orig -> origin/gh/andyanwang/20/orig 2025-07-17T06:36:00.5642313Z * [new branch] gh/andyanwang/21/base -> origin/gh/andyanwang/21/base 2025-07-17T06:36:00.5642809Z * [new branch] gh/andyanwang/21/head -> origin/gh/andyanwang/21/head 2025-07-17T06:36:00.5643300Z * [new branch] gh/andyanwang/21/orig -> origin/gh/andyanwang/21/orig 2025-07-17T06:36:00.5643795Z * [new branch] gh/andyanwang/22/base -> origin/gh/andyanwang/22/base 2025-07-17T06:36:00.5644280Z * [new branch] gh/andyanwang/22/head -> origin/gh/andyanwang/22/head 2025-07-17T06:36:00.5644777Z * [new branch] gh/andyanwang/22/orig -> origin/gh/andyanwang/22/orig 2025-07-17T06:36:00.5645393Z * [new branch] gh/andyanwang/23/base -> origin/gh/andyanwang/23/base 2025-07-17T06:36:00.5645942Z * [new branch] gh/andyanwang/23/head -> origin/gh/andyanwang/23/head 2025-07-17T06:36:00.5646443Z * [new branch] gh/andyanwang/23/orig -> origin/gh/andyanwang/23/orig 2025-07-17T06:36:00.5646932Z * [new branch] gh/andyanwang/24/base -> origin/gh/andyanwang/24/base 2025-07-17T06:36:00.5647439Z * [new branch] gh/andyanwang/24/head -> origin/gh/andyanwang/24/head 2025-07-17T06:36:00.6071890Z * [new branch] gh/andyanwang/24/orig -> origin/gh/andyanwang/24/orig 2025-07-17T06:36:00.6072439Z * [new branch] gh/andyanwang/25/base -> origin/gh/andyanwang/25/base 2025-07-17T06:36:00.6072945Z * [new branch] gh/andyanwang/25/head -> origin/gh/andyanwang/25/head 2025-07-17T06:36:00.6073521Z * [new branch] gh/andyanwang/25/orig -> origin/gh/andyanwang/25/orig 2025-07-17T06:36:00.6074026Z * [new branch] gh/andyanwang/26/base -> origin/gh/andyanwang/26/base 2025-07-17T06:36:00.6074516Z * [new branch] gh/andyanwang/26/head -> origin/gh/andyanwang/26/head 2025-07-17T06:36:00.6075022Z * [new branch] gh/andyanwang/26/orig -> origin/gh/andyanwang/26/orig 2025-07-17T06:36:00.6075534Z * [new branch] gh/andyanwang/27/base -> origin/gh/andyanwang/27/base 2025-07-17T06:36:00.6076028Z * [new branch] gh/andyanwang/27/head -> origin/gh/andyanwang/27/head 2025-07-17T06:36:00.6076520Z * [new branch] gh/andyanwang/27/orig -> origin/gh/andyanwang/27/orig 2025-07-17T06:36:00.6077019Z * [new branch] gh/andyanwang/28/base -> origin/gh/andyanwang/28/base 2025-07-17T06:36:00.6077499Z * [new branch] gh/andyanwang/28/head -> origin/gh/andyanwang/28/head 2025-07-17T06:36:00.6077994Z * [new branch] gh/andyanwang/28/orig -> origin/gh/andyanwang/28/orig 2025-07-17T06:36:00.6078477Z * [new branch] gh/andyanwang/29/base -> origin/gh/andyanwang/29/base 2025-07-17T06:36:00.6078963Z * [new branch] gh/andyanwang/29/head -> origin/gh/andyanwang/29/head 2025-07-17T06:36:00.6079444Z * [new branch] gh/andyanwang/29/orig -> origin/gh/andyanwang/29/orig 2025-07-17T06:36:00.6080111Z * [new branch] gh/andyanwang/3/base -> origin/gh/andyanwang/3/base 2025-07-17T06:36:00.6080605Z * [new branch] gh/andyanwang/3/head -> origin/gh/andyanwang/3/head 2025-07-17T06:36:00.6081086Z * [new branch] gh/andyanwang/3/orig -> origin/gh/andyanwang/3/orig 2025-07-17T06:36:00.6081588Z * [new branch] gh/andyanwang/30/base -> origin/gh/andyanwang/30/base 2025-07-17T06:36:00.6082081Z * [new branch] gh/andyanwang/30/orig -> origin/gh/andyanwang/30/orig 2025-07-17T06:36:00.6082579Z * [new branch] gh/andyanwang/31/base -> origin/gh/andyanwang/31/base 2025-07-17T06:36:00.6083076Z * [new branch] gh/andyanwang/31/orig -> origin/gh/andyanwang/31/orig 2025-07-17T06:36:00.6083564Z * [new branch] gh/andyanwang/32/base -> origin/gh/andyanwang/32/base 2025-07-17T06:36:00.6084065Z * [new branch] gh/andyanwang/32/head -> origin/gh/andyanwang/32/head 2025-07-17T06:36:00.6084557Z * [new branch] gh/andyanwang/32/orig -> origin/gh/andyanwang/32/orig 2025-07-17T06:36:00.6085045Z * [new branch] gh/andyanwang/4/base -> origin/gh/andyanwang/4/base 2025-07-17T06:36:00.6085540Z * [new branch] gh/andyanwang/4/head -> origin/gh/andyanwang/4/head 2025-07-17T06:36:00.6086018Z * [new branch] gh/andyanwang/4/orig -> origin/gh/andyanwang/4/orig 2025-07-17T06:36:00.6086602Z * [new branch] gh/andyanwang/7/base -> origin/gh/andyanwang/7/base 2025-07-17T06:36:00.6087084Z * [new branch] gh/andyanwang/7/head -> origin/gh/andyanwang/7/head 2025-07-17T06:36:00.6087576Z * [new branch] gh/andyanwang/7/orig -> origin/gh/andyanwang/7/orig 2025-07-17T06:36:00.6088064Z * [new branch] gh/angelayi/100/base -> origin/gh/angelayi/100/base 2025-07-17T06:36:00.6088543Z * [new branch] gh/angelayi/100/head -> origin/gh/angelayi/100/head 2025-07-17T06:36:00.6089031Z * [new branch] gh/angelayi/100/orig -> origin/gh/angelayi/100/orig 2025-07-17T06:36:00.6089506Z * [new branch] gh/angelayi/101/base -> origin/gh/angelayi/101/base 2025-07-17T06:36:00.6089987Z * [new branch] gh/angelayi/101/head -> origin/gh/angelayi/101/head 2025-07-17T06:36:00.6090454Z * [new branch] gh/angelayi/101/orig -> origin/gh/angelayi/101/orig 2025-07-17T06:36:00.6090944Z * [new branch] gh/angelayi/102/base -> origin/gh/angelayi/102/base 2025-07-17T06:36:00.6091425Z * [new branch] gh/angelayi/102/head -> origin/gh/angelayi/102/head 2025-07-17T06:36:00.6091903Z * [new branch] gh/angelayi/102/orig -> origin/gh/angelayi/102/orig 2025-07-17T06:36:00.6092388Z * [new branch] gh/angelayi/103/base -> origin/gh/angelayi/103/base 2025-07-17T06:36:00.6092861Z * [new branch] gh/angelayi/103/head -> origin/gh/angelayi/103/head 2025-07-17T06:36:00.6093340Z * [new branch] gh/angelayi/103/orig -> origin/gh/angelayi/103/orig 2025-07-17T06:36:00.6093821Z * [new branch] gh/angelayi/104/base -> origin/gh/angelayi/104/base 2025-07-17T06:36:00.6094301Z * [new branch] gh/angelayi/104/head -> origin/gh/angelayi/104/head 2025-07-17T06:36:00.6556567Z * [new branch] gh/angelayi/104/orig -> origin/gh/angelayi/104/orig 2025-07-17T06:36:00.6557138Z * [new branch] gh/angelayi/82/base -> origin/gh/angelayi/82/base 2025-07-17T06:36:00.6557641Z * [new branch] gh/angelayi/82/head -> origin/gh/angelayi/82/head 2025-07-17T06:36:00.6558130Z * [new branch] gh/angelayi/82/orig -> origin/gh/angelayi/82/orig 2025-07-17T06:36:00.6558595Z * [new branch] gh/angelayi/97/base -> origin/gh/angelayi/97/base 2025-07-17T06:36:00.6559249Z * [new branch] gh/angelayi/97/head -> origin/gh/angelayi/97/head 2025-07-17T06:36:00.6559726Z * [new branch] gh/angelayi/97/orig -> origin/gh/angelayi/97/orig 2025-07-17T06:36:00.6560198Z * [new branch] gh/ani300/1/base -> origin/gh/ani300/1/base 2025-07-17T06:36:00.6560670Z * [new branch] gh/ani300/1/head -> origin/gh/ani300/1/head 2025-07-17T06:36:00.6561114Z * [new branch] gh/ani300/1/orig -> origin/gh/ani300/1/orig 2025-07-17T06:36:00.6561609Z * [new branch] gh/anijain2305/162/base -> origin/gh/anijain2305/162/base 2025-07-17T06:36:00.6562113Z * [new branch] gh/anijain2305/162/head -> origin/gh/anijain2305/162/head 2025-07-17T06:36:00.6562621Z * [new branch] gh/anijain2305/710/base -> origin/gh/anijain2305/710/base 2025-07-17T06:36:00.6563131Z * [new branch] gh/anijain2305/710/head -> origin/gh/anijain2305/710/head 2025-07-17T06:36:00.6563629Z * [new branch] gh/anijain2305/710/orig -> origin/gh/anijain2305/710/orig 2025-07-17T06:36:00.6564131Z * [new branch] gh/anijain2305/753/base -> origin/gh/anijain2305/753/base 2025-07-17T06:36:00.6564624Z * [new branch] gh/anijain2305/753/head -> origin/gh/anijain2305/753/head 2025-07-17T06:36:00.6565121Z * [new branch] gh/anijain2305/753/orig -> origin/gh/anijain2305/753/orig 2025-07-17T06:36:00.6565736Z * [new branch] gh/anijain2305/766/base -> origin/gh/anijain2305/766/base 2025-07-17T06:36:00.6566238Z * [new branch] gh/anijain2305/766/head -> origin/gh/anijain2305/766/head 2025-07-17T06:36:00.6566740Z * [new branch] gh/anijain2305/766/orig -> origin/gh/anijain2305/766/orig 2025-07-17T06:36:00.6567239Z * [new branch] gh/anijain2305/790/base -> origin/gh/anijain2305/790/base 2025-07-17T06:36:00.6567745Z * [new branch] gh/anijain2305/790/head -> origin/gh/anijain2305/790/head 2025-07-17T06:36:00.6568248Z * [new branch] gh/anijain2305/790/orig -> origin/gh/anijain2305/790/orig 2025-07-17T06:36:00.6568746Z * [new branch] gh/anijain2305/791/base -> origin/gh/anijain2305/791/base 2025-07-17T06:36:00.6569245Z * [new branch] gh/anijain2305/791/head -> origin/gh/anijain2305/791/head 2025-07-17T06:36:00.6569743Z * [new branch] gh/anijain2305/791/orig -> origin/gh/anijain2305/791/orig 2025-07-17T06:36:00.6570251Z * [new branch] gh/anijain2305/792/base -> origin/gh/anijain2305/792/base 2025-07-17T06:36:00.6570759Z * [new branch] gh/anijain2305/792/head -> origin/gh/anijain2305/792/head 2025-07-17T06:36:00.6571257Z * [new branch] gh/anijain2305/792/orig -> origin/gh/anijain2305/792/orig 2025-07-17T06:36:00.6571764Z * [new branch] gh/anijain2305/793/base -> origin/gh/anijain2305/793/base 2025-07-17T06:36:00.6572260Z * [new branch] gh/anijain2305/793/head -> origin/gh/anijain2305/793/head 2025-07-17T06:36:00.6572763Z * [new branch] gh/anijain2305/793/orig -> origin/gh/anijain2305/793/orig 2025-07-17T06:36:00.6573267Z * [new branch] gh/anijain2305/794/base -> origin/gh/anijain2305/794/base 2025-07-17T06:36:00.6573763Z * [new branch] gh/anijain2305/794/head -> origin/gh/anijain2305/794/head 2025-07-17T06:36:00.6574273Z * [new branch] gh/anijain2305/794/orig -> origin/gh/anijain2305/794/orig 2025-07-17T06:36:00.6574764Z * [new branch] gh/anijain2305/795/base -> origin/gh/anijain2305/795/base 2025-07-17T06:36:00.6575270Z * [new branch] gh/anijain2305/795/head -> origin/gh/anijain2305/795/head 2025-07-17T06:36:00.6575757Z * [new branch] gh/anijain2305/795/orig -> origin/gh/anijain2305/795/orig 2025-07-17T06:36:00.6576354Z * [new branch] gh/anijain2305/796/base -> origin/gh/anijain2305/796/base 2025-07-17T06:36:00.6576862Z * [new branch] gh/anijain2305/796/head -> origin/gh/anijain2305/796/head 2025-07-17T06:36:00.6577356Z * [new branch] gh/anijain2305/796/orig -> origin/gh/anijain2305/796/orig 2025-07-17T06:36:00.6577865Z * [new branch] gh/anijain2305/797/base -> origin/gh/anijain2305/797/base 2025-07-17T06:36:00.6578366Z * [new branch] gh/anijain2305/797/head -> origin/gh/anijain2305/797/head 2025-07-17T06:36:00.6578865Z * [new branch] gh/anijain2305/797/orig -> origin/gh/anijain2305/797/orig 2025-07-17T06:36:00.6579363Z * [new branch] gh/anijain2305/798/base -> origin/gh/anijain2305/798/base 2025-07-17T06:36:00.6999732Z * [new branch] gh/anijain2305/798/head -> origin/gh/anijain2305/798/head 2025-07-17T06:36:00.7000331Z * [new branch] gh/anijain2305/799/base -> origin/gh/anijain2305/799/base 2025-07-17T06:36:00.7000869Z * [new branch] gh/anijain2305/799/head -> origin/gh/anijain2305/799/head 2025-07-17T06:36:00.7001380Z * [new branch] gh/anijain2305/800/base -> origin/gh/anijain2305/800/base 2025-07-17T06:36:00.7001891Z * [new branch] gh/anijain2305/800/head -> origin/gh/anijain2305/800/head 2025-07-17T06:36:00.7002388Z * [new branch] gh/anijain2305/801/base -> origin/gh/anijain2305/801/base 2025-07-17T06:36:00.7003064Z * [new branch] gh/anijain2305/801/head -> origin/gh/anijain2305/801/head 2025-07-17T06:36:00.7003572Z * [new branch] gh/anijain2305/801/orig -> origin/gh/anijain2305/801/orig 2025-07-17T06:36:00.7004082Z * [new branch] gh/anijain2305/802/base -> origin/gh/anijain2305/802/base 2025-07-17T06:36:00.7004580Z * [new branch] gh/anijain2305/802/head -> origin/gh/anijain2305/802/head 2025-07-17T06:36:00.7005101Z * [new branch] gh/anijain2305/802/orig -> origin/gh/anijain2305/802/orig 2025-07-17T06:36:00.7005600Z * [new branch] gh/anijain2305/803/base -> origin/gh/anijain2305/803/base 2025-07-17T06:36:00.7006103Z * [new branch] gh/anijain2305/803/head -> origin/gh/anijain2305/803/head 2025-07-17T06:36:00.7006607Z * [new branch] gh/anijain2305/803/orig -> origin/gh/anijain2305/803/orig 2025-07-17T06:36:00.7007110Z * [new branch] gh/anijain2305/804/base -> origin/gh/anijain2305/804/base 2025-07-17T06:36:00.7007619Z * [new branch] gh/anijain2305/804/head -> origin/gh/anijain2305/804/head 2025-07-17T06:36:00.7008121Z * [new branch] gh/anijain2305/804/orig -> origin/gh/anijain2305/804/orig 2025-07-17T06:36:00.7008615Z * [new branch] gh/anijain2305/805/base -> origin/gh/anijain2305/805/base 2025-07-17T06:36:00.7009138Z * [new branch] gh/anijain2305/805/head -> origin/gh/anijain2305/805/head 2025-07-17T06:36:00.7009637Z * [new branch] gh/anijain2305/805/orig -> origin/gh/anijain2305/805/orig 2025-07-17T06:36:00.7010147Z * [new branch] gh/anijain2305/806/base -> origin/gh/anijain2305/806/base 2025-07-17T06:36:00.7010655Z * [new branch] gh/anijain2305/806/head -> origin/gh/anijain2305/806/head 2025-07-17T06:36:00.7011146Z * [new branch] gh/anijain2305/806/orig -> origin/gh/anijain2305/806/orig 2025-07-17T06:36:00.7011653Z * [new branch] gh/anijain2305/807/base -> origin/gh/anijain2305/807/base 2025-07-17T06:36:00.7012154Z * [new branch] gh/anijain2305/807/head -> origin/gh/anijain2305/807/head 2025-07-17T06:36:00.7012669Z * [new branch] gh/anijain2305/807/orig -> origin/gh/anijain2305/807/orig 2025-07-17T06:36:00.7013296Z * [new branch] gh/anijain2305/808/base -> origin/gh/anijain2305/808/base 2025-07-17T06:36:00.7013797Z * [new branch] gh/anijain2305/808/head -> origin/gh/anijain2305/808/head 2025-07-17T06:36:00.7014305Z * [new branch] gh/anijain2305/808/orig -> origin/gh/anijain2305/808/orig 2025-07-17T06:36:00.7014807Z * [new branch] gh/anijain2305/809/base -> origin/gh/anijain2305/809/base 2025-07-17T06:36:00.7015323Z * [new branch] gh/anijain2305/809/head -> origin/gh/anijain2305/809/head 2025-07-17T06:36:00.7015841Z * [new branch] gh/anijain2305/809/orig -> origin/gh/anijain2305/809/orig 2025-07-17T06:36:00.7016338Z * [new branch] gh/anijain2305/810/base -> origin/gh/anijain2305/810/base 2025-07-17T06:36:00.7016853Z * [new branch] gh/anijain2305/810/head -> origin/gh/anijain2305/810/head 2025-07-17T06:36:00.7017351Z * [new branch] gh/anijain2305/810/orig -> origin/gh/anijain2305/810/orig 2025-07-17T06:36:00.7017864Z * [new branch] gh/anijain2305/811/base -> origin/gh/anijain2305/811/base 2025-07-17T06:36:00.7018370Z * [new branch] gh/anijain2305/811/head -> origin/gh/anijain2305/811/head 2025-07-17T06:36:00.7018868Z * [new branch] gh/anijain2305/811/orig -> origin/gh/anijain2305/811/orig 2025-07-17T06:36:00.7019378Z * [new branch] gh/anijain2305/812/base -> origin/gh/anijain2305/812/base 2025-07-17T06:36:00.7019872Z * [new branch] gh/anijain2305/812/head -> origin/gh/anijain2305/812/head 2025-07-17T06:36:00.7020473Z * [new branch] gh/anijain2305/812/orig -> origin/gh/anijain2305/812/orig 2025-07-17T06:36:00.7020982Z * [new branch] gh/anijain2305/813/base -> origin/gh/anijain2305/813/base 2025-07-17T06:36:00.7021500Z * [new branch] gh/anijain2305/813/head -> origin/gh/anijain2305/813/head 2025-07-17T06:36:00.7022010Z * [new branch] gh/anijain2305/813/orig -> origin/gh/anijain2305/813/orig 2025-07-17T06:36:00.7022516Z * [new branch] gh/anijain2305/814/base -> origin/gh/anijain2305/814/base 2025-07-17T06:36:00.7459503Z * [new branch] gh/anijain2305/814/head -> origin/gh/anijain2305/814/head 2025-07-17T06:36:00.7460074Z * [new branch] gh/anijain2305/814/orig -> origin/gh/anijain2305/814/orig 2025-07-17T06:36:00.7460595Z * [new branch] gh/anijain2305/815/base -> origin/gh/anijain2305/815/base 2025-07-17T06:36:00.7462156Z * [new branch] gh/anijain2305/815/head -> origin/gh/anijain2305/815/head 2025-07-17T06:36:00.7462702Z * [new branch] gh/anijain2305/815/orig -> origin/gh/anijain2305/815/orig 2025-07-17T06:36:00.7463210Z * [new branch] gh/anijain2305/816/base -> origin/gh/anijain2305/816/base 2025-07-17T06:36:00.7463709Z * [new branch] gh/anijain2305/816/head -> origin/gh/anijain2305/816/head 2025-07-17T06:36:00.7464227Z * [new branch] gh/anijain2305/817/base -> origin/gh/anijain2305/817/base 2025-07-17T06:36:00.7464731Z * [new branch] gh/anijain2305/817/head -> origin/gh/anijain2305/817/head 2025-07-17T06:36:00.7465229Z * [new branch] gh/anijain2305/817/orig -> origin/gh/anijain2305/817/orig 2025-07-17T06:36:00.7465758Z * [new branch] gh/anijain2305/818/base -> origin/gh/anijain2305/818/base 2025-07-17T06:36:00.7466267Z * [new branch] gh/anijain2305/818/head -> origin/gh/anijain2305/818/head 2025-07-17T06:36:00.7468507Z * [new branch] gh/anijain2305/818/orig -> origin/gh/anijain2305/818/orig 2025-07-17T06:36:00.7469033Z * [new branch] gh/anijain2305/819/base -> origin/gh/anijain2305/819/base 2025-07-17T06:36:00.7469534Z * [new branch] gh/anijain2305/819/head -> origin/gh/anijain2305/819/head 2025-07-17T06:36:00.7470234Z * [new branch] gh/anijain2305/819/orig -> origin/gh/anijain2305/819/orig 2025-07-17T06:36:00.7470756Z * [new branch] gh/anijain2305/820/base -> origin/gh/anijain2305/820/base 2025-07-17T06:36:00.7471253Z * [new branch] gh/anijain2305/820/head -> origin/gh/anijain2305/820/head 2025-07-17T06:36:00.7471763Z * [new branch] gh/anijain2305/820/orig -> origin/gh/anijain2305/820/orig 2025-07-17T06:36:00.7472256Z * [new branch] gh/anjali411/216/base -> origin/gh/anjali411/216/base 2025-07-17T06:36:00.7472760Z * [new branch] gh/anjali411/216/head -> origin/gh/anjali411/216/head 2025-07-17T06:36:00.7475848Z * [new branch] gh/anjali411/216/orig -> origin/gh/anjali411/216/orig 2025-07-17T06:36:00.7476369Z * [new branch] gh/ankitageorge/10/base -> origin/gh/ankitageorge/10/base 2025-07-17T06:36:00.7476906Z * [new branch] gh/ankitageorge/10/head -> origin/gh/ankitageorge/10/head 2025-07-17T06:36:00.7477440Z * [new branch] gh/ankitageorge/10/orig -> origin/gh/ankitageorge/10/orig 2025-07-17T06:36:00.7477963Z * [new branch] gh/ankitageorge/11/base -> origin/gh/ankitageorge/11/base 2025-07-17T06:36:00.7478476Z * [new branch] gh/ankitageorge/11/head -> origin/gh/ankitageorge/11/head 2025-07-17T06:36:00.7478995Z * [new branch] gh/ankitageorge/11/orig -> origin/gh/ankitageorge/11/orig 2025-07-17T06:36:00.7479513Z * [new branch] gh/ankitageorge/12/base -> origin/gh/ankitageorge/12/base 2025-07-17T06:36:00.7480170Z * [new branch] gh/ankitageorge/12/head -> origin/gh/ankitageorge/12/head 2025-07-17T06:36:00.7481680Z * [new branch] gh/ankitageorge/12/orig -> origin/gh/ankitageorge/12/orig 2025-07-17T06:36:00.7482202Z * [new branch] gh/ankitageorge/5/base -> origin/gh/ankitageorge/5/base 2025-07-17T06:36:00.7482744Z * [new branch] gh/ankitageorge/5/head -> origin/gh/ankitageorge/5/head 2025-07-17T06:36:00.7483263Z * [new branch] gh/ankitageorge/5/orig -> origin/gh/ankitageorge/5/orig 2025-07-17T06:36:00.7483769Z * [new branch] gh/ankitageorge/7/base -> origin/gh/ankitageorge/7/base 2025-07-17T06:36:00.7484283Z * [new branch] gh/ankitageorge/7/head -> origin/gh/ankitageorge/7/head 2025-07-17T06:36:00.7484792Z * [new branch] gh/ankitageorge/7/orig -> origin/gh/ankitageorge/7/orig 2025-07-17T06:36:00.7485311Z * [new branch] gh/ankitageorge/8/base -> origin/gh/ankitageorge/8/base 2025-07-17T06:36:00.7485826Z * [new branch] gh/ankitageorge/8/head -> origin/gh/ankitageorge/8/head 2025-07-17T06:36:00.7487298Z * [new branch] gh/ankitageorge/8/orig -> origin/gh/ankitageorge/8/orig 2025-07-17T06:36:00.7487821Z * [new branch] gh/ankitageorge/9/base -> origin/gh/ankitageorge/9/base 2025-07-17T06:36:00.7488335Z * [new branch] gh/ankitageorge/9/head -> origin/gh/ankitageorge/9/head 2025-07-17T06:36:00.7488855Z * [new branch] gh/ankitageorge/9/orig -> origin/gh/ankitageorge/9/orig 2025-07-17T06:36:00.7489368Z * [new branch] gh/anshul-si/1/base -> origin/gh/anshul-si/1/base 2025-07-17T06:36:00.7489854Z * [new branch] gh/anshul-si/1/head -> origin/gh/anshul-si/1/head 2025-07-17T06:36:00.8015785Z * [new branch] gh/anshul-si/2/base -> origin/gh/anshul-si/2/base 2025-07-17T06:36:00.8016350Z * [new branch] gh/anshul-si/2/head -> origin/gh/anshul-si/2/head 2025-07-17T06:36:00.8016842Z * [new branch] gh/anshul-si/3/base -> origin/gh/anshul-si/3/base 2025-07-17T06:36:00.8017318Z * [new branch] gh/anshul-si/3/head -> origin/gh/anshul-si/3/head 2025-07-17T06:36:00.8017776Z * [new branch] gh/anshul-si/4/base -> origin/gh/anshul-si/4/base 2025-07-17T06:36:00.8018470Z * [new branch] gh/anshul-si/4/head -> origin/gh/anshul-si/4/head 2025-07-17T06:36:00.8018943Z * [new branch] gh/anshul-si/5/base -> origin/gh/anshul-si/5/base 2025-07-17T06:36:00.8019403Z * [new branch] gh/anshul-si/5/head -> origin/gh/anshul-si/5/head 2025-07-17T06:36:00.8019870Z * [new branch] gh/anshul-si/6/base -> origin/gh/anshul-si/6/base 2025-07-17T06:36:00.8020334Z * [new branch] gh/anshul-si/6/head -> origin/gh/anshul-si/6/head 2025-07-17T06:36:00.8020800Z * [new branch] gh/anshul-si/6/orig -> origin/gh/anshul-si/6/orig 2025-07-17T06:36:00.8021272Z * [new branch] gh/aorenste/132/base -> origin/gh/aorenste/132/base 2025-07-17T06:36:00.8021760Z * [new branch] gh/aorenste/132/head -> origin/gh/aorenste/132/head 2025-07-17T06:36:00.8022253Z * [new branch] gh/aorenste/231/base -> origin/gh/aorenste/231/base 2025-07-17T06:36:00.8022722Z * [new branch] gh/aorenste/231/head -> origin/gh/aorenste/231/head 2025-07-17T06:36:00.8023203Z * [new branch] gh/aorenste/231/orig -> origin/gh/aorenste/231/orig 2025-07-17T06:36:00.8023678Z * [new branch] gh/aorenste/232/base -> origin/gh/aorenste/232/base 2025-07-17T06:36:00.8024152Z * [new branch] gh/aorenste/232/head -> origin/gh/aorenste/232/head 2025-07-17T06:36:00.8024743Z * [new branch] gh/aorenste/232/orig -> origin/gh/aorenste/232/orig 2025-07-17T06:36:00.8025216Z * [new branch] gh/aorenste/234/base -> origin/gh/aorenste/234/base 2025-07-17T06:36:00.8025703Z * [new branch] gh/aorenste/234/head -> origin/gh/aorenste/234/head 2025-07-17T06:36:00.8026180Z * [new branch] gh/aorenste/234/orig -> origin/gh/aorenste/234/orig 2025-07-17T06:36:00.8026677Z * [new branch] gh/aorenste/235/base -> origin/gh/aorenste/235/base 2025-07-17T06:36:00.8027165Z * [new branch] gh/aorenste/235/head -> origin/gh/aorenste/235/head 2025-07-17T06:36:00.8027635Z * [new branch] gh/aorenste/235/orig -> origin/gh/aorenste/235/orig 2025-07-17T06:36:00.8028113Z * [new branch] gh/aorenste/236/base -> origin/gh/aorenste/236/base 2025-07-17T06:36:00.8028589Z * [new branch] gh/aorenste/236/head -> origin/gh/aorenste/236/head 2025-07-17T06:36:00.8029072Z * [new branch] gh/aorenste/236/orig -> origin/gh/aorenste/236/orig 2025-07-17T06:36:00.8029565Z * [new branch] gh/bdhirsh/647/base -> origin/gh/bdhirsh/647/base 2025-07-17T06:36:00.8030029Z * [new branch] gh/bdhirsh/647/head -> origin/gh/bdhirsh/647/head 2025-07-17T06:36:00.8030497Z * [new branch] gh/bdhirsh/647/orig -> origin/gh/bdhirsh/647/orig 2025-07-17T06:36:00.8030960Z * [new branch] gh/bdhirsh/650/base -> origin/gh/bdhirsh/650/base 2025-07-17T06:36:00.8031427Z * [new branch] gh/bdhirsh/650/head -> origin/gh/bdhirsh/650/head 2025-07-17T06:36:00.8031890Z * [new branch] gh/bdhirsh/650/orig -> origin/gh/bdhirsh/650/orig 2025-07-17T06:36:00.8032360Z * [new branch] gh/bdhirsh/651/base -> origin/gh/bdhirsh/651/base 2025-07-17T06:36:00.8032832Z * [new branch] gh/bdhirsh/651/head -> origin/gh/bdhirsh/651/head 2025-07-17T06:36:00.8033299Z * [new branch] gh/bdhirsh/651/orig -> origin/gh/bdhirsh/651/orig 2025-07-17T06:36:00.8033879Z * [new branch] gh/bdhirsh/652/base -> origin/gh/bdhirsh/652/base 2025-07-17T06:36:00.8034347Z * [new branch] gh/bdhirsh/652/head -> origin/gh/bdhirsh/652/head 2025-07-17T06:36:00.8034919Z * [new branch] gh/bdhirsh/652/orig -> origin/gh/bdhirsh/652/orig 2025-07-17T06:36:00.8035406Z * [new branch] gh/bdhirsh/655/base -> origin/gh/bdhirsh/655/base 2025-07-17T06:36:00.8035871Z * [new branch] gh/bdhirsh/655/head -> origin/gh/bdhirsh/655/head 2025-07-17T06:36:00.8036355Z * [new branch] gh/bdhirsh/655/orig -> origin/gh/bdhirsh/655/orig 2025-07-17T06:36:00.8036822Z * [new branch] gh/bdhirsh/656/base -> origin/gh/bdhirsh/656/base 2025-07-17T06:36:00.8037306Z * [new branch] gh/bdhirsh/656/head -> origin/gh/bdhirsh/656/head 2025-07-17T06:36:00.8037778Z * [new branch] gh/bdhirsh/657/base -> origin/gh/bdhirsh/657/base 2025-07-17T06:36:00.8038314Z * [new branch] gh/bdhirsh/657/head -> origin/gh/bdhirsh/657/head 2025-07-17T06:36:00.8733814Z * [new branch] gh/bdhirsh/659/base -> origin/gh/bdhirsh/659/base 2025-07-17T06:36:00.8734437Z * [new branch] gh/bdhirsh/659/head -> origin/gh/bdhirsh/659/head 2025-07-17T06:36:00.8734924Z * [new branch] gh/bdhirsh/659/orig -> origin/gh/bdhirsh/659/orig 2025-07-17T06:36:00.8735409Z * [new branch] gh/bdhirsh/663/base -> origin/gh/bdhirsh/663/base 2025-07-17T06:36:00.8735891Z * [new branch] gh/bdhirsh/663/head -> origin/gh/bdhirsh/663/head 2025-07-17T06:36:00.8736358Z * [new branch] gh/bdhirsh/663/orig -> origin/gh/bdhirsh/663/orig 2025-07-17T06:36:00.8737020Z * [new branch] gh/bdhirsh/665/base -> origin/gh/bdhirsh/665/base 2025-07-17T06:36:00.8737506Z * [new branch] gh/bdhirsh/665/head -> origin/gh/bdhirsh/665/head 2025-07-17T06:36:00.8737983Z * [new branch] gh/bdhirsh/665/orig -> origin/gh/bdhirsh/665/orig 2025-07-17T06:36:00.8738443Z * [new branch] gh/bdhirsh/666/base -> origin/gh/bdhirsh/666/base 2025-07-17T06:36:00.8738927Z * [new branch] gh/bdhirsh/666/head -> origin/gh/bdhirsh/666/head 2025-07-17T06:36:00.8739396Z * [new branch] gh/bdhirsh/666/orig -> origin/gh/bdhirsh/666/orig 2025-07-17T06:36:00.8739909Z * [new branch] gh/benjaminglass1/77/base -> origin/gh/benjaminglass1/77/base 2025-07-17T06:36:00.8740454Z * [new branch] gh/benjaminglass1/77/head -> origin/gh/benjaminglass1/77/head 2025-07-17T06:36:00.8740983Z * [new branch] gh/benjaminglass1/77/orig -> origin/gh/benjaminglass1/77/orig 2025-07-17T06:36:00.8741520Z * [new branch] gh/benjaminglass1/79/base -> origin/gh/benjaminglass1/79/base 2025-07-17T06:36:00.8742048Z * [new branch] gh/benjaminglass1/79/head -> origin/gh/benjaminglass1/79/head 2025-07-17T06:36:00.8742587Z * [new branch] gh/benjaminglass1/79/orig -> origin/gh/benjaminglass1/79/orig 2025-07-17T06:36:00.8743129Z * [new branch] gh/benjaminglass1/83/base -> origin/gh/benjaminglass1/83/base 2025-07-17T06:36:00.8743711Z * [new branch] gh/benjaminglass1/83/head -> origin/gh/benjaminglass1/83/head 2025-07-17T06:36:00.8744246Z * [new branch] gh/benjaminglass1/83/orig -> origin/gh/benjaminglass1/83/orig 2025-07-17T06:36:00.8744779Z * [new branch] gh/benjaminglass1/84/base -> origin/gh/benjaminglass1/84/base 2025-07-17T06:36:00.8745317Z * [new branch] gh/benjaminglass1/84/head -> origin/gh/benjaminglass1/84/head 2025-07-17T06:36:00.8745856Z * [new branch] gh/benjaminglass1/84/orig -> origin/gh/benjaminglass1/84/orig 2025-07-17T06:36:00.8746391Z * [new branch] gh/benjaminglass1/85/base -> origin/gh/benjaminglass1/85/base 2025-07-17T06:36:00.8746924Z * [new branch] gh/benjaminglass1/85/head -> origin/gh/benjaminglass1/85/head 2025-07-17T06:36:00.8747457Z * [new branch] gh/benjaminglass1/85/orig -> origin/gh/benjaminglass1/85/orig 2025-07-17T06:36:00.8748111Z * [new branch] gh/benjaminglass1/86/base -> origin/gh/benjaminglass1/86/base 2025-07-17T06:36:00.8748656Z * [new branch] gh/benjaminglass1/86/head -> origin/gh/benjaminglass1/86/head 2025-07-17T06:36:00.8749182Z * [new branch] gh/benjaminglass1/86/orig -> origin/gh/benjaminglass1/86/orig 2025-07-17T06:36:00.8749716Z * [new branch] gh/benjaminglass1/87/base -> origin/gh/benjaminglass1/87/base 2025-07-17T06:36:00.8750245Z * [new branch] gh/benjaminglass1/87/head -> origin/gh/benjaminglass1/87/head 2025-07-17T06:36:00.8750788Z * [new branch] gh/benjaminglass1/87/orig -> origin/gh/benjaminglass1/87/orig 2025-07-17T06:36:00.8751315Z * [new branch] gh/benjaminglass1/89/base -> origin/gh/benjaminglass1/89/base 2025-07-17T06:36:00.8751846Z * [new branch] gh/benjaminglass1/89/head -> origin/gh/benjaminglass1/89/head 2025-07-17T06:36:00.8752388Z * [new branch] gh/benjaminglass1/89/orig -> origin/gh/benjaminglass1/89/orig 2025-07-17T06:36:00.8752913Z * [new branch] gh/benjaminglass1/90/base -> origin/gh/benjaminglass1/90/base 2025-07-17T06:36:00.8753530Z * [new branch] gh/benjaminglass1/90/head -> origin/gh/benjaminglass1/90/head 2025-07-17T06:36:00.8754060Z * [new branch] gh/benjaminglass1/90/orig -> origin/gh/benjaminglass1/90/orig 2025-07-17T06:36:00.8754655Z * [new branch] gh/benjaminglass1/91/base -> origin/gh/benjaminglass1/91/base 2025-07-17T06:36:00.8755284Z * [new branch] gh/benjaminglass1/91/head -> origin/gh/benjaminglass1/91/head 2025-07-17T06:36:00.8755817Z * [new branch] gh/benjaminglass1/91/orig -> origin/gh/benjaminglass1/91/orig 2025-07-17T06:36:00.8756359Z * [new branch] gh/benjaminglass1/92/base -> origin/gh/benjaminglass1/92/base 2025-07-17T06:36:00.8756894Z * [new branch] gh/benjaminglass1/92/head -> origin/gh/benjaminglass1/92/head 2025-07-17T06:36:00.8757443Z * [new branch] gh/benjaminglass1/92/orig -> origin/gh/benjaminglass1/92/orig 2025-07-17T06:36:01.1503650Z * [new branch] gh/benjaminglass1/93/base -> origin/gh/benjaminglass1/93/base 2025-07-17T06:36:01.1504326Z * [new branch] gh/benjaminglass1/93/head -> origin/gh/benjaminglass1/93/head 2025-07-17T06:36:01.1504929Z * [new branch] gh/benjaminglass1/93/orig -> origin/gh/benjaminglass1/93/orig 2025-07-17T06:36:01.1505628Z * [new branch] gh/benjaminglass1/94/base -> origin/gh/benjaminglass1/94/base 2025-07-17T06:36:01.1506201Z * [new branch] gh/benjaminglass1/94/head -> origin/gh/benjaminglass1/94/head 2025-07-17T06:36:01.1506820Z * [new branch] gh/benjaminglass1/94/orig -> origin/gh/benjaminglass1/94/orig 2025-07-17T06:36:01.1507339Z * [new branch] gh/bobrenjc93/439/base -> origin/gh/bobrenjc93/439/base 2025-07-17T06:36:01.1507855Z * [new branch] gh/bobrenjc93/439/head -> origin/gh/bobrenjc93/439/head 2025-07-17T06:36:01.1508351Z * [new branch] gh/bobrenjc93/439/orig -> origin/gh/bobrenjc93/439/orig 2025-07-17T06:36:01.1508838Z * [new branch] gh/bobrenjc93/442/base -> origin/gh/bobrenjc93/442/base 2025-07-17T06:36:01.1509330Z * [new branch] gh/bobrenjc93/442/head -> origin/gh/bobrenjc93/442/head 2025-07-17T06:36:01.1509832Z * [new branch] gh/bobrenjc93/442/orig -> origin/gh/bobrenjc93/442/orig 2025-07-17T06:36:01.1510315Z * [new branch] gh/bobrenjc93/452/base -> origin/gh/bobrenjc93/452/base 2025-07-17T06:36:01.1510812Z * [new branch] gh/bobrenjc93/452/head -> origin/gh/bobrenjc93/452/head 2025-07-17T06:36:01.1511301Z * [new branch] gh/bobrenjc93/452/orig -> origin/gh/bobrenjc93/452/orig 2025-07-17T06:36:01.1512054Z * [new branch] gh/bobrenjc93/453/base -> origin/gh/bobrenjc93/453/base 2025-07-17T06:36:01.1512592Z * [new branch] gh/bobrenjc93/453/head -> origin/gh/bobrenjc93/453/head 2025-07-17T06:36:01.1513128Z * [new branch] gh/bobrenjc93/453/orig -> origin/gh/bobrenjc93/453/orig 2025-07-17T06:36:01.1513694Z * [new branch] gh/bobrenjc93/454/base -> origin/gh/bobrenjc93/454/base 2025-07-17T06:36:01.1514188Z * [new branch] gh/bobrenjc93/454/head -> origin/gh/bobrenjc93/454/head 2025-07-17T06:36:01.1514685Z * [new branch] gh/bobrenjc93/454/orig -> origin/gh/bobrenjc93/454/orig 2025-07-17T06:36:01.1515174Z * [new branch] gh/bobrenjc93/455/base -> origin/gh/bobrenjc93/455/base 2025-07-17T06:36:01.1515670Z * [new branch] gh/bobrenjc93/455/head -> origin/gh/bobrenjc93/455/head 2025-07-17T06:36:01.1516164Z * [new branch] gh/bobrenjc93/455/orig -> origin/gh/bobrenjc93/455/orig 2025-07-17T06:36:01.1516651Z * [new branch] gh/bobrenjc93/456/base -> origin/gh/bobrenjc93/456/base 2025-07-17T06:36:01.1517151Z * [new branch] gh/bobrenjc93/456/head -> origin/gh/bobrenjc93/456/head 2025-07-17T06:36:01.1517640Z * [new branch] gh/bobrenjc93/456/orig -> origin/gh/bobrenjc93/456/orig 2025-07-17T06:36:01.1518179Z * [new branch] gh/bobrenjc93/457/base -> origin/gh/bobrenjc93/457/base 2025-07-17T06:36:01.1518926Z * [new branch] gh/bobrenjc93/457/head -> origin/gh/bobrenjc93/457/head 2025-07-17T06:36:01.1519432Z * [new branch] gh/bobrenjc93/457/orig -> origin/gh/bobrenjc93/457/orig 2025-07-17T06:36:01.1519939Z * [new branch] gh/bobrenjc93/458/base -> origin/gh/bobrenjc93/458/base 2025-07-17T06:36:01.1520435Z * [new branch] gh/bobrenjc93/458/head -> origin/gh/bobrenjc93/458/head 2025-07-17T06:36:01.1520943Z * [new branch] gh/bobrenjc93/458/orig -> origin/gh/bobrenjc93/458/orig 2025-07-17T06:36:01.1521439Z * [new branch] gh/bobrenjc93/459/base -> origin/gh/bobrenjc93/459/base 2025-07-17T06:36:01.1521926Z * [new branch] gh/bobrenjc93/459/head -> origin/gh/bobrenjc93/459/head 2025-07-17T06:36:01.1522419Z * [new branch] gh/bobrenjc93/459/orig -> origin/gh/bobrenjc93/459/orig 2025-07-17T06:36:01.1522906Z * [new branch] gh/bobrenjc93/460/base -> origin/gh/bobrenjc93/460/base 2025-07-17T06:36:01.1523412Z * [new branch] gh/bobrenjc93/460/head -> origin/gh/bobrenjc93/460/head 2025-07-17T06:36:01.1523908Z * [new branch] gh/bobrenjc93/460/orig -> origin/gh/bobrenjc93/460/orig 2025-07-17T06:36:01.1524440Z * [new branch] gh/bobrenjc93/461/base -> origin/gh/bobrenjc93/461/base 2025-07-17T06:36:01.1524980Z * [new branch] gh/bobrenjc93/461/head -> origin/gh/bobrenjc93/461/head 2025-07-17T06:36:01.1525520Z * [new branch] gh/bobrenjc93/461/orig -> origin/gh/bobrenjc93/461/orig 2025-07-17T06:36:01.1526013Z * [new branch] gh/bobrenjc93/462/base -> origin/gh/bobrenjc93/462/base 2025-07-17T06:36:01.1526498Z * [new branch] gh/bobrenjc93/462/head -> origin/gh/bobrenjc93/462/head 2025-07-17T06:36:01.1526991Z * [new branch] gh/bobrenjc93/462/orig -> origin/gh/bobrenjc93/462/orig 2025-07-17T06:36:01.1947468Z * [new branch] gh/bobrenjc93/463/base -> origin/gh/bobrenjc93/463/base 2025-07-17T06:36:01.1948054Z * [new branch] gh/bobrenjc93/463/head -> origin/gh/bobrenjc93/463/head 2025-07-17T06:36:01.1948586Z * [new branch] gh/bobrenjc93/463/orig -> origin/gh/bobrenjc93/463/orig 2025-07-17T06:36:01.1949079Z * [new branch] gh/bobrenjc93/464/base -> origin/gh/bobrenjc93/464/base 2025-07-17T06:36:01.1949752Z * [new branch] gh/bobrenjc93/464/head -> origin/gh/bobrenjc93/464/head 2025-07-17T06:36:01.1950307Z * [new branch] gh/bobrenjc93/464/orig -> origin/gh/bobrenjc93/464/orig 2025-07-17T06:36:01.1950851Z * [new branch] gh/bobrenjc93/465/base -> origin/gh/bobrenjc93/465/base 2025-07-17T06:36:01.1951455Z * [new branch] gh/bobrenjc93/465/head -> origin/gh/bobrenjc93/465/head 2025-07-17T06:36:01.1951991Z * [new branch] gh/bobrenjc93/465/orig -> origin/gh/bobrenjc93/465/orig 2025-07-17T06:36:01.1952486Z * [new branch] gh/bobrenjc93/466/base -> origin/gh/bobrenjc93/466/base 2025-07-17T06:36:01.1952974Z * [new branch] gh/bobrenjc93/466/head -> origin/gh/bobrenjc93/466/head 2025-07-17T06:36:01.1953557Z * [new branch] gh/bobrenjc93/466/orig -> origin/gh/bobrenjc93/466/orig 2025-07-17T06:36:01.1954063Z * [new branch] gh/bobrenjc93/467/base -> origin/gh/bobrenjc93/467/base 2025-07-17T06:36:01.1954628Z * [new branch] gh/bobrenjc93/467/head -> origin/gh/bobrenjc93/467/head 2025-07-17T06:36:01.1955127Z * [new branch] gh/bobrenjc93/467/orig -> origin/gh/bobrenjc93/467/orig 2025-07-17T06:36:01.1955614Z * [new branch] gh/bobrenjc93/468/base -> origin/gh/bobrenjc93/468/base 2025-07-17T06:36:01.1956262Z * [new branch] gh/bobrenjc93/468/head -> origin/gh/bobrenjc93/468/head 2025-07-17T06:36:01.1956748Z * [new branch] gh/bobrenjc93/468/orig -> origin/gh/bobrenjc93/468/orig 2025-07-17T06:36:01.1957444Z * [new branch] gh/bobrenjc93/469/base -> origin/gh/bobrenjc93/469/base 2025-07-17T06:36:01.1958038Z * [new branch] gh/bobrenjc93/469/head -> origin/gh/bobrenjc93/469/head 2025-07-17T06:36:01.1958526Z * [new branch] gh/bobrenjc93/469/orig -> origin/gh/bobrenjc93/469/orig 2025-07-17T06:36:01.1959027Z * [new branch] gh/bobrenjc93/470/base -> origin/gh/bobrenjc93/470/base 2025-07-17T06:36:01.1959604Z * [new branch] gh/bobrenjc93/470/head -> origin/gh/bobrenjc93/470/head 2025-07-17T06:36:01.1960118Z * [new branch] gh/bobrenjc93/470/orig -> origin/gh/bobrenjc93/470/orig 2025-07-17T06:36:01.1960623Z * [new branch] gh/bobrenjc93/471/base -> origin/gh/bobrenjc93/471/base 2025-07-17T06:36:01.1961108Z * [new branch] gh/bobrenjc93/471/head -> origin/gh/bobrenjc93/471/head 2025-07-17T06:36:01.1961621Z * [new branch] gh/bobrenjc93/471/orig -> origin/gh/bobrenjc93/471/orig 2025-07-17T06:36:01.1962105Z * [new branch] gh/bobrenjc93/472/base -> origin/gh/bobrenjc93/472/base 2025-07-17T06:36:01.1962600Z * [new branch] gh/bobrenjc93/472/head -> origin/gh/bobrenjc93/472/head 2025-07-17T06:36:01.1963091Z * [new branch] gh/bobrenjc93/472/orig -> origin/gh/bobrenjc93/472/orig 2025-07-17T06:36:01.1963627Z * [new branch] gh/bobrenjc93/473/base -> origin/gh/bobrenjc93/473/base 2025-07-17T06:36:01.1964212Z * [new branch] gh/bobrenjc93/473/head -> origin/gh/bobrenjc93/473/head 2025-07-17T06:36:01.1964705Z * [new branch] gh/bobrenjc93/473/orig -> origin/gh/bobrenjc93/473/orig 2025-07-17T06:36:01.1965199Z * [new branch] gh/bobrenjc93/474/base -> origin/gh/bobrenjc93/474/base 2025-07-17T06:36:01.1965692Z * [new branch] gh/bobrenjc93/474/head -> origin/gh/bobrenjc93/474/head 2025-07-17T06:36:01.1966181Z * [new branch] gh/bobrenjc93/474/orig -> origin/gh/bobrenjc93/474/orig 2025-07-17T06:36:01.1966670Z * [new branch] gh/bobrenjc93/475/base -> origin/gh/bobrenjc93/475/base 2025-07-17T06:36:01.1967157Z * [new branch] gh/bobrenjc93/475/head -> origin/gh/bobrenjc93/475/head 2025-07-17T06:36:01.1967760Z * [new branch] gh/bobrenjc93/475/orig -> origin/gh/bobrenjc93/475/orig 2025-07-17T06:36:01.1968256Z * [new branch] gh/bobrenjc93/476/base -> origin/gh/bobrenjc93/476/base 2025-07-17T06:36:01.1968758Z * [new branch] gh/bobrenjc93/476/head -> origin/gh/bobrenjc93/476/head 2025-07-17T06:36:01.1969257Z * [new branch] gh/bobrenjc93/476/orig -> origin/gh/bobrenjc93/476/orig 2025-07-17T06:36:01.1969789Z * [new branch] gh/bobrenjc93/477/base -> origin/gh/bobrenjc93/477/base 2025-07-17T06:36:01.1970376Z * [new branch] gh/bobrenjc93/477/head -> origin/gh/bobrenjc93/477/head 2025-07-17T06:36:01.1970862Z * [new branch] gh/bobrenjc93/477/orig -> origin/gh/bobrenjc93/477/orig 2025-07-17T06:36:01.1971357Z * [new branch] gh/bobrenjc93/478/base -> origin/gh/bobrenjc93/478/base 2025-07-17T06:36:01.2410396Z * [new branch] gh/bobrenjc93/478/head -> origin/gh/bobrenjc93/478/head 2025-07-17T06:36:01.2410981Z * [new branch] gh/bobrenjc93/478/orig -> origin/gh/bobrenjc93/478/orig 2025-07-17T06:36:01.2411491Z * [new branch] gh/bobrenjc93/479/base -> origin/gh/bobrenjc93/479/base 2025-07-17T06:36:01.2411980Z * [new branch] gh/bobrenjc93/479/head -> origin/gh/bobrenjc93/479/head 2025-07-17T06:36:01.2412506Z * [new branch] gh/bobrenjc93/479/orig -> origin/gh/bobrenjc93/479/orig 2025-07-17T06:36:01.2413054Z * [new branch] gh/bobrenjc93/480/base -> origin/gh/bobrenjc93/480/base 2025-07-17T06:36:01.2413767Z * [new branch] gh/bobrenjc93/480/head -> origin/gh/bobrenjc93/480/head 2025-07-17T06:36:01.2414269Z * [new branch] gh/bobrenjc93/480/orig -> origin/gh/bobrenjc93/480/orig 2025-07-17T06:36:01.2414761Z * [new branch] gh/bobrenjc93/481/base -> origin/gh/bobrenjc93/481/base 2025-07-17T06:36:01.2415250Z * [new branch] gh/bobrenjc93/481/head -> origin/gh/bobrenjc93/481/head 2025-07-17T06:36:01.2415754Z * [new branch] gh/bobrenjc93/481/orig -> origin/gh/bobrenjc93/481/orig 2025-07-17T06:36:01.2416243Z * [new branch] gh/bobrenjc93/482/base -> origin/gh/bobrenjc93/482/base 2025-07-17T06:36:01.2416743Z * [new branch] gh/bobrenjc93/482/head -> origin/gh/bobrenjc93/482/head 2025-07-17T06:36:01.2417238Z * [new branch] gh/bobrenjc93/482/orig -> origin/gh/bobrenjc93/482/orig 2025-07-17T06:36:01.2417726Z * [new branch] gh/bobrenjc93/483/base -> origin/gh/bobrenjc93/483/base 2025-07-17T06:36:01.2418212Z * [new branch] gh/bobrenjc93/483/head -> origin/gh/bobrenjc93/483/head 2025-07-17T06:36:01.2418746Z * [new branch] gh/bobrenjc93/483/orig -> origin/gh/bobrenjc93/483/orig 2025-07-17T06:36:01.2419287Z * [new branch] gh/bobrenjc93/484/base -> origin/gh/bobrenjc93/484/base 2025-07-17T06:36:01.2419791Z * [new branch] gh/bobrenjc93/484/head -> origin/gh/bobrenjc93/484/head 2025-07-17T06:36:01.2420275Z * [new branch] gh/bobrenjc93/484/orig -> origin/gh/bobrenjc93/484/orig 2025-07-17T06:36:01.2420771Z * [new branch] gh/bobrenjc93/485/base -> origin/gh/bobrenjc93/485/base 2025-07-17T06:36:01.2421260Z * [new branch] gh/bobrenjc93/485/head -> origin/gh/bobrenjc93/485/head 2025-07-17T06:36:01.2421753Z * [new branch] gh/bobrenjc93/485/orig -> origin/gh/bobrenjc93/485/orig 2025-07-17T06:36:01.2422240Z * [new branch] gh/bobrenjc93/486/base -> origin/gh/bobrenjc93/486/base 2025-07-17T06:36:01.2422735Z * [new branch] gh/bobrenjc93/486/head -> origin/gh/bobrenjc93/486/head 2025-07-17T06:36:01.2423242Z * [new branch] gh/bobrenjc93/486/orig -> origin/gh/bobrenjc93/486/orig 2025-07-17T06:36:01.2423724Z * [new branch] gh/bobrenjc93/487/base -> origin/gh/bobrenjc93/487/base 2025-07-17T06:36:01.2424383Z * [new branch] gh/bobrenjc93/487/head -> origin/gh/bobrenjc93/487/head 2025-07-17T06:36:01.2424959Z * [new branch] gh/bobrenjc93/487/orig -> origin/gh/bobrenjc93/487/orig 2025-07-17T06:36:01.2425498Z * [new branch] gh/bobrenjc93/488/base -> origin/gh/bobrenjc93/488/base 2025-07-17T06:36:01.2426072Z * [new branch] gh/bobrenjc93/488/head -> origin/gh/bobrenjc93/488/head 2025-07-17T06:36:01.2426629Z * [new branch] gh/bobrenjc93/488/orig -> origin/gh/bobrenjc93/488/orig 2025-07-17T06:36:01.2427211Z * [new branch] gh/bobrenjc93/489/base -> origin/gh/bobrenjc93/489/base 2025-07-17T06:36:01.2427701Z * [new branch] gh/bobrenjc93/489/head -> origin/gh/bobrenjc93/489/head 2025-07-17T06:36:01.2428200Z * [new branch] gh/bobrenjc93/489/orig -> origin/gh/bobrenjc93/489/orig 2025-07-17T06:36:01.2428700Z * [new branch] gh/bobrenjc93/490/base -> origin/gh/bobrenjc93/490/base 2025-07-17T06:36:01.2429187Z * [new branch] gh/bobrenjc93/490/head -> origin/gh/bobrenjc93/490/head 2025-07-17T06:36:01.2429678Z * [new branch] gh/bobrenjc93/490/orig -> origin/gh/bobrenjc93/490/orig 2025-07-17T06:36:01.2430169Z * [new branch] gh/bobrenjc93/491/base -> origin/gh/bobrenjc93/491/base 2025-07-17T06:36:01.2430679Z * [new branch] gh/bobrenjc93/491/head -> origin/gh/bobrenjc93/491/head 2025-07-17T06:36:01.2431277Z * [new branch] gh/bobrenjc93/491/orig -> origin/gh/bobrenjc93/491/orig 2025-07-17T06:36:01.2431769Z * [new branch] gh/bobrenjc93/492/base -> origin/gh/bobrenjc93/492/base 2025-07-17T06:36:01.2432267Z * [new branch] gh/bobrenjc93/492/head -> origin/gh/bobrenjc93/492/head 2025-07-17T06:36:01.2432828Z * [new branch] gh/bobrenjc93/492/orig -> origin/gh/bobrenjc93/492/orig 2025-07-17T06:36:01.2433476Z * [new branch] gh/bobrenjc93/493/base -> origin/gh/bobrenjc93/493/base 2025-07-17T06:36:01.3042825Z * [new branch] gh/bobrenjc93/493/head -> origin/gh/bobrenjc93/493/head 2025-07-17T06:36:01.3043389Z * [new branch] gh/bobrenjc93/493/orig -> origin/gh/bobrenjc93/493/orig 2025-07-17T06:36:01.3043912Z * [new branch] gh/bobrenjc93/494/base -> origin/gh/bobrenjc93/494/base 2025-07-17T06:36:01.3044441Z * [new branch] gh/bobrenjc93/494/head -> origin/gh/bobrenjc93/494/head 2025-07-17T06:36:01.3044939Z * [new branch] gh/bobrenjc93/494/orig -> origin/gh/bobrenjc93/494/orig 2025-07-17T06:36:01.3045434Z * [new branch] gh/bobrenjc93/495/base -> origin/gh/bobrenjc93/495/base 2025-07-17T06:36:01.3045935Z * [new branch] gh/bobrenjc93/495/head -> origin/gh/bobrenjc93/495/head 2025-07-17T06:36:01.3046518Z * [new branch] gh/bobrenjc93/495/orig -> origin/gh/bobrenjc93/495/orig 2025-07-17T06:36:01.3047046Z * [new branch] gh/bobrenjc93/496/base -> origin/gh/bobrenjc93/496/base 2025-07-17T06:36:01.3047677Z * [new branch] gh/bobrenjc93/496/head -> origin/gh/bobrenjc93/496/head 2025-07-17T06:36:01.3048211Z * [new branch] gh/bobrenjc93/496/orig -> origin/gh/bobrenjc93/496/orig 2025-07-17T06:36:01.3048765Z * [new branch] gh/bobrenjc93/497/base -> origin/gh/bobrenjc93/497/base 2025-07-17T06:36:01.3049303Z * [new branch] gh/bobrenjc93/497/head -> origin/gh/bobrenjc93/497/head 2025-07-17T06:36:01.3049871Z * [new branch] gh/bobrenjc93/497/orig -> origin/gh/bobrenjc93/497/orig 2025-07-17T06:36:01.3050427Z * [new branch] gh/bobrenjc93/498/base -> origin/gh/bobrenjc93/498/base 2025-07-17T06:36:01.3050945Z * [new branch] gh/bobrenjc93/498/head -> origin/gh/bobrenjc93/498/head 2025-07-17T06:36:01.3052410Z * [new branch] gh/bobrenjc93/498/orig -> origin/gh/bobrenjc93/498/orig 2025-07-17T06:36:01.3061556Z * [new branch] gh/bobrenjc93/499/base -> origin/gh/bobrenjc93/499/base 2025-07-17T06:36:01.3062085Z * [new branch] gh/bobrenjc93/499/head -> origin/gh/bobrenjc93/499/head 2025-07-17T06:36:01.3062602Z * [new branch] gh/bobrenjc93/499/orig -> origin/gh/bobrenjc93/499/orig 2025-07-17T06:36:01.3063121Z * [new branch] gh/bobrenjc93/500/base -> origin/gh/bobrenjc93/500/base 2025-07-17T06:36:01.3063622Z * [new branch] gh/bobrenjc93/500/head -> origin/gh/bobrenjc93/500/head 2025-07-17T06:36:01.3064122Z * [new branch] gh/bobrenjc93/500/orig -> origin/gh/bobrenjc93/500/orig 2025-07-17T06:36:01.3064615Z * [new branch] gh/bobrenjc93/501/base -> origin/gh/bobrenjc93/501/base 2025-07-17T06:36:01.3065132Z * [new branch] gh/bobrenjc93/501/head -> origin/gh/bobrenjc93/501/head 2025-07-17T06:36:01.3065631Z * [new branch] gh/bobrenjc93/501/orig -> origin/gh/bobrenjc93/501/orig 2025-07-17T06:36:01.3066136Z * [new branch] gh/bobrenjc93/502/base -> origin/gh/bobrenjc93/502/base 2025-07-17T06:36:01.3066649Z * [new branch] gh/bobrenjc93/502/head -> origin/gh/bobrenjc93/502/head 2025-07-17T06:36:01.3067140Z * [new branch] gh/bobrenjc93/502/orig -> origin/gh/bobrenjc93/502/orig 2025-07-17T06:36:01.3068469Z * [new branch] gh/bobrenjc93/503/base -> origin/gh/bobrenjc93/503/base 2025-07-17T06:36:01.3069003Z * [new branch] gh/bobrenjc93/503/head -> origin/gh/bobrenjc93/503/head 2025-07-17T06:36:01.3069502Z * [new branch] gh/bobrenjc93/503/orig -> origin/gh/bobrenjc93/503/orig 2025-07-17T06:36:01.3070002Z * [new branch] gh/bobrenjc93/504/base -> origin/gh/bobrenjc93/504/base 2025-07-17T06:36:01.3070504Z * [new branch] gh/bobrenjc93/504/head -> origin/gh/bobrenjc93/504/head 2025-07-17T06:36:01.3070996Z * [new branch] gh/bobrenjc93/504/orig -> origin/gh/bobrenjc93/504/orig 2025-07-17T06:36:01.3071487Z * [new branch] gh/bobrenjc93/505/base -> origin/gh/bobrenjc93/505/base 2025-07-17T06:36:01.3071986Z * [new branch] gh/bobrenjc93/505/head -> origin/gh/bobrenjc93/505/head 2025-07-17T06:36:01.3072490Z * [new branch] gh/bobrenjc93/505/orig -> origin/gh/bobrenjc93/505/orig 2025-07-17T06:36:01.3072985Z * [new branch] gh/bobrenjc93/506/base -> origin/gh/bobrenjc93/506/base 2025-07-17T06:36:01.3073573Z * [new branch] gh/bobrenjc93/506/head -> origin/gh/bobrenjc93/506/head 2025-07-17T06:36:01.3074061Z * [new branch] gh/bobrenjc93/506/orig -> origin/gh/bobrenjc93/506/orig 2025-07-17T06:36:01.3074564Z * [new branch] gh/bobrenjc93/507/base -> origin/gh/bobrenjc93/507/base 2025-07-17T06:36:01.3075070Z * [new branch] gh/bobrenjc93/507/head -> origin/gh/bobrenjc93/507/head 2025-07-17T06:36:01.3075557Z * [new branch] gh/bobrenjc93/507/orig -> origin/gh/bobrenjc93/507/orig 2025-07-17T06:36:01.3076059Z * [new branch] gh/bobrenjc93/508/base -> origin/gh/bobrenjc93/508/base 2025-07-17T06:36:01.3076551Z * [new branch] gh/bobrenjc93/508/head -> origin/gh/bobrenjc93/508/head 2025-07-17T06:36:01.3913830Z * [new branch] gh/bobrenjc93/508/orig -> origin/gh/bobrenjc93/508/orig 2025-07-17T06:36:01.3914408Z * [new branch] gh/bobrenjc93/509/base -> origin/gh/bobrenjc93/509/base 2025-07-17T06:36:01.3914919Z * [new branch] gh/bobrenjc93/509/head -> origin/gh/bobrenjc93/509/head 2025-07-17T06:36:01.3915427Z * [new branch] gh/bobrenjc93/509/orig -> origin/gh/bobrenjc93/509/orig 2025-07-17T06:36:01.3916109Z * [new branch] gh/bobrenjc93/510/base -> origin/gh/bobrenjc93/510/base 2025-07-17T06:36:01.3916661Z * [new branch] gh/bobrenjc93/510/head -> origin/gh/bobrenjc93/510/head 2025-07-17T06:36:01.3917204Z * [new branch] gh/bobrenjc93/510/orig -> origin/gh/bobrenjc93/510/orig 2025-07-17T06:36:01.3917713Z * [new branch] gh/bobrenjc93/511/base -> origin/gh/bobrenjc93/511/base 2025-07-17T06:36:01.3918206Z * [new branch] gh/bobrenjc93/511/head -> origin/gh/bobrenjc93/511/head 2025-07-17T06:36:01.3918726Z * [new branch] gh/bobrenjc93/511/orig -> origin/gh/bobrenjc93/511/orig 2025-07-17T06:36:01.3919217Z * [new branch] gh/bobrenjc93/512/base -> origin/gh/bobrenjc93/512/base 2025-07-17T06:36:01.3919716Z * [new branch] gh/bobrenjc93/512/head -> origin/gh/bobrenjc93/512/head 2025-07-17T06:36:01.3920206Z * [new branch] gh/bobrenjc93/512/orig -> origin/gh/bobrenjc93/512/orig 2025-07-17T06:36:01.3920702Z * [new branch] gh/bobrenjc93/513/base -> origin/gh/bobrenjc93/513/base 2025-07-17T06:36:01.3921195Z * [new branch] gh/bobrenjc93/513/head -> origin/gh/bobrenjc93/513/head 2025-07-17T06:36:01.3921692Z * [new branch] gh/bobrenjc93/513/orig -> origin/gh/bobrenjc93/513/orig 2025-07-17T06:36:01.3922187Z * [new branch] gh/bobrenjc93/514/base -> origin/gh/bobrenjc93/514/base 2025-07-17T06:36:01.3922852Z * [new branch] gh/bobrenjc93/514/head -> origin/gh/bobrenjc93/514/head 2025-07-17T06:36:01.3923406Z * [new branch] gh/bobrenjc93/514/orig -> origin/gh/bobrenjc93/514/orig 2025-07-17T06:36:01.3923906Z * [new branch] gh/bobrenjc93/515/base -> origin/gh/bobrenjc93/515/base 2025-07-17T06:36:01.3924412Z * [new branch] gh/bobrenjc93/515/head -> origin/gh/bobrenjc93/515/head 2025-07-17T06:36:01.3924920Z * [new branch] gh/bobrenjc93/515/orig -> origin/gh/bobrenjc93/515/orig 2025-07-17T06:36:01.3925410Z * [new branch] gh/bobrenjc93/516/base -> origin/gh/bobrenjc93/516/base 2025-07-17T06:36:01.3925913Z * [new branch] gh/bobrenjc93/516/head -> origin/gh/bobrenjc93/516/head 2025-07-17T06:36:01.3926408Z * [new branch] gh/bobrenjc93/516/orig -> origin/gh/bobrenjc93/516/orig 2025-07-17T06:36:01.3926909Z * [new branch] gh/bobrenjc93/517/base -> origin/gh/bobrenjc93/517/base 2025-07-17T06:36:01.3927423Z * [new branch] gh/bobrenjc93/517/head -> origin/gh/bobrenjc93/517/head 2025-07-17T06:36:01.3927919Z * [new branch] gh/bobrenjc93/517/orig -> origin/gh/bobrenjc93/517/orig 2025-07-17T06:36:01.3928416Z * [new branch] gh/bobrenjc93/518/base -> origin/gh/bobrenjc93/518/base 2025-07-17T06:36:01.3928957Z * [new branch] gh/bobrenjc93/518/head -> origin/gh/bobrenjc93/518/head 2025-07-17T06:36:01.3929504Z * [new branch] gh/bobrenjc93/518/orig -> origin/gh/bobrenjc93/518/orig 2025-07-17T06:36:01.3929997Z * [new branch] gh/bobrenjc93/519/base -> origin/gh/bobrenjc93/519/base 2025-07-17T06:36:01.3930501Z * [new branch] gh/bobrenjc93/519/head -> origin/gh/bobrenjc93/519/head 2025-07-17T06:36:01.3931002Z * [new branch] gh/bobrenjc93/519/orig -> origin/gh/bobrenjc93/519/orig 2025-07-17T06:36:01.3931496Z * [new branch] gh/bobrenjc93/520/base -> origin/gh/bobrenjc93/520/base 2025-07-17T06:36:01.3931994Z * [new branch] gh/bobrenjc93/520/head -> origin/gh/bobrenjc93/520/head 2025-07-17T06:36:01.3932492Z * [new branch] gh/bobrenjc93/520/orig -> origin/gh/bobrenjc93/520/orig 2025-07-17T06:36:01.3932999Z * [new branch] gh/bobrenjc93/521/base -> origin/gh/bobrenjc93/521/base 2025-07-17T06:36:01.3933606Z * [new branch] gh/bobrenjc93/521/head -> origin/gh/bobrenjc93/521/head 2025-07-17T06:36:01.3934097Z * [new branch] gh/bobrenjc93/521/orig -> origin/gh/bobrenjc93/521/orig 2025-07-17T06:36:01.3934595Z * [new branch] gh/bobrenjc93/522/base -> origin/gh/bobrenjc93/522/base 2025-07-17T06:36:01.3935133Z * [new branch] gh/bobrenjc93/522/head -> origin/gh/bobrenjc93/522/head 2025-07-17T06:36:01.3935677Z * [new branch] gh/bobrenjc93/522/orig -> origin/gh/bobrenjc93/522/orig 2025-07-17T06:36:01.3936181Z * [new branch] gh/bobrenjc93/523/base -> origin/gh/bobrenjc93/523/base 2025-07-17T06:36:01.3936673Z * [new branch] gh/bobrenjc93/523/head -> origin/gh/bobrenjc93/523/head 2025-07-17T06:36:01.4366225Z * [new branch] gh/bobrenjc93/523/orig -> origin/gh/bobrenjc93/523/orig 2025-07-17T06:36:01.4366824Z * [new branch] gh/bobrenjc93/524/base -> origin/gh/bobrenjc93/524/base 2025-07-17T06:36:01.4367370Z * [new branch] gh/bobrenjc93/524/head -> origin/gh/bobrenjc93/524/head 2025-07-17T06:36:01.4367864Z * [new branch] gh/bobrenjc93/524/orig -> origin/gh/bobrenjc93/524/orig 2025-07-17T06:36:01.4368360Z * [new branch] gh/bobrenjc93/525/base -> origin/gh/bobrenjc93/525/base 2025-07-17T06:36:01.4368859Z * [new branch] gh/bobrenjc93/525/head -> origin/gh/bobrenjc93/525/head 2025-07-17T06:36:01.4369548Z * [new branch] gh/bobrenjc93/525/orig -> origin/gh/bobrenjc93/525/orig 2025-07-17T06:36:01.4370110Z * [new branch] gh/bobrenjc93/526/base -> origin/gh/bobrenjc93/526/base 2025-07-17T06:36:01.4370652Z * [new branch] gh/bobrenjc93/526/head -> origin/gh/bobrenjc93/526/head 2025-07-17T06:36:01.4371155Z * [new branch] gh/bobrenjc93/526/orig -> origin/gh/bobrenjc93/526/orig 2025-07-17T06:36:01.4371650Z * [new branch] gh/bobrenjc93/527/base -> origin/gh/bobrenjc93/527/base 2025-07-17T06:36:01.4372147Z * [new branch] gh/bobrenjc93/527/head -> origin/gh/bobrenjc93/527/head 2025-07-17T06:36:01.4372644Z * [new branch] gh/bobrenjc93/527/orig -> origin/gh/bobrenjc93/527/orig 2025-07-17T06:36:01.4373136Z * [new branch] gh/bobrenjc93/528/base -> origin/gh/bobrenjc93/528/base 2025-07-17T06:36:01.4373632Z * [new branch] gh/bobrenjc93/528/head -> origin/gh/bobrenjc93/528/head 2025-07-17T06:36:01.4374125Z * [new branch] gh/bobrenjc93/528/orig -> origin/gh/bobrenjc93/528/orig 2025-07-17T06:36:01.4374618Z * [new branch] gh/bobrenjc93/529/base -> origin/gh/bobrenjc93/529/base 2025-07-17T06:36:01.4375104Z * [new branch] gh/bobrenjc93/529/head -> origin/gh/bobrenjc93/529/head 2025-07-17T06:36:01.4375591Z * [new branch] gh/bobrenjc93/529/orig -> origin/gh/bobrenjc93/529/orig 2025-07-17T06:36:01.4376138Z * [new branch] gh/bobrenjc93/530/base -> origin/gh/bobrenjc93/530/base 2025-07-17T06:36:01.4376723Z * [new branch] gh/bobrenjc93/530/head -> origin/gh/bobrenjc93/530/head 2025-07-17T06:36:01.4377255Z * [new branch] gh/bobrenjc93/530/orig -> origin/gh/bobrenjc93/530/orig 2025-07-17T06:36:01.4377750Z * [new branch] gh/bobrenjc93/531/base -> origin/gh/bobrenjc93/531/base 2025-07-17T06:36:01.4378239Z * [new branch] gh/bobrenjc93/531/head -> origin/gh/bobrenjc93/531/head 2025-07-17T06:36:01.4378738Z * [new branch] gh/bobrenjc93/531/orig -> origin/gh/bobrenjc93/531/orig 2025-07-17T06:36:01.4379228Z * [new branch] gh/bobrenjc93/532/base -> origin/gh/bobrenjc93/532/base 2025-07-17T06:36:01.4379871Z * [new branch] gh/bobrenjc93/532/head -> origin/gh/bobrenjc93/532/head 2025-07-17T06:36:01.4380493Z * [new branch] gh/bobrenjc93/532/orig -> origin/gh/bobrenjc93/532/orig 2025-07-17T06:36:01.4380983Z * [new branch] gh/bobrenjc93/533/base -> origin/gh/bobrenjc93/533/base 2025-07-17T06:36:01.4381486Z * [new branch] gh/bobrenjc93/533/head -> origin/gh/bobrenjc93/533/head 2025-07-17T06:36:01.4382017Z * [new branch] gh/bobrenjc93/533/orig -> origin/gh/bobrenjc93/533/orig 2025-07-17T06:36:01.4382550Z * [new branch] gh/bobrenjc93/534/base -> origin/gh/bobrenjc93/534/base 2025-07-17T06:36:01.4383136Z * [new branch] gh/bobrenjc93/534/head -> origin/gh/bobrenjc93/534/head 2025-07-17T06:36:01.4383624Z * [new branch] gh/bobrenjc93/534/orig -> origin/gh/bobrenjc93/534/orig 2025-07-17T06:36:01.4384131Z * [new branch] gh/bobrenjc93/535/base -> origin/gh/bobrenjc93/535/base 2025-07-17T06:36:01.4384616Z * [new branch] gh/bobrenjc93/535/head -> origin/gh/bobrenjc93/535/head 2025-07-17T06:36:01.4385118Z * [new branch] gh/bobrenjc93/535/orig -> origin/gh/bobrenjc93/535/orig 2025-07-17T06:36:01.4385606Z * [new branch] gh/bobrenjc93/536/base -> origin/gh/bobrenjc93/536/base 2025-07-17T06:36:01.4386101Z * [new branch] gh/bobrenjc93/536/head -> origin/gh/bobrenjc93/536/head 2025-07-17T06:36:01.4386597Z * [new branch] gh/bobrenjc93/536/orig -> origin/gh/bobrenjc93/536/orig 2025-07-17T06:36:01.4387213Z * [new branch] gh/briancoutinho/2/base -> origin/gh/briancoutinho/2/base 2025-07-17T06:36:01.4387799Z * [new branch] gh/briancoutinho/2/head -> origin/gh/briancoutinho/2/head 2025-07-17T06:36:01.4388322Z * [new branch] gh/c00w/23/base -> origin/gh/c00w/23/base 2025-07-17T06:36:01.4388764Z * [new branch] gh/c00w/23/head -> origin/gh/c00w/23/head 2025-07-17T06:36:01.4389201Z * [new branch] gh/c00w/38/base -> origin/gh/c00w/38/base 2025-07-17T06:36:01.4389622Z * [new branch] gh/c00w/38/head -> origin/gh/c00w/38/head 2025-07-17T06:36:01.5971827Z * [new branch] gh/c00w/38/orig -> origin/gh/c00w/38/orig 2025-07-17T06:36:01.5972312Z * [new branch] gh/c00w/48/base -> origin/gh/c00w/48/base 2025-07-17T06:36:01.5972761Z * [new branch] gh/c00w/48/head -> origin/gh/c00w/48/head 2025-07-17T06:36:01.5973223Z * [new branch] gh/c00w/48/orig -> origin/gh/c00w/48/orig 2025-07-17T06:36:01.5973646Z * [new branch] gh/c00w/49/base -> origin/gh/c00w/49/base 2025-07-17T06:36:01.5974123Z * [new branch] gh/c00w/49/head -> origin/gh/c00w/49/head 2025-07-17T06:36:01.5974639Z * [new branch] gh/c00w/49/orig -> origin/gh/c00w/49/orig 2025-07-17T06:36:01.5975127Z * [new branch] gh/c00w/50/base -> origin/gh/c00w/50/base 2025-07-17T06:36:01.5975612Z * [new branch] gh/c00w/50/head -> origin/gh/c00w/50/head 2025-07-17T06:36:01.5976083Z * [new branch] gh/c00w/50/orig -> origin/gh/c00w/50/orig 2025-07-17T06:36:01.5976560Z * [new branch] gh/c00w/51/base -> origin/gh/c00w/51/base 2025-07-17T06:36:01.5977022Z * [new branch] gh/c00w/51/head -> origin/gh/c00w/51/head 2025-07-17T06:36:01.5977507Z * [new branch] gh/c00w/51/orig -> origin/gh/c00w/51/orig 2025-07-17T06:36:01.5978016Z * [new branch] gh/clee2000/1/base -> origin/gh/clee2000/1/base 2025-07-17T06:36:01.5978566Z * [new branch] gh/clee2000/1/head -> origin/gh/clee2000/1/head 2025-07-17T06:36:01.5979078Z * [new branch] gh/clee2000/1/orig -> origin/gh/clee2000/1/orig 2025-07-17T06:36:01.5979810Z * [new branch] gh/clee2000/2/base -> origin/gh/clee2000/2/base 2025-07-17T06:36:01.5980318Z * [new branch] gh/clee2000/2/head -> origin/gh/clee2000/2/head 2025-07-17T06:36:01.5980831Z * [new branch] gh/clee2000/2/orig -> origin/gh/clee2000/2/orig 2025-07-17T06:36:01.5981324Z * [new branch] gh/clee2000/3/base -> origin/gh/clee2000/3/base 2025-07-17T06:36:01.5981837Z * [new branch] gh/clee2000/3/head -> origin/gh/clee2000/3/head 2025-07-17T06:36:01.5982384Z * [new branch] gh/clee2000/3/orig -> origin/gh/clee2000/3/orig 2025-07-17T06:36:01.5982925Z * [new branch] gh/coconutruben/1/base -> origin/gh/coconutruben/1/base 2025-07-17T06:36:01.5983538Z * [new branch] gh/coconutruben/1/head -> origin/gh/coconutruben/1/head 2025-07-17T06:36:01.5984097Z * [new branch] gh/coconutruben/10/base -> origin/gh/coconutruben/10/base 2025-07-17T06:36:01.5984718Z * [new branch] gh/coconutruben/10/head -> origin/gh/coconutruben/10/head 2025-07-17T06:36:01.5985281Z * [new branch] gh/coconutruben/10/orig -> origin/gh/coconutruben/10/orig 2025-07-17T06:36:01.5985893Z * [new branch] gh/coconutruben/11/base -> origin/gh/coconutruben/11/base 2025-07-17T06:36:01.5986449Z * [new branch] gh/coconutruben/11/head -> origin/gh/coconutruben/11/head 2025-07-17T06:36:01.5987054Z * [new branch] gh/coconutruben/11/orig -> origin/gh/coconutruben/11/orig 2025-07-17T06:36:01.5987785Z * [new branch] gh/coconutruben/12/base -> origin/gh/coconutruben/12/base 2025-07-17T06:36:01.5988349Z * [new branch] gh/coconutruben/12/head -> origin/gh/coconutruben/12/head 2025-07-17T06:36:01.5988961Z * [new branch] gh/coconutruben/12/orig -> origin/gh/coconutruben/12/orig 2025-07-17T06:36:01.5989509Z * [new branch] gh/coconutruben/13/base -> origin/gh/coconutruben/13/base 2025-07-17T06:36:01.5990125Z * [new branch] gh/coconutruben/13/head -> origin/gh/coconutruben/13/head 2025-07-17T06:36:01.5990723Z * [new branch] gh/coconutruben/13/orig -> origin/gh/coconutruben/13/orig 2025-07-17T06:36:01.5991280Z * [new branch] gh/coconutruben/14/base -> origin/gh/coconutruben/14/base 2025-07-17T06:36:01.5991875Z * [new branch] gh/coconutruben/14/head -> origin/gh/coconutruben/14/head 2025-07-17T06:36:01.5992436Z * [new branch] gh/coconutruben/14/orig -> origin/gh/coconutruben/14/orig 2025-07-17T06:36:01.5993040Z * [new branch] gh/coconutruben/15/base -> origin/gh/coconutruben/15/base 2025-07-17T06:36:01.5993722Z * [new branch] gh/coconutruben/15/head -> origin/gh/coconutruben/15/head 2025-07-17T06:36:01.5994315Z * [new branch] gh/coconutruben/15/orig -> origin/gh/coconutruben/15/orig 2025-07-17T06:36:01.5994888Z * [new branch] gh/coconutruben/16/base -> origin/gh/coconutruben/16/base 2025-07-17T06:36:01.5995484Z * [new branch] gh/coconutruben/16/head -> origin/gh/coconutruben/16/head 2025-07-17T06:36:01.5996056Z * [new branch] gh/coconutruben/16/orig -> origin/gh/coconutruben/16/orig 2025-07-17T06:36:01.5996666Z * [new branch] gh/coconutruben/17/base -> origin/gh/coconutruben/17/base 2025-07-17T06:36:01.5997219Z * [new branch] gh/coconutruben/17/head -> origin/gh/coconutruben/17/head 2025-07-17T06:36:01.6431182Z * [new branch] gh/coconutruben/17/orig -> origin/gh/coconutruben/17/orig 2025-07-17T06:36:01.6431763Z * [new branch] gh/coconutruben/18/base -> origin/gh/coconutruben/18/base 2025-07-17T06:36:01.6432301Z * [new branch] gh/coconutruben/18/head -> origin/gh/coconutruben/18/head 2025-07-17T06:36:01.6433025Z * [new branch] gh/coconutruben/18/orig -> origin/gh/coconutruben/18/orig 2025-07-17T06:36:01.6433601Z * [new branch] gh/coconutruben/19/base -> origin/gh/coconutruben/19/base 2025-07-17T06:36:01.6434160Z * [new branch] gh/coconutruben/19/head -> origin/gh/coconutruben/19/head 2025-07-17T06:36:01.6434729Z * [new branch] gh/coconutruben/19/orig -> origin/gh/coconutruben/19/orig 2025-07-17T06:36:01.6435246Z * [new branch] gh/coconutruben/2/base -> origin/gh/coconutruben/2/base 2025-07-17T06:36:01.6435765Z * [new branch] gh/coconutruben/2/head -> origin/gh/coconutruben/2/head 2025-07-17T06:36:01.6436268Z * [new branch] gh/coconutruben/2/orig -> origin/gh/coconutruben/2/orig 2025-07-17T06:36:01.6436788Z * [new branch] gh/coconutruben/20/base -> origin/gh/coconutruben/20/base 2025-07-17T06:36:01.6437295Z * [new branch] gh/coconutruben/20/head -> origin/gh/coconutruben/20/head 2025-07-17T06:36:01.6437813Z * [new branch] gh/coconutruben/20/orig -> origin/gh/coconutruben/20/orig 2025-07-17T06:36:01.6438330Z * [new branch] gh/coconutruben/21/base -> origin/gh/coconutruben/21/base 2025-07-17T06:36:01.6438835Z * [new branch] gh/coconutruben/21/head -> origin/gh/coconutruben/21/head 2025-07-17T06:36:01.6439349Z * [new branch] gh/coconutruben/21/orig -> origin/gh/coconutruben/21/orig 2025-07-17T06:36:01.6439861Z * [new branch] gh/coconutruben/22/base -> origin/gh/coconutruben/22/base 2025-07-17T06:36:01.6440588Z * [new branch] gh/coconutruben/22/head -> origin/gh/coconutruben/22/head 2025-07-17T06:36:01.6441122Z * [new branch] gh/coconutruben/22/orig -> origin/gh/coconutruben/22/orig 2025-07-17T06:36:01.6441644Z * [new branch] gh/coconutruben/23/base -> origin/gh/coconutruben/23/base 2025-07-17T06:36:01.6442159Z * [new branch] gh/coconutruben/23/head -> origin/gh/coconutruben/23/head 2025-07-17T06:36:01.6442672Z * [new branch] gh/coconutruben/23/orig -> origin/gh/coconutruben/23/orig 2025-07-17T06:36:01.6443182Z * [new branch] gh/coconutruben/24/base -> origin/gh/coconutruben/24/base 2025-07-17T06:36:01.6443694Z * [new branch] gh/coconutruben/24/head -> origin/gh/coconutruben/24/head 2025-07-17T06:36:01.6444210Z * [new branch] gh/coconutruben/24/orig -> origin/gh/coconutruben/24/orig 2025-07-17T06:36:01.6444718Z * [new branch] gh/coconutruben/3/base -> origin/gh/coconutruben/3/base 2025-07-17T06:36:01.6445225Z * [new branch] gh/coconutruben/3/head -> origin/gh/coconutruben/3/head 2025-07-17T06:36:01.6445770Z * [new branch] gh/coconutruben/3/orig -> origin/gh/coconutruben/3/orig 2025-07-17T06:36:01.6446324Z * [new branch] gh/coconutruben/4/base -> origin/gh/coconutruben/4/base 2025-07-17T06:36:01.6446835Z * [new branch] gh/coconutruben/4/head -> origin/gh/coconutruben/4/head 2025-07-17T06:36:01.6447334Z * [new branch] gh/coconutruben/4/orig -> origin/gh/coconutruben/4/orig 2025-07-17T06:36:01.6447847Z * [new branch] gh/coconutruben/5/base -> origin/gh/coconutruben/5/base 2025-07-17T06:36:01.6448341Z * [new branch] gh/coconutruben/5/head -> origin/gh/coconutruben/5/head 2025-07-17T06:36:01.6448851Z * [new branch] gh/coconutruben/5/orig -> origin/gh/coconutruben/5/orig 2025-07-17T06:36:01.6449362Z * [new branch] gh/coconutruben/6/base -> origin/gh/coconutruben/6/base 2025-07-17T06:36:01.6449864Z * [new branch] gh/coconutruben/6/head -> origin/gh/coconutruben/6/head 2025-07-17T06:36:01.6450365Z * [new branch] gh/coconutruben/6/orig -> origin/gh/coconutruben/6/orig 2025-07-17T06:36:01.6450967Z * [new branch] gh/coconutruben/7/base -> origin/gh/coconutruben/7/base 2025-07-17T06:36:01.6451525Z * [new branch] gh/coconutruben/7/head -> origin/gh/coconutruben/7/head 2025-07-17T06:36:01.6452123Z * [new branch] gh/coconutruben/7/orig -> origin/gh/coconutruben/7/orig 2025-07-17T06:36:01.6452622Z * [new branch] gh/coconutruben/8/base -> origin/gh/coconutruben/8/base 2025-07-17T06:36:01.6453130Z * [new branch] gh/coconutruben/8/head -> origin/gh/coconutruben/8/head 2025-07-17T06:36:01.6453638Z * [new branch] gh/coconutruben/8/orig -> origin/gh/coconutruben/8/orig 2025-07-17T06:36:01.6454145Z * [new branch] gh/coconutruben/9/base -> origin/gh/coconutruben/9/base 2025-07-17T06:36:01.6454642Z * [new branch] gh/coconutruben/9/head -> origin/gh/coconutruben/9/head 2025-07-17T06:36:01.7031479Z * [new branch] gh/coconutruben/9/orig -> origin/gh/coconutruben/9/orig 2025-07-17T06:36:01.7032133Z * [new branch] gh/codingwithsurya/1/base -> origin/gh/codingwithsurya/1/base 2025-07-17T06:36:01.7032690Z * [new branch] gh/codingwithsurya/1/head -> origin/gh/codingwithsurya/1/head 2025-07-17T06:36:01.7033366Z * [new branch] gh/codingwithsurya/1/orig -> origin/gh/codingwithsurya/1/orig 2025-07-17T06:36:01.7033926Z * [new branch] gh/codingwithsurya/10/base -> origin/gh/codingwithsurya/10/base 2025-07-17T06:36:01.7034489Z * [new branch] gh/codingwithsurya/10/head -> origin/gh/codingwithsurya/10/head 2025-07-17T06:36:01.7035238Z * [new branch] gh/codingwithsurya/10/orig -> origin/gh/codingwithsurya/10/orig 2025-07-17T06:36:01.7035788Z * [new branch] gh/codingwithsurya/11/base -> origin/gh/codingwithsurya/11/base 2025-07-17T06:36:01.7036338Z * [new branch] gh/codingwithsurya/11/head -> origin/gh/codingwithsurya/11/head 2025-07-17T06:36:01.7036894Z * [new branch] gh/codingwithsurya/11/orig -> origin/gh/codingwithsurya/11/orig 2025-07-17T06:36:01.7037449Z * [new branch] gh/codingwithsurya/12/base -> origin/gh/codingwithsurya/12/base 2025-07-17T06:36:01.7038011Z * [new branch] gh/codingwithsurya/12/head -> origin/gh/codingwithsurya/12/head 2025-07-17T06:36:01.7038554Z * [new branch] gh/codingwithsurya/12/orig -> origin/gh/codingwithsurya/12/orig 2025-07-17T06:36:01.7039102Z * [new branch] gh/codingwithsurya/2/base -> origin/gh/codingwithsurya/2/base 2025-07-17T06:36:01.7039643Z * [new branch] gh/codingwithsurya/2/head -> origin/gh/codingwithsurya/2/head 2025-07-17T06:36:01.7040187Z * [new branch] gh/codingwithsurya/2/orig -> origin/gh/codingwithsurya/2/orig 2025-07-17T06:36:01.7040729Z * [new branch] gh/codingwithsurya/3/base -> origin/gh/codingwithsurya/3/base 2025-07-17T06:36:01.7041265Z * [new branch] gh/codingwithsurya/3/head -> origin/gh/codingwithsurya/3/head 2025-07-17T06:36:01.7041811Z * [new branch] gh/codingwithsurya/3/orig -> origin/gh/codingwithsurya/3/orig 2025-07-17T06:36:01.7042347Z * [new branch] gh/codingwithsurya/4/base -> origin/gh/codingwithsurya/4/base 2025-07-17T06:36:01.7042888Z * [new branch] gh/codingwithsurya/4/head -> origin/gh/codingwithsurya/4/head 2025-07-17T06:36:01.7043430Z * [new branch] gh/codingwithsurya/4/orig -> origin/gh/codingwithsurya/4/orig 2025-07-17T06:36:01.7043971Z * [new branch] gh/codingwithsurya/5/base -> origin/gh/codingwithsurya/5/base 2025-07-17T06:36:01.7044520Z * [new branch] gh/codingwithsurya/5/head -> origin/gh/codingwithsurya/5/head 2025-07-17T06:36:01.7045053Z * [new branch] gh/codingwithsurya/5/orig -> origin/gh/codingwithsurya/5/orig 2025-07-17T06:36:01.7045593Z * [new branch] gh/codingwithsurya/6/base -> origin/gh/codingwithsurya/6/base 2025-07-17T06:36:01.7046249Z * [new branch] gh/codingwithsurya/6/head -> origin/gh/codingwithsurya/6/head 2025-07-17T06:36:01.7046784Z * [new branch] gh/codingwithsurya/6/orig -> origin/gh/codingwithsurya/6/orig 2025-07-17T06:36:01.7047328Z * [new branch] gh/codingwithsurya/7/base -> origin/gh/codingwithsurya/7/base 2025-07-17T06:36:01.7047868Z * [new branch] gh/codingwithsurya/7/head -> origin/gh/codingwithsurya/7/head 2025-07-17T06:36:01.7048420Z * [new branch] gh/codingwithsurya/7/orig -> origin/gh/codingwithsurya/7/orig 2025-07-17T06:36:01.7048968Z * [new branch] gh/codingwithsurya/8/base -> origin/gh/codingwithsurya/8/base 2025-07-17T06:36:01.7049505Z * [new branch] gh/codingwithsurya/8/head -> origin/gh/codingwithsurya/8/head 2025-07-17T06:36:01.7050049Z * [new branch] gh/codingwithsurya/8/orig -> origin/gh/codingwithsurya/8/orig 2025-07-17T06:36:01.7050588Z * [new branch] gh/codingwithsurya/9/base -> origin/gh/codingwithsurya/9/base 2025-07-17T06:36:01.7051137Z * [new branch] gh/codingwithsurya/9/head -> origin/gh/codingwithsurya/9/head 2025-07-17T06:36:01.7051674Z * [new branch] gh/codingwithsurya/9/orig -> origin/gh/codingwithsurya/9/orig 2025-07-17T06:36:01.7052222Z * [new branch] gh/davidberard98/347/base -> origin/gh/davidberard98/347/base 2025-07-17T06:36:01.7052751Z * [new branch] gh/davidberard98/347/head -> origin/gh/davidberard98/347/head 2025-07-17T06:36:01.7053363Z * [new branch] gh/davidberard98/347/orig -> origin/gh/davidberard98/347/orig 2025-07-17T06:36:01.7053906Z * [new branch] gh/davidberard98/351/base -> origin/gh/davidberard98/351/base 2025-07-17T06:36:01.7054432Z * [new branch] gh/davidberard98/351/head -> origin/gh/davidberard98/351/head 2025-07-17T06:36:01.7054970Z * [new branch] gh/davidberard98/351/orig -> origin/gh/davidberard98/351/orig 2025-07-17T06:36:01.7055508Z * [new branch] gh/davidberard98/353/base -> origin/gh/davidberard98/353/base 2025-07-17T06:36:01.7647236Z * [new branch] gh/davidberard98/353/head -> origin/gh/davidberard98/353/head 2025-07-17T06:36:01.7647854Z * [new branch] gh/davidberard98/353/orig -> origin/gh/davidberard98/353/orig 2025-07-17T06:36:01.7648394Z * [new branch] gh/davidberard98/356/base -> origin/gh/davidberard98/356/base 2025-07-17T06:36:01.7648963Z * [new branch] gh/davidberard98/356/head -> origin/gh/davidberard98/356/head 2025-07-17T06:36:01.7649506Z * [new branch] gh/davidberard98/356/orig -> origin/gh/davidberard98/356/orig 2025-07-17T06:36:01.7650034Z * [new branch] gh/davidberard98/370/base -> origin/gh/davidberard98/370/base 2025-07-17T06:36:01.7650627Z * [new branch] gh/davidberard98/370/head -> origin/gh/davidberard98/370/head 2025-07-17T06:36:01.7651213Z * [new branch] gh/davidberard98/370/orig -> origin/gh/davidberard98/370/orig 2025-07-17T06:36:01.7651761Z * [new branch] gh/davidberard98/375/base -> origin/gh/davidberard98/375/base 2025-07-17T06:36:01.7652298Z * [new branch] gh/davidberard98/375/head -> origin/gh/davidberard98/375/head 2025-07-17T06:36:01.7652824Z * [new branch] gh/davidberard98/375/orig -> origin/gh/davidberard98/375/orig 2025-07-17T06:36:01.7653358Z * [new branch] gh/davidberard98/378/base -> origin/gh/davidberard98/378/base 2025-07-17T06:36:01.7653892Z * [new branch] gh/davidberard98/378/head -> origin/gh/davidberard98/378/head 2025-07-17T06:36:01.7654410Z * [new branch] gh/davidberard98/378/orig -> origin/gh/davidberard98/378/orig 2025-07-17T06:36:01.7654942Z * [new branch] gh/davidberard98/379/base -> origin/gh/davidberard98/379/base 2025-07-17T06:36:01.7655646Z * [new branch] gh/davidberard98/379/head -> origin/gh/davidberard98/379/head 2025-07-17T06:36:01.7656226Z * [new branch] gh/davidberard98/379/orig -> origin/gh/davidberard98/379/orig 2025-07-17T06:36:01.7656801Z * [new branch] gh/davidberard98/380/base -> origin/gh/davidberard98/380/base 2025-07-17T06:36:01.7657328Z * [new branch] gh/davidberard98/380/head -> origin/gh/davidberard98/380/head 2025-07-17T06:36:01.7657857Z * [new branch] gh/davidberard98/380/orig -> origin/gh/davidberard98/380/orig 2025-07-17T06:36:01.7658387Z * [new branch] gh/davidberard98/381/base -> origin/gh/davidberard98/381/base 2025-07-17T06:36:01.7658922Z * [new branch] gh/davidberard98/381/head -> origin/gh/davidberard98/381/head 2025-07-17T06:36:01.7659447Z * [new branch] gh/davidberard98/381/orig -> origin/gh/davidberard98/381/orig 2025-07-17T06:36:01.7659988Z * [new branch] gh/davidberard98/382/base -> origin/gh/davidberard98/382/base 2025-07-17T06:36:01.7660522Z * [new branch] gh/davidberard98/382/head -> origin/gh/davidberard98/382/head 2025-07-17T06:36:01.7661038Z * [new branch] gh/davidberard98/382/orig -> origin/gh/davidberard98/382/orig 2025-07-17T06:36:01.7661577Z * [new branch] gh/davidberard98/383/base -> origin/gh/davidberard98/383/base 2025-07-17T06:36:01.7662149Z * [new branch] gh/davidberard98/383/head -> origin/gh/davidberard98/383/head 2025-07-17T06:36:01.7662844Z * [new branch] gh/davidberard98/383/orig -> origin/gh/davidberard98/383/orig 2025-07-17T06:36:01.7663376Z * [new branch] gh/davidberard98/384/base -> origin/gh/davidberard98/384/base 2025-07-17T06:36:01.7663899Z * [new branch] gh/davidberard98/384/head -> origin/gh/davidberard98/384/head 2025-07-17T06:36:01.7664431Z * [new branch] gh/davidberard98/384/orig -> origin/gh/davidberard98/384/orig 2025-07-17T06:36:01.7664961Z * [new branch] gh/davidberard98/385/base -> origin/gh/davidberard98/385/base 2025-07-17T06:36:01.7665498Z * [new branch] gh/davidberard98/385/head -> origin/gh/davidberard98/385/head 2025-07-17T06:36:01.7666035Z * [new branch] gh/davidberard98/385/orig -> origin/gh/davidberard98/385/orig 2025-07-17T06:36:01.7666558Z * [new branch] gh/davidberard98/386/base -> origin/gh/davidberard98/386/base 2025-07-17T06:36:01.7667092Z * [new branch] gh/davidberard98/386/head -> origin/gh/davidberard98/386/head 2025-07-17T06:36:01.7667663Z * [new branch] gh/davidberard98/386/orig -> origin/gh/davidberard98/386/orig 2025-07-17T06:36:01.7668242Z * [new branch] gh/davidberard98/387/base -> origin/gh/davidberard98/387/base 2025-07-17T06:36:01.7668767Z * [new branch] gh/davidberard98/387/head -> origin/gh/davidberard98/387/head 2025-07-17T06:36:01.7669288Z * [new branch] gh/davidberard98/387/orig -> origin/gh/davidberard98/387/orig 2025-07-17T06:36:01.7669811Z * [new branch] gh/davidberard98/388/base -> origin/gh/davidberard98/388/base 2025-07-17T06:36:01.7670329Z * [new branch] gh/davidberard98/388/head -> origin/gh/davidberard98/388/head 2025-07-17T06:36:01.7670861Z * [new branch] gh/davidberard98/388/orig -> origin/gh/davidberard98/388/orig 2025-07-17T06:36:01.8212824Z * [new branch] gh/davidberard98/389/base -> origin/gh/davidberard98/389/base 2025-07-17T06:36:01.8213445Z * [new branch] gh/davidberard98/389/head -> origin/gh/davidberard98/389/head 2025-07-17T06:36:01.8213996Z * [new branch] gh/davidberard98/389/orig -> origin/gh/davidberard98/389/orig 2025-07-17T06:36:01.8214527Z * [new branch] gh/davidberard98/390/base -> origin/gh/davidberard98/390/base 2025-07-17T06:36:01.8215258Z * [new branch] gh/davidberard98/390/head -> origin/gh/davidberard98/390/head 2025-07-17T06:36:01.8215788Z * [new branch] gh/davidberard98/390/orig -> origin/gh/davidberard98/390/orig 2025-07-17T06:36:01.8216302Z * [new branch] gh/desertfire/559/base -> origin/gh/desertfire/559/base 2025-07-17T06:36:01.8216808Z * [new branch] gh/desertfire/559/head -> origin/gh/desertfire/559/head 2025-07-17T06:36:01.8217309Z * [new branch] gh/desertfire/559/orig -> origin/gh/desertfire/559/orig 2025-07-17T06:36:01.8217816Z * [new branch] gh/desertfire/570/base -> origin/gh/desertfire/570/base 2025-07-17T06:36:01.8218314Z * [new branch] gh/desertfire/570/head -> origin/gh/desertfire/570/head 2025-07-17T06:36:01.8218806Z * [new branch] gh/desertfire/570/orig -> origin/gh/desertfire/570/orig 2025-07-17T06:36:01.8219298Z * [new branch] gh/desertfire/572/base -> origin/gh/desertfire/572/base 2025-07-17T06:36:01.8219787Z * [new branch] gh/desertfire/572/head -> origin/gh/desertfire/572/head 2025-07-17T06:36:01.8220290Z * [new branch] gh/desertfire/572/orig -> origin/gh/desertfire/572/orig 2025-07-17T06:36:01.8220794Z * [new branch] gh/desertfire/585/base -> origin/gh/desertfire/585/base 2025-07-17T06:36:01.8221288Z * [new branch] gh/desertfire/585/head -> origin/gh/desertfire/585/head 2025-07-17T06:36:01.8221799Z * [new branch] gh/desertfire/585/orig -> origin/gh/desertfire/585/orig 2025-07-17T06:36:01.8222412Z * [new branch] gh/desertfire/586/base -> origin/gh/desertfire/586/base 2025-07-17T06:36:01.8222932Z * [new branch] gh/desertfire/586/head -> origin/gh/desertfire/586/head 2025-07-17T06:36:01.8223437Z * [new branch] gh/desertfire/586/orig -> origin/gh/desertfire/586/orig 2025-07-17T06:36:01.8223939Z * [new branch] gh/desertfire/587/base -> origin/gh/desertfire/587/base 2025-07-17T06:36:01.8224442Z * [new branch] gh/desertfire/587/head -> origin/gh/desertfire/587/head 2025-07-17T06:36:01.8224939Z * [new branch] gh/desertfire/587/orig -> origin/gh/desertfire/587/orig 2025-07-17T06:36:01.8225440Z * [new branch] gh/desertfire/588/base -> origin/gh/desertfire/588/base 2025-07-17T06:36:01.8225940Z * [new branch] gh/desertfire/588/head -> origin/gh/desertfire/588/head 2025-07-17T06:36:01.8226432Z * [new branch] gh/desertfire/588/orig -> origin/gh/desertfire/588/orig 2025-07-17T06:36:01.8226923Z * [new branch] gh/dharakk/1/base -> origin/gh/dharakk/1/base 2025-07-17T06:36:01.8227392Z * [new branch] gh/dharakk/1/head -> origin/gh/dharakk/1/head 2025-07-17T06:36:01.8227861Z * [new branch] gh/dharakk/4/base -> origin/gh/dharakk/4/base 2025-07-17T06:36:01.8228332Z * [new branch] gh/dharakk/4/head -> origin/gh/dharakk/4/head 2025-07-17T06:36:01.8228795Z * [new branch] gh/dharakk/4/orig -> origin/gh/dharakk/4/orig 2025-07-17T06:36:01.8229264Z * [new branch] gh/drisspg/136/base -> origin/gh/drisspg/136/base 2025-07-17T06:36:01.8229741Z * [new branch] gh/drisspg/136/head -> origin/gh/drisspg/136/head 2025-07-17T06:36:01.8230212Z * [new branch] gh/drisspg/136/orig -> origin/gh/drisspg/136/orig 2025-07-17T06:36:01.8230688Z * [new branch] gh/drisspg/140/base -> origin/gh/drisspg/140/base 2025-07-17T06:36:01.8231147Z * [new branch] gh/drisspg/140/head -> origin/gh/drisspg/140/head 2025-07-17T06:36:01.8231624Z * [new branch] gh/drisspg/140/orig -> origin/gh/drisspg/140/orig 2025-07-17T06:36:01.8232090Z * [new branch] gh/drisspg/149/base -> origin/gh/drisspg/149/base 2025-07-17T06:36:01.8232669Z * [new branch] gh/drisspg/149/head -> origin/gh/drisspg/149/head 2025-07-17T06:36:01.8233133Z * [new branch] gh/drisspg/149/orig -> origin/gh/drisspg/149/orig 2025-07-17T06:36:01.8233723Z * [new branch] gh/drisspg/150/base -> origin/gh/drisspg/150/base 2025-07-17T06:36:01.8234209Z * [new branch] gh/drisspg/150/head -> origin/gh/drisspg/150/head 2025-07-17T06:36:01.8234676Z * [new branch] gh/drisspg/150/orig -> origin/gh/drisspg/150/orig 2025-07-17T06:36:01.8235164Z * [new branch] gh/drisspg/151/base -> origin/gh/drisspg/151/base 2025-07-17T06:36:01.8235628Z * [new branch] gh/drisspg/151/head -> origin/gh/drisspg/151/head 2025-07-17T06:36:01.8708762Z * [new branch] gh/drisspg/151/orig -> origin/gh/drisspg/151/orig 2025-07-17T06:36:01.8709320Z * [new branch] gh/drisspg/154/base -> origin/gh/drisspg/154/base 2025-07-17T06:36:01.8709841Z * [new branch] gh/drisspg/154/head -> origin/gh/drisspg/154/head 2025-07-17T06:36:01.8710333Z * [new branch] gh/drisspg/154/orig -> origin/gh/drisspg/154/orig 2025-07-17T06:36:01.8710803Z * [new branch] gh/drisspg/155/base -> origin/gh/drisspg/155/base 2025-07-17T06:36:01.8711335Z * [new branch] gh/drisspg/155/head -> origin/gh/drisspg/155/head 2025-07-17T06:36:01.8711878Z * [new branch] gh/drisspg/155/orig -> origin/gh/drisspg/155/orig 2025-07-17T06:36:01.8712538Z * [new branch] gh/drisspg/156/base -> origin/gh/drisspg/156/base 2025-07-17T06:36:01.8713031Z * [new branch] gh/drisspg/156/head -> origin/gh/drisspg/156/head 2025-07-17T06:36:01.8713605Z * [new branch] gh/drisspg/156/orig -> origin/gh/drisspg/156/orig 2025-07-17T06:36:01.8714084Z * [new branch] gh/drisspg/157/base -> origin/gh/drisspg/157/base 2025-07-17T06:36:01.8714559Z * [new branch] gh/drisspg/157/head -> origin/gh/drisspg/157/head 2025-07-17T06:36:01.8715032Z * [new branch] gh/drisspg/157/orig -> origin/gh/drisspg/157/orig 2025-07-17T06:36:01.8715509Z * [new branch] gh/drisspg/158/base -> origin/gh/drisspg/158/base 2025-07-17T06:36:01.8715978Z * [new branch] gh/drisspg/158/head -> origin/gh/drisspg/158/head 2025-07-17T06:36:01.8716459Z * [new branch] gh/drisspg/158/orig -> origin/gh/drisspg/158/orig 2025-07-17T06:36:01.8716978Z * [new branch] gh/drisspg/159/base -> origin/gh/drisspg/159/base 2025-07-17T06:36:01.8717488Z * [new branch] gh/drisspg/159/head -> origin/gh/drisspg/159/head 2025-07-17T06:36:01.8717970Z * [new branch] gh/drisspg/159/orig -> origin/gh/drisspg/159/orig 2025-07-17T06:36:01.8718440Z * [new branch] gh/drisspg/160/base -> origin/gh/drisspg/160/base 2025-07-17T06:36:01.8718920Z * [new branch] gh/drisspg/160/head -> origin/gh/drisspg/160/head 2025-07-17T06:36:01.8719412Z * [new branch] gh/drisspg/160/orig -> origin/gh/drisspg/160/orig 2025-07-17T06:36:01.8719875Z * [new branch] gh/drisspg/161/base -> origin/gh/drisspg/161/base 2025-07-17T06:36:01.8720344Z * [new branch] gh/drisspg/161/head -> origin/gh/drisspg/161/head 2025-07-17T06:36:01.8720815Z * [new branch] gh/drisspg/161/orig -> origin/gh/drisspg/161/orig 2025-07-17T06:36:01.8721281Z * [new branch] gh/drisspg/162/base -> origin/gh/drisspg/162/base 2025-07-17T06:36:01.8721747Z * [new branch] gh/drisspg/162/head -> origin/gh/drisspg/162/head 2025-07-17T06:36:01.8722210Z * [new branch] gh/drisspg/162/orig -> origin/gh/drisspg/162/orig 2025-07-17T06:36:01.8722862Z * [new branch] gh/drisspg/163/base -> origin/gh/drisspg/163/base 2025-07-17T06:36:01.8723386Z * [new branch] gh/drisspg/163/head -> origin/gh/drisspg/163/head 2025-07-17T06:36:01.8723854Z * [new branch] gh/drisspg/163/orig -> origin/gh/drisspg/163/orig 2025-07-17T06:36:01.8724322Z * [new branch] gh/drisspg/164/base -> origin/gh/drisspg/164/base 2025-07-17T06:36:01.8724783Z * [new branch] gh/drisspg/164/head -> origin/gh/drisspg/164/head 2025-07-17T06:36:01.8725265Z * [new branch] gh/drisspg/164/orig -> origin/gh/drisspg/164/orig 2025-07-17T06:36:01.8725749Z * [new branch] gh/drisspg/165/base -> origin/gh/drisspg/165/base 2025-07-17T06:36:01.8726209Z * [new branch] gh/drisspg/165/head -> origin/gh/drisspg/165/head 2025-07-17T06:36:01.8726676Z * [new branch] gh/drisspg/165/orig -> origin/gh/drisspg/165/orig 2025-07-17T06:36:01.8727142Z * [new branch] gh/drisspg/166/base -> origin/gh/drisspg/166/base 2025-07-17T06:36:01.8727610Z * [new branch] gh/drisspg/166/head -> origin/gh/drisspg/166/head 2025-07-17T06:36:01.8728088Z * [new branch] gh/drisspg/166/orig -> origin/gh/drisspg/166/orig 2025-07-17T06:36:01.8728599Z * [new branch] gh/drisspg/167/base -> origin/gh/drisspg/167/base 2025-07-17T06:36:01.8729116Z * [new branch] gh/drisspg/167/head -> origin/gh/drisspg/167/head 2025-07-17T06:36:01.8729679Z * [new branch] gh/drisspg/167/orig -> origin/gh/drisspg/167/orig 2025-07-17T06:36:01.8730160Z * [new branch] gh/drisspg/168/base -> origin/gh/drisspg/168/base 2025-07-17T06:36:01.8730623Z * [new branch] gh/drisspg/168/head -> origin/gh/drisspg/168/head 2025-07-17T06:36:01.8731099Z * [new branch] gh/drisspg/168/orig -> origin/gh/drisspg/168/orig 2025-07-17T06:36:01.8731571Z * [new branch] gh/drisspg/169/base -> origin/gh/drisspg/169/base 2025-07-17T06:36:01.9332237Z * [new branch] gh/drisspg/169/head -> origin/gh/drisspg/169/head 2025-07-17T06:36:01.9332812Z * [new branch] gh/drisspg/169/orig -> origin/gh/drisspg/169/orig 2025-07-17T06:36:01.9333320Z * [new branch] gh/drisspg/170/base -> origin/gh/drisspg/170/base 2025-07-17T06:36:01.9333826Z * [new branch] gh/drisspg/170/head -> origin/gh/drisspg/170/head 2025-07-17T06:36:01.9334316Z * [new branch] gh/drisspg/170/orig -> origin/gh/drisspg/170/orig 2025-07-17T06:36:01.9334782Z * [new branch] gh/drisspg/171/base -> origin/gh/drisspg/171/base 2025-07-17T06:36:01.9335265Z * [new branch] gh/drisspg/171/head -> origin/gh/drisspg/171/head 2025-07-17T06:36:01.9335760Z * [new branch] gh/drisspg/171/orig -> origin/gh/drisspg/171/orig 2025-07-17T06:36:01.9337245Z * [new branch] gh/dsjohns2/1/base -> origin/gh/dsjohns2/1/base 2025-07-17T06:36:01.9337758Z * [new branch] gh/dsjohns2/1/head -> origin/gh/dsjohns2/1/head 2025-07-17T06:36:01.9338244Z * [new branch] gh/eellison/779/base -> origin/gh/eellison/779/base 2025-07-17T06:36:01.9338740Z * [new branch] gh/eellison/779/head -> origin/gh/eellison/779/head 2025-07-17T06:36:01.9339244Z * [new branch] gh/eellison/779/orig -> origin/gh/eellison/779/orig 2025-07-17T06:36:01.9339727Z * [new branch] gh/eellison/781/base -> origin/gh/eellison/781/base 2025-07-17T06:36:01.9340218Z * [new branch] gh/eellison/781/head -> origin/gh/eellison/781/head 2025-07-17T06:36:01.9340697Z * [new branch] gh/eellison/781/orig -> origin/gh/eellison/781/orig 2025-07-17T06:36:01.9341388Z * [new branch] gh/eellison/784/base -> origin/gh/eellison/784/base 2025-07-17T06:36:01.9342478Z * [new branch] gh/eellison/784/head -> origin/gh/eellison/784/head 2025-07-17T06:36:01.9343376Z * [new branch] gh/eellison/784/orig -> origin/gh/eellison/784/orig 2025-07-17T06:36:01.9343918Z * [new branch] gh/eellison/785/base -> origin/gh/eellison/785/base 2025-07-17T06:36:01.9344400Z * [new branch] gh/eellison/785/head -> origin/gh/eellison/785/head 2025-07-17T06:36:01.9344893Z * [new branch] gh/eellison/785/orig -> origin/gh/eellison/785/orig 2025-07-17T06:36:01.9345374Z * [new branch] gh/eellison/789/base -> origin/gh/eellison/789/base 2025-07-17T06:36:01.9345874Z * [new branch] gh/eellison/789/head -> origin/gh/eellison/789/head 2025-07-17T06:36:01.9346359Z * [new branch] gh/eellison/789/orig -> origin/gh/eellison/789/orig 2025-07-17T06:36:01.9346843Z * [new branch] gh/eellison/800/base -> origin/gh/eellison/800/base 2025-07-17T06:36:01.9347340Z * [new branch] gh/eellison/800/head -> origin/gh/eellison/800/head 2025-07-17T06:36:01.9348789Z * [new branch] gh/eellison/800/orig -> origin/gh/eellison/800/orig 2025-07-17T06:36:01.9349289Z * [new branch] gh/eellison/801/base -> origin/gh/eellison/801/base 2025-07-17T06:36:01.9349928Z * [new branch] gh/eellison/801/head -> origin/gh/eellison/801/head 2025-07-17T06:36:01.9350415Z * [new branch] gh/eellison/801/orig -> origin/gh/eellison/801/orig 2025-07-17T06:36:01.9350953Z * [new branch] gh/eellison/802/base -> origin/gh/eellison/802/base 2025-07-17T06:36:01.9351434Z * [new branch] gh/eellison/802/head -> origin/gh/eellison/802/head 2025-07-17T06:36:01.9351935Z * [new branch] gh/eellison/802/orig -> origin/gh/eellison/802/orig 2025-07-17T06:36:01.9352420Z * [new branch] gh/eellison/805/base -> origin/gh/eellison/805/base 2025-07-17T06:36:01.9352896Z * [new branch] gh/eellison/805/head -> origin/gh/eellison/805/head 2025-07-17T06:36:01.9354480Z * [new branch] gh/eellison/805/orig -> origin/gh/eellison/805/orig 2025-07-17T06:36:01.9354972Z * [new branch] gh/eellison/808/base -> origin/gh/eellison/808/base 2025-07-17T06:36:01.9355481Z * [new branch] gh/eellison/808/head -> origin/gh/eellison/808/head 2025-07-17T06:36:01.9355967Z * [new branch] gh/eellison/808/orig -> origin/gh/eellison/808/orig 2025-07-17T06:36:01.9356437Z * [new branch] gh/etaf/117/base -> origin/gh/etaf/117/base 2025-07-17T06:36:01.9356896Z * [new branch] gh/etaf/117/head -> origin/gh/etaf/117/head 2025-07-17T06:36:01.9357350Z * [new branch] gh/etaf/117/orig -> origin/gh/etaf/117/orig 2025-07-17T06:36:01.9357805Z * [new branch] gh/etaf/130/base -> origin/gh/etaf/130/base 2025-07-17T06:36:01.9358249Z * [new branch] gh/etaf/130/head -> origin/gh/etaf/130/head 2025-07-17T06:36:01.9358701Z * [new branch] gh/etaf/130/orig -> origin/gh/etaf/130/orig 2025-07-17T06:36:01.9360098Z * [new branch] gh/etaf/132/base -> origin/gh/etaf/132/base 2025-07-17T06:36:01.9936299Z * [new branch] gh/etaf/132/head -> origin/gh/etaf/132/head 2025-07-17T06:36:01.9937921Z * [new branch] gh/etaf/132/orig -> origin/gh/etaf/132/orig 2025-07-17T06:36:01.9938380Z * [new branch] gh/etaf/134/base -> origin/gh/etaf/134/base 2025-07-17T06:36:01.9938867Z * [new branch] gh/etaf/134/head -> origin/gh/etaf/134/head 2025-07-17T06:36:01.9939528Z * [new branch] gh/etaf/134/orig -> origin/gh/etaf/134/orig 2025-07-17T06:36:01.9939971Z * [new branch] gh/etaf/137/base -> origin/gh/etaf/137/base 2025-07-17T06:36:01.9940425Z * [new branch] gh/etaf/137/head -> origin/gh/etaf/137/head 2025-07-17T06:36:01.9940870Z * [new branch] gh/etaf/137/orig -> origin/gh/etaf/137/orig 2025-07-17T06:36:01.9941324Z * [new branch] gh/etaf/138/base -> origin/gh/etaf/138/base 2025-07-17T06:36:01.9941781Z * [new branch] gh/etaf/138/head -> origin/gh/etaf/138/head 2025-07-17T06:36:01.9942217Z * [new branch] gh/etaf/138/orig -> origin/gh/etaf/138/orig 2025-07-17T06:36:01.9943733Z * [new branch] gh/etaf/139/base -> origin/gh/etaf/139/base 2025-07-17T06:36:01.9944179Z * [new branch] gh/etaf/139/head -> origin/gh/etaf/139/head 2025-07-17T06:36:01.9944636Z * [new branch] gh/etaf/139/orig -> origin/gh/etaf/139/orig 2025-07-17T06:36:01.9945087Z * [new branch] gh/etaf/140/base -> origin/gh/etaf/140/base 2025-07-17T06:36:01.9945538Z * [new branch] gh/etaf/140/head -> origin/gh/etaf/140/head 2025-07-17T06:36:01.9945980Z * [new branch] gh/etaf/140/orig -> origin/gh/etaf/140/orig 2025-07-17T06:36:01.9946419Z * [new branch] gh/etaf/141/base -> origin/gh/etaf/141/base 2025-07-17T06:36:01.9947013Z * [new branch] gh/etaf/141/head -> origin/gh/etaf/141/head 2025-07-17T06:36:01.9947471Z * [new branch] gh/etaf/141/orig -> origin/gh/etaf/141/orig 2025-07-17T06:36:01.9947911Z * [new branch] gh/etaf/142/base -> origin/gh/etaf/142/base 2025-07-17T06:36:01.9949362Z * [new branch] gh/etaf/142/head -> origin/gh/etaf/142/head 2025-07-17T06:36:01.9949820Z * [new branch] gh/etaf/143/base -> origin/gh/etaf/143/base 2025-07-17T06:36:01.9950275Z * [new branch] gh/etaf/143/head -> origin/gh/etaf/143/head 2025-07-17T06:36:01.9950717Z * [new branch] gh/etaf/143/orig -> origin/gh/etaf/143/orig 2025-07-17T06:36:01.9951166Z * [new branch] gh/etaf/144/base -> origin/gh/etaf/144/base 2025-07-17T06:36:01.9951607Z * [new branch] gh/etaf/144/head -> origin/gh/etaf/144/head 2025-07-17T06:36:01.9952048Z * [new branch] gh/etaf/144/orig -> origin/gh/etaf/144/orig 2025-07-17T06:36:01.9952494Z * [new branch] gh/etaf/145/base -> origin/gh/etaf/145/base 2025-07-17T06:36:01.9952931Z * [new branch] gh/etaf/145/head -> origin/gh/etaf/145/head 2025-07-17T06:36:01.9953483Z * [new branch] gh/etaf/146/base -> origin/gh/etaf/146/base 2025-07-17T06:36:01.9954912Z * [new branch] gh/etaf/146/head -> origin/gh/etaf/146/head 2025-07-17T06:36:01.9955391Z * [new branch] gh/ezyang/2374/base -> origin/gh/ezyang/2374/base 2025-07-17T06:36:01.9955886Z * [new branch] gh/ezyang/2374/head -> origin/gh/ezyang/2374/head 2025-07-17T06:36:01.9956352Z * [new branch] gh/ezyang/2374/orig -> origin/gh/ezyang/2374/orig 2025-07-17T06:36:01.9956833Z * [new branch] gh/ezyang/2973/base -> origin/gh/ezyang/2973/base 2025-07-17T06:36:01.9957307Z * [new branch] gh/ezyang/2973/head -> origin/gh/ezyang/2973/head 2025-07-17T06:36:01.9957777Z * [new branch] gh/ezyang/2973/orig -> origin/gh/ezyang/2973/orig 2025-07-17T06:36:01.9958246Z * [new branch] gh/ezyang/2974/base -> origin/gh/ezyang/2974/base 2025-07-17T06:36:01.9958714Z * [new branch] gh/ezyang/2974/head -> origin/gh/ezyang/2974/head 2025-07-17T06:36:01.9959346Z * [new branch] gh/ezyang/2974/orig -> origin/gh/ezyang/2974/orig 2025-07-17T06:36:01.9960808Z * [new branch] gh/ezyang/3068/base -> origin/gh/ezyang/3068/base 2025-07-17T06:36:01.9961288Z * [new branch] gh/ezyang/3068/head -> origin/gh/ezyang/3068/head 2025-07-17T06:36:01.9961759Z * [new branch] gh/ezyang/3068/orig -> origin/gh/ezyang/3068/orig 2025-07-17T06:36:01.9962228Z * [new branch] gh/ezyang/3071/base -> origin/gh/ezyang/3071/base 2025-07-17T06:36:01.9962703Z * [new branch] gh/ezyang/3071/head -> origin/gh/ezyang/3071/head 2025-07-17T06:36:01.9963174Z * [new branch] gh/ezyang/3071/orig -> origin/gh/ezyang/3071/orig 2025-07-17T06:36:01.9963644Z * [new branch] gh/ezyang/3072/base -> origin/gh/ezyang/3072/base 2025-07-17T06:36:02.0486633Z * [new branch] gh/ezyang/3072/head -> origin/gh/ezyang/3072/head 2025-07-17T06:36:02.0487158Z * [new branch] gh/ezyang/3072/orig -> origin/gh/ezyang/3072/orig 2025-07-17T06:36:02.0487633Z * [new branch] gh/ezyang/3074/base -> origin/gh/ezyang/3074/base 2025-07-17T06:36:02.0488152Z * [new branch] gh/ezyang/3074/head -> origin/gh/ezyang/3074/head 2025-07-17T06:36:02.0488674Z * [new branch] gh/ezyang/3074/orig -> origin/gh/ezyang/3074/orig 2025-07-17T06:36:02.0489371Z * [new branch] gh/ezyang/3078/base -> origin/gh/ezyang/3078/base 2025-07-17T06:36:02.0489891Z * [new branch] gh/ezyang/3078/head -> origin/gh/ezyang/3078/head 2025-07-17T06:36:02.0490392Z * [new branch] gh/ezyang/3078/orig -> origin/gh/ezyang/3078/orig 2025-07-17T06:36:02.0490903Z * [new branch] gh/ezyang/3079/base -> origin/gh/ezyang/3079/base 2025-07-17T06:36:02.0491411Z * [new branch] gh/ezyang/3079/head -> origin/gh/ezyang/3079/head 2025-07-17T06:36:02.0491926Z * [new branch] gh/ezyang/3079/orig -> origin/gh/ezyang/3079/orig 2025-07-17T06:36:02.0492424Z * [new branch] gh/ezyang/3080/base -> origin/gh/ezyang/3080/base 2025-07-17T06:36:02.0492961Z * [new branch] gh/ezyang/3080/head -> origin/gh/ezyang/3080/head 2025-07-17T06:36:02.0493441Z * [new branch] gh/ezyang/3080/orig -> origin/gh/ezyang/3080/orig 2025-07-17T06:36:02.0493991Z * [new branch] gh/ezyang/3081/base -> origin/gh/ezyang/3081/base 2025-07-17T06:36:02.0494499Z * [new branch] gh/ezyang/3081/head -> origin/gh/ezyang/3081/head 2025-07-17T06:36:02.0494997Z * [new branch] gh/ezyang/3081/orig -> origin/gh/ezyang/3081/orig 2025-07-17T06:36:02.0495510Z * [new branch] gh/ezyang/3082/base -> origin/gh/ezyang/3082/base 2025-07-17T06:36:02.0496026Z * [new branch] gh/ezyang/3082/head -> origin/gh/ezyang/3082/head 2025-07-17T06:36:02.0496524Z * [new branch] gh/ezyang/3082/orig -> origin/gh/ezyang/3082/orig 2025-07-17T06:36:02.0497027Z * [new branch] gh/ezyang/3083/base -> origin/gh/ezyang/3083/base 2025-07-17T06:36:02.0497528Z * [new branch] gh/ezyang/3083/head -> origin/gh/ezyang/3083/head 2025-07-17T06:36:02.0498036Z * [new branch] gh/ezyang/3083/orig -> origin/gh/ezyang/3083/orig 2025-07-17T06:36:02.0498544Z * [new branch] gh/ezyang/3084/base -> origin/gh/ezyang/3084/base 2025-07-17T06:36:02.0499038Z * [new branch] gh/ezyang/3084/head -> origin/gh/ezyang/3084/head 2025-07-17T06:36:02.0499547Z * [new branch] gh/ezyang/3084/orig -> origin/gh/ezyang/3084/orig 2025-07-17T06:36:02.0500048Z * [new branch] gh/ezyang/3085/base -> origin/gh/ezyang/3085/base 2025-07-17T06:36:02.0500694Z * [new branch] gh/ezyang/3085/head -> origin/gh/ezyang/3085/head 2025-07-17T06:36:02.0501191Z * [new branch] gh/ezyang/3085/orig -> origin/gh/ezyang/3085/orig 2025-07-17T06:36:02.0501700Z * [new branch] gh/ezyang/3086/base -> origin/gh/ezyang/3086/base 2025-07-17T06:36:02.0502208Z * [new branch] gh/ezyang/3086/head -> origin/gh/ezyang/3086/head 2025-07-17T06:36:02.0502705Z * [new branch] gh/ezyang/3086/orig -> origin/gh/ezyang/3086/orig 2025-07-17T06:36:02.0503220Z * [new branch] gh/ezyang/3087/base -> origin/gh/ezyang/3087/base 2025-07-17T06:36:02.0503724Z * [new branch] gh/ezyang/3087/head -> origin/gh/ezyang/3087/head 2025-07-17T06:36:02.0504230Z * [new branch] gh/ezyang/3087/orig -> origin/gh/ezyang/3087/orig 2025-07-17T06:36:02.0504781Z * [new branch] gh/ezyang/3088/base -> origin/gh/ezyang/3088/base 2025-07-17T06:36:02.0505244Z * [new branch] gh/ezyang/3088/head -> origin/gh/ezyang/3088/head 2025-07-17T06:36:02.0505800Z * [new branch] gh/ezyang/3088/orig -> origin/gh/ezyang/3088/orig 2025-07-17T06:36:02.0506253Z * [new branch] gh/ezyang/3089/base -> origin/gh/ezyang/3089/base 2025-07-17T06:36:02.0506799Z * [new branch] gh/ezyang/3089/head -> origin/gh/ezyang/3089/head 2025-07-17T06:36:02.0507383Z * [new branch] gh/ezyang/3089/orig -> origin/gh/ezyang/3089/orig 2025-07-17T06:36:02.0507888Z * [new branch] gh/ezyang/3090/base -> origin/gh/ezyang/3090/base 2025-07-17T06:36:02.0508395Z * [new branch] gh/ezyang/3090/head -> origin/gh/ezyang/3090/head 2025-07-17T06:36:02.0508901Z * [new branch] gh/ezyang/3090/orig -> origin/gh/ezyang/3090/orig 2025-07-17T06:36:02.0509432Z * [new branch] gh/ezyang/3091/base -> origin/gh/ezyang/3091/base 2025-07-17T06:36:02.0509947Z * [new branch] gh/ezyang/3091/head -> origin/gh/ezyang/3091/head 2025-07-17T06:36:02.0510450Z * [new branch] gh/ezyang/3091/orig -> origin/gh/ezyang/3091/orig 2025-07-17T06:36:02.0924282Z * [new branch] gh/ezyang/3092/base -> origin/gh/ezyang/3092/base 2025-07-17T06:36:02.0924815Z * [new branch] gh/ezyang/3092/head -> origin/gh/ezyang/3092/head 2025-07-17T06:36:02.0925375Z * [new branch] gh/ezyang/3092/orig -> origin/gh/ezyang/3092/orig 2025-07-17T06:36:02.0925905Z * [new branch] gh/ezyang/3093/base -> origin/gh/ezyang/3093/base 2025-07-17T06:36:02.0926369Z * [new branch] gh/ezyang/3093/head -> origin/gh/ezyang/3093/head 2025-07-17T06:36:02.0926836Z * [new branch] gh/ezyang/3093/orig -> origin/gh/ezyang/3093/orig 2025-07-17T06:36:02.0927306Z * [new branch] gh/ezyang/3094/base -> origin/gh/ezyang/3094/base 2025-07-17T06:36:02.0927777Z * [new branch] gh/ezyang/3094/head -> origin/gh/ezyang/3094/head 2025-07-17T06:36:02.0928246Z * [new branch] gh/ezyang/3094/orig -> origin/gh/ezyang/3094/orig 2025-07-17T06:36:02.0928703Z * [new branch] gh/ezyang/3095/base -> origin/gh/ezyang/3095/base 2025-07-17T06:36:02.0929172Z * [new branch] gh/ezyang/3095/head -> origin/gh/ezyang/3095/head 2025-07-17T06:36:02.0929635Z * [new branch] gh/ezyang/3095/orig -> origin/gh/ezyang/3095/orig 2025-07-17T06:36:02.0930101Z * [new branch] gh/ezyang/3096/base -> origin/gh/ezyang/3096/base 2025-07-17T06:36:02.0930570Z * [new branch] gh/ezyang/3096/head -> origin/gh/ezyang/3096/head 2025-07-17T06:36:02.0931026Z * [new branch] gh/ezyang/3096/orig -> origin/gh/ezyang/3096/orig 2025-07-17T06:36:02.0932556Z * [new branch] gh/ezyang/3097/base -> origin/gh/ezyang/3097/base 2025-07-17T06:36:02.0933022Z * [new branch] gh/ezyang/3097/head -> origin/gh/ezyang/3097/head 2025-07-17T06:36:02.0933489Z * [new branch] gh/ezyang/3097/orig -> origin/gh/ezyang/3097/orig 2025-07-17T06:36:02.0933959Z * [new branch] gh/ezyang/3098/base -> origin/gh/ezyang/3098/base 2025-07-17T06:36:02.0934421Z * [new branch] gh/ezyang/3098/head -> origin/gh/ezyang/3098/head 2025-07-17T06:36:02.0934891Z * [new branch] gh/ezyang/3098/orig -> origin/gh/ezyang/3098/orig 2025-07-17T06:36:02.0935354Z * [new branch] gh/ezyang/3099/base -> origin/gh/ezyang/3099/base 2025-07-17T06:36:02.0935817Z * [new branch] gh/ezyang/3099/head -> origin/gh/ezyang/3099/head 2025-07-17T06:36:02.0936286Z * [new branch] gh/ezyang/3099/orig -> origin/gh/ezyang/3099/orig 2025-07-17T06:36:02.0936744Z * [new branch] gh/ezyang/3100/base -> origin/gh/ezyang/3100/base 2025-07-17T06:36:02.0937208Z * [new branch] gh/ezyang/3100/head -> origin/gh/ezyang/3100/head 2025-07-17T06:36:02.0937734Z * [new branch] gh/ezyang/3100/orig -> origin/gh/ezyang/3100/orig 2025-07-17T06:36:02.0938193Z * [new branch] gh/ezyang/3101/base -> origin/gh/ezyang/3101/base 2025-07-17T06:36:02.0939260Z * [new branch] gh/ezyang/3101/head -> origin/gh/ezyang/3101/head 2025-07-17T06:36:02.0939733Z * [new branch] gh/ezyang/3101/orig -> origin/gh/ezyang/3101/orig 2025-07-17T06:36:02.0940208Z * [new branch] gh/ezyang/3102/base -> origin/gh/ezyang/3102/base 2025-07-17T06:36:02.0940666Z * [new branch] gh/ezyang/3102/head -> origin/gh/ezyang/3102/head 2025-07-17T06:36:02.0941137Z * [new branch] gh/ezyang/3102/orig -> origin/gh/ezyang/3102/orig 2025-07-17T06:36:02.0941593Z * [new branch] gh/ezyang/3103/base -> origin/gh/ezyang/3103/base 2025-07-17T06:36:02.0942054Z * [new branch] gh/ezyang/3103/head -> origin/gh/ezyang/3103/head 2025-07-17T06:36:02.0942521Z * [new branch] gh/ezyang/3103/orig -> origin/gh/ezyang/3103/orig 2025-07-17T06:36:02.0942981Z * [new branch] gh/ezyang/3104/base -> origin/gh/ezyang/3104/base 2025-07-17T06:36:02.0943450Z * [new branch] gh/ezyang/3104/head -> origin/gh/ezyang/3104/head 2025-07-17T06:36:02.0943955Z * [new branch] gh/ezyang/3104/orig -> origin/gh/ezyang/3104/orig 2025-07-17T06:36:02.0944460Z * [new branch] gh/ezyang/3105/base -> origin/gh/ezyang/3105/base 2025-07-17T06:36:02.0944920Z * [new branch] gh/ezyang/3105/head -> origin/gh/ezyang/3105/head 2025-07-17T06:36:02.0945386Z * [new branch] gh/ezyang/3105/orig -> origin/gh/ezyang/3105/orig 2025-07-17T06:36:02.0945861Z * [new branch] gh/ezyang/3106/base -> origin/gh/ezyang/3106/base 2025-07-17T06:36:02.0946313Z * [new branch] gh/ezyang/3106/head -> origin/gh/ezyang/3106/head 2025-07-17T06:36:02.0946774Z * [new branch] gh/ezyang/3106/orig -> origin/gh/ezyang/3106/orig 2025-07-17T06:36:02.0947236Z * [new branch] gh/ezyang/3107/base -> origin/gh/ezyang/3107/base 2025-07-17T06:36:02.0947693Z * [new branch] gh/ezyang/3107/head -> origin/gh/ezyang/3107/head 2025-07-17T06:36:02.1507340Z * [new branch] gh/ezyang/3107/orig -> origin/gh/ezyang/3107/orig 2025-07-17T06:36:02.1507866Z * [new branch] gh/ezyang/3108/base -> origin/gh/ezyang/3108/base 2025-07-17T06:36:02.1508340Z * [new branch] gh/ezyang/3108/head -> origin/gh/ezyang/3108/head 2025-07-17T06:36:02.1509422Z * [new branch] gh/ezyang/3108/orig -> origin/gh/ezyang/3108/orig 2025-07-17T06:36:02.1509940Z * [new branch] gh/fadara01/1/base -> origin/gh/fadara01/1/base 2025-07-17T06:36:02.1510410Z * [new branch] gh/fadara01/1/head -> origin/gh/fadara01/1/head 2025-07-17T06:36:02.1510862Z * [new branch] gh/fadara01/1/orig -> origin/gh/fadara01/1/orig 2025-07-17T06:36:02.1511332Z * [new branch] gh/fduwjj/146/base -> origin/gh/fduwjj/146/base 2025-07-17T06:36:02.1511815Z * [new branch] gh/fduwjj/146/head -> origin/gh/fduwjj/146/head 2025-07-17T06:36:02.1512265Z * [new branch] gh/fduwjj/146/orig -> origin/gh/fduwjj/146/orig 2025-07-17T06:36:02.1512726Z * [new branch] gh/fduwjj/150/base -> origin/gh/fduwjj/150/base 2025-07-17T06:36:02.1513237Z * [new branch] gh/fduwjj/150/head -> origin/gh/fduwjj/150/head 2025-07-17T06:36:02.1513705Z * [new branch] gh/fduwjj/150/orig -> origin/gh/fduwjj/150/orig 2025-07-17T06:36:02.1514169Z * [new branch] gh/fduwjj/151/base -> origin/gh/fduwjj/151/base 2025-07-17T06:36:02.1514619Z * [new branch] gh/fduwjj/151/head -> origin/gh/fduwjj/151/head 2025-07-17T06:36:02.1515089Z * [new branch] gh/fduwjj/151/orig -> origin/gh/fduwjj/151/orig 2025-07-17T06:36:02.1515662Z * [new branch] gh/fduwjj/152/base -> origin/gh/fduwjj/152/base 2025-07-17T06:36:02.1516124Z * [new branch] gh/fduwjj/152/head -> origin/gh/fduwjj/152/head 2025-07-17T06:36:02.1516582Z * [new branch] gh/fduwjj/152/orig -> origin/gh/fduwjj/152/orig 2025-07-17T06:36:02.1517040Z * [new branch] gh/fduwjj/153/base -> origin/gh/fduwjj/153/base 2025-07-17T06:36:02.1517507Z * [new branch] gh/fduwjj/153/head -> origin/gh/fduwjj/153/head 2025-07-17T06:36:02.1517959Z * [new branch] gh/fduwjj/153/orig -> origin/gh/fduwjj/153/orig 2025-07-17T06:36:02.1518430Z * [new branch] gh/fduwjj/154/base -> origin/gh/fduwjj/154/base 2025-07-17T06:36:02.1518878Z * [new branch] gh/fduwjj/154/head -> origin/gh/fduwjj/154/head 2025-07-17T06:36:02.1519337Z * [new branch] gh/fduwjj/154/orig -> origin/gh/fduwjj/154/orig 2025-07-17T06:36:02.1519809Z * [new branch] gh/fduwjj/155/base -> origin/gh/fduwjj/155/base 2025-07-17T06:36:02.1520264Z * [new branch] gh/fduwjj/155/head -> origin/gh/fduwjj/155/head 2025-07-17T06:36:02.1520726Z * [new branch] gh/fduwjj/155/orig -> origin/gh/fduwjj/155/orig 2025-07-17T06:36:02.1521176Z * [new branch] gh/fduwjj/156/base -> origin/gh/fduwjj/156/base 2025-07-17T06:36:02.1521639Z * [new branch] gh/fduwjj/156/head -> origin/gh/fduwjj/156/head 2025-07-17T06:36:02.1522095Z * [new branch] gh/fduwjj/156/orig -> origin/gh/fduwjj/156/orig 2025-07-17T06:36:02.1522540Z * [new branch] gh/fduwjj/157/base -> origin/gh/fduwjj/157/base 2025-07-17T06:36:02.1522995Z * [new branch] gh/fduwjj/157/head -> origin/gh/fduwjj/157/head 2025-07-17T06:36:02.1523454Z * [new branch] gh/fduwjj/157/orig -> origin/gh/fduwjj/157/orig 2025-07-17T06:36:02.1523920Z * [new branch] gh/fduwjj/158/base -> origin/gh/fduwjj/158/base 2025-07-17T06:36:02.1524374Z * [new branch] gh/fduwjj/158/head -> origin/gh/fduwjj/158/head 2025-07-17T06:36:02.1524828Z * [new branch] gh/fduwjj/158/orig -> origin/gh/fduwjj/158/orig 2025-07-17T06:36:02.1525349Z * [new branch] gh/fduwjj/159/base -> origin/gh/fduwjj/159/base 2025-07-17T06:36:02.1526223Z * [new branch] gh/fduwjj/159/head -> origin/gh/fduwjj/159/head 2025-07-17T06:36:02.1526742Z * [new branch] gh/fduwjj/159/orig -> origin/gh/fduwjj/159/orig 2025-07-17T06:36:02.1527191Z * [new branch] gh/fduwjj/160/base -> origin/gh/fduwjj/160/base 2025-07-17T06:36:02.1527653Z * [new branch] gh/fduwjj/160/head -> origin/gh/fduwjj/160/head 2025-07-17T06:36:02.1528119Z * [new branch] gh/fduwjj/160/orig -> origin/gh/fduwjj/160/orig 2025-07-17T06:36:02.1528573Z * [new branch] gh/fduwjj/161/base -> origin/gh/fduwjj/161/base 2025-07-17T06:36:02.1529041Z * [new branch] gh/fduwjj/161/head -> origin/gh/fduwjj/161/head 2025-07-17T06:36:02.1529495Z * [new branch] gh/fduwjj/161/orig -> origin/gh/fduwjj/161/orig 2025-07-17T06:36:02.1529955Z * [new branch] gh/fduwjj/162/base -> origin/gh/fduwjj/162/base 2025-07-17T06:36:02.1530422Z * [new branch] gh/fduwjj/162/head -> origin/gh/fduwjj/162/head 2025-07-17T06:36:02.1953178Z * [new branch] gh/fduwjj/162/orig -> origin/gh/fduwjj/162/orig 2025-07-17T06:36:02.1953679Z * [new branch] gh/fduwjj/163/base -> origin/gh/fduwjj/163/base 2025-07-17T06:36:02.1954153Z * [new branch] gh/fduwjj/163/head -> origin/gh/fduwjj/163/head 2025-07-17T06:36:02.1954669Z * [new branch] gh/fduwjj/163/orig -> origin/gh/fduwjj/163/orig 2025-07-17T06:36:02.1955331Z * [new branch] gh/fduwjj/164/base -> origin/gh/fduwjj/164/base 2025-07-17T06:36:02.1955799Z * [new branch] gh/fduwjj/164/head -> origin/gh/fduwjj/164/head 2025-07-17T06:36:02.1956261Z * [new branch] gh/fduwjj/164/orig -> origin/gh/fduwjj/164/orig 2025-07-17T06:36:02.1956734Z * [new branch] gh/fduwjj/165/base -> origin/gh/fduwjj/165/base 2025-07-17T06:36:02.1957205Z * [new branch] gh/fduwjj/165/head -> origin/gh/fduwjj/165/head 2025-07-17T06:36:02.1957681Z * [new branch] gh/fduwjj/165/orig -> origin/gh/fduwjj/165/orig 2025-07-17T06:36:02.1958139Z * [new branch] gh/fduwjj/166/base -> origin/gh/fduwjj/166/base 2025-07-17T06:36:02.1958589Z * [new branch] gh/fduwjj/166/head -> origin/gh/fduwjj/166/head 2025-07-17T06:36:02.1959054Z * [new branch] gh/fduwjj/166/orig -> origin/gh/fduwjj/166/orig 2025-07-17T06:36:02.1959509Z * [new branch] gh/fduwjj/167/base -> origin/gh/fduwjj/167/base 2025-07-17T06:36:02.1959969Z * [new branch] gh/fduwjj/167/head -> origin/gh/fduwjj/167/head 2025-07-17T06:36:02.1960428Z * [new branch] gh/fduwjj/167/orig -> origin/gh/fduwjj/167/orig 2025-07-17T06:36:02.1960924Z * [new branch] gh/fduwjj/168/base -> origin/gh/fduwjj/168/base 2025-07-17T06:36:02.1961427Z * [new branch] gh/fduwjj/168/head -> origin/gh/fduwjj/168/head 2025-07-17T06:36:02.1961880Z * [new branch] gh/fduwjj/168/orig -> origin/gh/fduwjj/168/orig 2025-07-17T06:36:02.1962338Z * [new branch] gh/fduwjj/169/base -> origin/gh/fduwjj/169/base 2025-07-17T06:36:02.1962786Z * [new branch] gh/fduwjj/169/head -> origin/gh/fduwjj/169/head 2025-07-17T06:36:02.1963255Z * [new branch] gh/fduwjj/169/orig -> origin/gh/fduwjj/169/orig 2025-07-17T06:36:02.1963731Z * [new branch] gh/fegin/306/base -> origin/gh/fegin/306/base 2025-07-17T06:36:02.1964178Z * [new branch] gh/fegin/306/head -> origin/gh/fegin/306/head 2025-07-17T06:36:02.1964628Z * [new branch] gh/fegin/306/orig -> origin/gh/fegin/306/orig 2025-07-17T06:36:02.1965619Z * [new branch] gh/fegin/307/base -> origin/gh/fegin/307/base 2025-07-17T06:36:02.1966077Z * [new branch] gh/fegin/307/head -> origin/gh/fegin/307/head 2025-07-17T06:36:02.1966539Z * [new branch] gh/fegin/307/orig -> origin/gh/fegin/307/orig 2025-07-17T06:36:02.1967045Z * [new branch] gh/fffrog/103/base -> origin/gh/fffrog/103/base 2025-07-17T06:36:02.1967562Z * [new branch] gh/fffrog/103/head -> origin/gh/fffrog/103/head 2025-07-17T06:36:02.1968019Z * [new branch] gh/fffrog/103/orig -> origin/gh/fffrog/103/orig 2025-07-17T06:36:02.1968481Z * [new branch] gh/fffrog/104/base -> origin/gh/fffrog/104/base 2025-07-17T06:36:02.1968946Z * [new branch] gh/fffrog/104/head -> origin/gh/fffrog/104/head 2025-07-17T06:36:02.1969395Z * [new branch] gh/fffrog/104/orig -> origin/gh/fffrog/104/orig 2025-07-17T06:36:02.1969856Z * [new branch] gh/fffrog/105/base -> origin/gh/fffrog/105/base 2025-07-17T06:36:02.1970307Z * [new branch] gh/fffrog/105/head -> origin/gh/fffrog/105/head 2025-07-17T06:36:02.1970772Z * [new branch] gh/fffrog/105/orig -> origin/gh/fffrog/105/orig 2025-07-17T06:36:02.1971231Z * [new branch] gh/fffrog/106/base -> origin/gh/fffrog/106/base 2025-07-17T06:36:02.1971679Z * [new branch] gh/fffrog/106/head -> origin/gh/fffrog/106/head 2025-07-17T06:36:02.1972242Z * [new branch] gh/fffrog/106/orig -> origin/gh/fffrog/106/orig 2025-07-17T06:36:02.1972699Z * [new branch] gh/fffrog/107/base -> origin/gh/fffrog/107/base 2025-07-17T06:36:02.1973204Z * [new branch] gh/fffrog/107/head -> origin/gh/fffrog/107/head 2025-07-17T06:36:02.1973708Z * [new branch] gh/fffrog/107/orig -> origin/gh/fffrog/107/orig 2025-07-17T06:36:02.1974171Z * [new branch] gh/fffrog/108/base -> origin/gh/fffrog/108/base 2025-07-17T06:36:02.1974642Z * [new branch] gh/fffrog/108/head -> origin/gh/fffrog/108/head 2025-07-17T06:36:02.1975090Z * [new branch] gh/fffrog/108/orig -> origin/gh/fffrog/108/orig 2025-07-17T06:36:02.1975543Z * [new branch] gh/fffrog/109/base -> origin/gh/fffrog/109/base 2025-07-17T06:36:02.1976005Z * [new branch] gh/fffrog/109/head -> origin/gh/fffrog/109/head 2025-07-17T06:36:02.2424482Z * [new branch] gh/fffrog/109/orig -> origin/gh/fffrog/109/orig 2025-07-17T06:36:02.2425024Z * [new branch] gh/fffrog/110/base -> origin/gh/fffrog/110/base 2025-07-17T06:36:02.2425485Z * [new branch] gh/fffrog/110/head -> origin/gh/fffrog/110/head 2025-07-17T06:36:02.2426006Z * [new branch] gh/fffrog/110/orig -> origin/gh/fffrog/110/orig 2025-07-17T06:36:02.2426550Z * [new branch] gh/fffrog/111/base -> origin/gh/fffrog/111/base 2025-07-17T06:36:02.2427004Z * [new branch] gh/fffrog/111/head -> origin/gh/fffrog/111/head 2025-07-17T06:36:02.2427459Z * [new branch] gh/fffrog/111/orig -> origin/gh/fffrog/111/orig 2025-07-17T06:36:02.2427919Z * [new branch] gh/fffrog/112/base -> origin/gh/fffrog/112/base 2025-07-17T06:36:02.2428375Z * [new branch] gh/fffrog/112/head -> origin/gh/fffrog/112/head 2025-07-17T06:36:02.2428836Z * [new branch] gh/fffrog/112/orig -> origin/gh/fffrog/112/orig 2025-07-17T06:36:02.2429283Z * [new branch] gh/fffrog/113/base -> origin/gh/fffrog/113/base 2025-07-17T06:36:02.2429747Z * [new branch] gh/fffrog/113/head -> origin/gh/fffrog/113/head 2025-07-17T06:36:02.2430206Z * [new branch] gh/fffrog/113/orig -> origin/gh/fffrog/113/orig 2025-07-17T06:36:02.2431208Z * [new branch] gh/fffrog/114/base -> origin/gh/fffrog/114/base 2025-07-17T06:36:02.2431723Z * [new branch] gh/fffrog/114/head -> origin/gh/fffrog/114/head 2025-07-17T06:36:02.2432184Z * [new branch] gh/fffrog/114/orig -> origin/gh/fffrog/114/orig 2025-07-17T06:36:02.2432703Z * [new branch] gh/fffrog/115/base -> origin/gh/fffrog/115/base 2025-07-17T06:36:02.2433242Z * [new branch] gh/fffrog/115/head -> origin/gh/fffrog/115/head 2025-07-17T06:36:02.2433711Z * [new branch] gh/fffrog/115/orig -> origin/gh/fffrog/115/orig 2025-07-17T06:36:02.2434162Z * [new branch] gh/fffrog/116/base -> origin/gh/fffrog/116/base 2025-07-17T06:36:02.2434633Z * [new branch] gh/fffrog/116/head -> origin/gh/fffrog/116/head 2025-07-17T06:36:02.2435092Z * [new branch] gh/fffrog/116/orig -> origin/gh/fffrog/116/orig 2025-07-17T06:36:02.2435546Z * [new branch] gh/fffrog/117/base -> origin/gh/fffrog/117/base 2025-07-17T06:36:02.2436005Z * [new branch] gh/fffrog/117/head -> origin/gh/fffrog/117/head 2025-07-17T06:36:02.2436460Z * [new branch] gh/fffrog/117/orig -> origin/gh/fffrog/117/orig 2025-07-17T06:36:02.2436926Z * [new branch] gh/fffrog/118/base -> origin/gh/fffrog/118/base 2025-07-17T06:36:02.2437511Z * [new branch] gh/fffrog/118/head -> origin/gh/fffrog/118/head 2025-07-17T06:36:02.2438023Z * [new branch] gh/fffrog/118/orig -> origin/gh/fffrog/118/orig 2025-07-17T06:36:02.2438537Z * [new branch] gh/fffrog/119/base -> origin/gh/fffrog/119/base 2025-07-17T06:36:02.2438999Z * [new branch] gh/fffrog/119/head -> origin/gh/fffrog/119/head 2025-07-17T06:36:02.2439469Z * [new branch] gh/fffrog/119/orig -> origin/gh/fffrog/119/orig 2025-07-17T06:36:02.2439928Z * [new branch] gh/fffrog/120/base -> origin/gh/fffrog/120/base 2025-07-17T06:36:02.2440382Z * [new branch] gh/fffrog/120/head -> origin/gh/fffrog/120/head 2025-07-17T06:36:02.2440851Z * [new branch] gh/fffrog/120/orig -> origin/gh/fffrog/120/orig 2025-07-17T06:36:02.2441301Z * [new branch] gh/fffrog/121/base -> origin/gh/fffrog/121/base 2025-07-17T06:36:02.2441768Z * [new branch] gh/fffrog/121/head -> origin/gh/fffrog/121/head 2025-07-17T06:36:02.2442240Z * [new branch] gh/fffrog/121/orig -> origin/gh/fffrog/121/orig 2025-07-17T06:36:02.2442691Z * [new branch] gh/fffrog/122/base -> origin/gh/fffrog/122/base 2025-07-17T06:36:02.2443160Z * [new branch] gh/fffrog/122/head -> origin/gh/fffrog/122/head 2025-07-17T06:36:02.2443614Z * [new branch] gh/fffrog/122/orig -> origin/gh/fffrog/122/orig 2025-07-17T06:36:02.2444122Z * [new branch] gh/fffrog/123/base -> origin/gh/fffrog/123/base 2025-07-17T06:36:02.2444631Z * [new branch] gh/fffrog/123/head -> origin/gh/fffrog/123/head 2025-07-17T06:36:02.2445094Z * [new branch] gh/fffrog/123/orig -> origin/gh/fffrog/123/orig 2025-07-17T06:36:02.2445556Z * [new branch] gh/fffrog/39/base -> origin/gh/fffrog/39/base 2025-07-17T06:36:02.2446012Z * [new branch] gh/fffrog/39/head -> origin/gh/fffrog/39/head 2025-07-17T06:36:02.2446473Z * [new branch] gh/fffrog/39/orig -> origin/gh/fffrog/39/orig 2025-07-17T06:36:02.2447153Z * [new branch] gh/fffrog/67/base -> origin/gh/fffrog/67/base 2025-07-17T06:36:02.3249529Z * [new branch] gh/fffrog/67/head -> origin/gh/fffrog/67/head 2025-07-17T06:36:02.3250698Z * [new branch] gh/fffrog/67/orig -> origin/gh/fffrog/67/orig 2025-07-17T06:36:02.3251157Z * [new branch] gh/fffrog/87/base -> origin/gh/fffrog/87/base 2025-07-17T06:36:02.3251670Z * [new branch] gh/fffrog/87/head -> origin/gh/fffrog/87/head 2025-07-17T06:36:02.3252121Z * [new branch] gh/fffrog/87/orig -> origin/gh/fffrog/87/orig 2025-07-17T06:36:02.3252584Z * [new branch] gh/fffrog/93/base -> origin/gh/fffrog/93/base 2025-07-17T06:36:02.3253051Z * [new branch] gh/fffrog/93/head -> origin/gh/fffrog/93/head 2025-07-17T06:36:02.3253495Z * [new branch] gh/fffrog/93/orig -> origin/gh/fffrog/93/orig 2025-07-17T06:36:02.3253949Z * [new branch] gh/fffrog/99/base -> origin/gh/fffrog/99/base 2025-07-17T06:36:02.3254403Z * [new branch] gh/fffrog/99/head -> origin/gh/fffrog/99/head 2025-07-17T06:36:02.3254865Z * [new branch] gh/fffrog/99/orig -> origin/gh/fffrog/99/orig 2025-07-17T06:36:02.3255339Z * [new branch] gh/gmagogsfm/1/base -> origin/gh/gmagogsfm/1/base 2025-07-17T06:36:02.3255822Z * [new branch] gh/gmagogsfm/1/head -> origin/gh/gmagogsfm/1/head 2025-07-17T06:36:02.3256303Z * [new branch] gh/gmagogsfm/1/orig -> origin/gh/gmagogsfm/1/orig 2025-07-17T06:36:02.3256774Z * [new branch] gh/gmagogsfm/2/base -> origin/gh/gmagogsfm/2/base 2025-07-17T06:36:02.3257374Z * [new branch] gh/gmagogsfm/2/head -> origin/gh/gmagogsfm/2/head 2025-07-17T06:36:02.3257844Z * [new branch] gh/gmagogsfm/2/orig -> origin/gh/gmagogsfm/2/orig 2025-07-17T06:36:02.3258319Z * [new branch] gh/gmagogsfm/3/base -> origin/gh/gmagogsfm/3/base 2025-07-17T06:36:02.3258817Z * [new branch] gh/gmagogsfm/3/head -> origin/gh/gmagogsfm/3/head 2025-07-17T06:36:02.3259286Z * [new branch] gh/gmagogsfm/3/orig -> origin/gh/gmagogsfm/3/orig 2025-07-17T06:36:02.3259759Z * [new branch] gh/gmagogsfm/4/base -> origin/gh/gmagogsfm/4/base 2025-07-17T06:36:02.3260225Z * [new branch] gh/gmagogsfm/4/head -> origin/gh/gmagogsfm/4/head 2025-07-17T06:36:02.3260712Z * [new branch] gh/gmagogsfm/4/orig -> origin/gh/gmagogsfm/4/orig 2025-07-17T06:36:02.3261192Z * [new branch] gh/guangyey/130/base -> origin/gh/guangyey/130/base 2025-07-17T06:36:02.3261673Z * [new branch] gh/guangyey/130/head -> origin/gh/guangyey/130/head 2025-07-17T06:36:02.3262154Z * [new branch] gh/guangyey/130/orig -> origin/gh/guangyey/130/orig 2025-07-17T06:36:02.3262626Z * [new branch] gh/guangyey/133/base -> origin/gh/guangyey/133/base 2025-07-17T06:36:02.3263115Z * [new branch] gh/guangyey/133/head -> origin/gh/guangyey/133/head 2025-07-17T06:36:02.3263646Z * [new branch] gh/guangyey/133/orig -> origin/gh/guangyey/133/orig 2025-07-17T06:36:02.3264128Z * [new branch] gh/guangyey/134/base -> origin/gh/guangyey/134/base 2025-07-17T06:36:02.3264607Z * [new branch] gh/guangyey/134/head -> origin/gh/guangyey/134/head 2025-07-17T06:36:02.3265084Z * [new branch] gh/guangyey/134/orig -> origin/gh/guangyey/134/orig 2025-07-17T06:36:02.3265567Z * [new branch] gh/guangyey/135/base -> origin/gh/guangyey/135/base 2025-07-17T06:36:02.3266035Z * [new branch] gh/guangyey/135/head -> origin/gh/guangyey/135/head 2025-07-17T06:36:02.3266509Z * [new branch] gh/guangyey/135/orig -> origin/gh/guangyey/135/orig 2025-07-17T06:36:02.3266991Z * [new branch] gh/guangyey/139/base -> origin/gh/guangyey/139/base 2025-07-17T06:36:02.3267826Z * [new branch] gh/guangyey/139/head -> origin/gh/guangyey/139/head 2025-07-17T06:36:02.3268304Z * [new branch] gh/guangyey/139/orig -> origin/gh/guangyey/139/orig 2025-07-17T06:36:02.3268781Z * [new branch] gh/guangyey/140/base -> origin/gh/guangyey/140/base 2025-07-17T06:36:02.3269256Z * [new branch] gh/guangyey/140/head -> origin/gh/guangyey/140/head 2025-07-17T06:36:02.3269734Z * [new branch] gh/guangyey/140/orig -> origin/gh/guangyey/140/orig 2025-07-17T06:36:02.3270205Z * [new branch] gh/guangyey/142/base -> origin/gh/guangyey/142/base 2025-07-17T06:36:02.3270687Z * [new branch] gh/guangyey/142/head -> origin/gh/guangyey/142/head 2025-07-17T06:36:02.3271159Z * [new branch] gh/guangyey/142/orig -> origin/gh/guangyey/142/orig 2025-07-17T06:36:02.3271641Z * [new branch] gh/guangyey/145/base -> origin/gh/guangyey/145/base 2025-07-17T06:36:02.3272128Z * [new branch] gh/guangyey/145/head -> origin/gh/guangyey/145/head 2025-07-17T06:36:02.3272665Z * [new branch] gh/guangyey/145/orig -> origin/gh/guangyey/145/orig 2025-07-17T06:36:02.3688357Z * [new branch] gh/guangyey/153/base -> origin/gh/guangyey/153/base 2025-07-17T06:36:02.3688901Z * [new branch] gh/guangyey/153/head -> origin/gh/guangyey/153/head 2025-07-17T06:36:02.3689403Z * [new branch] gh/guangyey/153/orig -> origin/gh/guangyey/153/orig 2025-07-17T06:36:02.3690238Z * [new branch] gh/guangyey/154/base -> origin/gh/guangyey/154/base 2025-07-17T06:36:02.3690722Z * [new branch] gh/guangyey/154/head -> origin/gh/guangyey/154/head 2025-07-17T06:36:02.3691207Z * [new branch] gh/guangyey/154/orig -> origin/gh/guangyey/154/orig 2025-07-17T06:36:02.3691710Z * [new branch] gh/guangyey/158/base -> origin/gh/guangyey/158/base 2025-07-17T06:36:02.3692183Z * [new branch] gh/guangyey/158/head -> origin/gh/guangyey/158/head 2025-07-17T06:36:02.3692666Z * [new branch] gh/guangyey/158/orig -> origin/gh/guangyey/158/orig 2025-07-17T06:36:02.3693135Z * [new branch] gh/guangyey/159/base -> origin/gh/guangyey/159/base 2025-07-17T06:36:02.3693613Z * [new branch] gh/guangyey/159/head -> origin/gh/guangyey/159/head 2025-07-17T06:36:02.3694089Z * [new branch] gh/guangyey/159/orig -> origin/gh/guangyey/159/orig 2025-07-17T06:36:02.3694561Z * [new branch] gh/guangyey/160/base -> origin/gh/guangyey/160/base 2025-07-17T06:36:02.3695045Z * [new branch] gh/guangyey/160/head -> origin/gh/guangyey/160/head 2025-07-17T06:36:02.3695511Z * [new branch] gh/guangyey/160/orig -> origin/gh/guangyey/160/orig 2025-07-17T06:36:02.3696038Z * [new branch] gh/guangyey/161/base -> origin/gh/guangyey/161/base 2025-07-17T06:36:02.3696551Z * [new branch] gh/guangyey/161/head -> origin/gh/guangyey/161/head 2025-07-17T06:36:02.3697025Z * [new branch] gh/guangyey/161/orig -> origin/gh/guangyey/161/orig 2025-07-17T06:36:02.3697499Z * [new branch] gh/guangyey/162/base -> origin/gh/guangyey/162/base 2025-07-17T06:36:02.3697972Z * [new branch] gh/guangyey/162/head -> origin/gh/guangyey/162/head 2025-07-17T06:36:02.3698450Z * [new branch] gh/guangyey/162/orig -> origin/gh/guangyey/162/orig 2025-07-17T06:36:02.3698924Z * [new branch] gh/guangyey/163/base -> origin/gh/guangyey/163/base 2025-07-17T06:36:02.3699405Z * [new branch] gh/guangyey/163/head -> origin/gh/guangyey/163/head 2025-07-17T06:36:02.3699882Z * [new branch] gh/guangyey/163/orig -> origin/gh/guangyey/163/orig 2025-07-17T06:36:02.3700818Z * [new branch] gh/guangyey/164/base -> origin/gh/guangyey/164/base 2025-07-17T06:36:02.3701305Z * [new branch] gh/guangyey/164/head -> origin/gh/guangyey/164/head 2025-07-17T06:36:02.3701838Z * [new branch] gh/guangyey/164/orig -> origin/gh/guangyey/164/orig 2025-07-17T06:36:02.3702359Z * [new branch] gh/guangyey/165/base -> origin/gh/guangyey/165/base 2025-07-17T06:36:02.3702834Z * [new branch] gh/guangyey/165/head -> origin/gh/guangyey/165/head 2025-07-17T06:36:02.3703330Z * [new branch] gh/guangyey/165/orig -> origin/gh/guangyey/165/orig 2025-07-17T06:36:02.3703814Z * [new branch] gh/guangyey/166/base -> origin/gh/guangyey/166/base 2025-07-17T06:36:02.3704288Z * [new branch] gh/guangyey/166/head -> origin/gh/guangyey/166/head 2025-07-17T06:36:02.3704765Z * [new branch] gh/guangyey/166/orig -> origin/gh/guangyey/166/orig 2025-07-17T06:36:02.3705242Z * [new branch] gh/guangyey/167/base -> origin/gh/guangyey/167/base 2025-07-17T06:36:02.3705719Z * [new branch] gh/guangyey/167/head -> origin/gh/guangyey/167/head 2025-07-17T06:36:02.3706202Z * [new branch] gh/guangyey/167/orig -> origin/gh/guangyey/167/orig 2025-07-17T06:36:02.3706678Z * [new branch] gh/guangyey/168/base -> origin/gh/guangyey/168/base 2025-07-17T06:36:02.3707258Z * [new branch] gh/guangyey/168/head -> origin/gh/guangyey/168/head 2025-07-17T06:36:02.3707787Z * [new branch] gh/guangyey/168/orig -> origin/gh/guangyey/168/orig 2025-07-17T06:36:02.3708320Z * [new branch] gh/guangyey/169/base -> origin/gh/guangyey/169/base 2025-07-17T06:36:02.3708798Z * [new branch] gh/guangyey/169/head -> origin/gh/guangyey/169/head 2025-07-17T06:36:02.3709274Z * [new branch] gh/guangyey/169/orig -> origin/gh/guangyey/169/orig 2025-07-17T06:36:02.3709747Z * [new branch] gh/guangyey/170/base -> origin/gh/guangyey/170/base 2025-07-17T06:36:02.3710224Z * [new branch] gh/guangyey/170/head -> origin/gh/guangyey/170/head 2025-07-17T06:36:02.3710702Z * [new branch] gh/guangyey/170/orig -> origin/gh/guangyey/170/orig 2025-07-17T06:36:02.3711181Z * [new branch] gh/guangyey/171/base -> origin/gh/guangyey/171/base 2025-07-17T06:36:02.3711653Z * [new branch] gh/guangyey/171/head -> origin/gh/guangyey/171/head 2025-07-17T06:36:02.4201052Z * [new branch] gh/guangyey/171/orig -> origin/gh/guangyey/171/orig 2025-07-17T06:36:02.4201579Z * [new branch] gh/guangyey/172/base -> origin/gh/guangyey/172/base 2025-07-17T06:36:02.4202073Z * [new branch] gh/guangyey/172/head -> origin/gh/guangyey/172/head 2025-07-17T06:36:02.4202653Z * [new branch] gh/guangyey/172/orig -> origin/gh/guangyey/172/orig 2025-07-17T06:36:02.4203133Z * [new branch] gh/guangyey/79/base -> origin/gh/guangyey/79/base 2025-07-17T06:36:02.4203713Z * [new branch] gh/guangyey/79/head -> origin/gh/guangyey/79/head 2025-07-17T06:36:02.4204223Z * [new branch] gh/guangyey/79/orig -> origin/gh/guangyey/79/orig 2025-07-17T06:36:02.4204698Z * [new branch] gh/guangyey/89/base -> origin/gh/guangyey/89/base 2025-07-17T06:36:02.4205234Z * [new branch] gh/guangyey/89/head -> origin/gh/guangyey/89/head 2025-07-17T06:36:02.4205767Z * [new branch] gh/guangyey/89/orig -> origin/gh/guangyey/89/orig 2025-07-17T06:36:02.4206293Z * [new branch] gh/guilhermeleobas/107/base -> origin/gh/guilhermeleobas/107/base 2025-07-17T06:36:02.4206854Z * [new branch] gh/guilhermeleobas/107/head -> origin/gh/guilhermeleobas/107/head 2025-07-17T06:36:02.4207934Z * [new branch] gh/guilhermeleobas/107/orig -> origin/gh/guilhermeleobas/107/orig 2025-07-17T06:36:02.4208513Z * [new branch] gh/guilhermeleobas/108/base -> origin/gh/guilhermeleobas/108/base 2025-07-17T06:36:02.4209063Z * [new branch] gh/guilhermeleobas/108/head -> origin/gh/guilhermeleobas/108/head 2025-07-17T06:36:02.4209622Z * [new branch] gh/guilhermeleobas/108/orig -> origin/gh/guilhermeleobas/108/orig 2025-07-17T06:36:02.4210185Z * [new branch] gh/guilhermeleobas/120/base -> origin/gh/guilhermeleobas/120/base 2025-07-17T06:36:02.4210749Z * [new branch] gh/guilhermeleobas/120/head -> origin/gh/guilhermeleobas/120/head 2025-07-17T06:36:02.4211311Z * [new branch] gh/guilhermeleobas/120/orig -> origin/gh/guilhermeleobas/120/orig 2025-07-17T06:36:02.4211863Z * [new branch] gh/guilhermeleobas/124/base -> origin/gh/guilhermeleobas/124/base 2025-07-17T06:36:02.4236778Z * [new branch] gh/guilhermeleobas/124/head -> origin/gh/guilhermeleobas/124/head 2025-07-17T06:36:02.4237576Z * [new branch] gh/guilhermeleobas/124/orig -> origin/gh/guilhermeleobas/124/orig 2025-07-17T06:36:02.4238146Z * [new branch] gh/guilhermeleobas/127/base -> origin/gh/guilhermeleobas/127/base 2025-07-17T06:36:02.4238699Z * [new branch] gh/guilhermeleobas/127/head -> origin/gh/guilhermeleobas/127/head 2025-07-17T06:36:02.4239470Z * [new branch] gh/guilhermeleobas/127/orig -> origin/gh/guilhermeleobas/127/orig 2025-07-17T06:36:02.4240036Z * [new branch] gh/guilhermeleobas/143/base -> origin/gh/guilhermeleobas/143/base 2025-07-17T06:36:02.4240592Z * [new branch] gh/guilhermeleobas/143/head -> origin/gh/guilhermeleobas/143/head 2025-07-17T06:36:02.4241167Z * [new branch] gh/guilhermeleobas/143/orig -> origin/gh/guilhermeleobas/143/orig 2025-07-17T06:36:02.4241732Z * [new branch] gh/guilhermeleobas/145/base -> origin/gh/guilhermeleobas/145/base 2025-07-17T06:36:02.4242305Z * [new branch] gh/guilhermeleobas/145/head -> origin/gh/guilhermeleobas/145/head 2025-07-17T06:36:02.4242871Z * [new branch] gh/guilhermeleobas/145/orig -> origin/gh/guilhermeleobas/145/orig 2025-07-17T06:36:02.4243427Z * [new branch] gh/guilhermeleobas/146/base -> origin/gh/guilhermeleobas/146/base 2025-07-17T06:36:02.4243998Z * [new branch] gh/guilhermeleobas/146/head -> origin/gh/guilhermeleobas/146/head 2025-07-17T06:36:02.4244547Z * [new branch] gh/guilhermeleobas/146/orig -> origin/gh/guilhermeleobas/146/orig 2025-07-17T06:36:02.4245119Z * [new branch] gh/guilhermeleobas/147/base -> origin/gh/guilhermeleobas/147/base 2025-07-17T06:36:02.4245680Z * [new branch] gh/guilhermeleobas/147/head -> origin/gh/guilhermeleobas/147/head 2025-07-17T06:36:02.4246232Z * [new branch] gh/guilhermeleobas/147/orig -> origin/gh/guilhermeleobas/147/orig 2025-07-17T06:36:02.4246804Z * [new branch] gh/guilhermeleobas/148/base -> origin/gh/guilhermeleobas/148/base 2025-07-17T06:36:02.4247354Z * [new branch] gh/guilhermeleobas/148/head -> origin/gh/guilhermeleobas/148/head 2025-07-17T06:36:02.4247915Z * [new branch] gh/guilhermeleobas/148/orig -> origin/gh/guilhermeleobas/148/orig 2025-07-17T06:36:02.4248471Z * [new branch] gh/guilhermeleobas/149/base -> origin/gh/guilhermeleobas/149/base 2025-07-17T06:36:02.4249029Z * [new branch] gh/guilhermeleobas/149/head -> origin/gh/guilhermeleobas/149/head 2025-07-17T06:36:02.4249593Z * [new branch] gh/guilhermeleobas/149/orig -> origin/gh/guilhermeleobas/149/orig 2025-07-17T06:36:02.4250143Z * [new branch] gh/guilhermeleobas/150/base -> origin/gh/guilhermeleobas/150/base 2025-07-17T06:36:02.4611262Z * [new branch] gh/guilhermeleobas/150/head -> origin/gh/guilhermeleobas/150/head 2025-07-17T06:36:02.4611931Z * [new branch] gh/guilhermeleobas/150/orig -> origin/gh/guilhermeleobas/150/orig 2025-07-17T06:36:02.4612543Z * [new branch] gh/guilhermeleobas/151/base -> origin/gh/guilhermeleobas/151/base 2025-07-17T06:36:02.4613112Z * [new branch] gh/guilhermeleobas/151/head -> origin/gh/guilhermeleobas/151/head 2025-07-17T06:36:02.4613663Z * [new branch] gh/guilhermeleobas/151/orig -> origin/gh/guilhermeleobas/151/orig 2025-07-17T06:36:02.4614247Z * [new branch] gh/guilhermeleobas/152/base -> origin/gh/guilhermeleobas/152/base 2025-07-17T06:36:02.4614811Z * [new branch] gh/guilhermeleobas/152/head -> origin/gh/guilhermeleobas/152/head 2025-07-17T06:36:02.4615358Z * [new branch] gh/guilhermeleobas/152/orig -> origin/gh/guilhermeleobas/152/orig 2025-07-17T06:36:02.4615920Z * [new branch] gh/guilhermeleobas/153/base -> origin/gh/guilhermeleobas/153/base 2025-07-17T06:36:02.4616480Z * [new branch] gh/guilhermeleobas/153/head -> origin/gh/guilhermeleobas/153/head 2025-07-17T06:36:02.4617038Z * [new branch] gh/guilhermeleobas/153/orig -> origin/gh/guilhermeleobas/153/orig 2025-07-17T06:36:02.4617605Z * [new branch] gh/guilhermeleobas/154/base -> origin/gh/guilhermeleobas/154/base 2025-07-17T06:36:02.4618152Z * [new branch] gh/guilhermeleobas/154/head -> origin/gh/guilhermeleobas/154/head 2025-07-17T06:36:02.4618906Z * [new branch] gh/guilhermeleobas/154/orig -> origin/gh/guilhermeleobas/154/orig 2025-07-17T06:36:02.4619463Z * [new branch] gh/guilhermeleobas/155/base -> origin/gh/guilhermeleobas/155/base 2025-07-17T06:36:02.4620035Z * [new branch] gh/guilhermeleobas/155/head -> origin/gh/guilhermeleobas/155/head 2025-07-17T06:36:02.4620593Z * [new branch] gh/guilhermeleobas/155/orig -> origin/gh/guilhermeleobas/155/orig 2025-07-17T06:36:02.4621150Z * [new branch] gh/guilhermeleobas/156/base -> origin/gh/guilhermeleobas/156/base 2025-07-17T06:36:02.4621703Z * [new branch] gh/guilhermeleobas/156/head -> origin/gh/guilhermeleobas/156/head 2025-07-17T06:36:02.4622253Z * [new branch] gh/guilhermeleobas/156/orig -> origin/gh/guilhermeleobas/156/orig 2025-07-17T06:36:02.4622808Z * [new branch] gh/guilhermeleobas/157/base -> origin/gh/guilhermeleobas/157/base 2025-07-17T06:36:02.4623379Z * [new branch] gh/guilhermeleobas/157/head -> origin/gh/guilhermeleobas/157/head 2025-07-17T06:36:02.4623925Z * [new branch] gh/guilhermeleobas/157/orig -> origin/gh/guilhermeleobas/157/orig 2025-07-17T06:36:02.4624486Z * [new branch] gh/guilhermeleobas/158/base -> origin/gh/guilhermeleobas/158/base 2025-07-17T06:36:02.4625033Z * [new branch] gh/guilhermeleobas/158/head -> origin/gh/guilhermeleobas/158/head 2025-07-17T06:36:02.4625596Z * [new branch] gh/guilhermeleobas/158/orig -> origin/gh/guilhermeleobas/158/orig 2025-07-17T06:36:02.4626145Z * [new branch] gh/guilhermeleobas/159/base -> origin/gh/guilhermeleobas/159/base 2025-07-17T06:36:02.4626697Z * [new branch] gh/guilhermeleobas/159/head -> origin/gh/guilhermeleobas/159/head 2025-07-17T06:36:02.4627261Z * [new branch] gh/guilhermeleobas/159/orig -> origin/gh/guilhermeleobas/159/orig 2025-07-17T06:36:02.4627811Z * [new branch] gh/guilhermeleobas/160/base -> origin/gh/guilhermeleobas/160/base 2025-07-17T06:36:02.4628369Z * [new branch] gh/guilhermeleobas/160/head -> origin/gh/guilhermeleobas/160/head 2025-07-17T06:36:02.4628931Z * [new branch] gh/guilhermeleobas/160/orig -> origin/gh/guilhermeleobas/160/orig 2025-07-17T06:36:02.4629490Z * [new branch] gh/guilhermeleobas/161/base -> origin/gh/guilhermeleobas/161/base 2025-07-17T06:36:02.4630481Z * [new branch] gh/guilhermeleobas/161/head -> origin/gh/guilhermeleobas/161/head 2025-07-17T06:36:02.4631035Z * [new branch] gh/guilhermeleobas/161/orig -> origin/gh/guilhermeleobas/161/orig 2025-07-17T06:36:02.4631604Z * [new branch] gh/guilhermeleobas/162/base -> origin/gh/guilhermeleobas/162/base 2025-07-17T06:36:02.4632176Z * [new branch] gh/guilhermeleobas/162/head -> origin/gh/guilhermeleobas/162/head 2025-07-17T06:36:02.4632730Z * [new branch] gh/guilhermeleobas/162/orig -> origin/gh/guilhermeleobas/162/orig 2025-07-17T06:36:02.4633411Z * [new branch] gh/guilhermeleobas/163/base -> origin/gh/guilhermeleobas/163/base 2025-07-17T06:36:02.4633968Z * [new branch] gh/guilhermeleobas/163/head -> origin/gh/guilhermeleobas/163/head 2025-07-17T06:36:02.4634541Z * [new branch] gh/guilhermeleobas/163/orig -> origin/gh/guilhermeleobas/163/orig 2025-07-17T06:36:02.4635106Z * [new branch] gh/guilhermeleobas/164/base -> origin/gh/guilhermeleobas/164/base 2025-07-17T06:36:02.4635676Z * [new branch] gh/guilhermeleobas/164/head -> origin/gh/guilhermeleobas/164/head 2025-07-17T06:36:02.5020790Z * [new branch] gh/guilhermeleobas/164/orig -> origin/gh/guilhermeleobas/164/orig 2025-07-17T06:36:02.5021481Z * [new branch] gh/guilhermeleobas/165/base -> origin/gh/guilhermeleobas/165/base 2025-07-17T06:36:02.5022122Z * [new branch] gh/guilhermeleobas/165/head -> origin/gh/guilhermeleobas/165/head 2025-07-17T06:36:02.5022950Z * [new branch] gh/guilhermeleobas/165/orig -> origin/gh/guilhermeleobas/165/orig 2025-07-17T06:36:02.5023563Z * [new branch] gh/guilhermeleobas/166/base -> origin/gh/guilhermeleobas/166/base 2025-07-17T06:36:02.5024215Z * [new branch] gh/guilhermeleobas/166/head -> origin/gh/guilhermeleobas/166/head 2025-07-17T06:36:02.5024836Z * [new branch] gh/guilhermeleobas/166/orig -> origin/gh/guilhermeleobas/166/orig 2025-07-17T06:36:02.5025443Z * [new branch] gh/guilhermeleobas/167/base -> origin/gh/guilhermeleobas/167/base 2025-07-17T06:36:02.5026073Z * [new branch] gh/guilhermeleobas/167/head -> origin/gh/guilhermeleobas/167/head 2025-07-17T06:36:02.5026687Z * [new branch] gh/guilhermeleobas/167/orig -> origin/gh/guilhermeleobas/167/orig 2025-07-17T06:36:02.5027289Z * [new branch] gh/guilhermeleobas/168/base -> origin/gh/guilhermeleobas/168/base 2025-07-17T06:36:02.5027887Z * [new branch] gh/guilhermeleobas/168/head -> origin/gh/guilhermeleobas/168/head 2025-07-17T06:36:02.5028530Z * [new branch] gh/guilhermeleobas/168/orig -> origin/gh/guilhermeleobas/168/orig 2025-07-17T06:36:02.5029144Z * [new branch] gh/guilhermeleobas/169/base -> origin/gh/guilhermeleobas/169/base 2025-07-17T06:36:02.5029734Z * [new branch] gh/guilhermeleobas/169/head -> origin/gh/guilhermeleobas/169/head 2025-07-17T06:36:02.5030346Z * [new branch] gh/guilhermeleobas/169/orig -> origin/gh/guilhermeleobas/169/orig 2025-07-17T06:36:02.5031004Z * [new branch] gh/guilhermeleobas/170/base -> origin/gh/guilhermeleobas/170/base 2025-07-17T06:36:02.5031603Z * [new branch] gh/guilhermeleobas/170/head -> origin/gh/guilhermeleobas/170/head 2025-07-17T06:36:02.5032199Z * [new branch] gh/guilhermeleobas/170/orig -> origin/gh/guilhermeleobas/170/orig 2025-07-17T06:36:02.5032830Z * [new branch] gh/guilhermeleobas/171/base -> origin/gh/guilhermeleobas/171/base 2025-07-17T06:36:02.5033464Z * [new branch] gh/guilhermeleobas/171/head -> origin/gh/guilhermeleobas/171/head 2025-07-17T06:36:02.5034027Z * [new branch] gh/guilhermeleobas/171/orig -> origin/gh/guilhermeleobas/171/orig 2025-07-17T06:36:02.5034596Z * [new branch] gh/guilhermeleobas/172/base -> origin/gh/guilhermeleobas/172/base 2025-07-17T06:36:02.5035620Z * [new branch] gh/guilhermeleobas/172/head -> origin/gh/guilhermeleobas/172/head 2025-07-17T06:36:02.5036181Z * [new branch] gh/guilhermeleobas/172/orig -> origin/gh/guilhermeleobas/172/orig 2025-07-17T06:36:02.5036741Z * [new branch] gh/guilhermeleobas/173/base -> origin/gh/guilhermeleobas/173/base 2025-07-17T06:36:02.5037300Z * [new branch] gh/guilhermeleobas/173/head -> origin/gh/guilhermeleobas/173/head 2025-07-17T06:36:02.5037865Z * [new branch] gh/guilhermeleobas/173/orig -> origin/gh/guilhermeleobas/173/orig 2025-07-17T06:36:02.5038471Z * [new branch] gh/guilhermeleobas/174/base -> origin/gh/guilhermeleobas/174/base 2025-07-17T06:36:02.5039074Z * [new branch] gh/guilhermeleobas/174/head -> origin/gh/guilhermeleobas/174/head 2025-07-17T06:36:02.5039673Z * [new branch] gh/guilhermeleobas/174/orig -> origin/gh/guilhermeleobas/174/orig 2025-07-17T06:36:02.5040235Z * [new branch] gh/guilhermeleobas/175/base -> origin/gh/guilhermeleobas/175/base 2025-07-17T06:36:02.5040790Z * [new branch] gh/guilhermeleobas/175/head -> origin/gh/guilhermeleobas/175/head 2025-07-17T06:36:02.5041337Z * [new branch] gh/guilhermeleobas/175/orig -> origin/gh/guilhermeleobas/175/orig 2025-07-17T06:36:02.5041894Z * [new branch] gh/guilhermeleobas/176/base -> origin/gh/guilhermeleobas/176/base 2025-07-17T06:36:02.5042447Z * [new branch] gh/guilhermeleobas/176/head -> origin/gh/guilhermeleobas/176/head 2025-07-17T06:36:02.5043098Z * [new branch] gh/guilhermeleobas/176/orig -> origin/gh/guilhermeleobas/176/orig 2025-07-17T06:36:02.5043662Z * [new branch] gh/guilhermeleobas/177/base -> origin/gh/guilhermeleobas/177/base 2025-07-17T06:36:02.5044218Z * [new branch] gh/guilhermeleobas/177/head -> origin/gh/guilhermeleobas/177/head 2025-07-17T06:36:02.5044837Z * [new branch] gh/guilhermeleobas/177/orig -> origin/gh/guilhermeleobas/177/orig 2025-07-17T06:36:02.5045438Z * [new branch] gh/guilhermeleobas/178/base -> origin/gh/guilhermeleobas/178/base 2025-07-17T06:36:02.5046066Z * [new branch] gh/guilhermeleobas/178/head -> origin/gh/guilhermeleobas/178/head 2025-07-17T06:36:02.5046628Z * [new branch] gh/guilhermeleobas/178/orig -> origin/gh/guilhermeleobas/178/orig 2025-07-17T06:36:02.5599150Z * [new branch] gh/guilhermeleobas/179/base -> origin/gh/guilhermeleobas/179/base 2025-07-17T06:36:02.5599799Z * [new branch] gh/guilhermeleobas/179/head -> origin/gh/guilhermeleobas/179/head 2025-07-17T06:36:02.5600368Z * [new branch] gh/guilhermeleobas/179/orig -> origin/gh/guilhermeleobas/179/orig 2025-07-17T06:36:02.5600918Z * [new branch] gh/guilhermeleobas/180/base -> origin/gh/guilhermeleobas/180/base 2025-07-17T06:36:02.5601492Z * [new branch] gh/guilhermeleobas/180/head -> origin/gh/guilhermeleobas/180/head 2025-07-17T06:36:02.5602051Z * [new branch] gh/guilhermeleobas/180/orig -> origin/gh/guilhermeleobas/180/orig 2025-07-17T06:36:02.5602660Z * [new branch] gh/guilhermeleobas/181/base -> origin/gh/guilhermeleobas/181/base 2025-07-17T06:36:02.5603263Z * [new branch] gh/guilhermeleobas/181/head -> origin/gh/guilhermeleobas/181/head 2025-07-17T06:36:02.5603907Z * [new branch] gh/guilhermeleobas/181/orig -> origin/gh/guilhermeleobas/181/orig 2025-07-17T06:36:02.5604557Z * [new branch] gh/guilhermeleobas/182/base -> origin/gh/guilhermeleobas/182/base 2025-07-17T06:36:02.5605156Z * [new branch] gh/guilhermeleobas/182/head -> origin/gh/guilhermeleobas/182/head 2025-07-17T06:36:02.5605809Z * [new branch] gh/guilhermeleobas/182/orig -> origin/gh/guilhermeleobas/182/orig 2025-07-17T06:36:02.5606438Z * [new branch] gh/guilhermeleobas/183/base -> origin/gh/guilhermeleobas/183/base 2025-07-17T06:36:02.5607268Z * [new branch] gh/guilhermeleobas/183/head -> origin/gh/guilhermeleobas/183/head 2025-07-17T06:36:02.5607877Z * [new branch] gh/guilhermeleobas/183/orig -> origin/gh/guilhermeleobas/183/orig 2025-07-17T06:36:02.5608507Z * [new branch] gh/guilhermeleobas/184/base -> origin/gh/guilhermeleobas/184/base 2025-07-17T06:36:02.5609174Z * [new branch] gh/guilhermeleobas/184/head -> origin/gh/guilhermeleobas/184/head 2025-07-17T06:36:02.5609775Z * [new branch] gh/guilhermeleobas/184/orig -> origin/gh/guilhermeleobas/184/orig 2025-07-17T06:36:02.5610426Z * [new branch] gh/guilhermeleobas/185/base -> origin/gh/guilhermeleobas/185/base 2025-07-17T06:36:02.5611065Z * [new branch] gh/guilhermeleobas/185/head -> origin/gh/guilhermeleobas/185/head 2025-07-17T06:36:02.5611652Z * [new branch] gh/guilhermeleobas/185/orig -> origin/gh/guilhermeleobas/185/orig 2025-07-17T06:36:02.5612302Z * [new branch] gh/guilhermeleobas/186/base -> origin/gh/guilhermeleobas/186/base 2025-07-17T06:36:02.5612918Z * [new branch] gh/guilhermeleobas/186/head -> origin/gh/guilhermeleobas/186/head 2025-07-17T06:36:02.5613533Z * [new branch] gh/guilhermeleobas/186/orig -> origin/gh/guilhermeleobas/186/orig 2025-07-17T06:36:02.5614173Z * [new branch] gh/guilhermeleobas/187/base -> origin/gh/guilhermeleobas/187/base 2025-07-17T06:36:02.5614920Z * [new branch] gh/guilhermeleobas/187/head -> origin/gh/guilhermeleobas/187/head 2025-07-17T06:36:02.5615562Z * [new branch] gh/guilhermeleobas/187/orig -> origin/gh/guilhermeleobas/187/orig 2025-07-17T06:36:02.5616168Z * [new branch] gh/guilhermeleobas/188/base -> origin/gh/guilhermeleobas/188/base 2025-07-17T06:36:02.5616814Z * [new branch] gh/guilhermeleobas/188/head -> origin/gh/guilhermeleobas/188/head 2025-07-17T06:36:02.5617424Z * [new branch] gh/guilhermeleobas/188/orig -> origin/gh/guilhermeleobas/188/orig 2025-07-17T06:36:02.5618058Z * [new branch] gh/guilhermeleobas/189/base -> origin/gh/guilhermeleobas/189/base 2025-07-17T06:36:02.5618697Z * [new branch] gh/guilhermeleobas/189/head -> origin/gh/guilhermeleobas/189/head 2025-07-17T06:36:02.5619287Z * [new branch] gh/guilhermeleobas/189/orig -> origin/gh/guilhermeleobas/189/orig 2025-07-17T06:36:02.5619927Z * [new branch] gh/guilhermeleobas/190/base -> origin/gh/guilhermeleobas/190/base 2025-07-17T06:36:02.5620570Z * [new branch] gh/guilhermeleobas/190/head -> origin/gh/guilhermeleobas/190/head 2025-07-17T06:36:02.5621165Z * [new branch] gh/guilhermeleobas/190/orig -> origin/gh/guilhermeleobas/190/orig 2025-07-17T06:36:02.5621808Z * [new branch] gh/guilhermeleobas/191/base -> origin/gh/guilhermeleobas/191/base 2025-07-17T06:36:02.5622403Z * [new branch] gh/guilhermeleobas/191/head -> origin/gh/guilhermeleobas/191/head 2025-07-17T06:36:02.5622957Z * [new branch] gh/guilhermeleobas/191/orig -> origin/gh/guilhermeleobas/191/orig 2025-07-17T06:36:02.5623508Z * [new branch] gh/guilhermeleobas/192/base -> origin/gh/guilhermeleobas/192/base 2025-07-17T06:36:02.5624059Z * [new branch] gh/guilhermeleobas/192/head -> origin/gh/guilhermeleobas/192/head 2025-07-17T06:36:02.5624614Z * [new branch] gh/guilhermeleobas/192/orig -> origin/gh/guilhermeleobas/192/orig 2025-07-17T06:36:02.5625170Z * [new branch] gh/guilhermeleobas/193/base -> origin/gh/guilhermeleobas/193/base 2025-07-17T06:36:02.6234124Z * [new branch] gh/guilhermeleobas/193/head -> origin/gh/guilhermeleobas/193/head 2025-07-17T06:36:02.6234764Z * [new branch] gh/guilhermeleobas/193/orig -> origin/gh/guilhermeleobas/193/orig 2025-07-17T06:36:02.6235530Z * [new branch] gh/guilhermeleobas/194/base -> origin/gh/guilhermeleobas/194/base 2025-07-17T06:36:02.6236104Z * [new branch] gh/guilhermeleobas/194/head -> origin/gh/guilhermeleobas/194/head 2025-07-17T06:36:02.6236657Z * [new branch] gh/guilhermeleobas/194/orig -> origin/gh/guilhermeleobas/194/orig 2025-07-17T06:36:02.6237220Z * [new branch] gh/guilhermeleobas/195/base -> origin/gh/guilhermeleobas/195/base 2025-07-17T06:36:02.6237785Z * [new branch] gh/guilhermeleobas/195/head -> origin/gh/guilhermeleobas/195/head 2025-07-17T06:36:02.6238345Z * [new branch] gh/guilhermeleobas/195/orig -> origin/gh/guilhermeleobas/195/orig 2025-07-17T06:36:02.6238897Z * [new branch] gh/guilhermeleobas/196/base -> origin/gh/guilhermeleobas/196/base 2025-07-17T06:36:02.6239619Z * [new branch] gh/guilhermeleobas/196/head -> origin/gh/guilhermeleobas/196/head 2025-07-17T06:36:02.6240197Z * [new branch] gh/guilhermeleobas/196/orig -> origin/gh/guilhermeleobas/196/orig 2025-07-17T06:36:02.6240762Z * [new branch] gh/guilhermeleobas/197/base -> origin/gh/guilhermeleobas/197/base 2025-07-17T06:36:02.6241311Z * [new branch] gh/guilhermeleobas/197/head -> origin/gh/guilhermeleobas/197/head 2025-07-17T06:36:02.6241863Z * [new branch] gh/guilhermeleobas/197/orig -> origin/gh/guilhermeleobas/197/orig 2025-07-17T06:36:02.6242412Z * [new branch] gh/guilhermeleobas/198/base -> origin/gh/guilhermeleobas/198/base 2025-07-17T06:36:02.6243204Z * [new branch] gh/guilhermeleobas/198/head -> origin/gh/guilhermeleobas/198/head 2025-07-17T06:36:02.6243770Z * [new branch] gh/guilhermeleobas/198/orig -> origin/gh/guilhermeleobas/198/orig 2025-07-17T06:36:02.6244322Z * [new branch] gh/guilhermeleobas/199/base -> origin/gh/guilhermeleobas/199/base 2025-07-17T06:36:02.6244879Z * [new branch] gh/guilhermeleobas/199/head -> origin/gh/guilhermeleobas/199/head 2025-07-17T06:36:02.6245442Z * [new branch] gh/guilhermeleobas/199/orig -> origin/gh/guilhermeleobas/199/orig 2025-07-17T06:36:02.6246008Z * [new branch] gh/guilhermeleobas/200/base -> origin/gh/guilhermeleobas/200/base 2025-07-17T06:36:02.6246567Z * [new branch] gh/guilhermeleobas/200/head -> origin/gh/guilhermeleobas/200/head 2025-07-17T06:36:02.6247119Z * [new branch] gh/guilhermeleobas/200/orig -> origin/gh/guilhermeleobas/200/orig 2025-07-17T06:36:02.6247679Z * [new branch] gh/guilhermeleobas/201/base -> origin/gh/guilhermeleobas/201/base 2025-07-17T06:36:02.6248227Z * [new branch] gh/guilhermeleobas/201/head -> origin/gh/guilhermeleobas/201/head 2025-07-17T06:36:02.6248794Z * [new branch] gh/guilhermeleobas/201/orig -> origin/gh/guilhermeleobas/201/orig 2025-07-17T06:36:02.6249350Z * [new branch] gh/guilhermeleobas/202/base -> origin/gh/guilhermeleobas/202/base 2025-07-17T06:36:02.6249907Z * [new branch] gh/guilhermeleobas/202/head -> origin/gh/guilhermeleobas/202/head 2025-07-17T06:36:02.6250464Z * [new branch] gh/guilhermeleobas/202/orig -> origin/gh/guilhermeleobas/202/orig 2025-07-17T06:36:02.6251012Z * [new branch] gh/guilhermeleobas/203/base -> origin/gh/guilhermeleobas/203/base 2025-07-17T06:36:02.6251564Z * [new branch] gh/guilhermeleobas/203/head -> origin/gh/guilhermeleobas/203/head 2025-07-17T06:36:02.6252131Z * [new branch] gh/guilhermeleobas/203/orig -> origin/gh/guilhermeleobas/203/orig 2025-07-17T06:36:02.6252680Z * [new branch] gh/guilhermeleobas/204/base -> origin/gh/guilhermeleobas/204/base 2025-07-17T06:36:02.6253240Z * [new branch] gh/guilhermeleobas/204/head -> origin/gh/guilhermeleobas/204/head 2025-07-17T06:36:02.6253788Z * [new branch] gh/guilhermeleobas/204/orig -> origin/gh/guilhermeleobas/204/orig 2025-07-17T06:36:02.6254449Z * [new branch] gh/guilhermeleobas/205/base -> origin/gh/guilhermeleobas/205/base 2025-07-17T06:36:02.6255012Z * [new branch] gh/guilhermeleobas/205/head -> origin/gh/guilhermeleobas/205/head 2025-07-17T06:36:02.6255565Z * [new branch] gh/guilhermeleobas/205/orig -> origin/gh/guilhermeleobas/205/orig 2025-07-17T06:36:02.6256127Z * [new branch] gh/guilhermeleobas/206/base -> origin/gh/guilhermeleobas/206/base 2025-07-17T06:36:02.6256677Z * [new branch] gh/guilhermeleobas/206/head -> origin/gh/guilhermeleobas/206/head 2025-07-17T06:36:02.6257272Z * [new branch] gh/guilhermeleobas/206/orig -> origin/gh/guilhermeleobas/206/orig 2025-07-17T06:36:02.6257835Z * [new branch] gh/guilhermeleobas/73/base -> origin/gh/guilhermeleobas/73/base 2025-07-17T06:36:02.6258395Z * [new branch] gh/guilhermeleobas/73/head -> origin/gh/guilhermeleobas/73/head 2025-07-17T06:36:02.6823002Z * [new branch] gh/guilhermeleobas/73/orig -> origin/gh/guilhermeleobas/73/orig 2025-07-17T06:36:02.6823617Z * [new branch] gh/henrylhtsang/100/base -> origin/gh/henrylhtsang/100/base 2025-07-17T06:36:02.6824157Z * [new branch] gh/henrylhtsang/100/head -> origin/gh/henrylhtsang/100/head 2025-07-17T06:36:02.6824687Z * [new branch] gh/henrylhtsang/100/orig -> origin/gh/henrylhtsang/100/orig 2025-07-17T06:36:02.6825219Z * [new branch] gh/henrylhtsang/101/base -> origin/gh/henrylhtsang/101/base 2025-07-17T06:36:02.6825952Z * [new branch] gh/henrylhtsang/101/head -> origin/gh/henrylhtsang/101/head 2025-07-17T06:36:02.6826477Z * [new branch] gh/henrylhtsang/101/orig -> origin/gh/henrylhtsang/101/orig 2025-07-17T06:36:02.6827067Z * [new branch] gh/henrylhtsang/102/base -> origin/gh/henrylhtsang/102/base 2025-07-17T06:36:02.6827625Z * [new branch] gh/henrylhtsang/102/head -> origin/gh/henrylhtsang/102/head 2025-07-17T06:36:02.6828154Z * [new branch] gh/henrylhtsang/102/orig -> origin/gh/henrylhtsang/102/orig 2025-07-17T06:36:02.6828660Z * [new branch] gh/henrylhtsang/103/base -> origin/gh/henrylhtsang/103/base 2025-07-17T06:36:02.6829174Z * [new branch] gh/henrylhtsang/103/head -> origin/gh/henrylhtsang/103/head 2025-07-17T06:36:02.6829691Z * [new branch] gh/henrylhtsang/103/orig -> origin/gh/henrylhtsang/103/orig 2025-07-17T06:36:02.6830207Z * [new branch] gh/henrylhtsang/104/base -> origin/gh/henrylhtsang/104/base 2025-07-17T06:36:02.6830727Z * [new branch] gh/henrylhtsang/104/head -> origin/gh/henrylhtsang/104/head 2025-07-17T06:36:02.6831238Z * [new branch] gh/henrylhtsang/104/orig -> origin/gh/henrylhtsang/104/orig 2025-07-17T06:36:02.6831755Z * [new branch] gh/henrylhtsang/105/base -> origin/gh/henrylhtsang/105/base 2025-07-17T06:36:02.6832275Z * [new branch] gh/henrylhtsang/105/head -> origin/gh/henrylhtsang/105/head 2025-07-17T06:36:02.6832828Z * [new branch] gh/henrylhtsang/105/orig -> origin/gh/henrylhtsang/105/orig 2025-07-17T06:36:02.6833476Z * [new branch] gh/henrylhtsang/106/base -> origin/gh/henrylhtsang/106/base 2025-07-17T06:36:02.6833987Z * [new branch] gh/henrylhtsang/106/head -> origin/gh/henrylhtsang/106/head 2025-07-17T06:36:02.6834516Z * [new branch] gh/henrylhtsang/106/orig -> origin/gh/henrylhtsang/106/orig 2025-07-17T06:36:02.6835032Z * [new branch] gh/henrylhtsang/107/base -> origin/gh/henrylhtsang/107/base 2025-07-17T06:36:02.6835551Z * [new branch] gh/henrylhtsang/107/head -> origin/gh/henrylhtsang/107/head 2025-07-17T06:36:02.6836079Z * [new branch] gh/henrylhtsang/107/orig -> origin/gh/henrylhtsang/107/orig 2025-07-17T06:36:02.6836592Z * [new branch] gh/henrylhtsang/108/base -> origin/gh/henrylhtsang/108/base 2025-07-17T06:36:02.6837253Z * [new branch] gh/henrylhtsang/108/head -> origin/gh/henrylhtsang/108/head 2025-07-17T06:36:02.6837764Z * [new branch] gh/henrylhtsang/108/orig -> origin/gh/henrylhtsang/108/orig 2025-07-17T06:36:02.6838285Z * [new branch] gh/henrylhtsang/109/base -> origin/gh/henrylhtsang/109/base 2025-07-17T06:36:02.6838848Z * [new branch] gh/henrylhtsang/109/head -> origin/gh/henrylhtsang/109/head 2025-07-17T06:36:02.6839408Z * [new branch] gh/henrylhtsang/109/orig -> origin/gh/henrylhtsang/109/orig 2025-07-17T06:36:02.6839924Z * [new branch] gh/henrylhtsang/110/base -> origin/gh/henrylhtsang/110/base 2025-07-17T06:36:02.6840435Z * [new branch] gh/henrylhtsang/110/head -> origin/gh/henrylhtsang/110/head 2025-07-17T06:36:02.6840952Z * [new branch] gh/henrylhtsang/110/orig -> origin/gh/henrylhtsang/110/orig 2025-07-17T06:36:02.6841479Z * [new branch] gh/henrylhtsang/111/base -> origin/gh/henrylhtsang/111/base 2025-07-17T06:36:02.6841993Z * [new branch] gh/henrylhtsang/111/head -> origin/gh/henrylhtsang/111/head 2025-07-17T06:36:02.6842515Z * [new branch] gh/henrylhtsang/111/orig -> origin/gh/henrylhtsang/111/orig 2025-07-17T06:36:02.6843037Z * [new branch] gh/henrylhtsang/112/base -> origin/gh/henrylhtsang/112/base 2025-07-17T06:36:02.6843559Z * [new branch] gh/henrylhtsang/112/head -> origin/gh/henrylhtsang/112/head 2025-07-17T06:36:02.6844244Z * [new branch] gh/henrylhtsang/112/orig -> origin/gh/henrylhtsang/112/orig 2025-07-17T06:36:02.6844808Z * [new branch] gh/henrylhtsang/113/base -> origin/gh/henrylhtsang/113/base 2025-07-17T06:36:02.6845398Z * [new branch] gh/henrylhtsang/113/head -> origin/gh/henrylhtsang/113/head 2025-07-17T06:36:02.6845942Z * [new branch] gh/henrylhtsang/113/orig -> origin/gh/henrylhtsang/113/orig 2025-07-17T06:36:02.6846481Z * [new branch] gh/henrylhtsang/114/base -> origin/gh/henrylhtsang/114/base 2025-07-17T06:36:02.6847008Z * [new branch] gh/henrylhtsang/114/head -> origin/gh/henrylhtsang/114/head 2025-07-17T06:36:02.7269459Z * [new branch] gh/henrylhtsang/114/orig -> origin/gh/henrylhtsang/114/orig 2025-07-17T06:36:02.7270027Z * [new branch] gh/henrylhtsang/115/base -> origin/gh/henrylhtsang/115/base 2025-07-17T06:36:02.7270586Z * [new branch] gh/henrylhtsang/115/head -> origin/gh/henrylhtsang/115/head 2025-07-17T06:36:02.7271165Z * [new branch] gh/henrylhtsang/115/orig -> origin/gh/henrylhtsang/115/orig 2025-07-17T06:36:02.7271752Z * [new branch] gh/henrylhtsang/116/base -> origin/gh/henrylhtsang/116/base 2025-07-17T06:36:02.7272276Z * [new branch] gh/henrylhtsang/116/head -> origin/gh/henrylhtsang/116/head 2025-07-17T06:36:02.7272822Z * [new branch] gh/henrylhtsang/116/orig -> origin/gh/henrylhtsang/116/orig 2025-07-17T06:36:02.7273406Z * [new branch] gh/henrylhtsang/117/base -> origin/gh/henrylhtsang/117/base 2025-07-17T06:36:02.7273923Z * [new branch] gh/henrylhtsang/117/head -> origin/gh/henrylhtsang/117/head 2025-07-17T06:36:02.7274437Z * [new branch] gh/henrylhtsang/117/orig -> origin/gh/henrylhtsang/117/orig 2025-07-17T06:36:02.7274966Z * [new branch] gh/henrylhtsang/118/base -> origin/gh/henrylhtsang/118/base 2025-07-17T06:36:02.7275490Z * [new branch] gh/henrylhtsang/118/head -> origin/gh/henrylhtsang/118/head 2025-07-17T06:36:02.7276002Z * [new branch] gh/henrylhtsang/118/orig -> origin/gh/henrylhtsang/118/orig 2025-07-17T06:36:02.7276523Z * [new branch] gh/henrylhtsang/119/base -> origin/gh/henrylhtsang/119/base 2025-07-17T06:36:02.7277692Z * [new branch] gh/henrylhtsang/119/head -> origin/gh/henrylhtsang/119/head 2025-07-17T06:36:02.7278213Z * [new branch] gh/henrylhtsang/119/orig -> origin/gh/henrylhtsang/119/orig 2025-07-17T06:36:02.7278724Z * [new branch] gh/henrylhtsang/120/base -> origin/gh/henrylhtsang/120/base 2025-07-17T06:36:02.7279243Z * [new branch] gh/henrylhtsang/120/head -> origin/gh/henrylhtsang/120/head 2025-07-17T06:36:02.7279758Z * [new branch] gh/henrylhtsang/120/orig -> origin/gh/henrylhtsang/120/orig 2025-07-17T06:36:02.7280277Z * [new branch] gh/henrylhtsang/121/base -> origin/gh/henrylhtsang/121/base 2025-07-17T06:36:02.7280801Z * [new branch] gh/henrylhtsang/121/head -> origin/gh/henrylhtsang/121/head 2025-07-17T06:36:02.7281319Z * [new branch] gh/henrylhtsang/121/orig -> origin/gh/henrylhtsang/121/orig 2025-07-17T06:36:02.7281843Z * [new branch] gh/henrylhtsang/122/base -> origin/gh/henrylhtsang/122/base 2025-07-17T06:36:02.7282372Z * [new branch] gh/henrylhtsang/122/head -> origin/gh/henrylhtsang/122/head 2025-07-17T06:36:02.7282942Z * [new branch] gh/henrylhtsang/122/orig -> origin/gh/henrylhtsang/122/orig 2025-07-17T06:36:02.7283504Z * [new branch] gh/henrylhtsang/123/base -> origin/gh/henrylhtsang/123/base 2025-07-17T06:36:02.7284016Z * [new branch] gh/henrylhtsang/123/head -> origin/gh/henrylhtsang/123/head 2025-07-17T06:36:02.7285082Z * [new branch] gh/henrylhtsang/123/orig -> origin/gh/henrylhtsang/123/orig 2025-07-17T06:36:02.7285626Z * [new branch] gh/henrylhtsang/97/base -> origin/gh/henrylhtsang/97/base 2025-07-17T06:36:02.7286142Z * [new branch] gh/henrylhtsang/97/head -> origin/gh/henrylhtsang/97/head 2025-07-17T06:36:02.7286660Z * [new branch] gh/henrylhtsang/97/orig -> origin/gh/henrylhtsang/97/orig 2025-07-17T06:36:02.7287173Z * [new branch] gh/henrylhtsang/98/base -> origin/gh/henrylhtsang/98/base 2025-07-17T06:36:02.7287693Z * [new branch] gh/henrylhtsang/98/head -> origin/gh/henrylhtsang/98/head 2025-07-17T06:36:02.7288217Z * [new branch] gh/henrylhtsang/98/orig -> origin/gh/henrylhtsang/98/orig 2025-07-17T06:36:02.7288776Z * [new branch] gh/henrylhtsang/99/base -> origin/gh/henrylhtsang/99/base 2025-07-17T06:36:02.7289340Z * [new branch] gh/henrylhtsang/99/head -> origin/gh/henrylhtsang/99/head 2025-07-17T06:36:02.7289854Z * [new branch] gh/henrylhtsang/99/orig -> origin/gh/henrylhtsang/99/orig 2025-07-17T06:36:02.7290336Z * [new branch] gh/int3/97/base -> origin/gh/int3/97/base 2025-07-17T06:36:02.7290782Z * [new branch] gh/int3/97/head -> origin/gh/int3/97/head 2025-07-17T06:36:02.7291231Z * [new branch] gh/isuruf/101/base -> origin/gh/isuruf/101/base 2025-07-17T06:36:02.7291714Z * [new branch] gh/isuruf/101/head -> origin/gh/isuruf/101/head 2025-07-17T06:36:02.7292167Z * [new branch] gh/isuruf/105/base -> origin/gh/isuruf/105/base 2025-07-17T06:36:02.7292625Z * [new branch] gh/isuruf/105/head -> origin/gh/isuruf/105/head 2025-07-17T06:36:02.7293083Z * [new branch] gh/isuruf/105/orig -> origin/gh/isuruf/105/orig 2025-07-17T06:36:02.7293551Z * [new branch] gh/isuruf/110/base -> origin/gh/isuruf/110/base 2025-07-17T06:36:02.7979166Z * [new branch] gh/isuruf/110/head -> origin/gh/isuruf/110/head 2025-07-17T06:36:02.7979681Z * [new branch] gh/isuruf/110/orig -> origin/gh/isuruf/110/orig 2025-07-17T06:36:02.7980183Z * [new branch] gh/isuruf/116/base -> origin/gh/isuruf/116/base 2025-07-17T06:36:02.7981185Z * [new branch] gh/isuruf/116/head -> origin/gh/isuruf/116/head 2025-07-17T06:36:02.7981646Z * [new branch] gh/isuruf/116/orig -> origin/gh/isuruf/116/orig 2025-07-17T06:36:02.7982165Z * [new branch] gh/isuruf/141/base -> origin/gh/isuruf/141/base 2025-07-17T06:36:02.7982673Z * [new branch] gh/isuruf/141/head -> origin/gh/isuruf/141/head 2025-07-17T06:36:02.7983132Z * [new branch] gh/isuruf/141/orig -> origin/gh/isuruf/141/orig 2025-07-17T06:36:02.7983606Z * [new branch] gh/isuruf/143/base -> origin/gh/isuruf/143/base 2025-07-17T06:36:02.7984055Z * [new branch] gh/isuruf/143/head -> origin/gh/isuruf/143/head 2025-07-17T06:36:02.7984525Z * [new branch] gh/isuruf/143/orig -> origin/gh/isuruf/143/orig 2025-07-17T06:36:02.7984975Z * [new branch] gh/isuruf/145/base -> origin/gh/isuruf/145/base 2025-07-17T06:36:02.7985444Z * [new branch] gh/isuruf/145/head -> origin/gh/isuruf/145/head 2025-07-17T06:36:02.7985908Z * [new branch] gh/isuruf/145/orig -> origin/gh/isuruf/145/orig 2025-07-17T06:36:02.7986359Z * [new branch] gh/isuruf/147/base -> origin/gh/isuruf/147/base 2025-07-17T06:36:02.7986811Z * [new branch] gh/isuruf/147/head -> origin/gh/isuruf/147/head 2025-07-17T06:36:02.7987265Z * [new branch] gh/isuruf/147/orig -> origin/gh/isuruf/147/orig 2025-07-17T06:36:02.7987880Z * [new branch] gh/isuruf/148/base -> origin/gh/isuruf/148/base 2025-07-17T06:36:02.7988385Z * [new branch] gh/isuruf/148/head -> origin/gh/isuruf/148/head 2025-07-17T06:36:02.7988839Z * [new branch] gh/isuruf/148/orig -> origin/gh/isuruf/148/orig 2025-07-17T06:36:02.7989307Z * [new branch] gh/jamesjwu/140/base -> origin/gh/jamesjwu/140/base 2025-07-17T06:36:02.7989790Z * [new branch] gh/jamesjwu/140/head -> origin/gh/jamesjwu/140/head 2025-07-17T06:36:02.7990273Z * [new branch] gh/jamesjwu/140/orig -> origin/gh/jamesjwu/140/orig 2025-07-17T06:36:02.7990755Z * [new branch] gh/jamesjwu/150/base -> origin/gh/jamesjwu/150/base 2025-07-17T06:36:02.7991224Z * [new branch] gh/jamesjwu/150/head -> origin/gh/jamesjwu/150/head 2025-07-17T06:36:02.7991707Z * [new branch] gh/jamesjwu/150/orig -> origin/gh/jamesjwu/150/orig 2025-07-17T06:36:02.7992181Z * [new branch] gh/jamesjwu/154/base -> origin/gh/jamesjwu/154/base 2025-07-17T06:36:02.7992653Z * [new branch] gh/jamesjwu/154/head -> origin/gh/jamesjwu/154/head 2025-07-17T06:36:02.7993203Z * [new branch] gh/jamesjwu/154/orig -> origin/gh/jamesjwu/154/orig 2025-07-17T06:36:02.7993723Z * [new branch] gh/jamesjwu/155/base -> origin/gh/jamesjwu/155/base 2025-07-17T06:36:02.7994245Z * [new branch] gh/jamesjwu/155/head -> origin/gh/jamesjwu/155/head 2025-07-17T06:36:02.7994720Z * [new branch] gh/jamesjwu/155/orig -> origin/gh/jamesjwu/155/orig 2025-07-17T06:36:02.7995208Z * [new branch] gh/jamesjwu/159/base -> origin/gh/jamesjwu/159/base 2025-07-17T06:36:02.7995679Z * [new branch] gh/jamesjwu/159/head -> origin/gh/jamesjwu/159/head 2025-07-17T06:36:02.7996169Z * [new branch] gh/jamesjwu/159/orig -> origin/gh/jamesjwu/159/orig 2025-07-17T06:36:02.7996651Z * [new branch] gh/jamesjwu/163/base -> origin/gh/jamesjwu/163/base 2025-07-17T06:36:02.7997125Z * [new branch] gh/jamesjwu/163/head -> origin/gh/jamesjwu/163/head 2025-07-17T06:36:02.7997601Z * [new branch] gh/jamesjwu/163/orig -> origin/gh/jamesjwu/163/orig 2025-07-17T06:36:02.7998421Z * [new branch] gh/jamesjwu/164/base -> origin/gh/jamesjwu/164/base 2025-07-17T06:36:02.7998905Z * [new branch] gh/jamesjwu/164/head -> origin/gh/jamesjwu/164/head 2025-07-17T06:36:02.7999428Z * [new branch] gh/jamesjwu/164/orig -> origin/gh/jamesjwu/164/orig 2025-07-17T06:36:02.7999939Z * [new branch] gh/jamesjwu/165/base -> origin/gh/jamesjwu/165/base 2025-07-17T06:36:02.8000414Z * [new branch] gh/jamesjwu/165/head -> origin/gh/jamesjwu/165/head 2025-07-17T06:36:02.8000892Z * [new branch] gh/jamesjwu/165/orig -> origin/gh/jamesjwu/165/orig 2025-07-17T06:36:02.8001367Z * [new branch] gh/jamesjwu/166/base -> origin/gh/jamesjwu/166/base 2025-07-17T06:36:02.8001842Z * [new branch] gh/jamesjwu/166/head -> origin/gh/jamesjwu/166/head 2025-07-17T06:36:02.8002310Z * [new branch] gh/jamesjwu/166/orig -> origin/gh/jamesjwu/166/orig 2025-07-17T06:36:02.8438268Z * [new branch] gh/jamesjwu/167/base -> origin/gh/jamesjwu/167/base 2025-07-17T06:36:02.8438833Z * [new branch] gh/jamesjwu/167/head -> origin/gh/jamesjwu/167/head 2025-07-17T06:36:02.8439340Z * [new branch] gh/jamesjwu/167/orig -> origin/gh/jamesjwu/167/orig 2025-07-17T06:36:02.8439818Z * [new branch] gh/jamesjwu/168/base -> origin/gh/jamesjwu/168/base 2025-07-17T06:36:02.8440297Z * [new branch] gh/jamesjwu/168/head -> origin/gh/jamesjwu/168/head 2025-07-17T06:36:02.8440950Z * [new branch] gh/jamesjwu/168/orig -> origin/gh/jamesjwu/168/orig 2025-07-17T06:36:02.8441428Z * [new branch] gh/jamesjwu/169/base -> origin/gh/jamesjwu/169/base 2025-07-17T06:36:02.8441915Z * [new branch] gh/jamesjwu/169/head -> origin/gh/jamesjwu/169/head 2025-07-17T06:36:02.8442407Z * [new branch] gh/jamesjwu/169/orig -> origin/gh/jamesjwu/169/orig 2025-07-17T06:36:02.8442886Z * [new branch] gh/jamesjwu/170/base -> origin/gh/jamesjwu/170/base 2025-07-17T06:36:02.8443371Z * [new branch] gh/jamesjwu/170/head -> origin/gh/jamesjwu/170/head 2025-07-17T06:36:02.8443876Z * [new branch] gh/jamesjwu/170/orig -> origin/gh/jamesjwu/170/orig 2025-07-17T06:36:02.8444389Z * [new branch] gh/jamesjwu/171/base -> origin/gh/jamesjwu/171/base 2025-07-17T06:36:02.8444863Z * [new branch] gh/jamesjwu/171/head -> origin/gh/jamesjwu/171/head 2025-07-17T06:36:02.8445336Z * [new branch] gh/jamesjwu/171/orig -> origin/gh/jamesjwu/171/orig 2025-07-17T06:36:02.8445817Z * [new branch] gh/jamesjwu/172/base -> origin/gh/jamesjwu/172/base 2025-07-17T06:36:02.8446285Z * [new branch] gh/jamesjwu/172/head -> origin/gh/jamesjwu/172/head 2025-07-17T06:36:02.8446768Z * [new branch] gh/jamesjwu/172/orig -> origin/gh/jamesjwu/172/orig 2025-07-17T06:36:02.8447248Z * [new branch] gh/jamesjwu/173/base -> origin/gh/jamesjwu/173/base 2025-07-17T06:36:02.8447721Z * [new branch] gh/jamesjwu/173/head -> origin/gh/jamesjwu/173/head 2025-07-17T06:36:02.8448195Z * [new branch] gh/jamesjwu/173/orig -> origin/gh/jamesjwu/173/orig 2025-07-17T06:36:02.8448672Z * [new branch] gh/jamesjwu/174/base -> origin/gh/jamesjwu/174/base 2025-07-17T06:36:02.8449150Z * [new branch] gh/jamesjwu/174/head -> origin/gh/jamesjwu/174/head 2025-07-17T06:36:02.8449658Z * [new branch] gh/jamesjwu/174/orig -> origin/gh/jamesjwu/174/orig 2025-07-17T06:36:02.8450179Z * [new branch] gh/jamesjwu/52/base -> origin/gh/jamesjwu/52/base 2025-07-17T06:36:02.8450652Z * [new branch] gh/jamesjwu/52/head -> origin/gh/jamesjwu/52/head 2025-07-17T06:36:02.8451707Z * [new branch] gh/jamesjwu/53/base -> origin/gh/jamesjwu/53/base 2025-07-17T06:36:02.8452185Z * [new branch] gh/jamesjwu/53/head -> origin/gh/jamesjwu/53/head 2025-07-17T06:36:02.8452647Z * [new branch] gh/jamesjwu/54/base -> origin/gh/jamesjwu/54/base 2025-07-17T06:36:02.8453126Z * [new branch] gh/jamesjwu/54/head -> origin/gh/jamesjwu/54/head 2025-07-17T06:36:02.8453610Z * [new branch] gh/jamesjwu/55/base -> origin/gh/jamesjwu/55/base 2025-07-17T06:36:02.8454081Z * [new branch] gh/jamesjwu/55/head -> origin/gh/jamesjwu/55/head 2025-07-17T06:36:02.8454555Z * [new branch] gh/jamesjwu/56/base -> origin/gh/jamesjwu/56/base 2025-07-17T06:36:02.8455021Z * [new branch] gh/jamesjwu/56/head -> origin/gh/jamesjwu/56/head 2025-07-17T06:36:02.8455536Z * [new branch] gh/jamesjwu/57/base -> origin/gh/jamesjwu/57/base 2025-07-17T06:36:02.8456048Z * [new branch] gh/jamesjwu/57/head -> origin/gh/jamesjwu/57/head 2025-07-17T06:36:02.8456520Z * [new branch] gh/jamesjwu/58/base -> origin/gh/jamesjwu/58/base 2025-07-17T06:36:02.8457012Z * [new branch] gh/jamesjwu/58/head -> origin/gh/jamesjwu/58/head 2025-07-17T06:36:02.8457476Z * [new branch] gh/jamesjwu/59/base -> origin/gh/jamesjwu/59/base 2025-07-17T06:36:02.8457949Z * [new branch] gh/jamesjwu/59/head -> origin/gh/jamesjwu/59/head 2025-07-17T06:36:02.8458527Z * [new branch] gh/jamesjwu/60/base -> origin/gh/jamesjwu/60/base 2025-07-17T06:36:02.8459010Z * [new branch] gh/jamesjwu/60/head -> origin/gh/jamesjwu/60/head 2025-07-17T06:36:02.8459476Z * [new branch] gh/jamesjwu/61/base -> origin/gh/jamesjwu/61/base 2025-07-17T06:36:02.8459940Z * [new branch] gh/jamesjwu/61/head -> origin/gh/jamesjwu/61/head 2025-07-17T06:36:02.8460410Z * [new branch] gh/jamesjwu/62/base -> origin/gh/jamesjwu/62/base 2025-07-17T06:36:02.8460906Z * [new branch] gh/jamesjwu/62/head -> origin/gh/jamesjwu/62/head 2025-07-17T06:36:02.8461413Z * [new branch] gh/jamesjwu/63/base -> origin/gh/jamesjwu/63/base 2025-07-17T06:36:02.9014955Z * [new branch] gh/jamesjwu/63/head -> origin/gh/jamesjwu/63/head 2025-07-17T06:36:02.9015503Z * [new branch] gh/jamesjwu/64/base -> origin/gh/jamesjwu/64/base 2025-07-17T06:36:02.9016033Z * [new branch] gh/jamesjwu/64/head -> origin/gh/jamesjwu/64/head 2025-07-17T06:36:02.9016783Z * [new branch] gh/jamesjwu/65/base -> origin/gh/jamesjwu/65/base 2025-07-17T06:36:02.9017662Z * [new branch] gh/jamesjwu/65/head -> origin/gh/jamesjwu/65/head 2025-07-17T06:36:02.9018182Z * [new branch] gh/janeyx99/165/base -> origin/gh/janeyx99/165/base 2025-07-17T06:36:02.9018652Z * [new branch] gh/janeyx99/165/head -> origin/gh/janeyx99/165/head 2025-07-17T06:36:02.9019120Z * [new branch] gh/janeyx99/165/orig -> origin/gh/janeyx99/165/orig 2025-07-17T06:36:02.9019591Z * [new branch] gh/janeyx99/201/base -> origin/gh/janeyx99/201/base 2025-07-17T06:36:02.9020058Z * [new branch] gh/janeyx99/201/head -> origin/gh/janeyx99/201/head 2025-07-17T06:36:02.9020529Z * [new branch] gh/janeyx99/201/orig -> origin/gh/janeyx99/201/orig 2025-07-17T06:36:02.9021002Z * [new branch] gh/janeyx99/225/base -> origin/gh/janeyx99/225/base 2025-07-17T06:36:02.9021468Z * [new branch] gh/janeyx99/225/head -> origin/gh/janeyx99/225/head 2025-07-17T06:36:02.9021966Z * [new branch] gh/janeyx99/225/orig -> origin/gh/janeyx99/225/orig 2025-07-17T06:36:02.9023053Z * [new branch] gh/janeyx99/256/base -> origin/gh/janeyx99/256/base 2025-07-17T06:36:02.9023529Z * [new branch] gh/janeyx99/256/head -> origin/gh/janeyx99/256/head 2025-07-17T06:36:02.9023994Z * [new branch] gh/janeyx99/256/orig -> origin/gh/janeyx99/256/orig 2025-07-17T06:36:02.9024473Z * [new branch] gh/janeyx99/257/base -> origin/gh/janeyx99/257/base 2025-07-17T06:36:02.9024934Z * [new branch] gh/janeyx99/257/head -> origin/gh/janeyx99/257/head 2025-07-17T06:36:02.9025417Z * [new branch] gh/janeyx99/257/orig -> origin/gh/janeyx99/257/orig 2025-07-17T06:36:02.9025888Z * [new branch] gh/janeyx99/259/base -> origin/gh/janeyx99/259/base 2025-07-17T06:36:02.9026377Z * [new branch] gh/janeyx99/259/head -> origin/gh/janeyx99/259/head 2025-07-17T06:36:02.9026897Z * [new branch] gh/janeyx99/259/orig -> origin/gh/janeyx99/259/orig 2025-07-17T06:36:02.9027368Z * [new branch] gh/janeyx99/260/base -> origin/gh/janeyx99/260/base 2025-07-17T06:36:02.9027880Z * [new branch] gh/janeyx99/260/head -> origin/gh/janeyx99/260/head 2025-07-17T06:36:02.9028376Z * [new branch] gh/janeyx99/260/orig -> origin/gh/janeyx99/260/orig 2025-07-17T06:36:02.9028852Z * [new branch] gh/janeyx99/261/base -> origin/gh/janeyx99/261/base 2025-07-17T06:36:02.9029446Z * [new branch] gh/janeyx99/261/head -> origin/gh/janeyx99/261/head 2025-07-17T06:36:02.9029914Z * [new branch] gh/janeyx99/261/orig -> origin/gh/janeyx99/261/orig 2025-07-17T06:36:02.9030398Z * [new branch] gh/janeyx99/262/base -> origin/gh/janeyx99/262/base 2025-07-17T06:36:02.9030861Z * [new branch] gh/janeyx99/262/head -> origin/gh/janeyx99/262/head 2025-07-17T06:36:02.9031346Z * [new branch] gh/janeyx99/263/base -> origin/gh/janeyx99/263/base 2025-07-17T06:36:02.9031863Z * [new branch] gh/janeyx99/263/head -> origin/gh/janeyx99/263/head 2025-07-17T06:36:02.9032329Z * [new branch] gh/janeyx99/264/base -> origin/gh/janeyx99/264/base 2025-07-17T06:36:02.9032809Z * [new branch] gh/janeyx99/264/head -> origin/gh/janeyx99/264/head 2025-07-17T06:36:02.9033371Z * [new branch] gh/janeyx99/265/base -> origin/gh/janeyx99/265/base 2025-07-17T06:36:02.9033922Z * [new branch] gh/janeyx99/265/head -> origin/gh/janeyx99/265/head 2025-07-17T06:36:02.9034402Z * [new branch] gh/janeyx99/266/base -> origin/gh/janeyx99/266/base 2025-07-17T06:36:02.9034871Z * [new branch] gh/janeyx99/266/head -> origin/gh/janeyx99/266/head 2025-07-17T06:36:02.9035339Z * [new branch] gh/janeyx99/266/orig -> origin/gh/janeyx99/266/orig 2025-07-17T06:36:02.9035806Z * [new branch] gh/janeyx99/267/base -> origin/gh/janeyx99/267/base 2025-07-17T06:36:02.9036272Z * [new branch] gh/janeyx99/267/head -> origin/gh/janeyx99/267/head 2025-07-17T06:36:02.9036744Z * [new branch] gh/janeyx99/267/orig -> origin/gh/janeyx99/267/orig 2025-07-17T06:36:02.9037217Z * [new branch] gh/janeyx99/268/base -> origin/gh/janeyx99/268/base 2025-07-17T06:36:02.9037692Z * [new branch] gh/janeyx99/268/head -> origin/gh/janeyx99/268/head 2025-07-17T06:36:02.9038166Z * [new branch] gh/janeyx99/268/orig -> origin/gh/janeyx99/268/orig 2025-07-17T06:36:02.9538358Z * [new branch] gh/janeyx99/269/base -> origin/gh/janeyx99/269/base 2025-07-17T06:36:02.9538884Z * [new branch] gh/janeyx99/269/head -> origin/gh/janeyx99/269/head 2025-07-17T06:36:02.9539381Z * [new branch] gh/janeyx99/269/orig -> origin/gh/janeyx99/269/orig 2025-07-17T06:36:02.9540497Z * [new branch] gh/janeyx99/270/base -> origin/gh/janeyx99/270/base 2025-07-17T06:36:02.9541014Z * [new branch] gh/janeyx99/270/head -> origin/gh/janeyx99/270/head 2025-07-17T06:36:02.9541562Z * [new branch] gh/janeyx99/270/orig -> origin/gh/janeyx99/270/orig 2025-07-17T06:36:02.9542076Z * [new branch] gh/janeyx99/271/base -> origin/gh/janeyx99/271/base 2025-07-17T06:36:02.9542544Z * [new branch] gh/janeyx99/271/head -> origin/gh/janeyx99/271/head 2025-07-17T06:36:02.9543028Z * [new branch] gh/janeyx99/271/orig -> origin/gh/janeyx99/271/orig 2025-07-17T06:36:02.9543491Z * [new branch] gh/janeyx99/272/base -> origin/gh/janeyx99/272/base 2025-07-17T06:36:02.9543962Z * [new branch] gh/janeyx99/272/head -> origin/gh/janeyx99/272/head 2025-07-17T06:36:02.9544444Z * [new branch] gh/janeyx99/272/orig -> origin/gh/janeyx99/272/orig 2025-07-17T06:36:02.9544915Z * [new branch] gh/janeyx99/273/base -> origin/gh/janeyx99/273/base 2025-07-17T06:36:02.9545385Z * [new branch] gh/janeyx99/273/head -> origin/gh/janeyx99/273/head 2025-07-17T06:36:02.9545847Z * [new branch] gh/janeyx99/273/orig -> origin/gh/janeyx99/273/orig 2025-07-17T06:36:02.9546322Z * [new branch] gh/janeyx99/274/base -> origin/gh/janeyx99/274/base 2025-07-17T06:36:02.9546926Z * [new branch] gh/janeyx99/274/head -> origin/gh/janeyx99/274/head 2025-07-17T06:36:02.9547441Z * [new branch] gh/janeyx99/274/orig -> origin/gh/janeyx99/274/orig 2025-07-17T06:36:02.9547961Z * [new branch] gh/janeyx99/275/base -> origin/gh/janeyx99/275/base 2025-07-17T06:36:02.9548460Z * [new branch] gh/janeyx99/275/head -> origin/gh/janeyx99/275/head 2025-07-17T06:36:02.9549012Z * [new branch] gh/janeyx99/275/orig -> origin/gh/janeyx99/275/orig 2025-07-17T06:36:02.9549513Z * [new branch] gh/janeyx99/276/base -> origin/gh/janeyx99/276/base 2025-07-17T06:36:02.9550025Z * [new branch] gh/janeyx99/276/head -> origin/gh/janeyx99/276/head 2025-07-17T06:36:02.9550577Z * [new branch] gh/janeyx99/276/orig -> origin/gh/janeyx99/276/orig 2025-07-17T06:36:02.9551082Z * [new branch] gh/janeyx99/277/base -> origin/gh/janeyx99/277/base 2025-07-17T06:36:02.9551601Z * [new branch] gh/janeyx99/277/head -> origin/gh/janeyx99/277/head 2025-07-17T06:36:02.9552152Z * [new branch] gh/janeyx99/277/orig -> origin/gh/janeyx99/277/orig 2025-07-17T06:36:02.9552659Z * [new branch] gh/janeyx99/278/base -> origin/gh/janeyx99/278/base 2025-07-17T06:36:02.9553293Z * [new branch] gh/janeyx99/278/head -> origin/gh/janeyx99/278/head 2025-07-17T06:36:02.9553805Z * [new branch] gh/janeyx99/278/orig -> origin/gh/janeyx99/278/orig 2025-07-17T06:36:02.9554334Z * [new branch] gh/janeyx99/279/base -> origin/gh/janeyx99/279/base 2025-07-17T06:36:02.9554883Z * [new branch] gh/janeyx99/279/head -> origin/gh/janeyx99/279/head 2025-07-17T06:36:02.9555417Z * [new branch] gh/janeyx99/279/orig -> origin/gh/janeyx99/279/orig 2025-07-17T06:36:02.9555967Z * [new branch] gh/janeyx99/280/base -> origin/gh/janeyx99/280/base 2025-07-17T06:36:02.9556475Z * [new branch] gh/janeyx99/280/head -> origin/gh/janeyx99/280/head 2025-07-17T06:36:02.9556987Z * [new branch] gh/janeyx99/280/orig -> origin/gh/janeyx99/280/orig 2025-07-17T06:36:02.9557541Z * [new branch] gh/janeyx99/88/base -> origin/gh/janeyx99/88/base 2025-07-17T06:36:02.9558464Z * [new branch] gh/janeyx99/88/head -> origin/gh/janeyx99/88/head 2025-07-17T06:36:02.9559017Z * [new branch] gh/janeyx99/88/orig -> origin/gh/janeyx99/88/orig 2025-07-17T06:36:02.9559516Z * [new branch] gh/jansel/360/base -> origin/gh/jansel/360/base 2025-07-17T06:36:02.9560018Z * [new branch] gh/jansel/360/head -> origin/gh/jansel/360/head 2025-07-17T06:36:02.9560547Z * [new branch] gh/jansel/451/base -> origin/gh/jansel/451/base 2025-07-17T06:36:02.9561055Z * [new branch] gh/jansel/451/head -> origin/gh/jansel/451/head 2025-07-17T06:36:02.9561545Z * [new branch] gh/jansel/451/orig -> origin/gh/jansel/451/orig 2025-07-17T06:36:02.9562085Z * [new branch] gh/jansel/462/base -> origin/gh/jansel/462/base 2025-07-17T06:36:02.9562627Z * [new branch] gh/jansel/462/head -> origin/gh/jansel/462/head 2025-07-17T06:36:02.9563120Z * [new branch] gh/jansel/462/orig -> origin/gh/jansel/462/orig 2025-07-17T06:36:03.0190252Z * [new branch] gh/jansel/513/base -> origin/gh/jansel/513/base 2025-07-17T06:36:03.0190776Z * [new branch] gh/jansel/513/head -> origin/gh/jansel/513/head 2025-07-17T06:36:03.0191253Z * [new branch] gh/jansel/513/orig -> origin/gh/jansel/513/orig 2025-07-17T06:36:03.0191735Z * [new branch] gh/jansel/519/base -> origin/gh/jansel/519/base 2025-07-17T06:36:03.0192390Z * [new branch] gh/jansel/519/head -> origin/gh/jansel/519/head 2025-07-17T06:36:03.0192864Z * [new branch] gh/jansel/519/orig -> origin/gh/jansel/519/orig 2025-07-17T06:36:03.0193384Z * [new branch] gh/jansel/520/base -> origin/gh/jansel/520/base 2025-07-17T06:36:03.0193843Z * [new branch] gh/jansel/520/head -> origin/gh/jansel/520/head 2025-07-17T06:36:03.0194323Z * [new branch] gh/jansel/520/orig -> origin/gh/jansel/520/orig 2025-07-17T06:36:03.0194778Z * [new branch] gh/jansel/521/base -> origin/gh/jansel/521/base 2025-07-17T06:36:03.0195239Z * [new branch] gh/jansel/521/head -> origin/gh/jansel/521/head 2025-07-17T06:36:03.0195688Z * [new branch] gh/jansel/521/orig -> origin/gh/jansel/521/orig 2025-07-17T06:36:03.0196147Z * [new branch] gh/jansel/522/base -> origin/gh/jansel/522/base 2025-07-17T06:36:03.0196614Z * [new branch] gh/jansel/522/head -> origin/gh/jansel/522/head 2025-07-17T06:36:03.0197072Z * [new branch] gh/jansel/522/orig -> origin/gh/jansel/522/orig 2025-07-17T06:36:03.0197528Z * [new branch] gh/jansel/523/base -> origin/gh/jansel/523/base 2025-07-17T06:36:03.0197978Z * [new branch] gh/jansel/523/head -> origin/gh/jansel/523/head 2025-07-17T06:36:03.0198447Z * [new branch] gh/jansel/523/orig -> origin/gh/jansel/523/orig 2025-07-17T06:36:03.0198908Z * [new branch] gh/jansel/524/base -> origin/gh/jansel/524/base 2025-07-17T06:36:03.0199357Z * [new branch] gh/jansel/524/head -> origin/gh/jansel/524/head 2025-07-17T06:36:03.0199815Z * [new branch] gh/jansel/524/orig -> origin/gh/jansel/524/orig 2025-07-17T06:36:03.0200265Z * [new branch] gh/jansel/525/base -> origin/gh/jansel/525/base 2025-07-17T06:36:03.0200727Z * [new branch] gh/jansel/525/head -> origin/gh/jansel/525/head 2025-07-17T06:36:03.0201248Z * [new branch] gh/jansel/525/orig -> origin/gh/jansel/525/orig 2025-07-17T06:36:03.0201747Z * [new branch] gh/jansel/526/base -> origin/gh/jansel/526/base 2025-07-17T06:36:03.0202218Z * [new branch] gh/jansel/526/head -> origin/gh/jansel/526/head 2025-07-17T06:36:03.0203193Z * [new branch] gh/jansel/526/orig -> origin/gh/jansel/526/orig 2025-07-17T06:36:03.0203673Z * [new branch] gh/jansel/527/base -> origin/gh/jansel/527/base 2025-07-17T06:36:03.0204137Z * [new branch] gh/jansel/527/head -> origin/gh/jansel/527/head 2025-07-17T06:36:03.0204590Z * [new branch] gh/jansel/527/orig -> origin/gh/jansel/527/orig 2025-07-17T06:36:03.0205061Z * [new branch] gh/jansel/528/base -> origin/gh/jansel/528/base 2025-07-17T06:36:03.0205521Z * [new branch] gh/jansel/528/head -> origin/gh/jansel/528/head 2025-07-17T06:36:03.0205981Z * [new branch] gh/jansel/528/orig -> origin/gh/jansel/528/orig 2025-07-17T06:36:03.0206436Z * [new branch] gh/jansel/529/base -> origin/gh/jansel/529/base 2025-07-17T06:36:03.0206893Z * [new branch] gh/jansel/529/head -> origin/gh/jansel/529/head 2025-07-17T06:36:03.0207354Z * [new branch] gh/jansel/529/orig -> origin/gh/jansel/529/orig 2025-07-17T06:36:03.0207809Z * [new branch] gh/jansel/530/base -> origin/gh/jansel/530/base 2025-07-17T06:36:03.0208266Z * [new branch] gh/jansel/530/head -> origin/gh/jansel/530/head 2025-07-17T06:36:03.0208716Z * [new branch] gh/jansel/530/orig -> origin/gh/jansel/530/orig 2025-07-17T06:36:03.0209270Z * [new branch] gh/jansel/531/base -> origin/gh/jansel/531/base 2025-07-17T06:36:03.0209738Z * [new branch] gh/jansel/531/head -> origin/gh/jansel/531/head 2025-07-17T06:36:03.0210191Z * [new branch] gh/jansel/531/orig -> origin/gh/jansel/531/orig 2025-07-17T06:36:03.0210648Z * [new branch] gh/jansel/532/base -> origin/gh/jansel/532/base 2025-07-17T06:36:03.0211110Z * [new branch] gh/jansel/532/head -> origin/gh/jansel/532/head 2025-07-17T06:36:03.0211573Z * [new branch] gh/jansel/532/orig -> origin/gh/jansel/532/orig 2025-07-17T06:36:03.0212099Z * [new branch] gh/jansel/533/base -> origin/gh/jansel/533/base 2025-07-17T06:36:03.0212599Z * [new branch] gh/jansel/533/head -> origin/gh/jansel/533/head 2025-07-17T06:36:03.0213058Z * [new branch] gh/jansel/533/orig -> origin/gh/jansel/533/orig 2025-07-17T06:36:03.0801891Z * [new branch] gh/jbschlosser/226/base -> origin/gh/jbschlosser/226/base 2025-07-17T06:36:03.0802471Z * [new branch] gh/jbschlosser/226/head -> origin/gh/jbschlosser/226/head 2025-07-17T06:36:03.0803004Z * [new branch] gh/jbschlosser/226/orig -> origin/gh/jbschlosser/226/orig 2025-07-17T06:36:03.0803514Z * [new branch] gh/jbschlosser/239/base -> origin/gh/jbschlosser/239/base 2025-07-17T06:36:03.0804057Z * [new branch] gh/jbschlosser/239/head -> origin/gh/jbschlosser/239/head 2025-07-17T06:36:03.0804562Z * [new branch] gh/jbschlosser/239/orig -> origin/gh/jbschlosser/239/orig 2025-07-17T06:36:03.0805071Z * [new branch] gh/jbschlosser/247/base -> origin/gh/jbschlosser/247/base 2025-07-17T06:36:03.0805582Z * [new branch] gh/jbschlosser/247/head -> origin/gh/jbschlosser/247/head 2025-07-17T06:36:03.0806086Z * [new branch] gh/jbschlosser/247/orig -> origin/gh/jbschlosser/247/orig 2025-07-17T06:36:03.0806604Z * [new branch] gh/jbschlosser/248/base -> origin/gh/jbschlosser/248/base 2025-07-17T06:36:03.0807145Z * [new branch] gh/jbschlosser/248/head -> origin/gh/jbschlosser/248/head 2025-07-17T06:36:03.0807724Z * [new branch] gh/jbschlosser/248/orig -> origin/gh/jbschlosser/248/orig 2025-07-17T06:36:03.0808239Z * [new branch] gh/jerryzh168/1/base -> origin/gh/jerryzh168/1/base 2025-07-17T06:36:03.0809287Z * [new branch] gh/jerryzh168/1/head -> origin/gh/jerryzh168/1/head 2025-07-17T06:36:03.0809769Z * [new branch] gh/jerryzh168/1/orig -> origin/gh/jerryzh168/1/orig 2025-07-17T06:36:03.0810253Z * [new branch] gh/jiayisunx/57/base -> origin/gh/jiayisunx/57/base 2025-07-17T06:36:03.0810739Z * [new branch] gh/jiayisunx/57/head -> origin/gh/jiayisunx/57/head 2025-07-17T06:36:03.0811216Z * [new branch] gh/jiayisunx/57/orig -> origin/gh/jiayisunx/57/orig 2025-07-17T06:36:03.0811696Z * [new branch] gh/jiayisunx/58/base -> origin/gh/jiayisunx/58/base 2025-07-17T06:36:03.0812182Z * [new branch] gh/jiayisunx/58/head -> origin/gh/jiayisunx/58/head 2025-07-17T06:36:03.0812657Z * [new branch] gh/jiayisunx/58/orig -> origin/gh/jiayisunx/58/orig 2025-07-17T06:36:03.0813231Z * [new branch] gh/jiayisunx/59/base -> origin/gh/jiayisunx/59/base 2025-07-17T06:36:03.0813764Z * [new branch] gh/jiayisunx/59/head -> origin/gh/jiayisunx/59/head 2025-07-17T06:36:03.0814248Z * [new branch] gh/jiayisunx/59/orig -> origin/gh/jiayisunx/59/orig 2025-07-17T06:36:03.0814737Z * [new branch] gh/jiayisunx/61/base -> origin/gh/jiayisunx/61/base 2025-07-17T06:36:03.0815214Z * [new branch] gh/jiayisunx/61/head -> origin/gh/jiayisunx/61/head 2025-07-17T06:36:03.0815834Z * [new branch] gh/jiayisunx/61/orig -> origin/gh/jiayisunx/61/orig 2025-07-17T06:36:03.0816319Z * [new branch] gh/jiayisunx/63/base -> origin/gh/jiayisunx/63/base 2025-07-17T06:36:03.0816804Z * [new branch] gh/jiayisunx/63/head -> origin/gh/jiayisunx/63/head 2025-07-17T06:36:03.0817289Z * [new branch] gh/jiayisunx/63/orig -> origin/gh/jiayisunx/63/orig 2025-07-17T06:36:03.0817774Z * [new branch] gh/jiayisunx/64/base -> origin/gh/jiayisunx/64/base 2025-07-17T06:36:03.0818261Z * [new branch] gh/jiayisunx/64/head -> origin/gh/jiayisunx/64/head 2025-07-17T06:36:03.0818784Z * [new branch] gh/jiayisunx/64/orig -> origin/gh/jiayisunx/64/orig 2025-07-17T06:36:03.0819316Z * [new branch] gh/jiayisunx/65/base -> origin/gh/jiayisunx/65/base 2025-07-17T06:36:03.0819802Z * [new branch] gh/jiayisunx/65/head -> origin/gh/jiayisunx/65/head 2025-07-17T06:36:03.0820281Z * [new branch] gh/jiayisunx/65/orig -> origin/gh/jiayisunx/65/orig 2025-07-17T06:36:03.0820776Z * [new branch] gh/jjwu@meta.com/1/base -> origin/gh/jjwu@meta.com/1/base 2025-07-17T06:36:03.0821264Z * [new branch] gh/jjwu@meta.com/1/head -> origin/gh/jjwu@meta.com/1/head 2025-07-17T06:36:03.0821776Z * [new branch] gh/justinchuby/111/base -> origin/gh/justinchuby/111/base 2025-07-17T06:36:03.0822290Z * [new branch] gh/justinchuby/111/head -> origin/gh/justinchuby/111/head 2025-07-17T06:36:03.0822792Z * [new branch] gh/justinchuby/111/orig -> origin/gh/justinchuby/111/orig 2025-07-17T06:36:03.0823305Z * [new branch] gh/kurtamohler/31/base -> origin/gh/kurtamohler/31/base 2025-07-17T06:36:03.0823806Z * [new branch] gh/kurtamohler/31/head -> origin/gh/kurtamohler/31/head 2025-07-17T06:36:03.0824315Z * [new branch] gh/kurtamohler/31/orig -> origin/gh/kurtamohler/31/orig 2025-07-17T06:36:03.0824884Z * [new branch] gh/kurtamohler/32/base -> origin/gh/kurtamohler/32/base 2025-07-17T06:36:03.0825432Z * [new branch] gh/kurtamohler/32/head -> origin/gh/kurtamohler/32/head 2025-07-17T06:36:03.1460712Z * [new branch] gh/kurtamohler/32/orig -> origin/gh/kurtamohler/32/orig 2025-07-17T06:36:03.1461938Z * [new branch] gh/kurtamohler/33/base -> origin/gh/kurtamohler/33/base 2025-07-17T06:36:03.1462453Z * [new branch] gh/kurtamohler/33/head -> origin/gh/kurtamohler/33/head 2025-07-17T06:36:03.1462962Z * [new branch] gh/kurtamohler/33/orig -> origin/gh/kurtamohler/33/orig 2025-07-17T06:36:03.1463460Z * [new branch] gh/kurtamohler/34/base -> origin/gh/kurtamohler/34/base 2025-07-17T06:36:03.1464017Z * [new branch] gh/kurtamohler/34/head -> origin/gh/kurtamohler/34/head 2025-07-17T06:36:03.1464605Z * [new branch] gh/kurtamohler/34/orig -> origin/gh/kurtamohler/34/orig 2025-07-17T06:36:03.1465103Z * [new branch] gh/kurtamohler/37/base -> origin/gh/kurtamohler/37/base 2025-07-17T06:36:03.1465610Z * [new branch] gh/kurtamohler/37/head -> origin/gh/kurtamohler/37/head 2025-07-17T06:36:03.1466105Z * [new branch] gh/kurtamohler/37/orig -> origin/gh/kurtamohler/37/orig 2025-07-17T06:36:03.1466624Z * [new branch] gh/kurtamohler/38/base -> origin/gh/kurtamohler/38/base 2025-07-17T06:36:03.1467122Z * [new branch] gh/kurtamohler/38/head -> origin/gh/kurtamohler/38/head 2025-07-17T06:36:03.1467627Z * [new branch] gh/kurtamohler/38/orig -> origin/gh/kurtamohler/38/orig 2025-07-17T06:36:03.1468122Z * [new branch] gh/kurtamohler/39/base -> origin/gh/kurtamohler/39/base 2025-07-17T06:36:03.1468743Z * [new branch] gh/kurtamohler/39/head -> origin/gh/kurtamohler/39/head 2025-07-17T06:36:03.1469251Z * [new branch] gh/kurtamohler/39/orig -> origin/gh/kurtamohler/39/orig 2025-07-17T06:36:03.1469791Z * [new branch] gh/kurtamohler/40/base -> origin/gh/kurtamohler/40/base 2025-07-17T06:36:03.1470343Z * [new branch] gh/kurtamohler/40/head -> origin/gh/kurtamohler/40/head 2025-07-17T06:36:03.1470850Z * [new branch] gh/kurtamohler/40/orig -> origin/gh/kurtamohler/40/orig 2025-07-17T06:36:03.1471342Z * [new branch] gh/kurtamohler/41/base -> origin/gh/kurtamohler/41/base 2025-07-17T06:36:03.1471846Z * [new branch] gh/kurtamohler/41/head -> origin/gh/kurtamohler/41/head 2025-07-17T06:36:03.1472337Z * [new branch] gh/kurtamohler/41/orig -> origin/gh/kurtamohler/41/orig 2025-07-17T06:36:03.1472821Z * [new branch] gh/kwen2501/1/base -> origin/gh/kwen2501/1/base 2025-07-17T06:36:03.1473379Z * [new branch] gh/kwen2501/1/head -> origin/gh/kwen2501/1/head 2025-07-17T06:36:03.1473846Z * [new branch] gh/kwen2501/130/base -> origin/gh/kwen2501/130/base 2025-07-17T06:36:03.1474316Z * [new branch] gh/kwen2501/130/head -> origin/gh/kwen2501/130/head 2025-07-17T06:36:03.1474781Z * [new branch] gh/kwen2501/130/orig -> origin/gh/kwen2501/130/orig 2025-07-17T06:36:03.1475260Z * [new branch] gh/kwen2501/131/base -> origin/gh/kwen2501/131/base 2025-07-17T06:36:03.1475773Z * [new branch] gh/kwen2501/131/head -> origin/gh/kwen2501/131/head 2025-07-17T06:36:03.1476364Z * [new branch] gh/kwen2501/131/orig -> origin/gh/kwen2501/131/orig 2025-07-17T06:36:03.1477101Z * [new branch] gh/kwen2501/142/base -> origin/gh/kwen2501/142/base 2025-07-17T06:36:03.1477819Z * [new branch] gh/kwen2501/142/head -> origin/gh/kwen2501/142/head 2025-07-17T06:36:03.1478560Z * [new branch] gh/kwen2501/142/orig -> origin/gh/kwen2501/142/orig 2025-07-17T06:36:03.1479023Z * [new branch] gh/kwen2501/15/base -> origin/gh/kwen2501/15/base 2025-07-17T06:36:03.1479499Z * [new branch] gh/kwen2501/15/head -> origin/gh/kwen2501/15/head 2025-07-17T06:36:03.1480377Z * [new branch] gh/kwen2501/156/base -> origin/gh/kwen2501/156/base 2025-07-17T06:36:03.1480846Z * [new branch] gh/kwen2501/156/head -> origin/gh/kwen2501/156/head 2025-07-17T06:36:03.1481379Z * [new branch] gh/kwen2501/156/orig -> origin/gh/kwen2501/156/orig 2025-07-17T06:36:03.1481885Z * [new branch] gh/kwen2501/162/base -> origin/gh/kwen2501/162/base 2025-07-17T06:36:03.1482358Z * [new branch] gh/kwen2501/162/head -> origin/gh/kwen2501/162/head 2025-07-17T06:36:03.1482842Z * [new branch] gh/kwen2501/162/orig -> origin/gh/kwen2501/162/orig 2025-07-17T06:36:03.1483301Z * [new branch] gh/kwen2501/170/base -> origin/gh/kwen2501/170/base 2025-07-17T06:36:03.1483771Z * [new branch] gh/kwen2501/170/head -> origin/gh/kwen2501/170/head 2025-07-17T06:36:03.1484227Z * [new branch] gh/kwen2501/172/base -> origin/gh/kwen2501/172/base 2025-07-17T06:36:03.1484695Z * [new branch] gh/kwen2501/172/head -> origin/gh/kwen2501/172/head 2025-07-17T06:36:03.1485183Z * [new branch] gh/kwen2501/172/orig -> origin/gh/kwen2501/172/orig 2025-07-17T06:36:03.1906863Z * [new branch] gh/kwen2501/173/base -> origin/gh/kwen2501/173/base 2025-07-17T06:36:03.1907385Z * [new branch] gh/kwen2501/173/head -> origin/gh/kwen2501/173/head 2025-07-17T06:36:03.1907857Z * [new branch] gh/kwen2501/173/orig -> origin/gh/kwen2501/173/orig 2025-07-17T06:36:03.1908506Z * [new branch] gh/kwen2501/174/base -> origin/gh/kwen2501/174/base 2025-07-17T06:36:03.1908970Z * [new branch] gh/kwen2501/174/head -> origin/gh/kwen2501/174/head 2025-07-17T06:36:03.1909523Z * [new branch] gh/kwen2501/174/orig -> origin/gh/kwen2501/174/orig 2025-07-17T06:36:03.1909991Z * [new branch] gh/kwen2501/175/base -> origin/gh/kwen2501/175/base 2025-07-17T06:36:03.1910469Z * [new branch] gh/kwen2501/175/head -> origin/gh/kwen2501/175/head 2025-07-17T06:36:03.1910942Z * [new branch] gh/kwen2501/175/orig -> origin/gh/kwen2501/175/orig 2025-07-17T06:36:03.1911414Z * [new branch] gh/kwen2501/176/base -> origin/gh/kwen2501/176/base 2025-07-17T06:36:03.1911883Z * [new branch] gh/kwen2501/176/head -> origin/gh/kwen2501/176/head 2025-07-17T06:36:03.1912358Z * [new branch] gh/kwen2501/176/orig -> origin/gh/kwen2501/176/orig 2025-07-17T06:36:03.1912822Z * [new branch] gh/kwen2501/177/base -> origin/gh/kwen2501/177/base 2025-07-17T06:36:03.1913379Z * [new branch] gh/kwen2501/177/head -> origin/gh/kwen2501/177/head 2025-07-17T06:36:03.1913844Z * [new branch] gh/kwen2501/177/orig -> origin/gh/kwen2501/177/orig 2025-07-17T06:36:03.1914323Z * [new branch] gh/kwen2501/178/base -> origin/gh/kwen2501/178/base 2025-07-17T06:36:03.1914830Z * [new branch] gh/kwen2501/178/head -> origin/gh/kwen2501/178/head 2025-07-17T06:36:03.1915338Z * [new branch] gh/kwen2501/178/orig -> origin/gh/kwen2501/178/orig 2025-07-17T06:36:03.1915816Z * [new branch] gh/kwen2501/179/base -> origin/gh/kwen2501/179/base 2025-07-17T06:36:03.1916274Z * [new branch] gh/kwen2501/179/head -> origin/gh/kwen2501/179/head 2025-07-17T06:36:03.1916757Z * [new branch] gh/kwen2501/179/orig -> origin/gh/kwen2501/179/orig 2025-07-17T06:36:03.1917231Z * [new branch] gh/kwen2501/180/base -> origin/gh/kwen2501/180/base 2025-07-17T06:36:03.1917692Z * [new branch] gh/kwen2501/180/head -> origin/gh/kwen2501/180/head 2025-07-17T06:36:03.1918162Z * [new branch] gh/kwen2501/180/orig -> origin/gh/kwen2501/180/orig 2025-07-17T06:36:03.1919091Z * [new branch] gh/kwen2501/181/base -> origin/gh/kwen2501/181/base 2025-07-17T06:36:03.1919571Z * [new branch] gh/kwen2501/181/head -> origin/gh/kwen2501/181/head 2025-07-17T06:36:03.1920043Z * [new branch] gh/kwen2501/181/orig -> origin/gh/kwen2501/181/orig 2025-07-17T06:36:03.1920563Z * [new branch] gh/kwen2501/182/base -> origin/gh/kwen2501/182/base 2025-07-17T06:36:03.1921075Z * [new branch] gh/kwen2501/182/head -> origin/gh/kwen2501/182/head 2025-07-17T06:36:03.1921555Z * [new branch] gh/kwen2501/182/orig -> origin/gh/kwen2501/182/orig 2025-07-17T06:36:03.1922021Z * [new branch] gh/kwen2501/183/base -> origin/gh/kwen2501/183/base 2025-07-17T06:36:03.1922506Z * [new branch] gh/kwen2501/183/head -> origin/gh/kwen2501/183/head 2025-07-17T06:36:03.1922961Z * [new branch] gh/kwen2501/183/orig -> origin/gh/kwen2501/183/orig 2025-07-17T06:36:03.1923435Z * [new branch] gh/kwen2501/184/base -> origin/gh/kwen2501/184/base 2025-07-17T06:36:03.1923897Z * [new branch] gh/kwen2501/184/head -> origin/gh/kwen2501/184/head 2025-07-17T06:36:03.1924363Z * [new branch] gh/kwen2501/184/orig -> origin/gh/kwen2501/184/orig 2025-07-17T06:36:03.1924828Z * [new branch] gh/kwen2501/185/base -> origin/gh/kwen2501/185/base 2025-07-17T06:36:03.1925295Z * [new branch] gh/kwen2501/185/head -> origin/gh/kwen2501/185/head 2025-07-17T06:36:03.1925873Z * [new branch] gh/kwen2501/185/orig -> origin/gh/kwen2501/185/orig 2025-07-17T06:36:03.1926380Z * [new branch] gh/kwen2501/186/base -> origin/gh/kwen2501/186/base 2025-07-17T06:36:03.1926894Z * [new branch] gh/kwen2501/186/head -> origin/gh/kwen2501/186/head 2025-07-17T06:36:03.1927357Z * [new branch] gh/kwen2501/186/orig -> origin/gh/kwen2501/186/orig 2025-07-17T06:36:03.1927824Z * [new branch] gh/kwen2501/187/base -> origin/gh/kwen2501/187/base 2025-07-17T06:36:03.1928289Z * [new branch] gh/kwen2501/187/head -> origin/gh/kwen2501/187/head 2025-07-17T06:36:03.1928745Z * [new branch] gh/kwen2501/187/orig -> origin/gh/kwen2501/187/orig 2025-07-17T06:36:03.1929208Z * [new branch] gh/kwen2501/188/base -> origin/gh/kwen2501/188/base 2025-07-17T06:36:03.2401238Z * [new branch] gh/kwen2501/188/head -> origin/gh/kwen2501/188/head 2025-07-17T06:36:03.2401766Z * [new branch] gh/kwen2501/188/orig -> origin/gh/kwen2501/188/orig 2025-07-17T06:36:03.2402256Z * [new branch] gh/kwen2501/189/base -> origin/gh/kwen2501/189/base 2025-07-17T06:36:03.2402715Z * [new branch] gh/kwen2501/189/head -> origin/gh/kwen2501/189/head 2025-07-17T06:36:03.2403198Z * [new branch] gh/kwen2501/189/orig -> origin/gh/kwen2501/189/orig 2025-07-17T06:36:03.2403673Z * [new branch] gh/kwen2501/190/base -> origin/gh/kwen2501/190/base 2025-07-17T06:36:03.2404130Z * [new branch] gh/kwen2501/190/head -> origin/gh/kwen2501/190/head 2025-07-17T06:36:03.2404596Z * [new branch] gh/kwen2501/190/orig -> origin/gh/kwen2501/190/orig 2025-07-17T06:36:03.2405060Z * [new branch] gh/kwen2501/191/base -> origin/gh/kwen2501/191/base 2025-07-17T06:36:03.2405583Z * [new branch] gh/kwen2501/191/head -> origin/gh/kwen2501/191/head 2025-07-17T06:36:03.2406075Z * [new branch] gh/kwen2501/191/orig -> origin/gh/kwen2501/191/orig 2025-07-17T06:36:03.2406543Z * [new branch] gh/kwen2501/192/base -> origin/gh/kwen2501/192/base 2025-07-17T06:36:03.2407009Z * [new branch] gh/kwen2501/192/head -> origin/gh/kwen2501/192/head 2025-07-17T06:36:03.2408129Z * [new branch] gh/kwen2501/192/orig -> origin/gh/kwen2501/192/orig 2025-07-17T06:36:03.2408602Z * [new branch] gh/kwen2501/193/base -> origin/gh/kwen2501/193/base 2025-07-17T06:36:03.2409057Z * [new branch] gh/kwen2501/193/head -> origin/gh/kwen2501/193/head 2025-07-17T06:36:03.2409525Z * [new branch] gh/kwen2501/193/orig -> origin/gh/kwen2501/193/orig 2025-07-17T06:36:03.2409987Z * [new branch] gh/kwen2501/194/base -> origin/gh/kwen2501/194/base 2025-07-17T06:36:03.2410456Z * [new branch] gh/kwen2501/194/head -> origin/gh/kwen2501/194/head 2025-07-17T06:36:03.2410921Z * [new branch] gh/kwen2501/194/orig -> origin/gh/kwen2501/194/orig 2025-07-17T06:36:03.2411424Z * [new branch] gh/kwen2501/195/base -> origin/gh/kwen2501/195/base 2025-07-17T06:36:03.2411927Z * [new branch] gh/kwen2501/195/head -> origin/gh/kwen2501/195/head 2025-07-17T06:36:03.2412404Z * [new branch] gh/kwen2501/195/orig -> origin/gh/kwen2501/195/orig 2025-07-17T06:36:03.2412862Z * [new branch] gh/kwen2501/196/base -> origin/gh/kwen2501/196/base 2025-07-17T06:36:03.2413329Z * [new branch] gh/kwen2501/196/head -> origin/gh/kwen2501/196/head 2025-07-17T06:36:03.2413786Z * [new branch] gh/kwen2501/196/orig -> origin/gh/kwen2501/196/orig 2025-07-17T06:36:03.2414397Z * [new branch] gh/laithsakka/112/head -> origin/gh/laithsakka/112/head 2025-07-17T06:36:03.2414911Z * [new branch] gh/laithsakka/117/base -> origin/gh/laithsakka/117/base 2025-07-17T06:36:03.2415409Z * [new branch] gh/laithsakka/117/head -> origin/gh/laithsakka/117/head 2025-07-17T06:36:03.2415912Z * [new branch] gh/laithsakka/117/orig -> origin/gh/laithsakka/117/orig 2025-07-17T06:36:03.2416407Z * [new branch] gh/laithsakka/120/base -> origin/gh/laithsakka/120/base 2025-07-17T06:36:03.2416946Z * [new branch] gh/laithsakka/120/head -> origin/gh/laithsakka/120/head 2025-07-17T06:36:03.2417435Z * [new branch] gh/laithsakka/120/orig -> origin/gh/laithsakka/120/orig 2025-07-17T06:36:03.2417977Z * [new branch] gh/laithsakka/141/base -> origin/gh/laithsakka/141/base 2025-07-17T06:36:03.2418473Z * [new branch] gh/laithsakka/141/head -> origin/gh/laithsakka/141/head 2025-07-17T06:36:03.2418963Z * [new branch] gh/laithsakka/141/orig -> origin/gh/laithsakka/141/orig 2025-07-17T06:36:03.2419460Z * [new branch] gh/laithsakka/152/base -> origin/gh/laithsakka/152/base 2025-07-17T06:36:03.2419949Z * [new branch] gh/laithsakka/152/head -> origin/gh/laithsakka/152/head 2025-07-17T06:36:03.2420452Z * [new branch] gh/laithsakka/152/orig -> origin/gh/laithsakka/152/orig 2025-07-17T06:36:03.2420953Z * [new branch] gh/laithsakka/156/base -> origin/gh/laithsakka/156/base 2025-07-17T06:36:03.2421441Z * [new branch] gh/laithsakka/156/head -> origin/gh/laithsakka/156/head 2025-07-17T06:36:03.2421941Z * [new branch] gh/laithsakka/156/orig -> origin/gh/laithsakka/156/orig 2025-07-17T06:36:03.2422426Z * [new branch] gh/laithsakka/159/base -> origin/gh/laithsakka/159/base 2025-07-17T06:36:03.2422925Z * [new branch] gh/laithsakka/159/head -> origin/gh/laithsakka/159/head 2025-07-17T06:36:03.2423460Z * [new branch] gh/laithsakka/159/orig -> origin/gh/laithsakka/159/orig 2025-07-17T06:36:03.2423982Z * [new branch] gh/laithsakka/160/base -> origin/gh/laithsakka/160/base 2025-07-17T06:36:03.2844623Z * [new branch] gh/laithsakka/160/head -> origin/gh/laithsakka/160/head 2025-07-17T06:36:03.2845709Z * [new branch] gh/laithsakka/160/orig -> origin/gh/laithsakka/160/orig 2025-07-17T06:36:03.2846220Z * [new branch] gh/laithsakka/178/base -> origin/gh/laithsakka/178/base 2025-07-17T06:36:03.2846724Z * [new branch] gh/laithsakka/178/head -> origin/gh/laithsakka/178/head 2025-07-17T06:36:03.2847226Z * [new branch] gh/laithsakka/178/orig -> origin/gh/laithsakka/178/orig 2025-07-17T06:36:03.2847780Z * [new branch] gh/laithsakka/191/base -> origin/gh/laithsakka/191/base 2025-07-17T06:36:03.2848347Z * [new branch] gh/laithsakka/191/head -> origin/gh/laithsakka/191/head 2025-07-17T06:36:03.2848859Z * [new branch] gh/laithsakka/191/orig -> origin/gh/laithsakka/191/orig 2025-07-17T06:36:03.2849367Z * [new branch] gh/laithsakka/199/base -> origin/gh/laithsakka/199/base 2025-07-17T06:36:03.2849855Z * [new branch] gh/laithsakka/199/head -> origin/gh/laithsakka/199/head 2025-07-17T06:36:03.2850358Z * [new branch] gh/laithsakka/199/orig -> origin/gh/laithsakka/199/orig 2025-07-17T06:36:03.2850853Z * [new branch] gh/laithsakka/206/base -> origin/gh/laithsakka/206/base 2025-07-17T06:36:03.2851363Z * [new branch] gh/laithsakka/206/head -> origin/gh/laithsakka/206/head 2025-07-17T06:36:03.2851877Z * [new branch] gh/laithsakka/206/orig -> origin/gh/laithsakka/206/orig 2025-07-17T06:36:03.2852486Z * [new branch] gh/laithsakka/210/base -> origin/gh/laithsakka/210/base 2025-07-17T06:36:03.2853009Z * [new branch] gh/laithsakka/210/head -> origin/gh/laithsakka/210/head 2025-07-17T06:36:03.2853507Z * [new branch] gh/laithsakka/210/orig -> origin/gh/laithsakka/210/orig 2025-07-17T06:36:03.2854107Z * [new branch] gh/laithsakka/215/base -> origin/gh/laithsakka/215/base 2025-07-17T06:36:03.2854614Z * [new branch] gh/laithsakka/215/head -> origin/gh/laithsakka/215/head 2025-07-17T06:36:03.2855106Z * [new branch] gh/laithsakka/215/orig -> origin/gh/laithsakka/215/orig 2025-07-17T06:36:03.2855601Z * [new branch] gh/laithsakka/219/base -> origin/gh/laithsakka/219/base 2025-07-17T06:36:03.2856089Z * [new branch] gh/laithsakka/219/head -> origin/gh/laithsakka/219/head 2025-07-17T06:36:03.2856590Z * [new branch] gh/laithsakka/219/orig -> origin/gh/laithsakka/219/orig 2025-07-17T06:36:03.2857101Z * [new branch] gh/laithsakka/220/base -> origin/gh/laithsakka/220/base 2025-07-17T06:36:03.2857589Z * [new branch] gh/laithsakka/220/head -> origin/gh/laithsakka/220/head 2025-07-17T06:36:03.2858084Z * [new branch] gh/laithsakka/220/orig -> origin/gh/laithsakka/220/orig 2025-07-17T06:36:03.2858575Z * [new branch] gh/laithsakka/221/base -> origin/gh/laithsakka/221/base 2025-07-17T06:36:03.2859077Z * [new branch] gh/laithsakka/221/head -> origin/gh/laithsakka/221/head 2025-07-17T06:36:03.2859630Z * [new branch] gh/laithsakka/221/orig -> origin/gh/laithsakka/221/orig 2025-07-17T06:36:03.2860175Z * [new branch] gh/laithsakka/222/base -> origin/gh/laithsakka/222/base 2025-07-17T06:36:03.2860674Z * [new branch] gh/laithsakka/222/head -> origin/gh/laithsakka/222/head 2025-07-17T06:36:03.2861171Z * [new branch] gh/laithsakka/222/orig -> origin/gh/laithsakka/222/orig 2025-07-17T06:36:03.2861674Z * [new branch] gh/laithsakka/223/base -> origin/gh/laithsakka/223/base 2025-07-17T06:36:03.2862166Z * [new branch] gh/laithsakka/223/head -> origin/gh/laithsakka/223/head 2025-07-17T06:36:03.2862667Z * [new branch] gh/laithsakka/223/orig -> origin/gh/laithsakka/223/orig 2025-07-17T06:36:03.2863574Z * [new branch] gh/laithsakka/224/base -> origin/gh/laithsakka/224/base 2025-07-17T06:36:03.2864079Z * [new branch] gh/laithsakka/224/head -> origin/gh/laithsakka/224/head 2025-07-17T06:36:03.2864587Z * [new branch] gh/laithsakka/224/orig -> origin/gh/laithsakka/224/orig 2025-07-17T06:36:03.2865080Z * [new branch] gh/laithsakka/225/base -> origin/gh/laithsakka/225/base 2025-07-17T06:36:03.2865642Z * [new branch] gh/laithsakka/225/head -> origin/gh/laithsakka/225/head 2025-07-17T06:36:03.2866217Z * [new branch] gh/laithsakka/225/orig -> origin/gh/laithsakka/225/orig 2025-07-17T06:36:03.2866711Z * [new branch] gh/laithsakka/226/base -> origin/gh/laithsakka/226/base 2025-07-17T06:36:03.2867208Z * [new branch] gh/laithsakka/226/head -> origin/gh/laithsakka/226/head 2025-07-17T06:36:03.2867701Z * [new branch] gh/laithsakka/226/orig -> origin/gh/laithsakka/226/orig 2025-07-17T06:36:03.2868206Z * [new branch] gh/laithsakka/227/base -> origin/gh/laithsakka/227/base 2025-07-17T06:36:03.2868703Z * [new branch] gh/laithsakka/227/head -> origin/gh/laithsakka/227/head 2025-07-17T06:36:03.3300274Z * [new branch] gh/laithsakka/227/orig -> origin/gh/laithsakka/227/orig 2025-07-17T06:36:03.3300855Z * [new branch] gh/laithsakka/228/base -> origin/gh/laithsakka/228/base 2025-07-17T06:36:03.3301369Z * [new branch] gh/laithsakka/228/head -> origin/gh/laithsakka/228/head 2025-07-17T06:36:03.3302053Z * [new branch] gh/laithsakka/228/orig -> origin/gh/laithsakka/228/orig 2025-07-17T06:36:03.3302566Z * [new branch] gh/laithsakka/229/base -> origin/gh/laithsakka/229/base 2025-07-17T06:36:03.3303152Z * [new branch] gh/laithsakka/229/head -> origin/gh/laithsakka/229/head 2025-07-17T06:36:03.3303671Z * [new branch] gh/laithsakka/229/orig -> origin/gh/laithsakka/229/orig 2025-07-17T06:36:03.3304178Z * [new branch] gh/laithsakka/230/base -> origin/gh/laithsakka/230/base 2025-07-17T06:36:03.3304666Z * [new branch] gh/laithsakka/230/head -> origin/gh/laithsakka/230/head 2025-07-17T06:36:03.3305160Z * [new branch] gh/laithsakka/230/orig -> origin/gh/laithsakka/230/orig 2025-07-17T06:36:03.3305652Z * [new branch] gh/laithsakka/231/base -> origin/gh/laithsakka/231/base 2025-07-17T06:36:03.3306154Z * [new branch] gh/laithsakka/231/head -> origin/gh/laithsakka/231/head 2025-07-17T06:36:03.3306650Z * [new branch] gh/laithsakka/231/orig -> origin/gh/laithsakka/231/orig 2025-07-17T06:36:03.3307143Z * [new branch] gh/laithsakka/232/base -> origin/gh/laithsakka/232/base 2025-07-17T06:36:03.3307635Z * [new branch] gh/laithsakka/232/head -> origin/gh/laithsakka/232/head 2025-07-17T06:36:03.3308132Z * [new branch] gh/laithsakka/232/orig -> origin/gh/laithsakka/232/orig 2025-07-17T06:36:03.3308681Z * [new branch] gh/laithsakka/233/base -> origin/gh/laithsakka/233/base 2025-07-17T06:36:03.3309213Z * [new branch] gh/laithsakka/233/head -> origin/gh/laithsakka/233/head 2025-07-17T06:36:03.3309717Z * [new branch] gh/laithsakka/233/orig -> origin/gh/laithsakka/233/orig 2025-07-17T06:36:03.3310215Z * [new branch] gh/laithsakka/234/base -> origin/gh/laithsakka/234/base 2025-07-17T06:36:03.3310714Z * [new branch] gh/laithsakka/234/head -> origin/gh/laithsakka/234/head 2025-07-17T06:36:03.3311213Z * [new branch] gh/laithsakka/234/orig -> origin/gh/laithsakka/234/orig 2025-07-17T06:36:03.3311703Z * [new branch] gh/laithsakka/235/base -> origin/gh/laithsakka/235/base 2025-07-17T06:36:03.3312328Z * [new branch] gh/laithsakka/235/head -> origin/gh/laithsakka/235/head 2025-07-17T06:36:03.3312835Z * [new branch] gh/laithsakka/235/orig -> origin/gh/laithsakka/235/orig 2025-07-17T06:36:03.3313391Z * [new branch] gh/laithsakka/236/base -> origin/gh/laithsakka/236/base 2025-07-17T06:36:03.3313895Z * [new branch] gh/laithsakka/236/head -> origin/gh/laithsakka/236/head 2025-07-17T06:36:03.3314444Z * [new branch] gh/laithsakka/236/orig -> origin/gh/laithsakka/236/orig 2025-07-17T06:36:03.3315001Z * [new branch] gh/laithsakka/237/base -> origin/gh/laithsakka/237/base 2025-07-17T06:36:03.3315500Z * [new branch] gh/laithsakka/237/head -> origin/gh/laithsakka/237/head 2025-07-17T06:36:03.3315992Z * [new branch] gh/laithsakka/237/orig -> origin/gh/laithsakka/237/orig 2025-07-17T06:36:03.3316500Z * [new branch] gh/laithsakka/238/base -> origin/gh/laithsakka/238/base 2025-07-17T06:36:03.3316997Z * [new branch] gh/laithsakka/238/head -> origin/gh/laithsakka/238/head 2025-07-17T06:36:03.3317502Z * [new branch] gh/laithsakka/238/orig -> origin/gh/laithsakka/238/orig 2025-07-17T06:36:03.3318003Z * [new branch] gh/laithsakka/239/base -> origin/gh/laithsakka/239/base 2025-07-17T06:36:03.3318492Z * [new branch] gh/laithsakka/239/head -> origin/gh/laithsakka/239/head 2025-07-17T06:36:03.3318993Z * [new branch] gh/laithsakka/239/orig -> origin/gh/laithsakka/239/orig 2025-07-17T06:36:03.3319572Z * [new branch] gh/laithsakka/240/base -> origin/gh/laithsakka/240/base 2025-07-17T06:36:03.3320127Z * [new branch] gh/laithsakka/240/head -> origin/gh/laithsakka/240/head 2025-07-17T06:36:03.3320670Z * [new branch] gh/laithsakka/240/orig -> origin/gh/laithsakka/240/orig 2025-07-17T06:36:03.3321173Z * [new branch] gh/laithsakka/241/base -> origin/gh/laithsakka/241/base 2025-07-17T06:36:03.3321678Z * [new branch] gh/laithsakka/241/head -> origin/gh/laithsakka/241/head 2025-07-17T06:36:03.3322166Z * [new branch] gh/laithsakka/241/orig -> origin/gh/laithsakka/241/orig 2025-07-17T06:36:03.3322660Z * [new branch] gh/laithsakka/242/base -> origin/gh/laithsakka/242/base 2025-07-17T06:36:03.3323154Z * [new branch] gh/laithsakka/242/head -> origin/gh/laithsakka/242/head 2025-07-17T06:36:03.4487139Z * [new branch] gh/laithsakka/242/orig -> origin/gh/laithsakka/242/orig 2025-07-17T06:36:03.4487719Z * [new branch] gh/laithsakka/243/base -> origin/gh/laithsakka/243/base 2025-07-17T06:36:03.4488220Z * [new branch] gh/laithsakka/243/head -> origin/gh/laithsakka/243/head 2025-07-17T06:36:03.4488725Z * [new branch] gh/laithsakka/243/orig -> origin/gh/laithsakka/243/orig 2025-07-17T06:36:03.4489450Z * [new branch] gh/laithsakka/244/base -> origin/gh/laithsakka/244/base 2025-07-17T06:36:03.4489944Z * [new branch] gh/laithsakka/244/head -> origin/gh/laithsakka/244/head 2025-07-17T06:36:03.4490440Z * [new branch] gh/laithsakka/244/orig -> origin/gh/laithsakka/244/orig 2025-07-17T06:36:03.4490931Z * [new branch] gh/laithsakka/28/base -> origin/gh/laithsakka/28/base 2025-07-17T06:36:03.4491434Z * [new branch] gh/laithsakka/29/base -> origin/gh/laithsakka/29/base 2025-07-17T06:36:03.4491996Z * [new branch] gh/laithsakka/30/base -> origin/gh/laithsakka/30/base 2025-07-17T06:36:03.4492532Z * [new branch] gh/laithsakka/30/head -> origin/gh/laithsakka/30/head 2025-07-17T06:36:03.4493025Z * [new branch] gh/laithsakka/31/base -> origin/gh/laithsakka/31/base 2025-07-17T06:36:03.4493508Z * [new branch] gh/laithsakka/31/head -> origin/gh/laithsakka/31/head 2025-07-17T06:36:03.4494527Z * [new branch] gh/laithsakka/32/base -> origin/gh/laithsakka/32/base 2025-07-17T06:36:03.4495025Z * [new branch] gh/laithsakka/32/head -> origin/gh/laithsakka/32/head 2025-07-17T06:36:03.4495563Z * [new branch] gh/leslie-fang-intel/190/base -> origin/gh/leslie-fang-intel/190/base 2025-07-17T06:36:03.4496162Z * [new branch] gh/leslie-fang-intel/190/head -> origin/gh/leslie-fang-intel/190/head 2025-07-17T06:36:03.4496751Z * [new branch] gh/leslie-fang-intel/190/orig -> origin/gh/leslie-fang-intel/190/orig 2025-07-17T06:36:03.4497331Z * [new branch] gh/leslie-fang-intel/199/base -> origin/gh/leslie-fang-intel/199/base 2025-07-17T06:36:03.4497964Z * [new branch] gh/leslie-fang-intel/199/head -> origin/gh/leslie-fang-intel/199/head 2025-07-17T06:36:03.4498582Z * [new branch] gh/leslie-fang-intel/199/orig -> origin/gh/leslie-fang-intel/199/orig 2025-07-17T06:36:03.4499164Z * [new branch] gh/leslie-fang-intel/200/base -> origin/gh/leslie-fang-intel/200/base 2025-07-17T06:36:03.4499729Z * [new branch] gh/leslie-fang-intel/200/head -> origin/gh/leslie-fang-intel/200/head 2025-07-17T06:36:03.4500307Z * [new branch] gh/leslie-fang-intel/200/orig -> origin/gh/leslie-fang-intel/200/orig 2025-07-17T06:36:03.4500876Z * [new branch] gh/leslie-fang-intel/201/base -> origin/gh/leslie-fang-intel/201/base 2025-07-17T06:36:03.4502008Z * [new branch] gh/leslie-fang-intel/201/head -> origin/gh/leslie-fang-intel/201/head 2025-07-17T06:36:03.4502600Z * [new branch] gh/leslie-fang-intel/201/orig -> origin/gh/leslie-fang-intel/201/orig 2025-07-17T06:36:03.4503171Z * [new branch] gh/leslie-fang-intel/202/base -> origin/gh/leslie-fang-intel/202/base 2025-07-17T06:36:03.4503803Z * [new branch] gh/leslie-fang-intel/202/head -> origin/gh/leslie-fang-intel/202/head 2025-07-17T06:36:03.4504423Z * [new branch] gh/leslie-fang-intel/202/orig -> origin/gh/leslie-fang-intel/202/orig 2025-07-17T06:36:03.4505004Z * [new branch] gh/leslie-fang-intel/203/base -> origin/gh/leslie-fang-intel/203/base 2025-07-17T06:36:03.4505589Z * [new branch] gh/leslie-fang-intel/203/head -> origin/gh/leslie-fang-intel/203/head 2025-07-17T06:36:03.4506168Z * [new branch] gh/leslie-fang-intel/203/orig -> origin/gh/leslie-fang-intel/203/orig 2025-07-17T06:36:03.4506750Z * [new branch] gh/leslie-fang-intel/204/base -> origin/gh/leslie-fang-intel/204/base 2025-07-17T06:36:03.4507315Z * [new branch] gh/leslie-fang-intel/204/head -> origin/gh/leslie-fang-intel/204/head 2025-07-17T06:36:03.4507893Z * [new branch] gh/leslie-fang-intel/204/orig -> origin/gh/leslie-fang-intel/204/orig 2025-07-17T06:36:03.4508473Z * [new branch] gh/leslie-fang-intel/205/base -> origin/gh/leslie-fang-intel/205/base 2025-07-17T06:36:03.4509049Z * [new branch] gh/leslie-fang-intel/205/head -> origin/gh/leslie-fang-intel/205/head 2025-07-17T06:36:03.4509670Z * [new branch] gh/leslie-fang-intel/205/orig -> origin/gh/leslie-fang-intel/205/orig 2025-07-17T06:36:03.4510298Z * [new branch] gh/leslie-fang-intel/206/base -> origin/gh/leslie-fang-intel/206/base 2025-07-17T06:36:03.4519314Z * [new branch] gh/leslie-fang-intel/206/head -> origin/gh/leslie-fang-intel/206/head 2025-07-17T06:36:03.4520120Z * [new branch] gh/leslie-fang-intel/206/orig -> origin/gh/leslie-fang-intel/206/orig 2025-07-17T06:36:03.4520708Z * [new branch] gh/leslie-fang-intel/207/base -> origin/gh/leslie-fang-intel/207/base 2025-07-17T06:36:03.5973728Z * [new branch] gh/leslie-fang-intel/207/head -> origin/gh/leslie-fang-intel/207/head 2025-07-17T06:36:03.5974367Z * [new branch] gh/leslie-fang-intel/207/orig -> origin/gh/leslie-fang-intel/207/orig 2025-07-17T06:36:03.5975187Z * [new branch] gh/leslie-fang-intel/208/base -> origin/gh/leslie-fang-intel/208/base 2025-07-17T06:36:03.5975789Z * [new branch] gh/leslie-fang-intel/208/head -> origin/gh/leslie-fang-intel/208/head 2025-07-17T06:36:03.5976377Z * [new branch] gh/leslie-fang-intel/208/orig -> origin/gh/leslie-fang-intel/208/orig 2025-07-17T06:36:03.5976900Z * [new branch] gh/lw/1/base -> origin/gh/lw/1/base 2025-07-17T06:36:03.5977343Z * [new branch] gh/lw/1/head -> origin/gh/lw/1/head 2025-07-17T06:36:03.5977768Z * [new branch] gh/lw/1/orig -> origin/gh/lw/1/orig 2025-07-17T06:36:03.5978208Z * [new branch] gh/lw/2/base -> origin/gh/lw/2/base 2025-07-17T06:36:03.5978619Z * [new branch] gh/lw/2/head -> origin/gh/lw/2/head 2025-07-17T06:36:03.5979043Z * [new branch] gh/lw/2/orig -> origin/gh/lw/2/orig 2025-07-17T06:36:03.5979478Z * [new branch] gh/malfet/14/base -> origin/gh/malfet/14/base 2025-07-17T06:36:03.5979960Z * [new branch] gh/malfet/169/base -> origin/gh/malfet/169/base 2025-07-17T06:36:03.5980436Z * [new branch] gh/malfet/169/head -> origin/gh/malfet/169/head 2025-07-17T06:36:03.5980939Z * [new branch] gh/malfet/169/orig -> origin/gh/malfet/169/orig 2025-07-17T06:36:03.5981934Z * [new branch] gh/malfet/259/base -> origin/gh/malfet/259/base 2025-07-17T06:36:03.5982411Z * [new branch] gh/malfet/259/head -> origin/gh/malfet/259/head 2025-07-17T06:36:03.5982892Z * [new branch] gh/malfet/259/orig -> origin/gh/malfet/259/orig 2025-07-17T06:36:03.5983349Z * [new branch] gh/malfet/330/base -> origin/gh/malfet/330/base 2025-07-17T06:36:03.5983823Z * [new branch] gh/malfet/330/head -> origin/gh/malfet/330/head 2025-07-17T06:36:03.5984284Z * [new branch] gh/malfet/330/orig -> origin/gh/malfet/330/orig 2025-07-17T06:36:03.5984739Z * [new branch] gh/malfet/394/base -> origin/gh/malfet/394/base 2025-07-17T06:36:03.5985198Z * [new branch] gh/malfet/394/head -> origin/gh/malfet/394/head 2025-07-17T06:36:03.5985656Z * [new branch] gh/malfet/394/orig -> origin/gh/malfet/394/orig 2025-07-17T06:36:03.5986122Z * [new branch] gh/malfet/396/base -> origin/gh/malfet/396/base 2025-07-17T06:36:03.5986581Z * [new branch] gh/malfet/396/head -> origin/gh/malfet/396/head 2025-07-17T06:36:03.5987044Z * [new branch] gh/malfet/396/orig -> origin/gh/malfet/396/orig 2025-07-17T06:36:03.5987509Z * [new branch] gh/malfet/397/base -> origin/gh/malfet/397/base 2025-07-17T06:36:03.5987966Z * [new branch] gh/malfet/397/head -> origin/gh/malfet/397/head 2025-07-17T06:36:03.5988427Z * [new branch] gh/malfet/397/orig -> origin/gh/malfet/397/orig 2025-07-17T06:36:03.5988891Z * [new branch] gh/malfet/398/base -> origin/gh/malfet/398/base 2025-07-17T06:36:03.5989363Z * [new branch] gh/malfet/398/head -> origin/gh/malfet/398/head 2025-07-17T06:36:03.5989836Z * [new branch] gh/malfet/398/orig -> origin/gh/malfet/398/orig 2025-07-17T06:36:03.5990297Z * [new branch] gh/malfet/399/base -> origin/gh/malfet/399/base 2025-07-17T06:36:03.5990758Z * [new branch] gh/malfet/399/head -> origin/gh/malfet/399/head 2025-07-17T06:36:03.5991225Z * [new branch] gh/malfet/399/orig -> origin/gh/malfet/399/orig 2025-07-17T06:36:03.5991677Z * [new branch] gh/malfet/403/base -> origin/gh/malfet/403/base 2025-07-17T06:36:03.5992261Z * [new branch] gh/malfet/403/head -> origin/gh/malfet/403/head 2025-07-17T06:36:03.5992720Z * [new branch] gh/malfet/403/orig -> origin/gh/malfet/403/orig 2025-07-17T06:36:03.5993270Z * [new branch] gh/malfet/404/base -> origin/gh/malfet/404/base 2025-07-17T06:36:03.5993735Z * [new branch] gh/malfet/404/head -> origin/gh/malfet/404/head 2025-07-17T06:36:03.5994188Z * [new branch] gh/malfet/404/orig -> origin/gh/malfet/404/orig 2025-07-17T06:36:03.5994659Z * [new branch] gh/malfet/405/base -> origin/gh/malfet/405/base 2025-07-17T06:36:03.5995113Z * [new branch] gh/malfet/405/head -> origin/gh/malfet/405/head 2025-07-17T06:36:03.5995573Z * [new branch] gh/malfet/405/orig -> origin/gh/malfet/405/orig 2025-07-17T06:36:03.5996025Z * [new branch] gh/malfet/407/base -> origin/gh/malfet/407/base 2025-07-17T06:36:03.5996497Z * [new branch] gh/malfet/407/head -> origin/gh/malfet/407/head 2025-07-17T06:36:03.5996955Z * [new branch] gh/malfet/407/orig -> origin/gh/malfet/407/orig 2025-07-17T06:36:03.6419294Z * [new branch] gh/malfet/408/base -> origin/gh/malfet/408/base 2025-07-17T06:36:03.6419808Z * [new branch] gh/malfet/408/head -> origin/gh/malfet/408/head 2025-07-17T06:36:03.6420287Z * [new branch] gh/malfet/408/orig -> origin/gh/malfet/408/orig 2025-07-17T06:36:03.6421298Z * [new branch] gh/malfet/409/base -> origin/gh/malfet/409/base 2025-07-17T06:36:03.6421774Z * [new branch] gh/malfet/409/head -> origin/gh/malfet/409/head 2025-07-17T06:36:03.6422229Z * [new branch] gh/malfet/409/orig -> origin/gh/malfet/409/orig 2025-07-17T06:36:03.6422744Z * [new branch] gh/malfet/410/base -> origin/gh/malfet/410/base 2025-07-17T06:36:03.6423264Z * [new branch] gh/malfet/410/head -> origin/gh/malfet/410/head 2025-07-17T06:36:03.6423723Z * [new branch] gh/malfet/410/orig -> origin/gh/malfet/410/orig 2025-07-17T06:36:03.6424207Z * [new branch] gh/malfet/411/base -> origin/gh/malfet/411/base 2025-07-17T06:36:03.6424662Z * [new branch] gh/malfet/411/head -> origin/gh/malfet/411/head 2025-07-17T06:36:03.6425141Z * [new branch] gh/malfet/411/orig -> origin/gh/malfet/411/orig 2025-07-17T06:36:03.6425606Z * [new branch] gh/malfet/412/base -> origin/gh/malfet/412/base 2025-07-17T06:36:03.6426061Z * [new branch] gh/malfet/412/head -> origin/gh/malfet/412/head 2025-07-17T06:36:03.6426528Z * [new branch] gh/malfet/412/orig -> origin/gh/malfet/412/orig 2025-07-17T06:36:03.6426987Z * [new branch] gh/malfet/413/base -> origin/gh/malfet/413/base 2025-07-17T06:36:03.6427446Z * [new branch] gh/malfet/413/head -> origin/gh/malfet/413/head 2025-07-17T06:36:03.6427912Z * [new branch] gh/malfet/413/orig -> origin/gh/malfet/413/orig 2025-07-17T06:36:03.6428390Z * [new branch] gh/malfet/414/base -> origin/gh/malfet/414/base 2025-07-17T06:36:03.6428898Z * [new branch] gh/malfet/414/head -> origin/gh/malfet/414/head 2025-07-17T06:36:03.6429401Z * [new branch] gh/malfet/414/orig -> origin/gh/malfet/414/orig 2025-07-17T06:36:03.6429864Z * [new branch] gh/malfet/415/base -> origin/gh/malfet/415/base 2025-07-17T06:36:03.6430332Z * [new branch] gh/malfet/415/head -> origin/gh/malfet/415/head 2025-07-17T06:36:03.6430794Z * [new branch] gh/malfet/415/orig -> origin/gh/malfet/415/orig 2025-07-17T06:36:03.6431379Z * [new branch] gh/malfet/416/base -> origin/gh/malfet/416/base 2025-07-17T06:36:03.6431837Z * [new branch] gh/malfet/416/head -> origin/gh/malfet/416/head 2025-07-17T06:36:03.6432305Z * [new branch] gh/malfet/416/orig -> origin/gh/malfet/416/orig 2025-07-17T06:36:03.6432762Z * [new branch] gh/malfet/417/base -> origin/gh/malfet/417/base 2025-07-17T06:36:03.6433320Z * [new branch] gh/malfet/417/head -> origin/gh/malfet/417/head 2025-07-17T06:36:03.6433793Z * [new branch] gh/malfet/417/orig -> origin/gh/malfet/417/orig 2025-07-17T06:36:03.6434288Z * [new branch] gh/malfet/418/base -> origin/gh/malfet/418/base 2025-07-17T06:36:03.6434792Z * [new branch] gh/malfet/418/head -> origin/gh/malfet/418/head 2025-07-17T06:36:03.6435247Z * [new branch] gh/malfet/418/orig -> origin/gh/malfet/418/orig 2025-07-17T06:36:03.6435715Z * [new branch] gh/malfet/419/base -> origin/gh/malfet/419/base 2025-07-17T06:36:03.6436172Z * [new branch] gh/malfet/419/head -> origin/gh/malfet/419/head 2025-07-17T06:36:03.6436631Z * [new branch] gh/malfet/419/orig -> origin/gh/malfet/419/orig 2025-07-17T06:36:03.6437091Z * [new branch] gh/malfet/420/base -> origin/gh/malfet/420/base 2025-07-17T06:36:03.6437555Z * [new branch] gh/malfet/420/head -> origin/gh/malfet/420/head 2025-07-17T06:36:03.6438331Z * [new branch] gh/malfet/420/orig -> origin/gh/malfet/420/orig 2025-07-17T06:36:03.6438808Z * [new branch] gh/malfet/421/base -> origin/gh/malfet/421/base 2025-07-17T06:36:03.6439279Z * [new branch] gh/malfet/421/head -> origin/gh/malfet/421/head 2025-07-17T06:36:03.6439744Z * [new branch] gh/malfet/421/orig -> origin/gh/malfet/421/orig 2025-07-17T06:36:03.6440252Z * [new branch] gh/malfet/422/base -> origin/gh/malfet/422/base 2025-07-17T06:36:03.6440743Z * [new branch] gh/malfet/422/head -> origin/gh/malfet/422/head 2025-07-17T06:36:03.6441214Z * [new branch] gh/malfet/422/orig -> origin/gh/malfet/422/orig 2025-07-17T06:36:03.6441676Z * [new branch] gh/malfet/423/base -> origin/gh/malfet/423/base 2025-07-17T06:36:03.6442126Z * [new branch] gh/malfet/423/head -> origin/gh/malfet/423/head 2025-07-17T06:36:03.6880370Z * [new branch] gh/malfet/423/orig -> origin/gh/malfet/423/orig 2025-07-17T06:36:03.6880891Z * [new branch] gh/malfet/424/base -> origin/gh/malfet/424/base 2025-07-17T06:36:03.6881372Z * [new branch] gh/malfet/424/head -> origin/gh/malfet/424/head 2025-07-17T06:36:03.6881839Z * [new branch] gh/malfet/424/orig -> origin/gh/malfet/424/orig 2025-07-17T06:36:03.6882308Z * [new branch] gh/malfet/425/base -> origin/gh/malfet/425/base 2025-07-17T06:36:03.6882778Z * [new branch] gh/malfet/425/head -> origin/gh/malfet/425/head 2025-07-17T06:36:03.6883230Z * [new branch] gh/malfet/425/orig -> origin/gh/malfet/425/orig 2025-07-17T06:36:03.6883691Z * [new branch] gh/malfet/426/base -> origin/gh/malfet/426/base 2025-07-17T06:36:03.6884154Z * [new branch] gh/malfet/426/head -> origin/gh/malfet/426/head 2025-07-17T06:36:03.6884606Z * [new branch] gh/malfet/426/orig -> origin/gh/malfet/426/orig 2025-07-17T06:36:03.6885063Z * [new branch] gh/malfet/427/base -> origin/gh/malfet/427/base 2025-07-17T06:36:03.6885517Z * [new branch] gh/malfet/427/head -> origin/gh/malfet/427/head 2025-07-17T06:36:03.6886154Z * [new branch] gh/malfet/427/orig -> origin/gh/malfet/427/orig 2025-07-17T06:36:03.6886623Z * [new branch] gh/malfet/428/base -> origin/gh/malfet/428/base 2025-07-17T06:36:03.6887079Z * [new branch] gh/malfet/428/head -> origin/gh/malfet/428/head 2025-07-17T06:36:03.6887544Z * [new branch] gh/malfet/428/orig -> origin/gh/malfet/428/orig 2025-07-17T06:36:03.6887994Z * [new branch] gh/malfet/429/base -> origin/gh/malfet/429/base 2025-07-17T06:36:03.6888464Z * [new branch] gh/malfet/429/head -> origin/gh/malfet/429/head 2025-07-17T06:36:03.6888914Z * [new branch] gh/malfet/429/orig -> origin/gh/malfet/429/orig 2025-07-17T06:36:03.6889375Z * [new branch] gh/malfet/430/base -> origin/gh/malfet/430/base 2025-07-17T06:36:03.6889833Z * [new branch] gh/malfet/430/head -> origin/gh/malfet/430/head 2025-07-17T06:36:03.6890302Z * [new branch] gh/malfet/430/orig -> origin/gh/malfet/430/orig 2025-07-17T06:36:03.6890763Z * [new branch] gh/malfet/431/base -> origin/gh/malfet/431/base 2025-07-17T06:36:03.6891222Z * [new branch] gh/malfet/431/head -> origin/gh/malfet/431/head 2025-07-17T06:36:03.6891689Z * [new branch] gh/malfet/431/orig -> origin/gh/malfet/431/orig 2025-07-17T06:36:03.6892149Z * [new branch] gh/malfet/432/base -> origin/gh/malfet/432/base 2025-07-17T06:36:03.6893087Z * [new branch] gh/malfet/432/head -> origin/gh/malfet/432/head 2025-07-17T06:36:03.6893562Z * [new branch] gh/malfet/432/orig -> origin/gh/malfet/432/orig 2025-07-17T06:36:03.6894026Z * [new branch] gh/malfet/433/base -> origin/gh/malfet/433/base 2025-07-17T06:36:03.6894490Z * [new branch] gh/malfet/433/head -> origin/gh/malfet/433/head 2025-07-17T06:36:03.6894962Z * [new branch] gh/malfet/433/orig -> origin/gh/malfet/433/orig 2025-07-17T06:36:03.6895418Z * [new branch] gh/malfet/434/base -> origin/gh/malfet/434/base 2025-07-17T06:36:03.6895883Z * [new branch] gh/malfet/434/head -> origin/gh/malfet/434/head 2025-07-17T06:36:03.6896334Z * [new branch] gh/malfet/434/orig -> origin/gh/malfet/434/orig 2025-07-17T06:36:03.6896795Z * [new branch] gh/malfet/435/base -> origin/gh/malfet/435/base 2025-07-17T06:36:03.6897271Z * [new branch] gh/malfet/435/head -> origin/gh/malfet/435/head 2025-07-17T06:36:03.6897722Z * [new branch] gh/malfet/435/orig -> origin/gh/malfet/435/orig 2025-07-17T06:36:03.6898184Z * [new branch] gh/malfet/436/base -> origin/gh/malfet/436/base 2025-07-17T06:36:03.6898638Z * [new branch] gh/malfet/436/head -> origin/gh/malfet/436/head 2025-07-17T06:36:03.6899098Z * [new branch] gh/malfet/436/orig -> origin/gh/malfet/436/orig 2025-07-17T06:36:03.6899558Z * [new branch] gh/malfet/437/base -> origin/gh/malfet/437/base 2025-07-17T06:36:03.6900144Z * [new branch] gh/malfet/437/head -> origin/gh/malfet/437/head 2025-07-17T06:36:03.6900635Z * [new branch] gh/malfet/437/orig -> origin/gh/malfet/437/orig 2025-07-17T06:36:03.6901096Z * [new branch] gh/malfet/64/base -> origin/gh/malfet/64/base 2025-07-17T06:36:03.6901581Z * [new branch] gh/malfet/64/head -> origin/gh/malfet/64/head 2025-07-17T06:36:03.6902086Z * [new branch] gh/manuelcandales/10/base -> origin/gh/manuelcandales/10/base 2025-07-17T06:36:03.6902637Z * [new branch] gh/manuelcandales/10/head -> origin/gh/manuelcandales/10/head 2025-07-17T06:36:03.6903185Z * [new branch] gh/manuelcandales/10/orig -> origin/gh/manuelcandales/10/orig 2025-07-17T06:36:03.7386065Z * [new branch] gh/manuelcandales/11/base -> origin/gh/manuelcandales/11/base 2025-07-17T06:36:03.7386666Z * [new branch] gh/manuelcandales/11/head -> origin/gh/manuelcandales/11/head 2025-07-17T06:36:03.7387207Z * [new branch] gh/manuelcandales/11/orig -> origin/gh/manuelcandales/11/orig 2025-07-17T06:36:03.7387745Z * [new branch] gh/manuelcandales/12/base -> origin/gh/manuelcandales/12/base 2025-07-17T06:36:03.7388291Z * [new branch] gh/manuelcandales/12/head -> origin/gh/manuelcandales/12/head 2025-07-17T06:36:03.7388871Z * [new branch] gh/manuelcandales/12/orig -> origin/gh/manuelcandales/12/orig 2025-07-17T06:36:03.7389446Z * [new branch] gh/manuelcandales/13/base -> origin/gh/manuelcandales/13/base 2025-07-17T06:36:03.7389981Z * [new branch] gh/manuelcandales/13/head -> origin/gh/manuelcandales/13/head 2025-07-17T06:36:03.7390548Z * [new branch] gh/manuelcandales/13/orig -> origin/gh/manuelcandales/13/orig 2025-07-17T06:36:03.7391073Z * [new branch] gh/manuelcandales/14/base -> origin/gh/manuelcandales/14/base 2025-07-17T06:36:03.7391610Z * [new branch] gh/manuelcandales/14/head -> origin/gh/manuelcandales/14/head 2025-07-17T06:36:03.7392145Z * [new branch] gh/manuelcandales/14/orig -> origin/gh/manuelcandales/14/orig 2025-07-17T06:36:03.7392676Z * [new branch] gh/manuelcandales/15/base -> origin/gh/manuelcandales/15/base 2025-07-17T06:36:03.7393771Z * [new branch] gh/manuelcandales/15/head -> origin/gh/manuelcandales/15/head 2025-07-17T06:36:03.7394357Z * [new branch] gh/manuelcandales/15/orig -> origin/gh/manuelcandales/15/orig 2025-07-17T06:36:03.7394944Z * [new branch] gh/manuelcandales/16/base -> origin/gh/manuelcandales/16/base 2025-07-17T06:36:03.7395485Z * [new branch] gh/manuelcandales/16/head -> origin/gh/manuelcandales/16/head 2025-07-17T06:36:03.7396012Z * [new branch] gh/manuelcandales/16/orig -> origin/gh/manuelcandales/16/orig 2025-07-17T06:36:03.7396546Z * [new branch] gh/manuelcandales/17/base -> origin/gh/manuelcandales/17/base 2025-07-17T06:36:03.7397078Z * [new branch] gh/manuelcandales/17/head -> origin/gh/manuelcandales/17/head 2025-07-17T06:36:03.7397613Z * [new branch] gh/manuelcandales/17/orig -> origin/gh/manuelcandales/17/orig 2025-07-17T06:36:03.7398157Z * [new branch] gh/manuelcandales/8/base -> origin/gh/manuelcandales/8/base 2025-07-17T06:36:03.7398690Z * [new branch] gh/manuelcandales/8/head -> origin/gh/manuelcandales/8/head 2025-07-17T06:36:03.7399221Z * [new branch] gh/manuelcandales/8/orig -> origin/gh/manuelcandales/8/orig 2025-07-17T06:36:03.7399739Z * [new branch] gh/manuelcandales/9/base -> origin/gh/manuelcandales/9/base 2025-07-17T06:36:03.7400317Z * [new branch] gh/manuelcandales/9/head -> origin/gh/manuelcandales/9/head 2025-07-17T06:36:03.7400888Z * [new branch] gh/manuelcandales/9/orig -> origin/gh/manuelcandales/9/orig 2025-07-17T06:36:03.7401372Z * [new branch] gh/markkm/1/base -> origin/gh/markkm/1/base 2025-07-17T06:36:03.7401851Z * [new branch] gh/masnesral/204/base -> origin/gh/masnesral/204/base 2025-07-17T06:36:03.7402341Z * [new branch] gh/masnesral/204/head -> origin/gh/masnesral/204/head 2025-07-17T06:36:03.7402826Z * [new branch] gh/masnesral/204/orig -> origin/gh/masnesral/204/orig 2025-07-17T06:36:03.7403311Z * [new branch] gh/masnesral/208/base -> origin/gh/masnesral/208/base 2025-07-17T06:36:03.7403797Z * [new branch] gh/masnesral/208/head -> origin/gh/masnesral/208/head 2025-07-17T06:36:03.7404409Z * [new branch] gh/masnesral/208/orig -> origin/gh/masnesral/208/orig 2025-07-17T06:36:03.7404908Z * [new branch] gh/masnesral/209/base -> origin/gh/masnesral/209/base 2025-07-17T06:36:03.7405398Z * [new branch] gh/masnesral/209/head -> origin/gh/masnesral/209/head 2025-07-17T06:36:03.7405934Z * [new branch] gh/masnesral/209/orig -> origin/gh/masnesral/209/orig 2025-07-17T06:36:03.7406455Z * [new branch] gh/masnesral/210/base -> origin/gh/masnesral/210/base 2025-07-17T06:36:03.7406938Z * [new branch] gh/masnesral/210/head -> origin/gh/masnesral/210/head 2025-07-17T06:36:03.7407416Z * [new branch] gh/masnesral/210/orig -> origin/gh/masnesral/210/orig 2025-07-17T06:36:03.7407898Z * [new branch] gh/masnesral/211/base -> origin/gh/masnesral/211/base 2025-07-17T06:36:03.7408379Z * [new branch] gh/masnesral/211/head -> origin/gh/masnesral/211/head 2025-07-17T06:36:03.7408867Z * [new branch] gh/masnesral/211/orig -> origin/gh/masnesral/211/orig 2025-07-17T06:36:03.7409338Z * [new branch] gh/masnesral/212/base -> origin/gh/masnesral/212/base 2025-07-17T06:36:03.7409828Z * [new branch] gh/masnesral/212/head -> origin/gh/masnesral/212/head 2025-07-17T06:36:03.7968332Z * [new branch] gh/masnesral/212/orig -> origin/gh/masnesral/212/orig 2025-07-17T06:36:03.7969417Z * [new branch] gh/masnesral/213/base -> origin/gh/masnesral/213/base 2025-07-17T06:36:03.7971691Z * [new branch] gh/masnesral/213/head -> origin/gh/masnesral/213/head 2025-07-17T06:36:03.7972733Z * [new branch] gh/masnesral/213/orig -> origin/gh/masnesral/213/orig 2025-07-17T06:36:03.7973860Z * [new branch] gh/masnesral/214/base -> origin/gh/masnesral/214/base 2025-07-17T06:36:03.7975141Z * [new branch] gh/masnesral/214/head -> origin/gh/masnesral/214/head 2025-07-17T06:36:03.7976260Z * [new branch] gh/masnesral/214/orig -> origin/gh/masnesral/214/orig 2025-07-17T06:36:03.7977563Z * [new branch] gh/masnesral/215/base -> origin/gh/masnesral/215/base 2025-07-17T06:36:03.7980295Z * [new branch] gh/masnesral/215/head -> origin/gh/masnesral/215/head 2025-07-17T06:36:03.7986796Z * [new branch] gh/masnesral/215/orig -> origin/gh/masnesral/215/orig 2025-07-17T06:36:03.7991607Z * [new branch] gh/masnesral/216/base -> origin/gh/masnesral/216/base 2025-07-17T06:36:03.7992660Z * [new branch] gh/masnesral/216/head -> origin/gh/masnesral/216/head 2025-07-17T06:36:03.7993962Z * [new branch] gh/masnesral/216/orig -> origin/gh/masnesral/216/orig 2025-07-17T06:36:03.7994898Z * [new branch] gh/masnesral/217/base -> origin/gh/masnesral/217/base 2025-07-17T06:36:03.7995995Z * [new branch] gh/masnesral/217/head -> origin/gh/masnesral/217/head 2025-07-17T06:36:03.7996962Z * [new branch] gh/masnesral/217/orig -> origin/gh/masnesral/217/orig 2025-07-17T06:36:03.7997967Z * [new branch] gh/masnesral/218/base -> origin/gh/masnesral/218/base 2025-07-17T06:36:03.7998924Z * [new branch] gh/masnesral/218/head -> origin/gh/masnesral/218/head 2025-07-17T06:36:03.7999888Z * [new branch] gh/masnesral/218/orig -> origin/gh/masnesral/218/orig 2025-07-17T06:36:03.8000906Z * [new branch] gh/masnesral/219/base -> origin/gh/masnesral/219/base 2025-07-17T06:36:03.8002016Z * [new branch] gh/masnesral/219/head -> origin/gh/masnesral/219/head 2025-07-17T06:36:03.8002991Z * [new branch] gh/masnesral/219/orig -> origin/gh/masnesral/219/orig 2025-07-17T06:36:03.8004032Z * [new branch] gh/masnesral/220/base -> origin/gh/masnesral/220/base 2025-07-17T06:36:03.8005298Z * [new branch] gh/masnesral/220/head -> origin/gh/masnesral/220/head 2025-07-17T06:36:03.8006346Z * [new branch] gh/masnesral/220/orig -> origin/gh/masnesral/220/orig 2025-07-17T06:36:03.8007116Z * [new branch] gh/masnesral/221/base -> origin/gh/masnesral/221/base 2025-07-17T06:36:03.8007999Z * [new branch] gh/masnesral/221/head -> origin/gh/masnesral/221/head 2025-07-17T06:36:03.8008744Z * [new branch] gh/masnesral/221/orig -> origin/gh/masnesral/221/orig 2025-07-17T06:36:03.8009239Z * [new branch] gh/masnesral/222/base -> origin/gh/masnesral/222/base 2025-07-17T06:36:03.8009731Z * [new branch] gh/masnesral/222/head -> origin/gh/masnesral/222/head 2025-07-17T06:36:03.8010205Z * [new branch] gh/masnesral/222/orig -> origin/gh/masnesral/222/orig 2025-07-17T06:36:03.8010705Z * [new branch] gh/masnesral/223/base -> origin/gh/masnesral/223/base 2025-07-17T06:36:03.8011183Z * [new branch] gh/masnesral/223/head -> origin/gh/masnesral/223/head 2025-07-17T06:36:03.8011667Z * [new branch] gh/masnesral/223/orig -> origin/gh/masnesral/223/orig 2025-07-17T06:36:03.8012149Z * [new branch] gh/masnesral/224/base -> origin/gh/masnesral/224/base 2025-07-17T06:36:03.8012627Z * [new branch] gh/masnesral/224/head -> origin/gh/masnesral/224/head 2025-07-17T06:36:03.8013675Z * [new branch] gh/masnesral/224/orig -> origin/gh/masnesral/224/orig 2025-07-17T06:36:03.8014552Z * [new branch] gh/masnesral/225/base -> origin/gh/masnesral/225/base 2025-07-17T06:36:03.8015047Z * [new branch] gh/masnesral/225/head -> origin/gh/masnesral/225/head 2025-07-17T06:36:03.8015545Z * [new branch] gh/masnesral/225/orig -> origin/gh/masnesral/225/orig 2025-07-17T06:36:03.8016037Z * [new branch] gh/masnesral/226/base -> origin/gh/masnesral/226/base 2025-07-17T06:36:03.8016517Z * [new branch] gh/masnesral/226/head -> origin/gh/masnesral/226/head 2025-07-17T06:36:03.8016995Z * [new branch] gh/masnesral/226/orig -> origin/gh/masnesral/226/orig 2025-07-17T06:36:03.8017481Z * [new branch] gh/masnesral/227/base -> origin/gh/masnesral/227/base 2025-07-17T06:36:03.8017964Z * [new branch] gh/masnesral/227/head -> origin/gh/masnesral/227/head 2025-07-17T06:36:03.8018452Z * [new branch] gh/masnesral/227/orig -> origin/gh/masnesral/227/orig 2025-07-17T06:36:03.8661408Z * [new branch] gh/masnesral/228/base -> origin/gh/masnesral/228/base 2025-07-17T06:36:03.8661956Z * [new branch] gh/masnesral/228/head -> origin/gh/masnesral/228/head 2025-07-17T06:36:03.8662512Z * [new branch] gh/masnesral/228/orig -> origin/gh/masnesral/228/orig 2025-07-17T06:36:03.8663021Z * [new branch] gh/masnesral/229/base -> origin/gh/masnesral/229/base 2025-07-17T06:36:03.8663508Z * [new branch] gh/masnesral/229/head -> origin/gh/masnesral/229/head 2025-07-17T06:36:03.8664114Z * [new branch] gh/masnesral/229/orig -> origin/gh/masnesral/229/orig 2025-07-17T06:36:03.8664597Z * [new branch] gh/masnesral/230/base -> origin/gh/masnesral/230/base 2025-07-17T06:36:03.8665109Z * [new branch] gh/masnesral/230/head -> origin/gh/masnesral/230/head 2025-07-17T06:36:03.8665597Z * [new branch] gh/masnesral/230/orig -> origin/gh/masnesral/230/orig 2025-07-17T06:36:03.8666083Z * [new branch] gh/masnesral/34/base -> origin/gh/masnesral/34/base 2025-07-17T06:36:03.8666582Z * [new branch] gh/mhorowitz/0/base -> origin/gh/mhorowitz/0/base 2025-07-17T06:36:03.8667247Z * [new branch] gh/mhorowitz/0/head -> origin/gh/mhorowitz/0/head 2025-07-17T06:36:03.8667733Z * [new branch] gh/mhorowitz/1/base -> origin/gh/mhorowitz/1/base 2025-07-17T06:36:03.8668218Z * [new branch] gh/mhorowitz/1/head -> origin/gh/mhorowitz/1/head 2025-07-17T06:36:03.8668684Z * [new branch] gh/mhorowitz/2/base -> origin/gh/mhorowitz/2/base 2025-07-17T06:36:03.8669215Z * [new branch] gh/mhorowitz/2/head -> origin/gh/mhorowitz/2/head 2025-07-17T06:36:03.8669731Z * [new branch] gh/mhorowitz/3/base -> origin/gh/mhorowitz/3/base 2025-07-17T06:36:03.8670209Z * [new branch] gh/mhorowitz/3/head -> origin/gh/mhorowitz/3/head 2025-07-17T06:36:03.8670732Z * [new branch] gh/mhorowitz/4/base -> origin/gh/mhorowitz/4/base 2025-07-17T06:36:03.8671199Z * [new branch] gh/mhorowitz/4/head -> origin/gh/mhorowitz/4/head 2025-07-17T06:36:03.8671679Z * [new branch] gh/mhorowitz/5/base -> origin/gh/mhorowitz/5/base 2025-07-17T06:36:03.8672141Z * [new branch] gh/mhorowitz/5/head -> origin/gh/mhorowitz/5/head 2025-07-17T06:36:03.8672617Z * [new branch] gh/mhorowitz/6/base -> origin/gh/mhorowitz/6/base 2025-07-17T06:36:03.8673140Z * [new branch] gh/mhorowitz/6/head -> origin/gh/mhorowitz/6/head 2025-07-17T06:36:03.8673680Z * [new branch] gh/mikaylagawarecki/234/base -> origin/gh/mikaylagawarecki/234/base 2025-07-17T06:36:03.8674754Z * [new branch] gh/mikaylagawarecki/234/head -> origin/gh/mikaylagawarecki/234/head 2025-07-17T06:36:03.8675355Z * [new branch] gh/mikaylagawarecki/235/base -> origin/gh/mikaylagawarecki/235/base 2025-07-17T06:36:03.8675947Z * [new branch] gh/mikaylagawarecki/235/head -> origin/gh/mikaylagawarecki/235/head 2025-07-17T06:36:03.8676529Z * [new branch] gh/mikaylagawarecki/236/base -> origin/gh/mikaylagawarecki/236/base 2025-07-17T06:36:03.8677118Z * [new branch] gh/mikaylagawarecki/236/head -> origin/gh/mikaylagawarecki/236/head 2025-07-17T06:36:03.8677690Z * [new branch] gh/mikaylagawarecki/237/base -> origin/gh/mikaylagawarecki/237/base 2025-07-17T06:36:03.8678256Z * [new branch] gh/mikaylagawarecki/237/head -> origin/gh/mikaylagawarecki/237/head 2025-07-17T06:36:03.8678838Z * [new branch] gh/mikaylagawarecki/238/base -> origin/gh/mikaylagawarecki/238/base 2025-07-17T06:36:03.8679414Z * [new branch] gh/mikaylagawarecki/238/head -> origin/gh/mikaylagawarecki/238/head 2025-07-17T06:36:03.8679996Z * [new branch] gh/mikaylagawarecki/313/base -> origin/gh/mikaylagawarecki/313/base 2025-07-17T06:36:03.8680574Z * [new branch] gh/mikaylagawarecki/313/head -> origin/gh/mikaylagawarecki/313/head 2025-07-17T06:36:03.8681147Z * [new branch] gh/mikaylagawarecki/313/orig -> origin/gh/mikaylagawarecki/313/orig 2025-07-17T06:36:03.8681723Z * [new branch] gh/mikaylagawarecki/316/base -> origin/gh/mikaylagawarecki/316/base 2025-07-17T06:36:03.8682291Z * [new branch] gh/mikaylagawarecki/316/head -> origin/gh/mikaylagawarecki/316/head 2025-07-17T06:36:03.8682865Z * [new branch] gh/mikaylagawarecki/316/orig -> origin/gh/mikaylagawarecki/316/orig 2025-07-17T06:36:03.8683436Z * [new branch] gh/mikaylagawarecki/317/base -> origin/gh/mikaylagawarecki/317/base 2025-07-17T06:36:03.8684005Z * [new branch] gh/mikaylagawarecki/317/head -> origin/gh/mikaylagawarecki/317/head 2025-07-17T06:36:03.8684578Z * [new branch] gh/mikaylagawarecki/317/orig -> origin/gh/mikaylagawarecki/317/orig 2025-07-17T06:36:03.8685140Z * [new branch] gh/mikaylagawarecki/318/base -> origin/gh/mikaylagawarecki/318/base 2025-07-17T06:36:03.9281704Z * [new branch] gh/mikaylagawarecki/318/head -> origin/gh/mikaylagawarecki/318/head 2025-07-17T06:36:03.9282302Z * [new branch] gh/mikaylagawarecki/318/orig -> origin/gh/mikaylagawarecki/318/orig 2025-07-17T06:36:03.9282881Z * [new branch] gh/mikaylagawarecki/319/base -> origin/gh/mikaylagawarecki/319/base 2025-07-17T06:36:03.9283473Z * [new branch] gh/mikaylagawarecki/319/head -> origin/gh/mikaylagawarecki/319/head 2025-07-17T06:36:03.9284044Z * [new branch] gh/mikaylagawarecki/319/orig -> origin/gh/mikaylagawarecki/319/orig 2025-07-17T06:36:03.9284619Z * [new branch] gh/mikaylagawarecki/320/base -> origin/gh/mikaylagawarecki/320/base 2025-07-17T06:36:03.9285189Z * [new branch] gh/mikaylagawarecki/320/head -> origin/gh/mikaylagawarecki/320/head 2025-07-17T06:36:03.9285756Z * [new branch] gh/mikaylagawarecki/320/orig -> origin/gh/mikaylagawarecki/320/orig 2025-07-17T06:36:03.9286337Z * [new branch] gh/mikaylagawarecki/321/base -> origin/gh/mikaylagawarecki/321/base 2025-07-17T06:36:03.9286908Z * [new branch] gh/mikaylagawarecki/321/head -> origin/gh/mikaylagawarecki/321/head 2025-07-17T06:36:03.9287471Z * [new branch] gh/mikaylagawarecki/321/orig -> origin/gh/mikaylagawarecki/321/orig 2025-07-17T06:36:03.9288008Z * [new branch] gh/mrmiywj/1/base -> origin/gh/mrmiywj/1/base 2025-07-17T06:36:03.9288467Z * [new branch] gh/mrmiywj/1/head -> origin/gh/mrmiywj/1/head 2025-07-17T06:36:03.9289396Z * [new branch] gh/muchulee8/62/base -> origin/gh/muchulee8/62/base 2025-07-17T06:36:03.9289899Z * [new branch] gh/muchulee8/62/head -> origin/gh/muchulee8/62/head 2025-07-17T06:36:03.9290377Z * [new branch] gh/muchulee8/62/orig -> origin/gh/muchulee8/62/orig 2025-07-17T06:36:03.9290859Z * [new branch] gh/nautsimon/1/base -> origin/gh/nautsimon/1/base 2025-07-17T06:36:03.9291342Z * [new branch] gh/nautsimon/1/head -> origin/gh/nautsimon/1/head 2025-07-17T06:36:03.9291823Z * [new branch] gh/nautsimon/1/orig -> origin/gh/nautsimon/1/orig 2025-07-17T06:36:03.9292290Z * [new branch] gh/nautsimon/10/base -> origin/gh/nautsimon/10/base 2025-07-17T06:36:03.9292771Z * [new branch] gh/nautsimon/10/head -> origin/gh/nautsimon/10/head 2025-07-17T06:36:03.9293249Z * [new branch] gh/nautsimon/10/orig -> origin/gh/nautsimon/10/orig 2025-07-17T06:36:03.9293723Z * [new branch] gh/nautsimon/11/base -> origin/gh/nautsimon/11/base 2025-07-17T06:36:03.9294199Z * [new branch] gh/nautsimon/11/head -> origin/gh/nautsimon/11/head 2025-07-17T06:36:03.9294668Z * [new branch] gh/nautsimon/11/orig -> origin/gh/nautsimon/11/orig 2025-07-17T06:36:03.9295144Z * [new branch] gh/nautsimon/12/base -> origin/gh/nautsimon/12/base 2025-07-17T06:36:03.9295627Z * [new branch] gh/nautsimon/12/head -> origin/gh/nautsimon/12/head 2025-07-17T06:36:03.9296097Z * [new branch] gh/nautsimon/12/orig -> origin/gh/nautsimon/12/orig 2025-07-17T06:36:03.9296579Z * [new branch] gh/nautsimon/13/base -> origin/gh/nautsimon/13/base 2025-07-17T06:36:03.9297046Z * [new branch] gh/nautsimon/13/head -> origin/gh/nautsimon/13/head 2025-07-17T06:36:03.9297533Z * [new branch] gh/nautsimon/13/orig -> origin/gh/nautsimon/13/orig 2025-07-17T06:36:03.9298011Z * [new branch] gh/nautsimon/14/base -> origin/gh/nautsimon/14/base 2025-07-17T06:36:03.9298482Z * [new branch] gh/nautsimon/14/head -> origin/gh/nautsimon/14/head 2025-07-17T06:36:03.9298959Z * [new branch] gh/nautsimon/14/orig -> origin/gh/nautsimon/14/orig 2025-07-17T06:36:03.9299549Z * [new branch] gh/nautsimon/15/base -> origin/gh/nautsimon/15/base 2025-07-17T06:36:03.9300032Z * [new branch] gh/nautsimon/15/head -> origin/gh/nautsimon/15/head 2025-07-17T06:36:03.9300508Z * [new branch] gh/nautsimon/15/orig -> origin/gh/nautsimon/15/orig 2025-07-17T06:36:03.9300991Z * [new branch] gh/nautsimon/16/base -> origin/gh/nautsimon/16/base 2025-07-17T06:36:03.9301472Z * [new branch] gh/nautsimon/16/head -> origin/gh/nautsimon/16/head 2025-07-17T06:36:03.9301953Z * [new branch] gh/nautsimon/16/orig -> origin/gh/nautsimon/16/orig 2025-07-17T06:36:03.9302432Z * [new branch] gh/nautsimon/17/base -> origin/gh/nautsimon/17/base 2025-07-17T06:36:03.9302899Z * [new branch] gh/nautsimon/17/head -> origin/gh/nautsimon/17/head 2025-07-17T06:36:03.9303376Z * [new branch] gh/nautsimon/17/orig -> origin/gh/nautsimon/17/orig 2025-07-17T06:36:03.9303856Z * [new branch] gh/nautsimon/18/base -> origin/gh/nautsimon/18/base 2025-07-17T06:36:03.9304326Z * [new branch] gh/nautsimon/18/head -> origin/gh/nautsimon/18/head 2025-07-17T06:36:03.9304803Z * [new branch] gh/nautsimon/18/orig -> origin/gh/nautsimon/18/orig 2025-07-17T06:36:03.9738558Z * [new branch] gh/nautsimon/19/base -> origin/gh/nautsimon/19/base 2025-07-17T06:36:03.9739134Z * [new branch] gh/nautsimon/19/head -> origin/gh/nautsimon/19/head 2025-07-17T06:36:03.9740117Z * [new branch] gh/nautsimon/19/orig -> origin/gh/nautsimon/19/orig 2025-07-17T06:36:03.9740618Z * [new branch] gh/nautsimon/2/base -> origin/gh/nautsimon/2/base 2025-07-17T06:36:03.9741108Z * [new branch] gh/nautsimon/2/head -> origin/gh/nautsimon/2/head 2025-07-17T06:36:03.9741589Z * [new branch] gh/nautsimon/2/orig -> origin/gh/nautsimon/2/orig 2025-07-17T06:36:03.9742073Z * [new branch] gh/nautsimon/20/base -> origin/gh/nautsimon/20/base 2025-07-17T06:36:03.9742555Z * [new branch] gh/nautsimon/20/head -> origin/gh/nautsimon/20/head 2025-07-17T06:36:03.9743036Z * [new branch] gh/nautsimon/20/orig -> origin/gh/nautsimon/20/orig 2025-07-17T06:36:03.9743512Z * [new branch] gh/nautsimon/21/base -> origin/gh/nautsimon/21/base 2025-07-17T06:36:03.9743982Z * [new branch] gh/nautsimon/21/head -> origin/gh/nautsimon/21/head 2025-07-17T06:36:03.9744475Z * [new branch] gh/nautsimon/21/orig -> origin/gh/nautsimon/21/orig 2025-07-17T06:36:03.9744958Z * [new branch] gh/nautsimon/3/base -> origin/gh/nautsimon/3/base 2025-07-17T06:36:03.9745431Z * [new branch] gh/nautsimon/3/head -> origin/gh/nautsimon/3/head 2025-07-17T06:36:03.9745909Z * [new branch] gh/nautsimon/3/orig -> origin/gh/nautsimon/3/orig 2025-07-17T06:36:03.9746383Z * [new branch] gh/nautsimon/4/base -> origin/gh/nautsimon/4/base 2025-07-17T06:36:03.9746859Z * [new branch] gh/nautsimon/4/head -> origin/gh/nautsimon/4/head 2025-07-17T06:36:03.9747335Z * [new branch] gh/nautsimon/4/orig -> origin/gh/nautsimon/4/orig 2025-07-17T06:36:03.9747800Z * [new branch] gh/nautsimon/5/base -> origin/gh/nautsimon/5/base 2025-07-17T06:36:03.9748286Z * [new branch] gh/nautsimon/5/head -> origin/gh/nautsimon/5/head 2025-07-17T06:36:03.9748754Z * [new branch] gh/nautsimon/5/orig -> origin/gh/nautsimon/5/orig 2025-07-17T06:36:03.9749233Z * [new branch] gh/nautsimon/6/base -> origin/gh/nautsimon/6/base 2025-07-17T06:36:03.9749708Z * [new branch] gh/nautsimon/6/head -> origin/gh/nautsimon/6/head 2025-07-17T06:36:03.9750307Z * [new branch] gh/nautsimon/6/orig -> origin/gh/nautsimon/6/orig 2025-07-17T06:36:03.9750790Z * [new branch] gh/nautsimon/7/base -> origin/gh/nautsimon/7/base 2025-07-17T06:36:03.9751261Z * [new branch] gh/nautsimon/7/head -> origin/gh/nautsimon/7/head 2025-07-17T06:36:03.9751743Z * [new branch] gh/nautsimon/7/orig -> origin/gh/nautsimon/7/orig 2025-07-17T06:36:03.9752227Z * [new branch] gh/nautsimon/8/base -> origin/gh/nautsimon/8/base 2025-07-17T06:36:03.9752700Z * [new branch] gh/nautsimon/8/head -> origin/gh/nautsimon/8/head 2025-07-17T06:36:03.9753295Z * [new branch] gh/nautsimon/8/orig -> origin/gh/nautsimon/8/orig 2025-07-17T06:36:03.9753769Z * [new branch] gh/nautsimon/9/base -> origin/gh/nautsimon/9/base 2025-07-17T06:36:03.9754247Z * [new branch] gh/nautsimon/9/head -> origin/gh/nautsimon/9/head 2025-07-17T06:36:03.9754730Z * [new branch] gh/nautsimon/9/orig -> origin/gh/nautsimon/9/orig 2025-07-17T06:36:03.9755205Z * [new branch] gh/oulgen/35/base -> origin/gh/oulgen/35/base 2025-07-17T06:36:03.9755670Z * [new branch] gh/oulgen/35/head -> origin/gh/oulgen/35/head 2025-07-17T06:36:03.9756121Z * [new branch] gh/oulgen/35/orig -> origin/gh/oulgen/35/orig 2025-07-17T06:36:03.9756574Z * [new branch] gh/oulgen/38/base -> origin/gh/oulgen/38/base 2025-07-17T06:36:03.9757387Z * [new branch] gh/oulgen/38/head -> origin/gh/oulgen/38/head 2025-07-17T06:36:03.9757857Z * [new branch] gh/oulgen/38/orig -> origin/gh/oulgen/38/orig 2025-07-17T06:36:03.9758318Z * [new branch] gh/oulgen/42/base -> origin/gh/oulgen/42/base 2025-07-17T06:36:03.9758768Z * [new branch] gh/oulgen/42/head -> origin/gh/oulgen/42/head 2025-07-17T06:36:03.9759227Z * [new branch] gh/oulgen/42/orig -> origin/gh/oulgen/42/orig 2025-07-17T06:36:03.9759675Z * [new branch] gh/oulgen/43/base -> origin/gh/oulgen/43/base 2025-07-17T06:36:03.9760132Z * [new branch] gh/oulgen/43/head -> origin/gh/oulgen/43/head 2025-07-17T06:36:03.9760590Z * [new branch] gh/oulgen/43/orig -> origin/gh/oulgen/43/orig 2025-07-17T06:36:03.9761038Z * [new branch] gh/oulgen/44/base -> origin/gh/oulgen/44/base 2025-07-17T06:36:03.9761504Z * [new branch] gh/oulgen/44/head -> origin/gh/oulgen/44/head 2025-07-17T06:36:04.8689941Z * [new branch] gh/oulgen/44/orig -> origin/gh/oulgen/44/orig 2025-07-17T06:36:04.8690470Z * [new branch] gh/pearu/108/base -> origin/gh/pearu/108/base 2025-07-17T06:36:04.8690956Z * [new branch] gh/pearu/108/head -> origin/gh/pearu/108/head 2025-07-17T06:36:04.8691505Z * [new branch] gh/pearu/108/orig -> origin/gh/pearu/108/orig 2025-07-17T06:36:04.8692047Z * [new branch] gh/pearu/113/base -> origin/gh/pearu/113/base 2025-07-17T06:36:04.8692499Z * [new branch] gh/pearu/113/head -> origin/gh/pearu/113/head 2025-07-17T06:36:04.8692952Z * [new branch] gh/pearu/113/orig -> origin/gh/pearu/113/orig 2025-07-17T06:36:04.8693399Z * [new branch] gh/pearu/56/base -> origin/gh/pearu/56/base 2025-07-17T06:36:04.8693877Z * [new branch] gh/pearu/56/head -> origin/gh/pearu/56/head 2025-07-17T06:36:04.8694316Z * [new branch] gh/pearu/56/orig -> origin/gh/pearu/56/orig 2025-07-17T06:36:04.8694761Z * [new branch] gh/pearu/97/base -> origin/gh/pearu/97/base 2025-07-17T06:36:04.8695194Z * [new branch] gh/pearu/97/head -> origin/gh/pearu/97/head 2025-07-17T06:36:04.8695837Z * [new branch] gh/pearu/97/orig -> origin/gh/pearu/97/orig 2025-07-17T06:36:04.8696306Z * [new branch] gh/qqaatw/29/base -> origin/gh/qqaatw/29/base 2025-07-17T06:36:04.8696753Z * [new branch] gh/qqaatw/29/head -> origin/gh/qqaatw/29/head 2025-07-17T06:36:04.8697206Z * [new branch] gh/qqaatw/29/orig -> origin/gh/qqaatw/29/orig 2025-07-17T06:36:04.8697835Z * [new branch] gh/raymo/cleanup-dynamo-logging -> origin/gh/raymo/cleanup-dynamo-logging 2025-07-17T06:36:04.8698472Z * [new branch] gh/raymo/cuda-error-exp -> origin/gh/raymo/cuda-error-exp 2025-07-17T06:36:04.8699004Z * [new branch] gh/raymo/refresh-script -> origin/gh/raymo/refresh-script 2025-07-17T06:36:04.8699481Z * [new branch] gh/rec/133/base -> origin/gh/rec/133/base 2025-07-17T06:36:04.8699932Z * [new branch] gh/rec/133/head -> origin/gh/rec/133/head 2025-07-17T06:36:04.8700356Z * [new branch] gh/rec/133/orig -> origin/gh/rec/133/orig 2025-07-17T06:36:04.8700783Z * [new branch] gh/rec/137/base -> origin/gh/rec/137/base 2025-07-17T06:36:04.8701212Z * [new branch] gh/rec/137/head -> origin/gh/rec/137/head 2025-07-17T06:36:04.8701631Z * [new branch] gh/rec/137/orig -> origin/gh/rec/137/orig 2025-07-17T06:36:04.8702588Z * [new branch] gh/rec/141/base -> origin/gh/rec/141/base 2025-07-17T06:36:04.8703024Z * [new branch] gh/rec/141/head -> origin/gh/rec/141/head 2025-07-17T06:36:04.8703495Z * [new branch] gh/rec/142/base -> origin/gh/rec/142/base 2025-07-17T06:36:04.8703966Z * [new branch] gh/rec/142/head -> origin/gh/rec/142/head 2025-07-17T06:36:04.8704434Z * [new branch] gh/rec/142/orig -> origin/gh/rec/142/orig 2025-07-17T06:36:04.8704868Z * [new branch] gh/rec/146/base -> origin/gh/rec/146/base 2025-07-17T06:36:04.8705299Z * [new branch] gh/rec/146/head -> origin/gh/rec/146/head 2025-07-17T06:36:04.8705730Z * [new branch] gh/rec/146/orig -> origin/gh/rec/146/orig 2025-07-17T06:36:04.8706161Z * [new branch] gh/rec/148/base -> origin/gh/rec/148/base 2025-07-17T06:36:04.8706594Z * [new branch] gh/rec/148/head -> origin/gh/rec/148/head 2025-07-17T06:36:04.8707032Z * [new branch] gh/rec/148/orig -> origin/gh/rec/148/orig 2025-07-17T06:36:04.8707457Z * [new branch] gh/rec/150/base -> origin/gh/rec/150/base 2025-07-17T06:36:04.8707886Z * [new branch] gh/rec/150/head -> origin/gh/rec/150/head 2025-07-17T06:36:04.8708312Z * [new branch] gh/rec/150/orig -> origin/gh/rec/150/orig 2025-07-17T06:36:04.8708742Z * [new branch] gh/rec/153/base -> origin/gh/rec/153/base 2025-07-17T06:36:04.8709172Z * [new branch] gh/rec/153/head -> origin/gh/rec/153/head 2025-07-17T06:36:04.8709642Z * [new branch] gh/rec/153/orig -> origin/gh/rec/153/orig 2025-07-17T06:36:04.8710141Z * [new branch] gh/rec/154/base -> origin/gh/rec/154/base 2025-07-17T06:36:04.8710566Z * [new branch] gh/rec/154/head -> origin/gh/rec/154/head 2025-07-17T06:36:04.8710991Z * [new branch] gh/rec/154/orig -> origin/gh/rec/154/orig 2025-07-17T06:36:04.8711411Z * [new branch] gh/rec/156/base -> origin/gh/rec/156/base 2025-07-17T06:36:04.8711844Z * [new branch] gh/rec/156/head -> origin/gh/rec/156/head 2025-07-17T06:36:04.8712405Z * [new branch] gh/rec/156/orig -> origin/gh/rec/156/orig 2025-07-17T06:36:04.8712918Z * [new branch] gh/rec/157/base -> origin/gh/rec/157/base 2025-07-17T06:36:04.9200220Z * [new branch] gh/rec/157/head -> origin/gh/rec/157/head 2025-07-17T06:36:04.9200799Z * [new branch] gh/rec/157/orig -> origin/gh/rec/157/orig 2025-07-17T06:36:04.9201282Z * [new branch] gh/ruisizhang123/1/base -> origin/gh/ruisizhang123/1/base 2025-07-17T06:36:04.9201831Z * [new branch] gh/ruisizhang123/1/head -> origin/gh/ruisizhang123/1/head 2025-07-17T06:36:04.9202337Z * [new branch] gh/ruisizhang123/1/orig -> origin/gh/ruisizhang123/1/orig 2025-07-17T06:36:04.9202853Z * [new branch] gh/ruisizhang123/2/base -> origin/gh/ruisizhang123/2/base 2025-07-17T06:36:04.9203358Z * [new branch] gh/ruisizhang123/2/head -> origin/gh/ruisizhang123/2/head 2025-07-17T06:36:04.9203884Z * [new branch] gh/ruisizhang123/2/orig -> origin/gh/ruisizhang123/2/orig 2025-07-17T06:36:04.9204395Z * [new branch] gh/ruisizhang123/3/base -> origin/gh/ruisizhang123/3/base 2025-07-17T06:36:04.9204902Z * [new branch] gh/ruisizhang123/3/head -> origin/gh/ruisizhang123/3/head 2025-07-17T06:36:04.9205414Z * [new branch] gh/ruisizhang123/3/orig -> origin/gh/ruisizhang123/3/orig 2025-07-17T06:36:04.9205921Z * [new branch] gh/ruisizhang123/4/base -> origin/gh/ruisizhang123/4/base 2025-07-17T06:36:04.9207107Z * [new branch] gh/ruisizhang123/4/head -> origin/gh/ruisizhang123/4/head 2025-07-17T06:36:04.9207646Z * [new branch] gh/ruisizhang123/4/orig -> origin/gh/ruisizhang123/4/orig 2025-07-17T06:36:04.9208156Z * [new branch] gh/ruisizhang123/5/base -> origin/gh/ruisizhang123/5/base 2025-07-17T06:36:04.9208678Z * [new branch] gh/ruisizhang123/5/head -> origin/gh/ruisizhang123/5/head 2025-07-17T06:36:04.9209193Z * [new branch] gh/ruisizhang123/5/orig -> origin/gh/ruisizhang123/5/orig 2025-07-17T06:36:04.9209710Z * [new branch] gh/ruisizhang123/6/base -> origin/gh/ruisizhang123/6/base 2025-07-17T06:36:04.9210229Z * [new branch] gh/ruisizhang123/6/head -> origin/gh/ruisizhang123/6/head 2025-07-17T06:36:04.9210740Z * [new branch] gh/ruisizhang123/6/orig -> origin/gh/ruisizhang123/6/orig 2025-07-17T06:36:04.9211236Z * [new branch] gh/sarckk/2/base -> origin/gh/sarckk/2/base 2025-07-17T06:36:04.9211685Z * [new branch] gh/sarckk/2/head -> origin/gh/sarckk/2/head 2025-07-17T06:36:04.9212188Z * [new branch] gh/sarckk/2/orig -> origin/gh/sarckk/2/orig 2025-07-17T06:36:04.9212709Z * [new branch] gh/seemethere/14/base -> origin/gh/seemethere/14/base 2025-07-17T06:36:04.9213244Z * [new branch] gh/seemethere/14/head -> origin/gh/seemethere/14/head 2025-07-17T06:36:04.9213767Z * [new branch] gh/seemethere/14/orig -> origin/gh/seemethere/14/orig 2025-07-17T06:36:04.9214253Z * [new branch] gh/seemethere/23/base -> origin/gh/seemethere/23/base 2025-07-17T06:36:04.9214751Z * [new branch] gh/seemethere/23/head -> origin/gh/seemethere/23/head 2025-07-17T06:36:04.9215244Z * [new branch] gh/seemethere/23/orig -> origin/gh/seemethere/23/orig 2025-07-17T06:36:04.9215742Z * [new branch] gh/seemethere/24/base -> origin/gh/seemethere/24/base 2025-07-17T06:36:04.9216240Z * [new branch] gh/seemethere/24/head -> origin/gh/seemethere/24/head 2025-07-17T06:36:04.9216721Z * [new branch] gh/seemethere/24/orig -> origin/gh/seemethere/24/orig 2025-07-17T06:36:04.9217215Z * [new branch] gh/seemethere/30/base -> origin/gh/seemethere/30/base 2025-07-17T06:36:04.9217853Z * [new branch] gh/seemethere/30/head -> origin/gh/seemethere/30/head 2025-07-17T06:36:04.9218384Z * [new branch] gh/seemethere/30/orig -> origin/gh/seemethere/30/orig 2025-07-17T06:36:04.9218952Z * [new branch] gh/seemethere/32/base -> origin/gh/seemethere/32/base 2025-07-17T06:36:04.9219435Z * [new branch] gh/seemethere/32/head -> origin/gh/seemethere/32/head 2025-07-17T06:36:04.9219931Z * [new branch] gh/seemethere/32/orig -> origin/gh/seemethere/32/orig 2025-07-17T06:36:04.9220425Z * [new branch] gh/seemethere/33/base -> origin/gh/seemethere/33/base 2025-07-17T06:36:04.9220906Z * [new branch] gh/seemethere/33/head -> origin/gh/seemethere/33/head 2025-07-17T06:36:04.9221399Z * [new branch] gh/seemethere/33/orig -> origin/gh/seemethere/33/orig 2025-07-17T06:36:04.9221884Z * [new branch] gh/seemethere/34/base -> origin/gh/seemethere/34/base 2025-07-17T06:36:04.9222375Z * [new branch] gh/seemethere/34/head -> origin/gh/seemethere/34/head 2025-07-17T06:36:04.9222854Z * [new branch] gh/seemethere/34/orig -> origin/gh/seemethere/34/orig 2025-07-17T06:36:04.9223351Z * [new branch] gh/seemethere/35/base -> origin/gh/seemethere/35/base 2025-07-17T06:36:04.9223840Z * [new branch] gh/seemethere/35/head -> origin/gh/seemethere/35/head 2025-07-17T06:36:05.0888329Z * [new branch] gh/seemethere/35/orig -> origin/gh/seemethere/35/orig 2025-07-17T06:36:05.0888944Z * [new branch] gh/seemethere/36/base -> origin/gh/seemethere/36/base 2025-07-17T06:36:05.0889454Z * [new branch] gh/seemethere/36/head -> origin/gh/seemethere/36/head 2025-07-17T06:36:05.0890001Z * [new branch] gh/seemethere/36/orig -> origin/gh/seemethere/36/orig 2025-07-17T06:36:05.0890543Z * [new branch] gh/seemethere/37/base -> origin/gh/seemethere/37/base 2025-07-17T06:36:05.0891039Z * [new branch] gh/seemethere/37/head -> origin/gh/seemethere/37/head 2025-07-17T06:36:05.0891515Z * [new branch] gh/seemethere/37/orig -> origin/gh/seemethere/37/orig 2025-07-17T06:36:05.0892002Z * [new branch] gh/seemethere/38/base -> origin/gh/seemethere/38/base 2025-07-17T06:36:05.0892493Z * [new branch] gh/seemethere/38/head -> origin/gh/seemethere/38/head 2025-07-17T06:36:05.0892981Z * [new branch] gh/seemethere/38/orig -> origin/gh/seemethere/38/orig 2025-07-17T06:36:05.0893471Z * [new branch] gh/seemethere/39/base -> origin/gh/seemethere/39/base 2025-07-17T06:36:05.0893949Z * [new branch] gh/seemethere/39/head -> origin/gh/seemethere/39/head 2025-07-17T06:36:05.0894444Z * [new branch] gh/seemethere/39/orig -> origin/gh/seemethere/39/orig 2025-07-17T06:36:05.0894936Z * [new branch] gh/seemethere/40/base -> origin/gh/seemethere/40/base 2025-07-17T06:36:05.0895420Z * [new branch] gh/seemethere/40/head -> origin/gh/seemethere/40/head 2025-07-17T06:36:05.0895950Z * [new branch] gh/seemethere/40/orig -> origin/gh/seemethere/40/orig 2025-07-17T06:36:05.0896468Z * [new branch] gh/seemethere/41/base -> origin/gh/seemethere/41/base 2025-07-17T06:36:05.0896962Z * [new branch] gh/seemethere/41/head -> origin/gh/seemethere/41/head 2025-07-17T06:36:05.0897437Z * [new branch] gh/seemethere/41/orig -> origin/gh/seemethere/41/orig 2025-07-17T06:36:05.0897926Z * [new branch] gh/seemethere/42/base -> origin/gh/seemethere/42/base 2025-07-17T06:36:05.0898416Z * [new branch] gh/seemethere/42/head -> origin/gh/seemethere/42/head 2025-07-17T06:36:05.0899034Z * [new branch] gh/seemethere/42/orig -> origin/gh/seemethere/42/orig 2025-07-17T06:36:05.0899529Z * [new branch] gh/seemethere/43/base -> origin/gh/seemethere/43/base 2025-07-17T06:36:05.0900013Z * [new branch] gh/seemethere/43/head -> origin/gh/seemethere/43/head 2025-07-17T06:36:05.0900518Z * [new branch] gh/seemethere/43/orig -> origin/gh/seemethere/43/orig 2025-07-17T06:36:05.0901003Z * [new branch] gh/seemethere/44/base -> origin/gh/seemethere/44/base 2025-07-17T06:36:05.0901484Z * [new branch] gh/seemethere/44/head -> origin/gh/seemethere/44/head 2025-07-17T06:36:05.0902056Z * [new branch] gh/seemethere/44/orig -> origin/gh/seemethere/44/orig 2025-07-17T06:36:05.0902547Z * [new branch] gh/seemethere/45/base -> origin/gh/seemethere/45/base 2025-07-17T06:36:05.0903034Z * [new branch] gh/seemethere/45/head -> origin/gh/seemethere/45/head 2025-07-17T06:36:05.0903527Z * [new branch] gh/seemethere/45/orig -> origin/gh/seemethere/45/orig 2025-07-17T06:36:05.0904009Z * [new branch] gh/seemethere/46/base -> origin/gh/seemethere/46/base 2025-07-17T06:36:05.0904498Z * [new branch] gh/seemethere/46/head -> origin/gh/seemethere/46/head 2025-07-17T06:36:05.0904976Z * [new branch] gh/seemethere/46/orig -> origin/gh/seemethere/46/orig 2025-07-17T06:36:05.0905471Z * [new branch] gh/seemethere/47/base -> origin/gh/seemethere/47/base 2025-07-17T06:36:05.0906425Z * [new branch] gh/seemethere/47/head -> origin/gh/seemethere/47/head 2025-07-17T06:36:05.0906917Z * [new branch] gh/seemethere/47/orig -> origin/gh/seemethere/47/orig 2025-07-17T06:36:05.0907469Z * [new branch] gh/seemethere/48/base -> origin/gh/seemethere/48/base 2025-07-17T06:36:05.0907995Z * [new branch] gh/seemethere/48/head -> origin/gh/seemethere/48/head 2025-07-17T06:36:05.0908493Z * [new branch] gh/seemethere/48/orig -> origin/gh/seemethere/48/orig 2025-07-17T06:36:05.0908987Z * [new branch] gh/seemethere/7/base -> origin/gh/seemethere/7/base 2025-07-17T06:36:05.0909473Z * [new branch] gh/seemethere/7/head -> origin/gh/seemethere/7/head 2025-07-17T06:36:05.0909968Z * [new branch] gh/seemethere/7/orig -> origin/gh/seemethere/7/orig 2025-07-17T06:36:05.0910471Z * [new branch] gh/shunting314/145/base -> origin/gh/shunting314/145/base 2025-07-17T06:36:05.0910986Z * [new branch] gh/shunting314/145/head -> origin/gh/shunting314/145/head 2025-07-17T06:36:05.1408861Z * [new branch] gh/shunting314/145/orig -> origin/gh/shunting314/145/orig 2025-07-17T06:36:05.1409414Z * [new branch] gh/shunting314/176/base -> origin/gh/shunting314/176/base 2025-07-17T06:36:05.1410042Z * [new branch] gh/shunting314/176/head -> origin/gh/shunting314/176/head 2025-07-17T06:36:05.1411043Z * [new branch] gh/shunting314/176/orig -> origin/gh/shunting314/176/orig 2025-07-17T06:36:05.1411905Z * [new branch] gh/shunting314/210/base -> origin/gh/shunting314/210/base 2025-07-17T06:36:05.1412776Z * [new branch] gh/shunting314/210/head -> origin/gh/shunting314/210/head 2025-07-17T06:36:05.1413589Z * [new branch] gh/shunting314/210/orig -> origin/gh/shunting314/210/orig 2025-07-17T06:36:05.1414416Z * [new branch] gh/shunting314/211/base -> origin/gh/shunting314/211/base 2025-07-17T06:36:05.1415248Z * [new branch] gh/shunting314/211/head -> origin/gh/shunting314/211/head 2025-07-17T06:36:05.1415803Z * [new branch] gh/shunting314/211/orig -> origin/gh/shunting314/211/orig 2025-07-17T06:36:05.1416303Z * [new branch] gh/shunting314/212/base -> origin/gh/shunting314/212/base 2025-07-17T06:36:05.1417608Z * [new branch] gh/shunting314/212/head -> origin/gh/shunting314/212/head 2025-07-17T06:36:05.1418112Z * [new branch] gh/shunting314/212/orig -> origin/gh/shunting314/212/orig 2025-07-17T06:36:05.1418603Z * [new branch] gh/shunting314/213/base -> origin/gh/shunting314/213/base 2025-07-17T06:36:05.1419106Z * [new branch] gh/shunting314/213/head -> origin/gh/shunting314/213/head 2025-07-17T06:36:05.1419615Z * [new branch] gh/shunting314/213/orig -> origin/gh/shunting314/213/orig 2025-07-17T06:36:05.1420123Z * [new branch] gh/silverguo/1/base -> origin/gh/silverguo/1/base 2025-07-17T06:36:05.1420664Z * [new branch] gh/silverguo/1/head -> origin/gh/silverguo/1/head 2025-07-17T06:36:05.1421146Z * [new branch] gh/silverguo/2/base -> origin/gh/silverguo/2/base 2025-07-17T06:36:05.1421627Z * [new branch] gh/silverguo/2/head -> origin/gh/silverguo/2/head 2025-07-17T06:36:05.1422107Z * [new branch] gh/silverguo/3/base -> origin/gh/silverguo/3/base 2025-07-17T06:36:05.1422576Z * [new branch] gh/silverguo/3/head -> origin/gh/silverguo/3/head 2025-07-17T06:36:05.1423050Z * [new branch] gh/silverguo/4/base -> origin/gh/silverguo/4/base 2025-07-17T06:36:05.1423513Z * [new branch] gh/silverguo/4/head -> origin/gh/silverguo/4/head 2025-07-17T06:36:05.1424335Z * [new branch] gh/sinhaanhsul/1/base -> origin/gh/sinhaanhsul/1/base 2025-07-17T06:36:05.1424852Z * [new branch] gh/sinhaanhsul/1/head -> origin/gh/sinhaanhsul/1/head 2025-07-17T06:36:05.1425339Z * [new branch] gh/skarjala/1/base -> origin/gh/skarjala/1/base 2025-07-17T06:36:05.1425808Z * [new branch] gh/skarjala/1/head -> origin/gh/skarjala/1/head 2025-07-17T06:36:05.1426273Z * [new branch] gh/skarjala/1/orig -> origin/gh/skarjala/1/orig 2025-07-17T06:36:05.1426744Z * [new branch] gh/skarjala/10/base -> origin/gh/skarjala/10/base 2025-07-17T06:36:05.1427206Z * [new branch] gh/skarjala/10/head -> origin/gh/skarjala/10/head 2025-07-17T06:36:05.1427679Z * [new branch] gh/skarjala/10/orig -> origin/gh/skarjala/10/orig 2025-07-17T06:36:05.1428143Z * [new branch] gh/skarjala/11/base -> origin/gh/skarjala/11/base 2025-07-17T06:36:05.1428606Z * [new branch] gh/skarjala/11/head -> origin/gh/skarjala/11/head 2025-07-17T06:36:05.1429077Z * [new branch] gh/skarjala/11/orig -> origin/gh/skarjala/11/orig 2025-07-17T06:36:05.1429537Z * [new branch] gh/skarjala/12/base -> origin/gh/skarjala/12/base 2025-07-17T06:36:05.1430006Z * [new branch] gh/skarjala/12/head -> origin/gh/skarjala/12/head 2025-07-17T06:36:05.1430478Z * [new branch] gh/skarjala/12/orig -> origin/gh/skarjala/12/orig 2025-07-17T06:36:05.1430937Z * [new branch] gh/skarjala/2/base -> origin/gh/skarjala/2/base 2025-07-17T06:36:05.1431406Z * [new branch] gh/skarjala/2/head -> origin/gh/skarjala/2/head 2025-07-17T06:36:05.1431862Z * [new branch] gh/skarjala/2/orig -> origin/gh/skarjala/2/orig 2025-07-17T06:36:05.1432321Z * [new branch] gh/skarjala/3/base -> origin/gh/skarjala/3/base 2025-07-17T06:36:05.1432892Z * [new branch] gh/skarjala/3/head -> origin/gh/skarjala/3/head 2025-07-17T06:36:05.1433361Z * [new branch] gh/skarjala/3/orig -> origin/gh/skarjala/3/orig 2025-07-17T06:36:05.1433828Z * [new branch] gh/skarjala/4/base -> origin/gh/skarjala/4/base 2025-07-17T06:36:05.1434428Z * [new branch] gh/skarjala/4/head -> origin/gh/skarjala/4/head 2025-07-17T06:36:05.1434889Z * [new branch] gh/skarjala/4/orig -> origin/gh/skarjala/4/orig 2025-07-17T06:36:05.1910636Z * [new branch] gh/skarjala/5/base -> origin/gh/skarjala/5/base 2025-07-17T06:36:05.1911166Z * [new branch] gh/skarjala/5/head -> origin/gh/skarjala/5/head 2025-07-17T06:36:05.1911637Z * [new branch] gh/skarjala/5/orig -> origin/gh/skarjala/5/orig 2025-07-17T06:36:05.1912155Z * [new branch] gh/skarjala/6/base -> origin/gh/skarjala/6/base 2025-07-17T06:36:05.1912712Z * [new branch] gh/skarjala/6/head -> origin/gh/skarjala/6/head 2025-07-17T06:36:05.1913183Z * [new branch] gh/skarjala/6/orig -> origin/gh/skarjala/6/orig 2025-07-17T06:36:05.1913657Z * [new branch] gh/skarjala/7/base -> origin/gh/skarjala/7/base 2025-07-17T06:36:05.1914127Z * [new branch] gh/skarjala/7/head -> origin/gh/skarjala/7/head 2025-07-17T06:36:05.1914590Z * [new branch] gh/skarjala/7/orig -> origin/gh/skarjala/7/orig 2025-07-17T06:36:05.1915045Z * [new branch] gh/skarjala/8/base -> origin/gh/skarjala/8/base 2025-07-17T06:36:05.1915515Z * [new branch] gh/skarjala/8/head -> origin/gh/skarjala/8/head 2025-07-17T06:36:05.1915982Z * [new branch] gh/skarjala/8/orig -> origin/gh/skarjala/8/orig 2025-07-17T06:36:05.1916622Z * [new branch] gh/skarjala/9/base -> origin/gh/skarjala/9/base 2025-07-17T06:36:05.1917109Z * [new branch] gh/skarjala/9/head -> origin/gh/skarjala/9/head 2025-07-17T06:36:05.1917572Z * [new branch] gh/skarjala/9/orig -> origin/gh/skarjala/9/orig 2025-07-17T06:36:05.1918061Z * [new branch] gh/soulitzer/269/base -> origin/gh/soulitzer/269/base 2025-07-17T06:36:05.1918572Z * [new branch] gh/soulitzer/269/head -> origin/gh/soulitzer/269/head 2025-07-17T06:36:05.1919058Z * [new branch] gh/soulitzer/269/orig -> origin/gh/soulitzer/269/orig 2025-07-17T06:36:05.1919540Z * [new branch] gh/soulitzer/276/base -> origin/gh/soulitzer/276/base 2025-07-17T06:36:05.1920022Z * [new branch] gh/soulitzer/276/head -> origin/gh/soulitzer/276/head 2025-07-17T06:36:05.1920506Z * [new branch] gh/soulitzer/276/orig -> origin/gh/soulitzer/276/orig 2025-07-17T06:36:05.1920994Z * [new branch] gh/soulitzer/287/base -> origin/gh/soulitzer/287/base 2025-07-17T06:36:05.1921477Z * [new branch] gh/soulitzer/287/head -> origin/gh/soulitzer/287/head 2025-07-17T06:36:05.1921960Z * [new branch] gh/soulitzer/287/orig -> origin/gh/soulitzer/287/orig 2025-07-17T06:36:05.1922436Z * [new branch] gh/soulitzer/296/base -> origin/gh/soulitzer/296/base 2025-07-17T06:36:05.1922927Z * [new branch] gh/soulitzer/296/head -> origin/gh/soulitzer/296/head 2025-07-17T06:36:05.1923404Z * [new branch] gh/soulitzer/296/orig -> origin/gh/soulitzer/296/orig 2025-07-17T06:36:05.1923892Z * [new branch] gh/soulitzer/299/base -> origin/gh/soulitzer/299/base 2025-07-17T06:36:05.1924384Z * [new branch] gh/soulitzer/299/head -> origin/gh/soulitzer/299/head 2025-07-17T06:36:05.1924868Z * [new branch] gh/soulitzer/299/orig -> origin/gh/soulitzer/299/orig 2025-07-17T06:36:05.1925356Z * [new branch] gh/soulitzer/300/base -> origin/gh/soulitzer/300/base 2025-07-17T06:36:05.1925834Z * [new branch] gh/soulitzer/300/head -> origin/gh/soulitzer/300/head 2025-07-17T06:36:05.1926318Z * [new branch] gh/soulitzer/300/orig -> origin/gh/soulitzer/300/orig 2025-07-17T06:36:05.1926911Z * [new branch] gh/soulitzer/301/base -> origin/gh/soulitzer/301/base 2025-07-17T06:36:05.1927399Z * [new branch] gh/soulitzer/301/head -> origin/gh/soulitzer/301/head 2025-07-17T06:36:05.1927886Z * [new branch] gh/soulitzer/301/orig -> origin/gh/soulitzer/301/orig 2025-07-17T06:36:05.1928371Z * [new branch] gh/soulitzer/313/base -> origin/gh/soulitzer/313/base 2025-07-17T06:36:05.1928862Z * [new branch] gh/soulitzer/313/head -> origin/gh/soulitzer/313/head 2025-07-17T06:36:05.1929354Z * [new branch] gh/soulitzer/313/orig -> origin/gh/soulitzer/313/orig 2025-07-17T06:36:05.1929836Z * [new branch] gh/soulitzer/319/base -> origin/gh/soulitzer/319/base 2025-07-17T06:36:05.1930318Z * [new branch] gh/soulitzer/319/head -> origin/gh/soulitzer/319/head 2025-07-17T06:36:05.1930795Z * [new branch] gh/soulitzer/319/orig -> origin/gh/soulitzer/319/orig 2025-07-17T06:36:05.1931285Z * [new branch] gh/soulitzer/320/base -> origin/gh/soulitzer/320/base 2025-07-17T06:36:05.1931765Z * [new branch] gh/soulitzer/320/head -> origin/gh/soulitzer/320/head 2025-07-17T06:36:05.1932256Z * [new branch] gh/soulitzer/320/orig -> origin/gh/soulitzer/320/orig 2025-07-17T06:36:05.1932739Z * [new branch] gh/soulitzer/336/base -> origin/gh/soulitzer/336/base 2025-07-17T06:36:05.2379309Z * [new branch] gh/soulitzer/336/head -> origin/gh/soulitzer/336/head 2025-07-17T06:36:05.2380056Z * [new branch] gh/soulitzer/336/orig -> origin/gh/soulitzer/336/orig 2025-07-17T06:36:05.2380562Z * [new branch] gh/soulitzer/347/base -> origin/gh/soulitzer/347/base 2025-07-17T06:36:05.2381051Z * [new branch] gh/soulitzer/347/head -> origin/gh/soulitzer/347/head 2025-07-17T06:36:05.2381555Z * [new branch] gh/soulitzer/347/orig -> origin/gh/soulitzer/347/orig 2025-07-17T06:36:05.2382032Z * [new branch] gh/soulitzer/349/base -> origin/gh/soulitzer/349/base 2025-07-17T06:36:05.2382522Z * [new branch] gh/soulitzer/349/head -> origin/gh/soulitzer/349/head 2025-07-17T06:36:05.2383011Z * [new branch] gh/soulitzer/349/orig -> origin/gh/soulitzer/349/orig 2025-07-17T06:36:05.2383551Z * [new branch] gh/soulitzer/350/base -> origin/gh/soulitzer/350/base 2025-07-17T06:36:05.2384100Z * [new branch] gh/soulitzer/350/head -> origin/gh/soulitzer/350/head 2025-07-17T06:36:05.2384583Z * [new branch] gh/soulitzer/350/orig -> origin/gh/soulitzer/350/orig 2025-07-17T06:36:05.2385078Z * [new branch] gh/soulitzer/351/base -> origin/gh/soulitzer/351/base 2025-07-17T06:36:05.2385569Z * [new branch] gh/soulitzer/351/head -> origin/gh/soulitzer/351/head 2025-07-17T06:36:05.2386057Z * [new branch] gh/soulitzer/351/orig -> origin/gh/soulitzer/351/orig 2025-07-17T06:36:05.2386559Z * [new branch] gh/soulitzer/353/base -> origin/gh/soulitzer/353/base 2025-07-17T06:36:05.2387036Z * [new branch] gh/soulitzer/353/head -> origin/gh/soulitzer/353/head 2025-07-17T06:36:05.2387525Z * [new branch] gh/soulitzer/353/orig -> origin/gh/soulitzer/353/orig 2025-07-17T06:36:05.2388002Z * [new branch] gh/soulitzer/358/base -> origin/gh/soulitzer/358/base 2025-07-17T06:36:05.2388489Z * [new branch] gh/soulitzer/358/head -> origin/gh/soulitzer/358/head 2025-07-17T06:36:05.2389034Z * [new branch] gh/soulitzer/358/orig -> origin/gh/soulitzer/358/orig 2025-07-17T06:36:05.2389577Z * [new branch] gh/soulitzer/359/base -> origin/gh/soulitzer/359/base 2025-07-17T06:36:05.2390068Z * [new branch] gh/soulitzer/359/head -> origin/gh/soulitzer/359/head 2025-07-17T06:36:05.2390680Z * [new branch] gh/soulitzer/359/orig -> origin/gh/soulitzer/359/orig 2025-07-17T06:36:05.2391169Z * [new branch] gh/soulitzer/362/base -> origin/gh/soulitzer/362/base 2025-07-17T06:36:05.2391661Z * [new branch] gh/soulitzer/362/head -> origin/gh/soulitzer/362/head 2025-07-17T06:36:05.2392148Z * [new branch] gh/soulitzer/362/orig -> origin/gh/soulitzer/362/orig 2025-07-17T06:36:05.2392731Z * [new branch] gh/soulitzer/371/base -> origin/gh/soulitzer/371/base 2025-07-17T06:36:05.2393214Z * [new branch] gh/soulitzer/371/head -> origin/gh/soulitzer/371/head 2025-07-17T06:36:05.2393703Z * [new branch] gh/soulitzer/371/orig -> origin/gh/soulitzer/371/orig 2025-07-17T06:36:05.2394200Z * [new branch] gh/soulitzer/372/base -> origin/gh/soulitzer/372/base 2025-07-17T06:36:05.2394692Z * [new branch] gh/soulitzer/372/head -> origin/gh/soulitzer/372/head 2025-07-17T06:36:05.2395269Z * [new branch] gh/soulitzer/372/orig -> origin/gh/soulitzer/372/orig 2025-07-17T06:36:05.2395745Z * [new branch] gh/soulitzer/373/base -> origin/gh/soulitzer/373/base 2025-07-17T06:36:05.2396245Z * [new branch] gh/soulitzer/373/head -> origin/gh/soulitzer/373/head 2025-07-17T06:36:05.2396740Z * [new branch] gh/soulitzer/373/orig -> origin/gh/soulitzer/373/orig 2025-07-17T06:36:05.2397310Z * [new branch] gh/soulitzer/374/base -> origin/gh/soulitzer/374/base 2025-07-17T06:36:05.2397812Z * [new branch] gh/soulitzer/374/head -> origin/gh/soulitzer/374/head 2025-07-17T06:36:05.2398303Z * [new branch] gh/soulitzer/374/orig -> origin/gh/soulitzer/374/orig 2025-07-17T06:36:05.2398783Z * [new branch] gh/suo/619/base -> origin/gh/suo/619/base 2025-07-17T06:36:05.2399273Z * [new branch] gh/swolchok/728/next -> origin/gh/swolchok/728/next 2025-07-17T06:36:05.2399756Z * [new branch] gh/swolchok/758/base -> origin/gh/swolchok/758/base 2025-07-17T06:36:05.2400234Z * [new branch] gh/swolchok/758/head -> origin/gh/swolchok/758/head 2025-07-17T06:36:05.2400747Z * [new branch] gh/swolchok/758/orig -> origin/gh/swolchok/758/orig 2025-07-17T06:36:05.2401267Z * [new branch] gh/swolchok/767/base -> origin/gh/swolchok/767/base 2025-07-17T06:36:05.2401753Z * [new branch] gh/swolchok/767/head -> origin/gh/swolchok/767/head 2025-07-17T06:36:05.2402220Z * [new branch] gh/swolchok/767/orig -> origin/gh/swolchok/767/orig 2025-07-17T06:36:05.2402704Z * [new branch] gh/swolchok/768/base -> origin/gh/swolchok/768/base 2025-07-17T06:36:05.2846941Z * [new branch] gh/swolchok/768/head -> origin/gh/swolchok/768/head 2025-07-17T06:36:05.2847532Z * [new branch] gh/swolchok/768/orig -> origin/gh/swolchok/768/orig 2025-07-17T06:36:05.2848019Z * [new branch] gh/swolchok/769/base -> origin/gh/swolchok/769/base 2025-07-17T06:36:05.2848507Z * [new branch] gh/swolchok/769/head -> origin/gh/swolchok/769/head 2025-07-17T06:36:05.2848984Z * [new branch] gh/swolchok/769/orig -> origin/gh/swolchok/769/orig 2025-07-17T06:36:05.2849469Z * [new branch] gh/swolchok/771/base -> origin/gh/swolchok/771/base 2025-07-17T06:36:05.2849953Z * [new branch] gh/swolchok/771/head -> origin/gh/swolchok/771/head 2025-07-17T06:36:05.2850435Z * [new branch] gh/swolchok/771/orig -> origin/gh/swolchok/771/orig 2025-07-17T06:36:05.2850903Z * [new branch] gh/swolchok/772/base -> origin/gh/swolchok/772/base 2025-07-17T06:36:05.2851549Z * [new branch] gh/swolchok/772/head -> origin/gh/swolchok/772/head 2025-07-17T06:36:05.2852024Z * [new branch] gh/swolchok/772/orig -> origin/gh/swolchok/772/orig 2025-07-17T06:36:05.2852512Z * [new branch] gh/swolchok/773/base -> origin/gh/swolchok/773/base 2025-07-17T06:36:05.2853006Z * [new branch] gh/swolchok/773/head -> origin/gh/swolchok/773/head 2025-07-17T06:36:05.2853485Z * [new branch] gh/swolchok/773/orig -> origin/gh/swolchok/773/orig 2025-07-17T06:36:05.2853969Z * [new branch] gh/swolchok/775/base -> origin/gh/swolchok/775/base 2025-07-17T06:36:05.2854434Z * [new branch] gh/swolchok/775/head -> origin/gh/swolchok/775/head 2025-07-17T06:36:05.2854909Z * [new branch] gh/swolchok/775/orig -> origin/gh/swolchok/775/orig 2025-07-17T06:36:05.2855391Z * [new branch] gh/swolchok/776/base -> origin/gh/swolchok/776/base 2025-07-17T06:36:05.2855862Z * [new branch] gh/swolchok/776/head -> origin/gh/swolchok/776/head 2025-07-17T06:36:05.2856346Z * [new branch] gh/swolchok/776/orig -> origin/gh/swolchok/776/orig 2025-07-17T06:36:05.2856815Z * [new branch] gh/swolchok/777/base -> origin/gh/swolchok/777/base 2025-07-17T06:36:05.2857290Z * [new branch] gh/swolchok/777/head -> origin/gh/swolchok/777/head 2025-07-17T06:36:05.2857757Z * [new branch] gh/swolchok/777/orig -> origin/gh/swolchok/777/orig 2025-07-17T06:36:05.2858337Z * [new branch] gh/swolchok/778/base -> origin/gh/swolchok/778/base 2025-07-17T06:36:05.2858962Z * [new branch] gh/swolchok/778/head -> origin/gh/swolchok/778/head 2025-07-17T06:36:05.2859436Z * [new branch] gh/swolchok/778/orig -> origin/gh/swolchok/778/orig 2025-07-17T06:36:05.2859906Z * [new branch] gh/swolchok/779/base -> origin/gh/swolchok/779/base 2025-07-17T06:36:05.2860378Z * [new branch] gh/swolchok/779/head -> origin/gh/swolchok/779/head 2025-07-17T06:36:05.2860847Z * [new branch] gh/swolchok/779/orig -> origin/gh/swolchok/779/orig 2025-07-17T06:36:05.2861327Z * [new branch] gh/swolchok/780/base -> origin/gh/swolchok/780/base 2025-07-17T06:36:05.2861791Z * [new branch] gh/swolchok/780/head -> origin/gh/swolchok/780/head 2025-07-17T06:36:05.2862269Z * [new branch] gh/swolchok/780/orig -> origin/gh/swolchok/780/orig 2025-07-17T06:36:05.2862734Z * [new branch] gh/swolchok/781/base -> origin/gh/swolchok/781/base 2025-07-17T06:36:05.2863216Z * [new branch] gh/swolchok/781/head -> origin/gh/swolchok/781/head 2025-07-17T06:36:05.2863688Z * [new branch] gh/swolchok/781/orig -> origin/gh/swolchok/781/orig 2025-07-17T06:36:05.2864163Z * [new branch] gh/swolchok/782/base -> origin/gh/swolchok/782/base 2025-07-17T06:36:05.2864638Z * [new branch] gh/swolchok/782/head -> origin/gh/swolchok/782/head 2025-07-17T06:36:05.2865106Z * [new branch] gh/swolchok/782/orig -> origin/gh/swolchok/782/orig 2025-07-17T06:36:05.2865584Z * [new branch] gh/swolchok/783/base -> origin/gh/swolchok/783/base 2025-07-17T06:36:05.2866058Z * [new branch] gh/swolchok/783/head -> origin/gh/swolchok/783/head 2025-07-17T06:36:05.2866534Z * [new branch] gh/swolchok/783/orig -> origin/gh/swolchok/783/orig 2025-07-17T06:36:05.2867013Z * [new branch] gh/swolchok/784/base -> origin/gh/swolchok/784/base 2025-07-17T06:36:05.2867480Z * [new branch] gh/swolchok/784/head -> origin/gh/swolchok/784/head 2025-07-17T06:36:05.2867953Z * [new branch] gh/swolchok/784/orig -> origin/gh/swolchok/784/orig 2025-07-17T06:36:05.2868518Z * [new branch] gh/swolchok/785/base -> origin/gh/swolchok/785/base 2025-07-17T06:36:05.2869005Z * [new branch] gh/swolchok/785/head -> origin/gh/swolchok/785/head 2025-07-17T06:36:05.3727328Z * [new branch] gh/swolchok/785/orig -> origin/gh/swolchok/785/orig 2025-07-17T06:36:05.3727881Z * [new branch] gh/syed-ahmed/2/base -> origin/gh/syed-ahmed/2/base 2025-07-17T06:36:05.3728378Z * [new branch] gh/syed-ahmed/2/head -> origin/gh/syed-ahmed/2/head 2025-07-17T06:36:05.3728882Z * [new branch] gh/syed-ahmed/2/orig -> origin/gh/syed-ahmed/2/orig 2025-07-17T06:36:05.3729356Z * [new branch] gh/teja-rao/1/base -> origin/gh/teja-rao/1/base 2025-07-17T06:36:05.3729834Z * [new branch] gh/teja-rao/1/head -> origin/gh/teja-rao/1/head 2025-07-17T06:36:05.3730292Z * [new branch] gh/teja-rao/1/orig -> origin/gh/teja-rao/1/orig 2025-07-17T06:36:05.3730771Z * [new branch] gh/teja-rao/2/base -> origin/gh/teja-rao/2/base 2025-07-17T06:36:05.3731227Z * [new branch] gh/teja-rao/2/head -> origin/gh/teja-rao/2/head 2025-07-17T06:36:05.3731767Z * [new branch] gh/teja-rao/2/orig -> origin/gh/teja-rao/2/orig 2025-07-17T06:36:05.3732240Z * [new branch] gh/tianyu-l/2/base -> origin/gh/tianyu-l/2/base 2025-07-17T06:36:05.3732700Z * [new branch] gh/tianyu-l/2/head -> origin/gh/tianyu-l/2/head 2025-07-17T06:36:05.3733347Z * [new branch] gh/tianyu-l/2/orig -> origin/gh/tianyu-l/2/orig 2025-07-17T06:36:05.3733813Z * [new branch] gh/tianyu-l/3/base -> origin/gh/tianyu-l/3/base 2025-07-17T06:36:05.3734283Z * [new branch] gh/tianyu-l/3/orig -> origin/gh/tianyu-l/3/orig 2025-07-17T06:36:05.3734772Z * [new branch] gh/tianyu-l/4/base -> origin/gh/tianyu-l/4/base 2025-07-17T06:36:05.3735234Z * [new branch] gh/tianyu-l/4/head -> origin/gh/tianyu-l/4/head 2025-07-17T06:36:05.3735698Z * [new branch] gh/tianyu-l/4/orig -> origin/gh/tianyu-l/4/orig 2025-07-17T06:36:05.3736178Z * [new branch] gh/titaiwangms/1/base -> origin/gh/titaiwangms/1/base 2025-07-17T06:36:05.3736744Z * [new branch] gh/titaiwangms/1/head -> origin/gh/titaiwangms/1/head 2025-07-17T06:36:05.3737258Z * [new branch] gh/titaiwangms/1/orig -> origin/gh/titaiwangms/1/orig 2025-07-17T06:36:05.3737788Z * [new branch] gh/titaiwangms/2/base -> origin/gh/titaiwangms/2/base 2025-07-17T06:36:05.3738293Z * [new branch] gh/titaiwangms/2/head -> origin/gh/titaiwangms/2/head 2025-07-17T06:36:05.3738779Z * [new branch] gh/titaiwangms/2/orig -> origin/gh/titaiwangms/2/orig 2025-07-17T06:36:05.3739282Z * [new branch] gh/titaiwangms/3/base -> origin/gh/titaiwangms/3/base 2025-07-17T06:36:05.3739780Z * [new branch] gh/titaiwangms/3/head -> origin/gh/titaiwangms/3/head 2025-07-17T06:36:05.3740272Z * [new branch] gh/titaiwangms/3/orig -> origin/gh/titaiwangms/3/orig 2025-07-17T06:36:05.3740775Z * [new branch] gh/titaiwangms/4/base -> origin/gh/titaiwangms/4/base 2025-07-17T06:36:05.3741264Z * [new branch] gh/titaiwangms/4/head -> origin/gh/titaiwangms/4/head 2025-07-17T06:36:05.3741764Z * [new branch] gh/titaiwangms/4/orig -> origin/gh/titaiwangms/4/orig 2025-07-17T06:36:05.3742262Z * [new branch] gh/titaiwangms/5/base -> origin/gh/titaiwangms/5/base 2025-07-17T06:36:05.3742824Z * [new branch] gh/titaiwangms/5/head -> origin/gh/titaiwangms/5/head 2025-07-17T06:36:05.3743325Z * [new branch] gh/titaiwangms/5/orig -> origin/gh/titaiwangms/5/orig 2025-07-17T06:36:05.3743959Z * [new branch] gh/titaiwangms/6/base -> origin/gh/titaiwangms/6/base 2025-07-17T06:36:05.3744466Z * [new branch] gh/titaiwangms/6/head -> origin/gh/titaiwangms/6/head 2025-07-17T06:36:05.3745022Z * [new branch] gh/titaiwangms/6/orig -> origin/gh/titaiwangms/6/orig 2025-07-17T06:36:05.3745520Z * [new branch] gh/titaiwangms/7/base -> origin/gh/titaiwangms/7/base 2025-07-17T06:36:05.3746024Z * [new branch] gh/titaiwangms/7/head -> origin/gh/titaiwangms/7/head 2025-07-17T06:36:05.3746582Z * [new branch] gh/titaiwangms/7/orig -> origin/gh/titaiwangms/7/orig 2025-07-17T06:36:05.3747085Z * [new branch] gh/titaiwangms/8/base -> origin/gh/titaiwangms/8/base 2025-07-17T06:36:05.3747574Z * [new branch] gh/titaiwangms/8/head -> origin/gh/titaiwangms/8/head 2025-07-17T06:36:05.3748082Z * [new branch] gh/titaiwangms/8/orig -> origin/gh/titaiwangms/8/orig 2025-07-17T06:36:05.3748626Z * [new branch] gh/tugsbayasgalan/301/base -> origin/gh/tugsbayasgalan/301/base 2025-07-17T06:36:05.3749181Z * [new branch] gh/tugsbayasgalan/301/head -> origin/gh/tugsbayasgalan/301/head 2025-07-17T06:36:05.3749753Z * [new branch] gh/tugsbayasgalan/301/orig -> origin/gh/tugsbayasgalan/301/orig 2025-07-17T06:36:05.3750258Z * [new branch] gh/v0i0/1/base -> origin/gh/v0i0/1/base 2025-07-17T06:36:05.3750783Z * [new branch] gh/v0i0/1/head -> origin/gh/v0i0/1/head 2025-07-17T06:36:05.4227482Z * [new branch] gh/v0i0/1/orig -> origin/gh/v0i0/1/orig 2025-07-17T06:36:05.4227980Z * [new branch] gh/vkuzo/1/next -> origin/gh/vkuzo/1/next 2025-07-17T06:36:05.4228446Z * [new branch] gh/vkuzo/10/base -> origin/gh/vkuzo/10/base 2025-07-17T06:36:05.4228914Z * [new branch] gh/vkuzo/10/head -> origin/gh/vkuzo/10/head 2025-07-17T06:36:05.4229368Z * [new branch] gh/vkuzo/10/orig -> origin/gh/vkuzo/10/orig 2025-07-17T06:36:05.4229815Z * [new branch] gh/vkuzo/2/next -> origin/gh/vkuzo/2/next 2025-07-17T06:36:05.4230251Z * [new branch] gh/vkuzo/3/next -> origin/gh/vkuzo/3/next 2025-07-17T06:36:05.4230716Z * [new branch] gh/wanchaol/373/base -> origin/gh/wanchaol/373/base 2025-07-17T06:36:05.4231225Z * [new branch] gh/wanchaol/373/head -> origin/gh/wanchaol/373/head 2025-07-17T06:36:05.4231699Z * [new branch] gh/wanchaol/373/orig -> origin/gh/wanchaol/373/orig 2025-07-17T06:36:05.4232186Z * [new branch] gh/wanchaol/374/base -> origin/gh/wanchaol/374/base 2025-07-17T06:36:05.4232739Z * [new branch] gh/wanchaol/374/head -> origin/gh/wanchaol/374/head 2025-07-17T06:36:05.4233229Z * [new branch] gh/wanchaol/374/orig -> origin/gh/wanchaol/374/orig 2025-07-17T06:36:05.4233704Z * [new branch] gh/wconstab/392/base -> origin/gh/wconstab/392/base 2025-07-17T06:36:05.4234172Z * [new branch] gh/wconstab/392/head -> origin/gh/wconstab/392/head 2025-07-17T06:36:05.4234648Z * [new branch] gh/wconstab/392/orig -> origin/gh/wconstab/392/orig 2025-07-17T06:36:05.4235115Z * [new branch] gh/wconstab/419/base -> origin/gh/wconstab/419/base 2025-07-17T06:36:05.4235605Z * [new branch] gh/wconstab/419/head -> origin/gh/wconstab/419/head 2025-07-17T06:36:05.4236076Z * [new branch] gh/wconstab/419/orig -> origin/gh/wconstab/419/orig 2025-07-17T06:36:05.4236542Z * [new branch] gh/wconstab/420/base -> origin/gh/wconstab/420/base 2025-07-17T06:36:05.4237020Z * [new branch] gh/wconstab/420/head -> origin/gh/wconstab/420/head 2025-07-17T06:36:05.4237659Z * [new branch] gh/wconstab/420/orig -> origin/gh/wconstab/420/orig 2025-07-17T06:36:05.4238138Z * [new branch] gh/wconstab/421/base -> origin/gh/wconstab/421/base 2025-07-17T06:36:05.4238632Z * [new branch] gh/wconstab/421/orig -> origin/gh/wconstab/421/orig 2025-07-17T06:36:05.4239102Z * [new branch] gh/wconstab/422/base -> origin/gh/wconstab/422/base 2025-07-17T06:36:05.4239581Z * [new branch] gh/wconstab/422/head -> origin/gh/wconstab/422/head 2025-07-17T06:36:05.4240051Z * [new branch] gh/wconstab/422/orig -> origin/gh/wconstab/422/orig 2025-07-17T06:36:05.4240527Z * [new branch] gh/wconstab/423/base -> origin/gh/wconstab/423/base 2025-07-17T06:36:05.4240997Z * [new branch] gh/wconstab/423/head -> origin/gh/wconstab/423/head 2025-07-17T06:36:05.4241473Z * [new branch] gh/wconstab/423/orig -> origin/gh/wconstab/423/orig 2025-07-17T06:36:05.4241946Z * [new branch] gh/wconstab/424/base -> origin/gh/wconstab/424/base 2025-07-17T06:36:05.4242412Z * [new branch] gh/wconstab/424/head -> origin/gh/wconstab/424/head 2025-07-17T06:36:05.4242895Z * [new branch] gh/wconstab/424/orig -> origin/gh/wconstab/424/orig 2025-07-17T06:36:05.4243368Z * [new branch] gh/wconstab/425/base -> origin/gh/wconstab/425/base 2025-07-17T06:36:05.4243962Z * [new branch] gh/wconstab/425/head -> origin/gh/wconstab/425/head 2025-07-17T06:36:05.4244444Z * [new branch] gh/wconstab/425/orig -> origin/gh/wconstab/425/orig 2025-07-17T06:36:05.4244918Z * [new branch] gh/wconstab/426/base -> origin/gh/wconstab/426/base 2025-07-17T06:36:05.4245393Z * [new branch] gh/wconstab/426/head -> origin/gh/wconstab/426/head 2025-07-17T06:36:05.4245870Z * [new branch] gh/wconstab/426/orig -> origin/gh/wconstab/426/orig 2025-07-17T06:36:05.4246349Z * [new branch] gh/wconstab/427/base -> origin/gh/wconstab/427/base 2025-07-17T06:36:05.4246827Z * [new branch] gh/wconstab/427/head -> origin/gh/wconstab/427/head 2025-07-17T06:36:05.4247293Z * [new branch] gh/wconstab/427/orig -> origin/gh/wconstab/427/orig 2025-07-17T06:36:05.4247781Z * [new branch] gh/wconstab/428/base -> origin/gh/wconstab/428/base 2025-07-17T06:36:05.4248257Z * [new branch] gh/wconstab/428/head -> origin/gh/wconstab/428/head 2025-07-17T06:36:05.4248735Z * [new branch] gh/wconstab/428/orig -> origin/gh/wconstab/428/orig 2025-07-17T06:36:05.4249212Z * [new branch] gh/wconstab/429/base -> origin/gh/wconstab/429/base 2025-07-17T06:36:05.4249683Z * [new branch] gh/wconstab/429/head -> origin/gh/wconstab/429/head 2025-07-17T06:36:05.4969912Z * [new branch] gh/wconstab/429/orig -> origin/gh/wconstab/429/orig 2025-07-17T06:36:05.4970442Z * [new branch] gh/wconstab/430/base -> origin/gh/wconstab/430/base 2025-07-17T06:36:05.4970951Z * [new branch] gh/wconstab/430/head -> origin/gh/wconstab/430/head 2025-07-17T06:36:05.4971435Z * [new branch] gh/wconstab/430/orig -> origin/gh/wconstab/430/orig 2025-07-17T06:36:05.4971904Z * [new branch] gh/wconstab/431/base -> origin/gh/wconstab/431/base 2025-07-17T06:36:05.4972404Z * [new branch] gh/wconstab/431/head -> origin/gh/wconstab/431/head 2025-07-17T06:36:05.4972876Z * [new branch] gh/wconstab/431/orig -> origin/gh/wconstab/431/orig 2025-07-17T06:36:05.4973366Z * [new branch] gh/weifengpy/27/base -> origin/gh/weifengpy/27/base 2025-07-17T06:36:05.4974030Z * [new branch] gh/weifengpy/27/head -> origin/gh/weifengpy/27/head 2025-07-17T06:36:05.4974510Z * [new branch] gh/weifengpy/27/orig -> origin/gh/weifengpy/27/orig 2025-07-17T06:36:05.4974994Z * [new branch] gh/weifengpy/29/base -> origin/gh/weifengpy/29/base 2025-07-17T06:36:05.4975471Z * [new branch] gh/weifengpy/29/head -> origin/gh/weifengpy/29/head 2025-07-17T06:36:05.4975954Z * [new branch] gh/weifengpy/29/orig -> origin/gh/weifengpy/29/orig 2025-07-17T06:36:05.4976448Z * [new branch] gh/weifengpy/30/base -> origin/gh/weifengpy/30/base 2025-07-17T06:36:05.4976921Z * [new branch] gh/weifengpy/30/head -> origin/gh/weifengpy/30/head 2025-07-17T06:36:05.4977408Z * [new branch] gh/weifengpy/30/orig -> origin/gh/weifengpy/30/orig 2025-07-17T06:36:05.4977909Z * [new branch] gh/williamwen42/196/base -> origin/gh/williamwen42/196/base 2025-07-17T06:36:05.4978435Z * [new branch] gh/williamwen42/196/head -> origin/gh/williamwen42/196/head 2025-07-17T06:36:05.4978955Z * [new branch] gh/williamwen42/196/orig -> origin/gh/williamwen42/196/orig 2025-07-17T06:36:05.4979461Z * [new branch] gh/williamwen42/209/base -> origin/gh/williamwen42/209/base 2025-07-17T06:36:05.4979971Z * [new branch] gh/williamwen42/209/head -> origin/gh/williamwen42/209/head 2025-07-17T06:36:05.4980477Z * [new branch] gh/williamwen42/209/orig -> origin/gh/williamwen42/209/orig 2025-07-17T06:36:05.4981108Z * [new branch] gh/williamwen42/241/base -> origin/gh/williamwen42/241/base 2025-07-17T06:36:05.4981631Z * [new branch] gh/williamwen42/241/head -> origin/gh/williamwen42/241/head 2025-07-17T06:36:05.4982140Z * [new branch] gh/williamwen42/241/orig -> origin/gh/williamwen42/241/orig 2025-07-17T06:36:05.4982663Z * [new branch] gh/williamwen42/242/base -> origin/gh/williamwen42/242/base 2025-07-17T06:36:05.4983187Z * [new branch] gh/williamwen42/242/head -> origin/gh/williamwen42/242/head 2025-07-17T06:36:05.4983717Z * [new branch] gh/williamwen42/242/orig -> origin/gh/williamwen42/242/orig 2025-07-17T06:36:05.4984224Z * [new branch] gh/williamwen42/243/base -> origin/gh/williamwen42/243/base 2025-07-17T06:36:05.4984743Z * [new branch] gh/williamwen42/243/head -> origin/gh/williamwen42/243/head 2025-07-17T06:36:05.4985260Z * [new branch] gh/williamwen42/243/orig -> origin/gh/williamwen42/243/orig 2025-07-17T06:36:05.4985768Z * [new branch] gh/williamwen42/244/base -> origin/gh/williamwen42/244/base 2025-07-17T06:36:05.4986285Z * [new branch] gh/williamwen42/244/head -> origin/gh/williamwen42/244/head 2025-07-17T06:36:05.4986793Z * [new branch] gh/williamwen42/244/orig -> origin/gh/williamwen42/244/orig 2025-07-17T06:36:05.4987316Z * [new branch] gh/williamwen42/245/base -> origin/gh/williamwen42/245/base 2025-07-17T06:36:05.4987835Z * [new branch] gh/williamwen42/245/head -> origin/gh/williamwen42/245/head 2025-07-17T06:36:05.4988342Z * [new branch] gh/williamwen42/245/orig -> origin/gh/williamwen42/245/orig 2025-07-17T06:36:05.4988860Z * [new branch] gh/williamwen42/246/base -> origin/gh/williamwen42/246/base 2025-07-17T06:36:05.4989374Z * [new branch] gh/williamwen42/246/head -> origin/gh/williamwen42/246/head 2025-07-17T06:36:05.4989893Z * [new branch] gh/williamwen42/246/orig -> origin/gh/williamwen42/246/orig 2025-07-17T06:36:05.4990412Z * [new branch] gh/williamwen42/248/base -> origin/gh/williamwen42/248/base 2025-07-17T06:36:05.4998303Z * [new branch] gh/williamwen42/248/head -> origin/gh/williamwen42/248/head 2025-07-17T06:36:05.4999165Z * [new branch] gh/williamwen42/248/orig -> origin/gh/williamwen42/248/orig 2025-07-17T06:36:05.4999697Z * [new branch] gh/williamwen42/249/base -> origin/gh/williamwen42/249/base 2025-07-17T06:36:05.5000226Z * [new branch] gh/williamwen42/249/head -> origin/gh/williamwen42/249/head 2025-07-17T06:36:05.5429250Z * [new branch] gh/williamwen42/249/orig -> origin/gh/williamwen42/249/orig 2025-07-17T06:36:05.5429833Z * [new branch] gh/williamwen42/250/base -> origin/gh/williamwen42/250/base 2025-07-17T06:36:05.5430391Z * [new branch] gh/williamwen42/250/head -> origin/gh/williamwen42/250/head 2025-07-17T06:36:05.5430931Z * [new branch] gh/williamwen42/250/orig -> origin/gh/williamwen42/250/orig 2025-07-17T06:36:05.5431457Z * [new branch] gh/williamwen42/251/base -> origin/gh/williamwen42/251/base 2025-07-17T06:36:05.5431972Z * [new branch] gh/williamwen42/251/head -> origin/gh/williamwen42/251/head 2025-07-17T06:36:05.5432534Z * [new branch] gh/williamwen42/251/orig -> origin/gh/williamwen42/251/orig 2025-07-17T06:36:05.5433060Z * [new branch] gh/williamwen42/252/base -> origin/gh/williamwen42/252/base 2025-07-17T06:36:05.5433570Z * [new branch] gh/williamwen42/252/head -> origin/gh/williamwen42/252/head 2025-07-17T06:36:05.5434093Z * [new branch] gh/williamwen42/252/orig -> origin/gh/williamwen42/252/orig 2025-07-17T06:36:05.5434773Z * [new branch] gh/williamwen42/253/base -> origin/gh/williamwen42/253/base 2025-07-17T06:36:05.5435288Z * [new branch] gh/williamwen42/253/head -> origin/gh/williamwen42/253/head 2025-07-17T06:36:05.5435813Z * [new branch] gh/williamwen42/253/orig -> origin/gh/williamwen42/253/orig 2025-07-17T06:36:05.5436332Z * [new branch] gh/williamwen42/254/base -> origin/gh/williamwen42/254/base 2025-07-17T06:36:05.5436858Z * [new branch] gh/williamwen42/254/head -> origin/gh/williamwen42/254/head 2025-07-17T06:36:05.5437380Z * [new branch] gh/williamwen42/254/orig -> origin/gh/williamwen42/254/orig 2025-07-17T06:36:05.5437894Z * [new branch] gh/williamwen42/255/base -> origin/gh/williamwen42/255/base 2025-07-17T06:36:05.5438416Z * [new branch] gh/williamwen42/255/head -> origin/gh/williamwen42/255/head 2025-07-17T06:36:05.5438927Z * [new branch] gh/williamwen42/255/orig -> origin/gh/williamwen42/255/orig 2025-07-17T06:36:05.5439456Z * [new branch] gh/williamwen42/256/base -> origin/gh/williamwen42/256/base 2025-07-17T06:36:05.5439959Z * [new branch] gh/williamwen42/256/head -> origin/gh/williamwen42/256/head 2025-07-17T06:36:05.5440481Z * [new branch] gh/williamwen42/256/orig -> origin/gh/williamwen42/256/orig 2025-07-17T06:36:05.5441001Z * [new branch] gh/williamwen42/257/base -> origin/gh/williamwen42/257/base 2025-07-17T06:36:05.5441516Z * [new branch] gh/williamwen42/257/head -> origin/gh/williamwen42/257/head 2025-07-17T06:36:05.5442033Z * [new branch] gh/williamwen42/257/orig -> origin/gh/williamwen42/257/orig 2025-07-17T06:36:05.5442536Z * [new branch] gh/williamwen42/258/base -> origin/gh/williamwen42/258/base 2025-07-17T06:36:05.5443053Z * [new branch] gh/williamwen42/258/head -> origin/gh/williamwen42/258/head 2025-07-17T06:36:05.5443568Z * [new branch] gh/williamwen42/258/orig -> origin/gh/williamwen42/258/orig 2025-07-17T06:36:05.5444075Z * [new branch] gh/williamwen42/259/base -> origin/gh/williamwen42/259/base 2025-07-17T06:36:05.5444595Z * [new branch] gh/williamwen42/259/head -> origin/gh/williamwen42/259/head 2025-07-17T06:36:05.5445102Z * [new branch] gh/williamwen42/259/orig -> origin/gh/williamwen42/259/orig 2025-07-17T06:36:05.5445723Z * [new branch] gh/williamwen42/260/base -> origin/gh/williamwen42/260/base 2025-07-17T06:36:05.5446242Z * [new branch] gh/williamwen42/260/head -> origin/gh/williamwen42/260/head 2025-07-17T06:36:05.5446749Z * [new branch] gh/williamwen42/260/orig -> origin/gh/williamwen42/260/orig 2025-07-17T06:36:05.5447267Z * [new branch] gh/williamwen42/261/base -> origin/gh/williamwen42/261/base 2025-07-17T06:36:05.5447789Z * [new branch] gh/williamwen42/261/head -> origin/gh/williamwen42/261/head 2025-07-17T06:36:05.5448306Z * [new branch] gh/williamwen42/261/orig -> origin/gh/williamwen42/261/orig 2025-07-17T06:36:05.5448821Z * [new branch] gh/williamwen42/262/base -> origin/gh/williamwen42/262/base 2025-07-17T06:36:05.5449330Z * [new branch] gh/williamwen42/262/head -> origin/gh/williamwen42/262/head 2025-07-17T06:36:05.5449843Z * [new branch] gh/williamwen42/262/orig -> origin/gh/williamwen42/262/orig 2025-07-17T06:36:05.5450355Z * [new branch] gh/williamwen42/263/base -> origin/gh/williamwen42/263/base 2025-07-17T06:36:05.5450865Z * [new branch] gh/williamwen42/263/head -> origin/gh/williamwen42/263/head 2025-07-17T06:36:05.5451379Z * [new branch] gh/williamwen42/263/orig -> origin/gh/williamwen42/263/orig 2025-07-17T06:36:05.5451866Z * [new branch] gh/xmfan/169/base -> origin/gh/xmfan/169/base 2025-07-17T06:36:05.5452405Z * [new branch] gh/xmfan/169/head -> origin/gh/xmfan/169/head 2025-07-17T06:36:05.6024051Z * [new branch] gh/xmfan/170/base -> origin/gh/xmfan/170/base 2025-07-17T06:36:05.6024563Z * [new branch] gh/xmfan/170/head -> origin/gh/xmfan/170/head 2025-07-17T06:36:05.6025043Z * [new branch] gh/xmfan/18/base -> origin/gh/xmfan/18/base 2025-07-17T06:36:05.6025510Z * [new branch] gh/xmfan/18/head -> origin/gh/xmfan/18/head 2025-07-17T06:36:05.6025963Z * [new branch] gh/xmfan/194/base -> origin/gh/xmfan/194/base 2025-07-17T06:36:05.6026413Z * [new branch] gh/xmfan/194/head -> origin/gh/xmfan/194/head 2025-07-17T06:36:05.6026878Z * [new branch] gh/xmfan/194/orig -> origin/gh/xmfan/194/orig 2025-07-17T06:36:05.6027328Z * [new branch] gh/xmfan/206/base -> origin/gh/xmfan/206/base 2025-07-17T06:36:05.6027782Z * [new branch] gh/xmfan/206/head -> origin/gh/xmfan/206/head 2025-07-17T06:36:05.6028247Z * [new branch] gh/xmfan/206/orig -> origin/gh/xmfan/206/orig 2025-07-17T06:36:05.6028691Z * [new branch] gh/xmfan/213/base -> origin/gh/xmfan/213/base 2025-07-17T06:36:05.6029146Z * [new branch] gh/xmfan/213/head -> origin/gh/xmfan/213/head 2025-07-17T06:36:05.6029606Z * [new branch] gh/xmfan/213/orig -> origin/gh/xmfan/213/orig 2025-07-17T06:36:05.6030056Z * [new branch] gh/xmfan/223/base -> origin/gh/xmfan/223/base 2025-07-17T06:36:05.6030518Z * [new branch] gh/xmfan/223/head -> origin/gh/xmfan/223/head 2025-07-17T06:36:05.6030965Z * [new branch] gh/xmfan/223/orig -> origin/gh/xmfan/223/orig 2025-07-17T06:36:05.6031423Z * [new branch] gh/xmfan/225/base -> origin/gh/xmfan/225/base 2025-07-17T06:36:05.6031878Z * [new branch] gh/xmfan/225/head -> origin/gh/xmfan/225/head 2025-07-17T06:36:05.6032338Z * [new branch] gh/xmfan/225/orig -> origin/gh/xmfan/225/orig 2025-07-17T06:36:05.6032850Z * [new branch] gh/xmfan/228/base -> origin/gh/xmfan/228/base 2025-07-17T06:36:05.6033298Z * [new branch] gh/xmfan/228/head -> origin/gh/xmfan/228/head 2025-07-17T06:36:05.6033936Z * [new branch] gh/xmfan/228/orig -> origin/gh/xmfan/228/orig 2025-07-17T06:36:05.6034386Z * [new branch] gh/xmfan/229/base -> origin/gh/xmfan/229/base 2025-07-17T06:36:05.6034847Z * [new branch] gh/xmfan/229/head -> origin/gh/xmfan/229/head 2025-07-17T06:36:05.6035304Z * [new branch] gh/xmfan/229/orig -> origin/gh/xmfan/229/orig 2025-07-17T06:36:05.6035749Z * [new branch] gh/xmfan/230/base -> origin/gh/xmfan/230/base 2025-07-17T06:36:05.6036206Z * [new branch] gh/xmfan/230/head -> origin/gh/xmfan/230/head 2025-07-17T06:36:05.6036651Z * [new branch] gh/xmfan/230/orig -> origin/gh/xmfan/230/orig 2025-07-17T06:36:05.6037097Z * [new branch] gh/xmfan/237/base -> origin/gh/xmfan/237/base 2025-07-17T06:36:05.6037547Z * [new branch] gh/xmfan/237/head -> origin/gh/xmfan/237/head 2025-07-17T06:36:05.6037992Z * [new branch] gh/xmfan/237/orig -> origin/gh/xmfan/237/orig 2025-07-17T06:36:05.6038446Z * [new branch] gh/xmfan/243/base -> origin/gh/xmfan/243/base 2025-07-17T06:36:05.6038886Z * [new branch] gh/xmfan/243/head -> origin/gh/xmfan/243/head 2025-07-17T06:36:05.6039338Z * [new branch] gh/xmfan/243/orig -> origin/gh/xmfan/243/orig 2025-07-17T06:36:05.6039781Z * [new branch] gh/xmfan/244/base -> origin/gh/xmfan/244/base 2025-07-17T06:36:05.6040346Z * [new branch] gh/xmfan/244/head -> origin/gh/xmfan/244/head 2025-07-17T06:36:05.6040797Z * [new branch] gh/xmfan/244/orig -> origin/gh/xmfan/244/orig 2025-07-17T06:36:05.6041256Z * [new branch] gh/xmfan/246/base -> origin/gh/xmfan/246/base 2025-07-17T06:36:05.6041701Z * [new branch] gh/xmfan/246/head -> origin/gh/xmfan/246/head 2025-07-17T06:36:05.6042162Z * [new branch] gh/xmfan/246/orig -> origin/gh/xmfan/246/orig 2025-07-17T06:36:05.6042616Z * [new branch] gh/xmfan/248/base -> origin/gh/xmfan/248/base 2025-07-17T06:36:05.6043064Z * [new branch] gh/xmfan/248/head -> origin/gh/xmfan/248/head 2025-07-17T06:36:05.6043517Z * [new branch] gh/xmfan/248/orig -> origin/gh/xmfan/248/orig 2025-07-17T06:36:05.6043961Z * [new branch] gh/xmfan/250/base -> origin/gh/xmfan/250/base 2025-07-17T06:36:05.6044420Z * [new branch] gh/xmfan/250/head -> origin/gh/xmfan/250/head 2025-07-17T06:36:05.6044944Z * [new branch] gh/xmfan/250/orig -> origin/gh/xmfan/250/orig 2025-07-17T06:36:05.6045391Z * [new branch] gh/xmfan/253/base -> origin/gh/xmfan/253/base 2025-07-17T06:36:05.6045905Z * [new branch] gh/xmfan/253/head -> origin/gh/xmfan/253/head 2025-07-17T06:36:05.6499230Z * [new branch] gh/xmfan/253/orig -> origin/gh/xmfan/253/orig 2025-07-17T06:36:05.6499714Z * [new branch] gh/xmfan/254/base -> origin/gh/xmfan/254/base 2025-07-17T06:36:05.6500167Z * [new branch] gh/xmfan/254/head -> origin/gh/xmfan/254/head 2025-07-17T06:36:05.6500619Z * [new branch] gh/xmfan/254/orig -> origin/gh/xmfan/254/orig 2025-07-17T06:36:05.6501077Z * [new branch] gh/xmfan/255/base -> origin/gh/xmfan/255/base 2025-07-17T06:36:05.6501517Z * [new branch] gh/xmfan/255/head -> origin/gh/xmfan/255/head 2025-07-17T06:36:05.6501966Z * [new branch] gh/xmfan/255/orig -> origin/gh/xmfan/255/orig 2025-07-17T06:36:05.6502415Z * [new branch] gh/xmfan/256/base -> origin/gh/xmfan/256/base 2025-07-17T06:36:05.6502992Z * [new branch] gh/xmfan/256/head -> origin/gh/xmfan/256/head 2025-07-17T06:36:05.6503445Z * [new branch] gh/xmfan/256/orig -> origin/gh/xmfan/256/orig 2025-07-17T06:36:05.6503886Z * [new branch] gh/xmfan/257/base -> origin/gh/xmfan/257/base 2025-07-17T06:36:05.6504343Z * [new branch] gh/xmfan/257/head -> origin/gh/xmfan/257/head 2025-07-17T06:36:05.6504807Z * [new branch] gh/xmfan/257/orig -> origin/gh/xmfan/257/orig 2025-07-17T06:36:05.6505254Z * [new branch] gh/xmfan/258/base -> origin/gh/xmfan/258/base 2025-07-17T06:36:05.6505699Z * [new branch] gh/xmfan/258/head -> origin/gh/xmfan/258/head 2025-07-17T06:36:05.6506140Z * [new branch] gh/xmfan/258/orig -> origin/gh/xmfan/258/orig 2025-07-17T06:36:05.6506588Z * [new branch] gh/xmfan/259/base -> origin/gh/xmfan/259/base 2025-07-17T06:36:05.6507038Z * [new branch] gh/xmfan/259/head -> origin/gh/xmfan/259/head 2025-07-17T06:36:05.6507494Z * [new branch] gh/xmfan/259/orig -> origin/gh/xmfan/259/orig 2025-07-17T06:36:05.6507943Z * [new branch] gh/xmfan/260/base -> origin/gh/xmfan/260/base 2025-07-17T06:36:05.6508385Z * [new branch] gh/xmfan/260/head -> origin/gh/xmfan/260/head 2025-07-17T06:36:05.6508833Z * [new branch] gh/xmfan/260/orig -> origin/gh/xmfan/260/orig 2025-07-17T06:36:05.6509362Z * [new branch] gh/xmfan/261/base -> origin/gh/xmfan/261/base 2025-07-17T06:36:05.6509822Z * [new branch] gh/xmfan/261/head -> origin/gh/xmfan/261/head 2025-07-17T06:36:05.6510272Z * [new branch] gh/xmfan/261/orig -> origin/gh/xmfan/261/orig 2025-07-17T06:36:05.6510717Z * [new branch] gh/xmfan/262/base -> origin/gh/xmfan/262/base 2025-07-17T06:36:05.6511173Z * [new branch] gh/xmfan/262/head -> origin/gh/xmfan/262/head 2025-07-17T06:36:05.6511620Z * [new branch] gh/xmfan/262/orig -> origin/gh/xmfan/262/orig 2025-07-17T06:36:05.6512077Z * [new branch] gh/xmfan/263/base -> origin/gh/xmfan/263/base 2025-07-17T06:36:05.6512583Z * [new branch] gh/xmfan/263/head -> origin/gh/xmfan/263/head 2025-07-17T06:36:05.6513028Z * [new branch] gh/xmfan/263/orig -> origin/gh/xmfan/263/orig 2025-07-17T06:36:05.6513495Z * [new branch] gh/xmfan/264/base -> origin/gh/xmfan/264/base 2025-07-17T06:36:05.6513939Z * [new branch] gh/xmfan/264/head -> origin/gh/xmfan/264/head 2025-07-17T06:36:05.6514455Z * [new branch] gh/xmfan/264/orig -> origin/gh/xmfan/264/orig 2025-07-17T06:36:05.6514946Z * [new branch] gh/xmfan/265/base -> origin/gh/xmfan/265/base 2025-07-17T06:36:05.6515413Z * [new branch] gh/xmfan/265/head -> origin/gh/xmfan/265/head 2025-07-17T06:36:05.6515865Z * [new branch] gh/xmfan/265/orig -> origin/gh/xmfan/265/orig 2025-07-17T06:36:05.6516307Z * [new branch] gh/xmfan/266/base -> origin/gh/xmfan/266/base 2025-07-17T06:36:05.6516764Z * [new branch] gh/xmfan/266/head -> origin/gh/xmfan/266/head 2025-07-17T06:36:05.6517202Z * [new branch] gh/xmfan/266/orig -> origin/gh/xmfan/266/orig 2025-07-17T06:36:05.6517656Z * [new branch] gh/xmfan/267/base -> origin/gh/xmfan/267/base 2025-07-17T06:36:05.6518105Z * [new branch] gh/xmfan/267/head -> origin/gh/xmfan/267/head 2025-07-17T06:36:05.6518544Z * [new branch] gh/xmfan/267/orig -> origin/gh/xmfan/267/orig 2025-07-17T06:36:05.6519004Z * [new branch] gh/xmfan/268/base -> origin/gh/xmfan/268/base 2025-07-17T06:36:05.6519542Z * [new branch] gh/xmfan/268/head -> origin/gh/xmfan/268/head 2025-07-17T06:36:05.6519995Z * [new branch] gh/xmfan/268/orig -> origin/gh/xmfan/268/orig 2025-07-17T06:36:05.6520457Z * [new branch] gh/xmfan/269/base -> origin/gh/xmfan/269/base 2025-07-17T06:36:05.6520903Z * [new branch] gh/xmfan/269/head -> origin/gh/xmfan/269/head 2025-07-17T06:36:05.7106641Z * [new branch] gh/xmfan/269/orig -> origin/gh/xmfan/269/orig 2025-07-17T06:36:05.7107195Z * [new branch] gh/xuanzhang816/12/base -> origin/gh/xuanzhang816/12/base 2025-07-17T06:36:05.7107710Z * [new branch] gh/xuanzhang816/12/head -> origin/gh/xuanzhang816/12/head 2025-07-17T06:36:05.7108225Z * [new branch] gh/xuanzhang816/12/orig -> origin/gh/xuanzhang816/12/orig 2025-07-17T06:36:05.7108724Z * [new branch] gh/xuanzhang816/14/base -> origin/gh/xuanzhang816/14/base 2025-07-17T06:36:05.7109253Z * [new branch] gh/xuanzhang816/14/head -> origin/gh/xuanzhang816/14/head 2025-07-17T06:36:05.7109763Z * [new branch] gh/xuanzhang816/14/orig -> origin/gh/xuanzhang816/14/orig 2025-07-17T06:36:05.7110355Z * [new branch] gh/xuanzhang816/15/base -> origin/gh/xuanzhang816/15/base 2025-07-17T06:36:05.7110892Z * [new branch] gh/xuanzhang816/15/head -> origin/gh/xuanzhang816/15/head 2025-07-17T06:36:05.7111561Z * [new branch] gh/xuanzhang816/15/orig -> origin/gh/xuanzhang816/15/orig 2025-07-17T06:36:05.7112065Z * [new branch] gh/xuanzhang816/16/base -> origin/gh/xuanzhang816/16/base 2025-07-17T06:36:05.7112646Z * [new branch] gh/xuanzhang816/16/head -> origin/gh/xuanzhang816/16/head 2025-07-17T06:36:05.7113146Z * [new branch] gh/xuanzhang816/16/orig -> origin/gh/xuanzhang816/16/orig 2025-07-17T06:36:05.7113659Z * [new branch] gh/xuanzhang816/17/base -> origin/gh/xuanzhang816/17/base 2025-07-17T06:36:05.7114176Z * [new branch] gh/xuanzhang816/17/head -> origin/gh/xuanzhang816/17/head 2025-07-17T06:36:05.7114679Z * [new branch] gh/xuanzhang816/17/orig -> origin/gh/xuanzhang816/17/orig 2025-07-17T06:36:05.7115188Z * [new branch] gh/xuanzhang816/18/base -> origin/gh/xuanzhang816/18/base 2025-07-17T06:36:05.7115685Z * [new branch] gh/xuanzhang816/18/head -> origin/gh/xuanzhang816/18/head 2025-07-17T06:36:05.7116290Z * [new branch] gh/xuanzhang816/18/orig -> origin/gh/xuanzhang816/18/orig 2025-07-17T06:36:05.7116795Z * [new branch] gh/xuanzhang816/19/base -> origin/gh/xuanzhang816/19/base 2025-07-17T06:36:05.7117300Z * [new branch] gh/xuanzhang816/19/head -> origin/gh/xuanzhang816/19/head 2025-07-17T06:36:05.7117803Z * [new branch] gh/xuanzhang816/19/orig -> origin/gh/xuanzhang816/19/orig 2025-07-17T06:36:05.7118304Z * [new branch] gh/xuanzhang816/20/base -> origin/gh/xuanzhang816/20/base 2025-07-17T06:36:05.7118806Z * [new branch] gh/xuanzhang816/20/head -> origin/gh/xuanzhang816/20/head 2025-07-17T06:36:05.7119304Z * [new branch] gh/xuanzhang816/20/orig -> origin/gh/xuanzhang816/20/orig 2025-07-17T06:36:05.7119805Z * [new branch] gh/yanbing-j/11/base -> origin/gh/yanbing-j/11/base 2025-07-17T06:36:05.7120292Z * [new branch] gh/yanbing-j/11/head -> origin/gh/yanbing-j/11/head 2025-07-17T06:36:05.7120761Z * [new branch] gh/yanbing-j/11/orig -> origin/gh/yanbing-j/11/orig 2025-07-17T06:36:05.7121249Z * [new branch] gh/yanbing-j/12/base -> origin/gh/yanbing-j/12/base 2025-07-17T06:36:05.7121764Z * [new branch] gh/yanbing-j/12/head -> origin/gh/yanbing-j/12/head 2025-07-17T06:36:05.7122406Z * [new branch] gh/yanbing-j/12/orig -> origin/gh/yanbing-j/12/orig 2025-07-17T06:36:05.7122886Z * [new branch] gh/yanbing-j/13/base -> origin/gh/yanbing-j/13/base 2025-07-17T06:36:05.7123355Z * [new branch] gh/yanbing-j/13/head -> origin/gh/yanbing-j/13/head 2025-07-17T06:36:05.7123838Z * [new branch] gh/yanbing-j/13/orig -> origin/gh/yanbing-j/13/orig 2025-07-17T06:36:05.7124311Z * [new branch] gh/yanbing-j/14/base -> origin/gh/yanbing-j/14/base 2025-07-17T06:36:05.7124797Z * [new branch] gh/yanbing-j/14/head -> origin/gh/yanbing-j/14/head 2025-07-17T06:36:05.7125293Z * [new branch] gh/yanbing-j/14/orig -> origin/gh/yanbing-j/14/orig 2025-07-17T06:36:05.7125769Z * [new branch] gh/yanbing-j/15/base -> origin/gh/yanbing-j/15/base 2025-07-17T06:36:05.7126229Z * [new branch] gh/yanbing-j/15/head -> origin/gh/yanbing-j/15/head 2025-07-17T06:36:05.7126714Z * [new branch] gh/yanbing-j/15/orig -> origin/gh/yanbing-j/15/orig 2025-07-17T06:36:05.7127180Z * [new branch] gh/yanbing-j/18/base -> origin/gh/yanbing-j/18/base 2025-07-17T06:36:05.7127703Z * [new branch] gh/yanbing-j/18/head -> origin/gh/yanbing-j/18/head 2025-07-17T06:36:05.7128228Z * [new branch] gh/yanbing-j/18/orig -> origin/gh/yanbing-j/18/orig 2025-07-17T06:36:05.7128691Z * [new branch] gh/yanbing-j/19/base -> origin/gh/yanbing-j/19/base 2025-07-17T06:36:05.7129256Z * [new branch] gh/yanbing-j/19/head -> origin/gh/yanbing-j/19/head 2025-07-17T06:36:05.7129725Z * [new branch] gh/yanbing-j/19/orig -> origin/gh/yanbing-j/19/orig 2025-07-17T06:36:05.7576696Z * [new branch] gh/yanbing-j/20/base -> origin/gh/yanbing-j/20/base 2025-07-17T06:36:05.7577233Z * [new branch] gh/yanbing-j/20/head -> origin/gh/yanbing-j/20/head 2025-07-17T06:36:05.7577887Z * [new branch] gh/yanbing-j/20/orig -> origin/gh/yanbing-j/20/orig 2025-07-17T06:36:05.7578483Z * [new branch] gh/yanbing-j/21/base -> origin/gh/yanbing-j/21/base 2025-07-17T06:36:05.7579216Z * [new branch] gh/yanbing-j/21/head -> origin/gh/yanbing-j/21/head 2025-07-17T06:36:05.7579747Z * [new branch] gh/yanbing-j/22/base -> origin/gh/yanbing-j/22/base 2025-07-17T06:36:05.7580277Z * [new branch] gh/yanbing-j/22/head -> origin/gh/yanbing-j/22/head 2025-07-17T06:36:05.7580748Z * [new branch] gh/yanbing-j/22/orig -> origin/gh/yanbing-j/22/orig 2025-07-17T06:36:05.7581222Z * [new branch] gh/yanbing-j/23/base -> origin/gh/yanbing-j/23/base 2025-07-17T06:36:05.7581688Z * [new branch] gh/yanbing-j/23/head -> origin/gh/yanbing-j/23/head 2025-07-17T06:36:05.7582164Z * [new branch] gh/yanbing-j/23/orig -> origin/gh/yanbing-j/23/orig 2025-07-17T06:36:05.7582629Z * [new branch] gh/yanbing-j/24/base -> origin/gh/yanbing-j/24/base 2025-07-17T06:36:05.7583094Z * [new branch] gh/yanbing-j/24/head -> origin/gh/yanbing-j/24/head 2025-07-17T06:36:05.7583562Z * [new branch] gh/yanbing-j/24/orig -> origin/gh/yanbing-j/24/orig 2025-07-17T06:36:05.7584025Z * [new branch] gh/yanbing-j/25/base -> origin/gh/yanbing-j/25/base 2025-07-17T06:36:05.7584499Z * [new branch] gh/yanbing-j/25/head -> origin/gh/yanbing-j/25/head 2025-07-17T06:36:05.7584965Z * [new branch] gh/yanbing-j/25/orig -> origin/gh/yanbing-j/25/orig 2025-07-17T06:36:05.7585483Z * [new branch] gh/yanbing-j/26/base -> origin/gh/yanbing-j/26/base 2025-07-17T06:36:05.7586003Z * [new branch] gh/yanbing-j/26/head -> origin/gh/yanbing-j/26/head 2025-07-17T06:36:05.7586645Z * [new branch] gh/yanbing-j/26/orig -> origin/gh/yanbing-j/26/orig 2025-07-17T06:36:05.7587136Z * [new branch] gh/yanbing-j/34/base -> origin/gh/yanbing-j/34/base 2025-07-17T06:36:05.7587605Z * [new branch] gh/yanbing-j/34/head -> origin/gh/yanbing-j/34/head 2025-07-17T06:36:05.7588085Z * [new branch] gh/yanbing-j/34/orig -> origin/gh/yanbing-j/34/orig 2025-07-17T06:36:05.7588551Z * [new branch] gh/yanbing-j/36/base -> origin/gh/yanbing-j/36/base 2025-07-17T06:36:05.7589027Z * [new branch] gh/yanbing-j/36/head -> origin/gh/yanbing-j/36/head 2025-07-17T06:36:05.7589496Z * [new branch] gh/yanbing-j/36/orig -> origin/gh/yanbing-j/36/orig 2025-07-17T06:36:05.7589962Z * [new branch] gh/yanbing-j/37/base -> origin/gh/yanbing-j/37/base 2025-07-17T06:36:05.7590435Z * [new branch] gh/yanbing-j/37/head -> origin/gh/yanbing-j/37/head 2025-07-17T06:36:05.7590911Z * [new branch] gh/yanbing-j/37/orig -> origin/gh/yanbing-j/37/orig 2025-07-17T06:36:05.7591428Z * [new branch] gh/yanbing-j/38/base -> origin/gh/yanbing-j/38/base 2025-07-17T06:36:05.7591951Z * [new branch] gh/yanbing-j/38/head -> origin/gh/yanbing-j/38/head 2025-07-17T06:36:05.7592485Z * [new branch] gh/yanbing-j/38/orig -> origin/gh/yanbing-j/38/orig 2025-07-17T06:36:05.7593075Z * [new branch] gh/yanbing-j/39/base -> origin/gh/yanbing-j/39/base 2025-07-17T06:36:05.7593561Z * [new branch] gh/yanbing-j/39/head -> origin/gh/yanbing-j/39/head 2025-07-17T06:36:05.7594033Z * [new branch] gh/yanbing-j/39/orig -> origin/gh/yanbing-j/39/orig 2025-07-17T06:36:05.7594497Z * [new branch] gh/ydwu4/223/base -> origin/gh/ydwu4/223/base 2025-07-17T06:36:05.7594954Z * [new branch] gh/ydwu4/223/head -> origin/gh/ydwu4/223/head 2025-07-17T06:36:05.7595417Z * [new branch] gh/ydwu4/223/orig -> origin/gh/ydwu4/223/orig 2025-07-17T06:36:05.7595870Z * [new branch] gh/ydwu4/224/base -> origin/gh/ydwu4/224/base 2025-07-17T06:36:05.7596308Z * [new branch] gh/ydwu4/224/head -> origin/gh/ydwu4/224/head 2025-07-17T06:36:05.7596756Z * [new branch] gh/ydwu4/224/orig -> origin/gh/ydwu4/224/orig 2025-07-17T06:36:05.7597254Z * [new branch] gh/ydwu4/225/base -> origin/gh/ydwu4/225/base 2025-07-17T06:36:05.7597753Z * [new branch] gh/ydwu4/225/head -> origin/gh/ydwu4/225/head 2025-07-17T06:36:05.7598194Z * [new branch] gh/ydwu4/225/orig -> origin/gh/ydwu4/225/orig 2025-07-17T06:36:05.7598640Z * [new branch] gh/ydwu4/233/base -> origin/gh/ydwu4/233/base 2025-07-17T06:36:05.7599100Z * [new branch] gh/ydwu4/233/head -> origin/gh/ydwu4/233/head 2025-07-17T06:36:05.7599547Z * [new branch] gh/ydwu4/233/orig -> origin/gh/ydwu4/233/orig 2025-07-17T06:36:05.8114163Z * [new branch] gh/ydwu4/246/base -> origin/gh/ydwu4/246/base 2025-07-17T06:36:05.8114675Z * [new branch] gh/ydwu4/246/head -> origin/gh/ydwu4/246/head 2025-07-17T06:36:05.8115143Z * [new branch] gh/ydwu4/246/orig -> origin/gh/ydwu4/246/orig 2025-07-17T06:36:05.8115625Z * [new branch] gh/ydwu4/247/base -> origin/gh/ydwu4/247/base 2025-07-17T06:36:05.8116078Z * [new branch] gh/ydwu4/247/head -> origin/gh/ydwu4/247/head 2025-07-17T06:36:05.8116532Z * [new branch] gh/ydwu4/247/orig -> origin/gh/ydwu4/247/orig 2025-07-17T06:36:05.8116968Z * [new branch] gh/ydwu4/253/base -> origin/gh/ydwu4/253/base 2025-07-17T06:36:05.8118292Z * [new branch] gh/ydwu4/253/head -> origin/gh/ydwu4/253/head 2025-07-17T06:36:05.8118767Z * [new branch] gh/ydwu4/253/orig -> origin/gh/ydwu4/253/orig 2025-07-17T06:36:05.8119211Z * [new branch] gh/ydwu4/255/base -> origin/gh/ydwu4/255/base 2025-07-17T06:36:05.8119727Z * [new branch] gh/ydwu4/255/head -> origin/gh/ydwu4/255/head 2025-07-17T06:36:05.8120214Z * [new branch] gh/ydwu4/255/orig -> origin/gh/ydwu4/255/orig 2025-07-17T06:36:05.8120678Z * [new branch] gh/ydwu4/259/base -> origin/gh/ydwu4/259/base 2025-07-17T06:36:05.8121139Z * [new branch] gh/ydwu4/259/head -> origin/gh/ydwu4/259/head 2025-07-17T06:36:05.8121581Z * [new branch] gh/ydwu4/259/orig -> origin/gh/ydwu4/259/orig 2025-07-17T06:36:05.8122036Z * [new branch] gh/ydwu4/261/base -> origin/gh/ydwu4/261/base 2025-07-17T06:36:05.8122477Z * [new branch] gh/ydwu4/261/head -> origin/gh/ydwu4/261/head 2025-07-17T06:36:05.8122925Z * [new branch] gh/ydwu4/261/orig -> origin/gh/ydwu4/261/orig 2025-07-17T06:36:05.8123396Z * [new branch] gh/ydwu4/262/base -> origin/gh/ydwu4/262/base 2025-07-17T06:36:05.8123838Z * [new branch] gh/ydwu4/262/head -> origin/gh/ydwu4/262/head 2025-07-17T06:36:05.8124290Z * [new branch] gh/ydwu4/262/orig -> origin/gh/ydwu4/262/orig 2025-07-17T06:36:05.8125359Z * [new branch] gh/ydwu4/263/base -> origin/gh/ydwu4/263/base 2025-07-17T06:36:05.8125889Z * [new branch] gh/ydwu4/263/head -> origin/gh/ydwu4/263/head 2025-07-17T06:36:05.8126340Z * [new branch] gh/ydwu4/263/orig -> origin/gh/ydwu4/263/orig 2025-07-17T06:36:05.8126779Z * [new branch] gh/ydwu4/264/base -> origin/gh/ydwu4/264/base 2025-07-17T06:36:05.8127231Z * [new branch] gh/ydwu4/264/head -> origin/gh/ydwu4/264/head 2025-07-17T06:36:05.8127678Z * [new branch] gh/ydwu4/264/orig -> origin/gh/ydwu4/264/orig 2025-07-17T06:36:05.8128129Z * [new branch] gh/ydwu4/265/base -> origin/gh/ydwu4/265/base 2025-07-17T06:36:05.8128580Z * [new branch] gh/ydwu4/265/head -> origin/gh/ydwu4/265/head 2025-07-17T06:36:05.8129020Z * [new branch] gh/ydwu4/265/orig -> origin/gh/ydwu4/265/orig 2025-07-17T06:36:05.8129475Z * [new branch] gh/ydwu4/266/base -> origin/gh/ydwu4/266/base 2025-07-17T06:36:05.8129914Z * [new branch] gh/ydwu4/266/head -> origin/gh/ydwu4/266/head 2025-07-17T06:36:05.8130369Z * [new branch] gh/ydwu4/266/orig -> origin/gh/ydwu4/266/orig 2025-07-17T06:36:05.8130809Z * [new branch] gh/ydwu4/267/base -> origin/gh/ydwu4/267/base 2025-07-17T06:36:05.8131307Z * [new branch] gh/ydwu4/267/head -> origin/gh/ydwu4/267/head 2025-07-17T06:36:05.8131804Z * [new branch] gh/ydwu4/267/orig -> origin/gh/ydwu4/267/orig 2025-07-17T06:36:05.8132240Z * [new branch] gh/ydwu4/268/base -> origin/gh/ydwu4/268/base 2025-07-17T06:36:05.8132685Z * [new branch] gh/ydwu4/268/head -> origin/gh/ydwu4/268/head 2025-07-17T06:36:05.8133125Z * [new branch] gh/ydwu4/268/orig -> origin/gh/ydwu4/268/orig 2025-07-17T06:36:05.8133590Z * [new branch] gh/ydwu4/269/base -> origin/gh/ydwu4/269/base 2025-07-17T06:36:05.8134043Z * [new branch] gh/ydwu4/269/head -> origin/gh/ydwu4/269/head 2025-07-17T06:36:05.8134482Z * [new branch] gh/ydwu4/269/orig -> origin/gh/ydwu4/269/orig 2025-07-17T06:36:05.8134928Z * [new branch] gh/ydwu4/270/base -> origin/gh/ydwu4/270/base 2025-07-17T06:36:05.8135472Z * [new branch] gh/ydwu4/270/head -> origin/gh/ydwu4/270/head 2025-07-17T06:36:05.8135921Z * [new branch] gh/ydwu4/270/orig -> origin/gh/ydwu4/270/orig 2025-07-17T06:36:05.8136360Z * [new branch] gh/ydwu4/271/base -> origin/gh/ydwu4/271/base 2025-07-17T06:36:05.8136848Z * [new branch] gh/ydwu4/271/head -> origin/gh/ydwu4/271/head 2025-07-17T06:36:05.8137364Z * [new branch] gh/ydwu4/271/orig -> origin/gh/ydwu4/271/orig 2025-07-17T06:36:05.9098713Z * [new branch] gh/ydwu4/272/base -> origin/gh/ydwu4/272/base 2025-07-17T06:36:05.9099210Z * [new branch] gh/ydwu4/272/head -> origin/gh/ydwu4/272/head 2025-07-17T06:36:05.9099744Z * [new branch] gh/ydwu4/272/orig -> origin/gh/ydwu4/272/orig 2025-07-17T06:36:05.9100218Z * [new branch] gh/ydwu4/273/base -> origin/gh/ydwu4/273/base 2025-07-17T06:36:05.9100666Z * [new branch] gh/ydwu4/273/head -> origin/gh/ydwu4/273/head 2025-07-17T06:36:05.9101111Z * [new branch] gh/ydwu4/273/orig -> origin/gh/ydwu4/273/orig 2025-07-17T06:36:05.9101551Z * [new branch] gh/ydwu4/274/base -> origin/gh/ydwu4/274/base 2025-07-17T06:36:05.9102001Z * [new branch] gh/ydwu4/274/head -> origin/gh/ydwu4/274/head 2025-07-17T06:36:05.9102447Z * [new branch] gh/ydwu4/274/orig -> origin/gh/ydwu4/274/orig 2025-07-17T06:36:05.9103405Z * [new branch] gh/ydwu4/275/base -> origin/gh/ydwu4/275/base 2025-07-17T06:36:05.9103871Z * [new branch] gh/ydwu4/275/head -> origin/gh/ydwu4/275/head 2025-07-17T06:36:05.9104321Z * [new branch] gh/ydwu4/275/orig -> origin/gh/ydwu4/275/orig 2025-07-17T06:36:05.9104780Z * [new branch] gh/ydwu4/276/base -> origin/gh/ydwu4/276/base 2025-07-17T06:36:05.9105273Z * [new branch] gh/ydwu4/276/head -> origin/gh/ydwu4/276/head 2025-07-17T06:36:05.9105777Z * [new branch] gh/ydwu4/276/orig -> origin/gh/ydwu4/276/orig 2025-07-17T06:36:05.9106232Z * [new branch] gh/ydwu4/277/base -> origin/gh/ydwu4/277/base 2025-07-17T06:36:05.9106670Z * [new branch] gh/ydwu4/277/head -> origin/gh/ydwu4/277/head 2025-07-17T06:36:05.9107124Z * [new branch] gh/ydwu4/277/orig -> origin/gh/ydwu4/277/orig 2025-07-17T06:36:05.9107563Z * [new branch] gh/ydwu4/278/base -> origin/gh/ydwu4/278/base 2025-07-17T06:36:05.9108010Z * [new branch] gh/ydwu4/278/head -> origin/gh/ydwu4/278/head 2025-07-17T06:36:05.9108457Z * [new branch] gh/ydwu4/278/orig -> origin/gh/ydwu4/278/orig 2025-07-17T06:36:05.9108899Z * [new branch] gh/ydwu4/279/base -> origin/gh/ydwu4/279/base 2025-07-17T06:36:05.9109346Z * [new branch] gh/ydwu4/279/head -> origin/gh/ydwu4/279/head 2025-07-17T06:36:05.9109785Z * [new branch] gh/ydwu4/279/orig -> origin/gh/ydwu4/279/orig 2025-07-17T06:36:05.9110237Z * [new branch] gh/ydwu4/280/base -> origin/gh/ydwu4/280/base 2025-07-17T06:36:05.9110677Z * [new branch] gh/ydwu4/280/head -> origin/gh/ydwu4/280/head 2025-07-17T06:36:05.9111182Z * [new branch] gh/ydwu4/280/orig -> origin/gh/ydwu4/280/orig 2025-07-17T06:36:05.9111692Z * [new branch] gh/ydwu4/281/base -> origin/gh/ydwu4/281/base 2025-07-17T06:36:05.9112132Z * [new branch] gh/ydwu4/281/head -> origin/gh/ydwu4/281/head 2025-07-17T06:36:05.9112669Z * [new branch] gh/ydwu4/281/orig -> origin/gh/ydwu4/281/orig 2025-07-17T06:36:05.9113240Z * [new branch] gh/ydwu4/282/base -> origin/gh/ydwu4/282/base 2025-07-17T06:36:05.9113690Z * [new branch] gh/ydwu4/282/head -> origin/gh/ydwu4/282/head 2025-07-17T06:36:05.9114151Z * [new branch] gh/ydwu4/282/orig -> origin/gh/ydwu4/282/orig 2025-07-17T06:36:05.9114596Z * [new branch] gh/ydwu4/283/base -> origin/gh/ydwu4/283/base 2025-07-17T06:36:05.9115053Z * [new branch] gh/ydwu4/283/head -> origin/gh/ydwu4/283/head 2025-07-17T06:36:05.9115499Z * [new branch] gh/ydwu4/283/orig -> origin/gh/ydwu4/283/orig 2025-07-17T06:36:05.9115943Z * [new branch] gh/yf225/133/base -> origin/gh/yf225/133/base 2025-07-17T06:36:05.9116382Z * [new branch] gh/yf225/133/head -> origin/gh/yf225/133/head 2025-07-17T06:36:05.9116869Z * [new branch] gh/yf225/171/base -> origin/gh/yf225/171/base 2025-07-17T06:36:05.9117362Z * [new branch] gh/yf225/171/head -> origin/gh/yf225/171/head 2025-07-17T06:36:05.9117796Z * [new branch] gh/yf225/171/orig -> origin/gh/yf225/171/orig 2025-07-17T06:36:05.9118246Z * [new branch] gh/yf225/172/base -> origin/gh/yf225/172/base 2025-07-17T06:36:05.9118685Z * [new branch] gh/yf225/172/head -> origin/gh/yf225/172/head 2025-07-17T06:36:05.9119130Z * [new branch] gh/yf225/172/orig -> origin/gh/yf225/172/orig 2025-07-17T06:36:05.9119928Z * [new branch] gh/yf225/93/base -> origin/gh/yf225/93/base 2025-07-17T06:36:05.9120376Z * [new branch] gh/yf225/93/head -> origin/gh/yf225/93/head 2025-07-17T06:36:05.9120849Z * [new branch] gh/yifuwang/152/base -> origin/gh/yifuwang/152/base 2025-07-17T06:36:05.9121332Z * [new branch] gh/yifuwang/152/head -> origin/gh/yifuwang/152/head 2025-07-17T06:36:05.9617699Z * [new branch] gh/yifuwang/152/orig -> origin/gh/yifuwang/152/orig 2025-07-17T06:36:05.9618234Z * [new branch] gh/yifuwang/195/base -> origin/gh/yifuwang/195/base 2025-07-17T06:36:05.9618716Z * [new branch] gh/yifuwang/195/head -> origin/gh/yifuwang/195/head 2025-07-17T06:36:05.9619191Z * [new branch] gh/yifuwang/195/orig -> origin/gh/yifuwang/195/orig 2025-07-17T06:36:05.9619720Z * [new branch] gh/yiming0416/1/base -> origin/gh/yiming0416/1/base 2025-07-17T06:36:05.9620276Z * [new branch] gh/yiming0416/1/head -> origin/gh/yiming0416/1/head 2025-07-17T06:36:05.9620757Z * [new branch] gh/yiming0416/2/base -> origin/gh/yiming0416/2/base 2025-07-17T06:36:05.9621242Z * [new branch] gh/yiming0416/2/head -> origin/gh/yiming0416/2/head 2025-07-17T06:36:05.9621736Z * [new branch] gh/ysiraichi/79/base -> origin/gh/ysiraichi/79/base 2025-07-17T06:36:05.9622237Z * [new branch] gh/ysiraichi/79/head -> origin/gh/ysiraichi/79/head 2025-07-17T06:36:05.9622707Z * [new branch] gh/ysiraichi/79/orig -> origin/gh/ysiraichi/79/orig 2025-07-17T06:36:05.9623188Z * [new branch] gh/ysiraichi/80/base -> origin/gh/ysiraichi/80/base 2025-07-17T06:36:05.9623656Z * [new branch] gh/ysiraichi/80/head -> origin/gh/ysiraichi/80/head 2025-07-17T06:36:05.9624140Z * [new branch] gh/ysiraichi/80/orig -> origin/gh/ysiraichi/80/orig 2025-07-17T06:36:05.9624614Z * [new branch] gh/ysiraichi/81/base -> origin/gh/ysiraichi/81/base 2025-07-17T06:36:05.9625131Z * [new branch] gh/ysiraichi/81/head -> origin/gh/ysiraichi/81/head 2025-07-17T06:36:05.9625678Z * [new branch] gh/ysiraichi/81/orig -> origin/gh/ysiraichi/81/orig 2025-07-17T06:36:05.9626345Z * [new branch] gh/ysiraichi/84/base -> origin/gh/ysiraichi/84/base 2025-07-17T06:36:05.9626832Z * [new branch] gh/ysiraichi/84/head -> origin/gh/ysiraichi/84/head 2025-07-17T06:36:05.9627310Z * [new branch] gh/ysiraichi/84/orig -> origin/gh/ysiraichi/84/orig 2025-07-17T06:36:05.9627799Z * [new branch] gh/ysiraichi/85/base -> origin/gh/ysiraichi/85/base 2025-07-17T06:36:05.9628286Z * [new branch] gh/ysiraichi/85/head -> origin/gh/ysiraichi/85/head 2025-07-17T06:36:05.9628766Z * [new branch] gh/ysiraichi/85/orig -> origin/gh/ysiraichi/85/orig 2025-07-17T06:36:05.9629246Z * [new branch] gh/ysiraichi/86/base -> origin/gh/ysiraichi/86/base 2025-07-17T06:36:05.9629724Z * [new branch] gh/ysiraichi/86/head -> origin/gh/ysiraichi/86/head 2025-07-17T06:36:05.9630207Z * [new branch] gh/ysiraichi/86/orig -> origin/gh/ysiraichi/86/orig 2025-07-17T06:36:05.9630696Z * [new branch] gh/ysiraichi/87/base -> origin/gh/ysiraichi/87/base 2025-07-17T06:36:05.9631214Z * [new branch] gh/ysiraichi/87/head -> origin/gh/ysiraichi/87/head 2025-07-17T06:36:05.9631740Z * [new branch] gh/ysiraichi/87/orig -> origin/gh/ysiraichi/87/orig 2025-07-17T06:36:05.9632217Z * [new branch] gh/ysiraichi/88/base -> origin/gh/ysiraichi/88/base 2025-07-17T06:36:05.9632782Z * [new branch] gh/ysiraichi/88/head -> origin/gh/ysiraichi/88/head 2025-07-17T06:36:05.9633735Z * [new branch] gh/ysiraichi/88/orig -> origin/gh/ysiraichi/88/orig 2025-07-17T06:36:05.9634213Z * [new branch] gh/yuguo68/1/base -> origin/gh/yuguo68/1/base 2025-07-17T06:36:05.9634676Z * [new branch] gh/yuguo68/1/head -> origin/gh/yuguo68/1/head 2025-07-17T06:36:05.9635126Z * [new branch] gh/yuguo68/1/orig -> origin/gh/yuguo68/1/orig 2025-07-17T06:36:05.9635601Z * [new branch] gh/yuguo68/2/base -> origin/gh/yuguo68/2/base 2025-07-17T06:36:05.9636052Z * [new branch] gh/yuguo68/2/head -> origin/gh/yuguo68/2/head 2025-07-17T06:36:05.9636501Z * [new branch] gh/yuguo68/2/orig -> origin/gh/yuguo68/2/orig 2025-07-17T06:36:05.9637021Z * [new branch] gh/zhuhaozhe/28/base -> origin/gh/zhuhaozhe/28/base 2025-07-17T06:36:05.9637557Z * [new branch] gh/zhuhaozhe/28/head -> origin/gh/zhuhaozhe/28/head 2025-07-17T06:36:05.9638045Z * [new branch] gh/zhuhaozhe/28/orig -> origin/gh/zhuhaozhe/28/orig 2025-07-17T06:36:05.9638512Z * [new branch] gh/zhuhaozhe/29/base -> origin/gh/zhuhaozhe/29/base 2025-07-17T06:36:05.9638985Z * [new branch] gh/zhuhaozhe/29/head -> origin/gh/zhuhaozhe/29/head 2025-07-17T06:36:05.9639462Z * [new branch] gh/zhuhaozhe/29/orig -> origin/gh/zhuhaozhe/29/orig 2025-07-17T06:36:05.9639943Z * [new branch] gh/zhuhaozhe/31/base -> origin/gh/zhuhaozhe/31/base 2025-07-17T06:36:05.9640422Z * [new branch] gh/zhuhaozhe/31/head -> origin/gh/zhuhaozhe/31/head 2025-07-17T06:36:05.9640894Z * [new branch] gh/zhuhaozhe/31/orig -> origin/gh/zhuhaozhe/31/orig 2025-07-17T06:36:06.0192612Z * [new branch] gh/zhuhaozhe/32/base -> origin/gh/zhuhaozhe/32/base 2025-07-17T06:36:06.0193217Z * [new branch] gh/zhuhaozhe/32/head -> origin/gh/zhuhaozhe/32/head 2025-07-17T06:36:06.0193740Z * [new branch] gh/zhuhaozhe/32/orig -> origin/gh/zhuhaozhe/32/orig 2025-07-17T06:36:06.0194220Z * [new branch] gh/zhuhaozhe/33/base -> origin/gh/zhuhaozhe/33/base 2025-07-17T06:36:06.0194696Z * [new branch] gh/zhuhaozhe/33/head -> origin/gh/zhuhaozhe/33/head 2025-07-17T06:36:06.0195357Z * [new branch] gh/zhuhaozhe/33/orig -> origin/gh/zhuhaozhe/33/orig 2025-07-17T06:36:06.0195842Z * [new branch] gh/zhxchen17/22/base -> origin/gh/zhxchen17/22/base 2025-07-17T06:36:06.0196311Z * [new branch] gh/zhxchen17/22/head -> origin/gh/zhxchen17/22/head 2025-07-17T06:36:06.0196791Z * [new branch] gh/zhxchen17/22/orig -> origin/gh/zhxchen17/22/orig 2025-07-17T06:36:06.0197279Z * [new branch] gh/zhxchen17/25/base -> origin/gh/zhxchen17/25/base 2025-07-17T06:36:06.0197754Z * [new branch] gh/zhxchen17/25/head -> origin/gh/zhxchen17/25/head 2025-07-17T06:36:06.0198228Z * [new branch] gh/zhxchen17/25/orig -> origin/gh/zhxchen17/25/orig 2025-07-17T06:36:06.0198693Z * [new branch] gh/zhxchen17/26/base -> origin/gh/zhxchen17/26/base 2025-07-17T06:36:06.0199214Z * [new branch] gh/zhxchen17/26/head -> origin/gh/zhxchen17/26/head 2025-07-17T06:36:06.0199741Z * [new branch] gh/zhxchen17/26/orig -> origin/gh/zhxchen17/26/orig 2025-07-17T06:36:06.0200215Z * [new branch] gh/zhxchen17/27/base -> origin/gh/zhxchen17/27/base 2025-07-17T06:36:06.0200690Z * [new branch] gh/zhxchen17/27/head -> origin/gh/zhxchen17/27/head 2025-07-17T06:36:06.0201154Z * [new branch] gh/zhxchen17/27/orig -> origin/gh/zhxchen17/27/orig 2025-07-17T06:36:06.0201627Z * [new branch] gh/zhxchen17/28/base -> origin/gh/zhxchen17/28/base 2025-07-17T06:36:06.0202563Z * [new branch] gh/zhxchen17/28/head -> origin/gh/zhxchen17/28/head 2025-07-17T06:36:06.0203054Z * [new branch] gh/zhxchen17/28/orig -> origin/gh/zhxchen17/28/orig 2025-07-17T06:36:06.0203532Z * [new branch] gh/zhxchen17/29/base -> origin/gh/zhxchen17/29/base 2025-07-17T06:36:06.0204001Z * [new branch] gh/zhxchen17/29/head -> origin/gh/zhxchen17/29/head 2025-07-17T06:36:06.0204480Z * [new branch] gh/zhxchen17/29/orig -> origin/gh/zhxchen17/29/orig 2025-07-17T06:36:06.0205066Z * [new branch] gh/zhxchen17/30/base -> origin/gh/zhxchen17/30/base 2025-07-17T06:36:06.0205594Z * [new branch] gh/zhxchen17/30/head -> origin/gh/zhxchen17/30/head 2025-07-17T06:36:06.0206080Z * [new branch] gh/zhxchen17/30/orig -> origin/gh/zhxchen17/30/orig 2025-07-17T06:36:06.0206549Z * [new branch] gh/zhxchen17/31/base -> origin/gh/zhxchen17/31/base 2025-07-17T06:36:06.0207023Z * [new branch] gh/zhxchen17/31/head -> origin/gh/zhxchen17/31/head 2025-07-17T06:36:06.0207490Z * [new branch] gh/zhxchen17/31/orig -> origin/gh/zhxchen17/31/orig 2025-07-17T06:36:06.0207973Z * [new branch] gh/zhxchen17/32/base -> origin/gh/zhxchen17/32/base 2025-07-17T06:36:06.0208444Z * [new branch] gh/zhxchen17/32/head -> origin/gh/zhxchen17/32/head 2025-07-17T06:36:06.0208916Z * [new branch] gh/zhxchen17/32/orig -> origin/gh/zhxchen17/32/orig 2025-07-17T06:36:06.0209382Z * [new branch] gh/zklaus/1/base -> origin/gh/zklaus/1/base 2025-07-17T06:36:06.0209830Z * [new branch] gh/zklaus/1/head -> origin/gh/zklaus/1/head 2025-07-17T06:36:06.0210286Z * [new branch] gh/zklaus/1/orig -> origin/gh/zklaus/1/orig 2025-07-17T06:36:06.0210788Z * [new branch] gh/zklaus/10/base -> origin/gh/zklaus/10/base 2025-07-17T06:36:06.0211294Z * [new branch] gh/zklaus/10/head -> origin/gh/zklaus/10/head 2025-07-17T06:36:06.0211757Z * [new branch] gh/zklaus/10/orig -> origin/gh/zklaus/10/orig 2025-07-17T06:36:06.0212209Z * [new branch] gh/zklaus/11/base -> origin/gh/zklaus/11/base 2025-07-17T06:36:06.0212777Z * [new branch] gh/zklaus/11/head -> origin/gh/zklaus/11/head 2025-07-17T06:36:06.0213227Z * [new branch] gh/zklaus/11/orig -> origin/gh/zklaus/11/orig 2025-07-17T06:36:06.0213681Z * [new branch] gh/zklaus/12/base -> origin/gh/zklaus/12/base 2025-07-17T06:36:06.0214133Z * [new branch] gh/zklaus/12/head -> origin/gh/zklaus/12/head 2025-07-17T06:36:06.0214576Z * [new branch] gh/zklaus/12/orig -> origin/gh/zklaus/12/orig 2025-07-17T06:36:06.0215039Z * [new branch] gh/zklaus/13/base -> origin/gh/zklaus/13/base 2025-07-17T06:36:06.0215483Z * [new branch] gh/zklaus/13/head -> origin/gh/zklaus/13/head 2025-07-17T06:36:06.0695684Z * [new branch] gh/zklaus/13/orig -> origin/gh/zklaus/13/orig 2025-07-17T06:36:06.0696197Z * [new branch] gh/zklaus/14/base -> origin/gh/zklaus/14/base 2025-07-17T06:36:06.0696693Z * [new branch] gh/zklaus/14/head -> origin/gh/zklaus/14/head 2025-07-17T06:36:06.0697155Z * [new branch] gh/zklaus/14/orig -> origin/gh/zklaus/14/orig 2025-07-17T06:36:06.0697600Z * [new branch] gh/zklaus/15/base -> origin/gh/zklaus/15/base 2025-07-17T06:36:06.0698051Z * [new branch] gh/zklaus/15/head -> origin/gh/zklaus/15/head 2025-07-17T06:36:06.0698493Z * [new branch] gh/zklaus/15/orig -> origin/gh/zklaus/15/orig 2025-07-17T06:36:06.0699533Z * [new branch] gh/zklaus/16/base -> origin/gh/zklaus/16/base 2025-07-17T06:36:06.0700006Z * [new branch] gh/zklaus/16/head -> origin/gh/zklaus/16/head 2025-07-17T06:36:06.0700453Z * [new branch] gh/zklaus/16/orig -> origin/gh/zklaus/16/orig 2025-07-17T06:36:06.0700925Z * [new branch] gh/zklaus/17/base -> origin/gh/zklaus/17/base 2025-07-17T06:36:06.0701374Z * [new branch] gh/zklaus/17/head -> origin/gh/zklaus/17/head 2025-07-17T06:36:06.0701833Z * [new branch] gh/zklaus/17/orig -> origin/gh/zklaus/17/orig 2025-07-17T06:36:06.0702302Z * [new branch] gh/zklaus/18/base -> origin/gh/zklaus/18/base 2025-07-17T06:36:06.0702747Z * [new branch] gh/zklaus/18/head -> origin/gh/zklaus/18/head 2025-07-17T06:36:06.0703198Z * [new branch] gh/zklaus/18/orig -> origin/gh/zklaus/18/orig 2025-07-17T06:36:06.0703655Z * [new branch] gh/zklaus/2/base -> origin/gh/zklaus/2/base 2025-07-17T06:36:06.0704121Z * [new branch] gh/zklaus/2/head -> origin/gh/zklaus/2/head 2025-07-17T06:36:06.0704589Z * [new branch] gh/zklaus/2/orig -> origin/gh/zklaus/2/orig 2025-07-17T06:36:06.0705026Z * [new branch] gh/zklaus/4/base -> origin/gh/zklaus/4/base 2025-07-17T06:36:06.0705484Z * [new branch] gh/zklaus/4/head -> origin/gh/zklaus/4/head 2025-07-17T06:36:06.0705920Z * [new branch] gh/zklaus/4/orig -> origin/gh/zklaus/4/orig 2025-07-17T06:36:06.0706378Z * [new branch] gh/zklaus/7/base -> origin/gh/zklaus/7/base 2025-07-17T06:36:06.0706818Z * [new branch] gh/zklaus/7/head -> origin/gh/zklaus/7/head 2025-07-17T06:36:06.0707270Z * [new branch] gh/zklaus/7/orig -> origin/gh/zklaus/7/orig 2025-07-17T06:36:06.0707719Z * [new branch] gh/zklaus/8/base -> origin/gh/zklaus/8/base 2025-07-17T06:36:06.0708160Z * [new branch] gh/zklaus/8/head -> origin/gh/zklaus/8/head 2025-07-17T06:36:06.0708666Z * [new branch] gh/zklaus/8/orig -> origin/gh/zklaus/8/orig 2025-07-17T06:36:06.0709475Z * [new branch] gh/zklaus/9/base -> origin/gh/zklaus/9/base 2025-07-17T06:36:06.0710492Z * [new branch] gh/zklaus/9/head -> origin/gh/zklaus/9/head 2025-07-17T06:36:06.0711192Z * [new branch] gh/zklaus/9/orig -> origin/gh/zklaus/9/orig 2025-07-17T06:36:06.0711926Z * [new branch] gh/zou3519/1162/base -> origin/gh/zou3519/1162/base 2025-07-17T06:36:06.0712825Z * [new branch] gh/zou3519/1162/head -> origin/gh/zou3519/1162/head 2025-07-17T06:36:06.0713588Z * [new branch] gh/zou3519/1162/orig -> origin/gh/zou3519/1162/orig 2025-07-17T06:36:06.0714360Z * [new branch] gh/zou3519/1173/base -> origin/gh/zou3519/1173/base 2025-07-17T06:36:06.0715234Z * [new branch] gh/zou3519/1173/head -> origin/gh/zou3519/1173/head 2025-07-17T06:36:06.0715968Z * [new branch] gh/zou3519/1173/orig -> origin/gh/zou3519/1173/orig 2025-07-17T06:36:06.0716728Z * [new branch] gh/zou3519/1174/base -> origin/gh/zou3519/1174/base 2025-07-17T06:36:06.0717456Z * [new branch] gh/zou3519/1174/head -> origin/gh/zou3519/1174/head 2025-07-17T06:36:06.0718192Z * [new branch] gh/zou3519/1174/orig -> origin/gh/zou3519/1174/orig 2025-07-17T06:36:06.0718864Z * [new branch] gh/zou3519/1175/base -> origin/gh/zou3519/1175/base 2025-07-17T06:36:06.0719341Z * [new branch] gh/zou3519/1175/head -> origin/gh/zou3519/1175/head 2025-07-17T06:36:06.0719826Z * [new branch] gh/zou3519/1175/orig -> origin/gh/zou3519/1175/orig 2025-07-17T06:36:06.0720794Z * [new branch] gh/zou3519/1176/base -> origin/gh/zou3519/1176/base 2025-07-17T06:36:06.0721277Z * [new branch] gh/zou3519/1176/head -> origin/gh/zou3519/1176/head 2025-07-17T06:36:06.0721738Z * [new branch] gh/zou3519/1176/orig -> origin/gh/zou3519/1176/orig 2025-07-17T06:36:06.0722222Z * [new branch] gh/zou3519/1177/base -> origin/gh/zou3519/1177/base 2025-07-17T06:36:06.0722690Z * [new branch] gh/zou3519/1177/head -> origin/gh/zou3519/1177/head 2025-07-17T06:36:06.1259906Z * [new branch] gh/zou3519/1177/orig -> origin/gh/zou3519/1177/orig 2025-07-17T06:36:06.1260491Z * [new branch] gh/zou3519/1178/base -> origin/gh/zou3519/1178/base 2025-07-17T06:36:06.1261001Z * [new branch] gh/zou3519/1178/head -> origin/gh/zou3519/1178/head 2025-07-17T06:36:06.1261529Z * [new branch] gh/zou3519/1178/orig -> origin/gh/zou3519/1178/orig 2025-07-17T06:36:06.1262049Z * [new branch] gh/zou3519/1179/base -> origin/gh/zou3519/1179/base 2025-07-17T06:36:06.1262550Z * [new branch] gh/zou3519/1179/head -> origin/gh/zou3519/1179/head 2025-07-17T06:36:06.1263073Z * [new branch] gh/zou3519/1179/orig -> origin/gh/zou3519/1179/orig 2025-07-17T06:36:06.1263597Z * [new branch] gh/zou3519/1180/base -> origin/gh/zou3519/1180/base 2025-07-17T06:36:06.1264103Z * [new branch] gh/zou3519/1180/head -> origin/gh/zou3519/1180/head 2025-07-17T06:36:06.1264619Z * [new branch] gh/zou3519/1180/orig -> origin/gh/zou3519/1180/orig 2025-07-17T06:36:06.1265122Z * [new branch] gh/zou3519/1181/base -> origin/gh/zou3519/1181/base 2025-07-17T06:36:06.1265636Z * [new branch] gh/zou3519/1181/head -> origin/gh/zou3519/1181/head 2025-07-17T06:36:06.1266162Z * [new branch] gh/zou3519/1181/orig -> origin/gh/zou3519/1181/orig 2025-07-17T06:36:06.1266665Z * [new branch] gh/zou3519/1182/base -> origin/gh/zou3519/1182/base 2025-07-17T06:36:06.1267177Z * [new branch] gh/zou3519/1182/head -> origin/gh/zou3519/1182/head 2025-07-17T06:36:06.1267705Z * [new branch] gh/zou3519/1182/orig -> origin/gh/zou3519/1182/orig 2025-07-17T06:36:06.1268399Z * [new branch] gh/zou3519/1183/base -> origin/gh/zou3519/1183/base 2025-07-17T06:36:06.1268908Z * [new branch] gh/zou3519/1183/head -> origin/gh/zou3519/1183/head 2025-07-17T06:36:06.1269411Z * [new branch] gh/zou3519/1183/orig -> origin/gh/zou3519/1183/orig 2025-07-17T06:36:06.1269918Z * [new branch] gh/zou3519/1184/base -> origin/gh/zou3519/1184/base 2025-07-17T06:36:06.1270421Z * [new branch] gh/zou3519/1184/head -> origin/gh/zou3519/1184/head 2025-07-17T06:36:06.1270938Z * [new branch] gh/zou3519/1184/orig -> origin/gh/zou3519/1184/orig 2025-07-17T06:36:06.1271392Z * [new branch] gh/zou3519/1185/base -> origin/gh/zou3519/1185/base 2025-07-17T06:36:06.1271859Z * [new branch] gh/zou3519/1185/head -> origin/gh/zou3519/1185/head 2025-07-17T06:36:06.1272409Z * [new branch] gh/zou3519/1185/orig -> origin/gh/zou3519/1185/orig 2025-07-17T06:36:06.1272866Z * [new branch] gh/zou3519/1186/base -> origin/gh/zou3519/1186/base 2025-07-17T06:36:06.1273342Z * [new branch] gh/zou3519/1186/head -> origin/gh/zou3519/1186/head 2025-07-17T06:36:06.1273800Z * [new branch] gh/zou3519/1186/orig -> origin/gh/zou3519/1186/orig 2025-07-17T06:36:06.1274269Z * [new branch] gh/zou3519/916/base -> origin/gh/zou3519/916/base 2025-07-17T06:36:06.1275214Z * [new branch] gh/zou3519/916/head -> origin/gh/zou3519/916/head 2025-07-17T06:36:06.1275696Z * [new branch] gh/zpcore/1/base -> origin/gh/zpcore/1/base 2025-07-17T06:36:06.1276211Z * [new branch] gh/zpcore/1/head -> origin/gh/zpcore/1/head 2025-07-17T06:36:06.1276702Z * [new branch] gh/zpcore/2/base -> origin/gh/zpcore/2/base 2025-07-17T06:36:06.1277218Z * [new branch] gh/zpcore/2/head -> origin/gh/zpcore/2/head 2025-07-17T06:36:06.1277664Z * [new branch] gh/zpcore/3/base -> origin/gh/zpcore/3/base 2025-07-17T06:36:06.1278113Z * [new branch] gh/zpcore/3/head -> origin/gh/zpcore/3/head 2025-07-17T06:36:06.1278558Z * [new branch] gh/zpcore/4/base -> origin/gh/zpcore/4/base 2025-07-17T06:36:06.1279002Z * [new branch] gh/zpcore/4/head -> origin/gh/zpcore/4/head 2025-07-17T06:36:06.1279447Z * [new branch] gh/zpcore/5/base -> origin/gh/zpcore/5/base 2025-07-17T06:36:06.1279884Z * [new branch] gh/zpcore/5/head -> origin/gh/zpcore/5/head 2025-07-17T06:36:06.1280331Z * [new branch] gh/zpcore/6/base -> origin/gh/zpcore/6/base 2025-07-17T06:36:06.1280774Z * [new branch] gh/zpcore/6/head -> origin/gh/zpcore/6/head 2025-07-17T06:36:06.1281213Z * [new branch] gh/zpcore/7/base -> origin/gh/zpcore/7/base 2025-07-17T06:36:06.1281661Z * [new branch] gh/zpcore/7/head -> origin/gh/zpcore/7/head 2025-07-17T06:36:06.1282097Z * [new branch] google-main -> origin/google-main 2025-07-17T06:36:06.1282585Z * [new branch] guangyey/external_stream -> origin/guangyey/external_stream 2025-07-17T06:36:06.1283174Z * [new branch] guangyey/host_alloc -> origin/guangyey/host_alloc 2025-07-17T06:36:06.2486845Z * [new branch] guangyey/test_2025 -> origin/guangyey/test_2025 2025-07-17T06:36:06.2487371Z * [new branch] guard_system -> origin/guard_system 2025-07-17T06:36:06.2487987Z * [new branch] guilhermeleobas/cherry-pick-55d87d9dfd9 -> origin/guilhermeleobas/cherry-pick-55d87d9dfd9 2025-07-17T06:36:06.2488666Z * [new branch] haozhe/bf16-dynamic-shape -> origin/haozhe/bf16-dynamic-shape 2025-07-17T06:36:06.2489347Z * [new branch] hc_baseline -> origin/hc_baseline 2025-07-17T06:36:06.2489778Z * [new branch] hhh_decomp_mul -> origin/hhh_decomp_mul 2025-07-17T06:36:06.2490205Z * [new branch] hhh_rand -> origin/hhh_rand 2025-07-17T06:36:06.2490621Z * [new branch] hoy/mmsplitk -> origin/hoy/mmsplitk 2025-07-17T06:36:06.2491078Z * [new branch] hoy/triton-PR3973 -> origin/hoy/triton-PR3973 2025-07-17T06:36:06.2491636Z * [new branch] hoy/triton-coalescing-baseline -> origin/hoy/triton-coalescing-baseline 2025-07-17T06:36:06.2492233Z * [new branch] hoy/triton-coalescing-min -> origin/hoy/triton-coalescing-min 2025-07-17T06:36:06.2492789Z * [new branch] hoy/triton-coalescing-new -> origin/hoy/triton-coalescing-new 2025-07-17T06:36:06.2493325Z * [new branch] hoy/triton-coalescing-vec -> origin/hoy/triton-coalescing-vec 2025-07-17T06:36:06.2493847Z * [new branch] inductordecompfix -> origin/inductordecompfix 2025-07-17T06:36:06.2494290Z * [new branch] inline -> origin/inline 2025-07-17T06:36:06.2494680Z * [new branch] inlining -> origin/inlining 2025-07-17T06:36:06.2495116Z * [new branch] inlining-ezyang -> origin/inlining-ezyang 2025-07-17T06:36:06.2495542Z * [new branch] int8_sdpa -> origin/int8_sdpa 2025-07-17T06:36:06.2496471Z * [new branch] invoke-subgraph -> origin/invoke-subgraph 2025-07-17T06:36:06.2496944Z * [new branch] is_contiguous_shim -> origin/is_contiguous_shim 2025-07-17T06:36:06.2497391Z * [new branch] issue#58739 -> origin/issue#58739 2025-07-17T06:36:06.2497820Z * [new branch] issue-154849 -> origin/issue-154849 2025-07-17T06:36:06.2498346Z * [new branch] ivanov/cherry-pick-ckpt-fixes -> origin/ivanov/cherry-pick-ckpt-fixes 2025-07-17T06:36:06.2499013Z * [new branch] jcaip/test-cusparselt-version-0.6.2 -> origin/jcaip/test-cusparselt-version-0.6.2 2025-07-17T06:36:06.2499677Z * [new branch] jcaip/update-cusparselt-0.6.2 -> origin/jcaip/update-cusparselt-0.6.2 2025-07-17T06:36:06.2500263Z * [new branch] justinchu/attention-tests -> origin/justinchu/attention-tests 2025-07-17T06:36:06.2500819Z * [new branch] justinchu/del-opset-tool -> origin/justinchu/del-opset-tool 2025-07-17T06:36:06.2501358Z * [new branch] justinchu/native-qdq -> origin/justinchu/native-qdq 2025-07-17T06:36:06.2501934Z * [new branch] leslie/enable_poc_reduction_fusion -> origin/leslie/enable_poc_reduction_fusion 2025-07-17T06:36:06.2502566Z * [new branch] leslie/test_group_gemm_epilogues -> origin/leslie/test_group_gemm_epilogues 2025-07-17T06:36:06.2503190Z * [new branch] lessw2020/fix_cutlass_cache_error -> origin/lessw2020/fix_cutlass_cache_error 2025-07-17T06:36:06.2503769Z * [new branch] liaoxuan/shm_all_reduce -> origin/liaoxuan/shm_all_reduce 2025-07-17T06:36:06.2504263Z * [new branch] liaoxuan/tags_issue -> origin/liaoxuan/tags_issue 2025-07-17T06:36:06.2504795Z * [new branch] liaoxuan/test_fa_disable_softmax -> origin/liaoxuan/test_fa_disable_softmax 2025-07-17T06:36:06.2505357Z * [new branch] liaoxuan/test_int8_sdpa -> origin/liaoxuan/test_int8_sdpa 2025-07-17T06:36:06.2505807Z * [new branch] local_map -> origin/local_map 2025-07-17T06:36:06.2506215Z * [new branch] logdetfix -> origin/logdetfix 2025-07-17T06:36:06.2506641Z * [new branch] lts/release/1.8 -> origin/lts/release/1.8 2025-07-17T06:36:06.2507264Z * [new branch] lucaskabela/func_under_decomp -> origin/lucaskabela/func_under_decomp 2025-07-17T06:36:06.2507869Z * [new branch] lucaskabela/functional_in_dynamo -> origin/lucaskabela/functional_in_dynamo 2025-07-17T06:36:06.2508552Z * [new branch] lucaskabela/install_params_as_graph_attr -> origin/lucaskabela/install_params_as_graph_attr 2025-07-17T06:36:06.2509269Z * [new branch] lucaskabela/parameters_as_graph_attr -> origin/lucaskabela/parameters_as_graph_attr 2025-07-17T06:36:06.2510003Z * [new branch] lucaskabela/remove_aot_dispatcher_metadata -> origin/lucaskabela/remove_aot_dispatcher_metadata 2025-07-17T06:36:06.2510815Z * [new branch] lucaskabela/typing_bytecode_analysis_transform -> origin/lucaskabela/typing_bytecode_analysis_transform 2025-07-17T06:36:06.3461401Z * [new branch] lucaskabela/typing_cache_files -> origin/lucaskabela/typing_cache_files 2025-07-17T06:36:06.3462119Z * [new branch] lucaskabela/typing_debug_utils.py -> origin/lucaskabela/typing_debug_utils.py 2025-07-17T06:36:06.3462746Z * [new branch] lucaskabela/typing_decorators -> origin/lucaskabela/typing_decorators 2025-07-17T06:36:06.3463356Z * [new branch] lucaskabela/typing_eval_frame -> origin/lucaskabela/typing_eval_frame 2025-07-17T06:36:06.3463944Z * [new branch] lucaskabela/typing_for_codegen -> origin/lucaskabela/typing_for_codegen 2025-07-17T06:36:06.3464547Z * [new branch] lucaskabela/typing_source_guard -> origin/lucaskabela/typing_source_guard 2025-07-17T06:36:06.3465861Z * [new branch] m54qxk-codex/update-default-size_hint-fallback-value -> origin/m54qxk-codex/update-default-size_hint-fallback-value 2025-07-17T06:36:06.3466548Z * [new branch] main -> origin/main 2025-07-17T06:36:06.3466986Z * [new branch] malfet-patch-1 -> origin/malfet-patch-1 2025-07-17T06:36:06.3467447Z * [new branch] malfet-patch-10 -> origin/malfet-patch-10 2025-07-17T06:36:06.3467906Z * [new branch] malfet-patch-11 -> origin/malfet-patch-11 2025-07-17T06:36:06.3468372Z * [new branch] malfet-patch-12 -> origin/malfet-patch-12 2025-07-17T06:36:06.3468812Z * [new branch] malfet-patch-13 -> origin/malfet-patch-13 2025-07-17T06:36:06.3469265Z * [new branch] malfet-patch-14 -> origin/malfet-patch-14 2025-07-17T06:36:06.3469711Z * [new branch] malfet-patch-15 -> origin/malfet-patch-15 2025-07-17T06:36:06.3470157Z * [new branch] malfet-patch-16 -> origin/malfet-patch-16 2025-07-17T06:36:06.3470620Z * [new branch] malfet-patch-2 -> origin/malfet-patch-2 2025-07-17T06:36:06.3471072Z * [new branch] malfet-patch-21 -> origin/malfet-patch-21 2025-07-17T06:36:06.3471526Z * [new branch] malfet-patch-23 -> origin/malfet-patch-23 2025-07-17T06:36:06.3471964Z * [new branch] malfet-patch-3 -> origin/malfet-patch-3 2025-07-17T06:36:06.3472492Z * [new branch] malfet-patch-4 -> origin/malfet-patch-4 2025-07-17T06:36:06.3472942Z * [new branch] malfet-patch-5 -> origin/malfet-patch-5 2025-07-17T06:36:06.3473379Z * [new branch] malfet-patch-6 -> origin/malfet-patch-6 2025-07-17T06:36:06.3473825Z * [new branch] malfet-patch-7 -> origin/malfet-patch-7 2025-07-17T06:36:06.3474260Z * [new branch] malfet-patch-8 -> origin/malfet-patch-8 2025-07-17T06:36:06.3474709Z * [new branch] malfet-patch-9 -> origin/malfet-patch-9 2025-07-17T06:36:06.3475209Z * [new branch] malfet/delete-upsteam-cuda -> origin/malfet/delete-upsteam-cuda 2025-07-17T06:36:06.3475927Z * [new branch] malfet/mps-implement-col2im -> origin/malfet/mps-implement-col2im 2025-07-17T06:36:06.3476491Z * [new branch] manuel/bench-scan-metal -> origin/manuel/bench-scan-metal 2025-07-17T06:36:06.3477086Z * [new branch] manuel/fix_multidim_boolean_indexing -> origin/manuel/fix_multidim_boolean_indexing 2025-07-17T06:36:06.3477681Z * [new branch] manuel/np_empty_ellipsis -> origin/manuel/np_empty_ellipsis 2025-07-17T06:36:06.3478179Z * [new branch] manuel/scan-metal -> origin/manuel/scan-metal 2025-07-17T06:36:06.3478668Z * [new branch] metascroy-patch-1 -> origin/metascroy-patch-1 2025-07-17T06:36:06.3479160Z * [new branch] mlazos/S429861-debug -> origin/mlazos/S429861-debug 2025-07-17T06:36:06.3479598Z * [new branch] mlazos/aa -> origin/mlazos/aa 2025-07-17T06:36:06.3480080Z * [new branch] mlazos/backup-test-branch -> origin/mlazos/backup-test-branch 2025-07-17T06:36:06.3480611Z * [new branch] mlazos/bad-cudagraphs -> origin/mlazos/bad-cudagraphs 2025-07-17T06:36:06.3481098Z * [new branch] mlazos/baseline -> origin/mlazos/baseline 2025-07-17T06:36:06.3481621Z * [new branch] mlazos/baseline-graph-breaks -> origin/mlazos/baseline-graph-breaks 2025-07-17T06:36:06.3482151Z * [new branch] mlazos/beta-tensor -> origin/mlazos/beta-tensor 2025-07-17T06:36:06.3482604Z * [new branch] mlazos/buf-fix -> origin/mlazos/buf-fix 2025-07-17T06:36:06.3483374Z * [new branch] mlazos/buffers -> origin/mlazos/buffers 2025-07-17T06:36:06.3483831Z * [new branch] mlazos/buffers2 -> origin/mlazos/buffers2 2025-07-17T06:36:06.3484277Z * [new branch] mlazos/buffers3 -> origin/mlazos/buffers3 2025-07-17T06:36:06.3484704Z * [new branch] mlazos/ck2 -> origin/mlazos/ck2 2025-07-17T06:36:06.3485164Z * [new branch] mlazos/combokernels -> origin/mlazos/combokernels 2025-07-17T06:36:06.4582619Z * [new branch] mlazos/ctx-cleanup -> origin/mlazos/ctx-cleanup 2025-07-17T06:36:06.4583181Z * [new branch] mlazos/cudagraph-tests -> origin/mlazos/cudagraph-tests 2025-07-17T06:36:06.4583763Z * [new branch] mlazos/cudagraphs-measurement -> origin/mlazos/cudagraphs-measurement 2025-07-17T06:36:06.4584351Z * [new branch] mlazos/cutlass-test -> origin/mlazos/cutlass-test 2025-07-17T06:36:06.4584867Z * [new branch] mlazos/cutlass-topo-bug -> origin/mlazos/cutlass-topo-bug 2025-07-17T06:36:06.4585369Z * [new branch] mlazos/data-gather -> origin/mlazos/data-gather 2025-07-17T06:36:06.4585899Z * [new branch] mlazos/data-ptrs2 -> origin/mlazos/data-ptrs2 2025-07-17T06:36:06.4586410Z * [new branch] mlazos/data-ptrs3 -> origin/mlazos/data-ptrs3 2025-07-17T06:36:06.4586921Z * [new branch] mlazos/dataclass-proxy -> origin/mlazos/dataclass-proxy 2025-07-17T06:36:06.4587463Z * [new branch] mlazos/disable-closures -> origin/mlazos/disable-closures 2025-07-17T06:36:06.4587958Z * [new branch] mlazos/disable-tf -> origin/mlazos/disable-tf 2025-07-17T06:36:06.4588450Z * [new branch] mlazos/disabled-opt -> origin/mlazos/disabled-opt 2025-07-17T06:36:06.4588933Z * [new branch] mlazos/dyn-batch -> origin/mlazos/dyn-batch 2025-07-17T06:36:06.4589359Z * [new branch] mlazos/evt -> origin/mlazos/evt 2025-07-17T06:36:06.4589799Z * [new branch] mlazos/exp_disable -> origin/mlazos/exp_disable 2025-07-17T06:36:06.4590264Z * [new branch] mlazos/foreach-op -> origin/mlazos/foreach-op 2025-07-17T06:36:06.4590940Z * [new branch] mlazos/foreach-reds -> origin/mlazos/foreach-reds 2025-07-17T06:36:06.4591396Z * [new branch] mlazos/fp8 -> origin/mlazos/fp8 2025-07-17T06:36:06.4591873Z * [new branch] mlazos/fp8-bias -> origin/mlazos/fp8-bias 2025-07-17T06:36:06.4592471Z * [new branch] mlazos/fp8-bias-fusion -> origin/mlazos/fp8-bias-fusion 2025-07-17T06:36:06.4592950Z * [new branch] mlazos/freezing -> origin/mlazos/freezing 2025-07-17T06:36:06.4593417Z * [new branch] mlazos/gen-foreach -> origin/mlazos/gen-foreach 2025-07-17T06:36:06.4593866Z * [new branch] mlazos/h-comp -> origin/mlazos/h-comp 2025-07-17T06:36:06.4594311Z * [new branch] mlazos/h-comp2 -> origin/mlazos/h-comp2 2025-07-17T06:36:06.4594737Z * [new branch] mlazos/hc -> origin/mlazos/hc 2025-07-17T06:36:06.4595171Z * [new branch] mlazos/hc-cycles -> origin/mlazos/hc-cycles 2025-07-17T06:36:06.4595622Z * [new branch] mlazos/hc-fixes -> origin/mlazos/hc-fixes 2025-07-17T06:36:06.4596062Z * [new branch] mlazos/hc-fixes3 -> origin/mlazos/hc-fixes3 2025-07-17T06:36:06.4596510Z * [new branch] mlazos/hc-fixes4 -> origin/mlazos/hc-fixes4 2025-07-17T06:36:06.4596952Z * [new branch] mlazos/hc-hf -> origin/mlazos/hc-hf 2025-07-17T06:36:06.4597910Z * [new branch] mlazos/hc-mut -> origin/mlazos/hc-mut 2025-07-17T06:36:06.4598362Z * [new branch] mlazos/hc10 -> origin/mlazos/hc10 2025-07-17T06:36:06.4598776Z * [new branch] mlazos/hc11 -> origin/mlazos/hc11 2025-07-17T06:36:06.4599196Z * [new branch] mlazos/hc12 -> origin/mlazos/hc12 2025-07-17T06:36:06.4599607Z * [new branch] mlazos/hc13 -> origin/mlazos/hc13 2025-07-17T06:36:06.4600015Z * [new branch] mlazos/hc14 -> origin/mlazos/hc14 2025-07-17T06:36:06.4600429Z * [new branch] mlazos/hc15 -> origin/mlazos/hc15 2025-07-17T06:36:06.4600826Z * [new branch] mlazos/hc2 -> origin/mlazos/hc2 2025-07-17T06:36:06.4601238Z * [new branch] mlazos/hc4 -> origin/mlazos/hc4 2025-07-17T06:36:06.4601635Z * [new branch] mlazos/hc5 -> origin/mlazos/hc5 2025-07-17T06:36:06.4602044Z * [new branch] mlazos/hc6 -> origin/mlazos/hc6 2025-07-17T06:36:06.4602447Z * [new branch] mlazos/hc7 -> origin/mlazos/hc7 2025-07-17T06:36:06.4602838Z * [new branch] mlazos/hc8 -> origin/mlazos/hc8 2025-07-17T06:36:06.4603289Z * [new branch] mlazos/hc9 -> origin/mlazos/hc9 2025-07-17T06:36:06.4603769Z * [new branch] mlazos/hc_baseline2 -> origin/mlazos/hc_baseline2 2025-07-17T06:36:06.4604236Z * [new branch] mlazos/hop-modes -> origin/mlazos/hop-modes 2025-07-17T06:36:06.4604717Z * [new branch] mlazos/init-per-param -> origin/mlazos/init-per-param 2025-07-17T06:36:06.4605223Z * [new branch] mlazos/init_per_param -> origin/mlazos/init_per_param 2025-07-17T06:36:06.4605705Z * [new branch] mlazos/less-guards -> origin/mlazos/less-guards 2025-07-17T06:36:06.5526971Z * [new branch] mlazos/lr-composibility -> origin/mlazos/lr-composibility 2025-07-17T06:36:06.5527528Z * [new branch] mlazos/main -> origin/mlazos/main 2025-07-17T06:36:06.5528091Z * [new branch] mlazos/main-test-enablement -> origin/mlazos/main-test-enablement 2025-07-17T06:36:06.5528639Z * [new branch] mlazos/main2 -> origin/mlazos/main2 2025-07-17T06:36:06.5529280Z * [new branch] mlazos/mcg -> origin/mlazos/mcg 2025-07-17T06:36:06.5529774Z * [new branch] mlazos/mcg2 -> origin/mlazos/mcg2 2025-07-17T06:36:06.5530231Z * [new branch] mlazos/meta-guards -> origin/mlazos/meta-guards 2025-07-17T06:36:06.5530703Z * [new branch] mlazos/mlazos/ck2 -> origin/mlazos/mlazos/ck2 2025-07-17T06:36:06.5531240Z * [new branch] mlazos/mlazos/foreach-map-adam -> origin/mlazos/mlazos/foreach-map-adam 2025-07-17T06:36:06.5531846Z * [new branch] mlazos/mlazos/tf-mode-backup -> origin/mlazos/mlazos/tf-mode-backup 2025-07-17T06:36:06.5532346Z * [new branch] mlazos/mod-fix -> origin/mlazos/mod-fix 2025-07-17T06:36:06.5532795Z * [new branch] mlazos/mode-fix -> origin/mlazos/mode-fix 2025-07-17T06:36:06.5533259Z * [new branch] mlazos/more-tests -> origin/mlazos/more-tests 2025-07-17T06:36:06.5533714Z * [new branch] mlazos/nested-dc -> origin/mlazos/nested-dc 2025-07-17T06:36:06.5534161Z * [new branch] mlazos/no-cpp -> origin/mlazos/no-cpp 2025-07-17T06:36:06.5534667Z * [new branch] mlazos/no-init-group-handling -> origin/mlazos/no-init-group-handling 2025-07-17T06:36:06.5535231Z * [new branch] mlazos/op-investigation -> origin/mlazos/op-investigation 2025-07-17T06:36:06.5535857Z * [new branch] mlazos/opt-bench-exp2 -> origin/mlazos/opt-bench-exp2 2025-07-17T06:36:06.5536348Z * [new branch] mlazos/opt-bench3 -> origin/mlazos/opt-bench3 2025-07-17T06:36:06.5536818Z * [new branch] mlazos/opt-incr -> origin/mlazos/opt-incr 2025-07-17T06:36:06.5537279Z * [new branch] mlazos/opt-slowdown -> origin/mlazos/opt-slowdown 2025-07-17T06:36:06.5537780Z * [new branch] mlazos/proxy-ctors -> origin/mlazos/proxy-ctors 2025-07-17T06:36:06.5538251Z * [new branch] mlazos/proxy-opt -> origin/mlazos/proxy-opt 2025-07-17T06:36:06.5538753Z * [new branch] mlazos/rm-spam -> origin/mlazos/rm-spam 2025-07-17T06:36:06.5539184Z * [new branch] mlazos/rtp -> origin/mlazos/rtp 2025-07-17T06:36:06.5539609Z * [new branch] mlazos/sdpa-driss -> origin/mlazos/sdpa-driss 2025-07-17T06:36:06.5540104Z * [new branch] mlazos/static-idx-dbg -> origin/mlazos/static-idx-dbg 2025-07-17T06:36:06.5540620Z * [new branch] mlazos/static-inputs-log -> origin/mlazos/static-inputs-log 2025-07-17T06:36:06.5541151Z * [new branch] mlazos/sub-param-fix -> origin/mlazos/sub-param-fix 2025-07-17T06:36:06.5541621Z * [new branch] mlazos/td-fix2 -> origin/mlazos/td-fix2 2025-07-17T06:36:06.5542096Z * [new branch] mlazos/tensor-hasattr2 -> origin/mlazos/tensor-hasattr2 2025-07-17T06:36:06.5542561Z * [new branch] mlazos/test -> origin/mlazos/test 2025-07-17T06:36:06.5542980Z * [new branch] mlazos/tf-mode -> origin/mlazos/tf-mode 2025-07-17T06:36:06.5543447Z * [new branch] mlazos/tf-mode-backup2 -> origin/mlazos/tf-mode-backup2 2025-07-17T06:36:06.5543938Z * [new branch] mlazos/tf-mode-reland -> origin/mlazos/tf-mode-reland 2025-07-17T06:36:06.5544535Z * [new branch] mlazos/tf-mode-reland2 -> origin/mlazos/tf-mode-reland2 2025-07-17T06:36:06.5545055Z * [new branch] mlazos/tf-mode-reland3 -> origin/mlazos/tf-mode-reland3 2025-07-17T06:36:06.5545553Z * [new branch] mlazos/triton-no-epi -> origin/mlazos/triton-no-epi 2025-07-17T06:36:06.5546047Z * [new branch] mlazos/tune-proto -> origin/mlazos/tune-proto 2025-07-17T06:36:06.5546626Z * [new branch] mlazos/tuple-fixes -> origin/mlazos/tuple-fixes 2025-07-17T06:36:06.5547126Z * [new branch] mlazos/tuple-handling -> origin/mlazos/tuple-handling 2025-07-17T06:36:06.5547610Z * [new branch] mlazos/vary-beta -> origin/mlazos/vary-beta 2025-07-17T06:36:06.5548069Z * [new branch] mlazos/vary-beta2 -> origin/mlazos/vary-beta2 2025-07-17T06:36:06.5548556Z * [new branch] mlazos/weird-perf1 -> origin/mlazos/weird-perf1 2025-07-17T06:36:06.5549054Z * [new branch] move-theme-out-docker -> origin/move-theme-out-docker 2025-07-17T06:36:06.5549530Z * [new branch] mps-linear-1d -> origin/mps-linear-1d 2025-07-17T06:36:06.5549962Z * [new branch] msaroufim/acc -> origin/msaroufim/acc 2025-07-17T06:36:06.5550384Z * [new branch] msaroufim/be1 -> origin/msaroufim/be1 2025-07-17T06:36:06.6009686Z * [new branch] msaroufim/ck_custom_op -> origin/msaroufim/ck_custom_op 2025-07-17T06:36:06.6010225Z * [new branch] msaroufim/cn_path -> origin/msaroufim/cn_path 2025-07-17T06:36:06.6010743Z * [new branch] msaroufim/compile_kernel -> origin/msaroufim/compile_kernel 2025-07-17T06:36:06.6011301Z * [new branch] msaroufim/compile_reduction -> origin/msaroufim/compile_reduction 2025-07-17T06:36:06.6012058Z * [new branch] msaroufim/dtensorfusedadam -> origin/msaroufim/dtensorfusedadam 2025-07-17T06:36:06.6012586Z * [new branch] msaroufim/gencode -> origin/msaroufim/gencode 2025-07-17T06:36:06.6013056Z * [new branch] msaroufim/reduce -> origin/msaroufim/reduce 2025-07-17T06:36:06.6013629Z * [new branch] msaroufim/simplify_nvrtc_discovery -> origin/msaroufim/simplify_nvrtc_discovery 2025-07-17T06:36:06.6014205Z * [new branch] mtia/basic-cmake -> origin/mtia/basic-cmake 2025-07-17T06:36:06.6014631Z * [new branch] mul_op -> origin/mul_op 2025-07-17T06:36:06.6015055Z * [new branch] ngimel/cat_perf -> origin/ngimel/cat_perf 2025-07-17T06:36:06.6015563Z * [new branch] ngimel/deterministic_scatter -> origin/ngimel/deterministic_scatter 2025-07-17T06:36:06.6016089Z * [new branch] ngimel/gg_new -> origin/ngimel/gg_new 2025-07-17T06:36:06.6016540Z * [new branch] ngimel/index_None -> origin/ngimel/index_None 2025-07-17T06:36:06.6017033Z * [new branch] ngimel/mempool_emptycache -> origin/ngimel/mempool_emptycache 2025-07-17T06:36:06.6017520Z * [new branch] nightly -> origin/nightly 2025-07-17T06:36:06.6018039Z * [new branch] nmacchioni-be-use-max-autotune -> origin/nmacchioni-be-use-max-autotune 2025-07-17T06:36:06.6018616Z * [new branch] nmacchioni-patch-1 -> origin/nmacchioni-patch-1 2025-07-17T06:36:06.6019118Z * [new branch] nmacchioni-patch-10 -> origin/nmacchioni-patch-10 2025-07-17T06:36:06.6019610Z * [new branch] nmacchioni-patch-3 -> origin/nmacchioni-patch-3 2025-07-17T06:36:06.6020098Z * [new branch] nmacchioni-patch-4 -> origin/nmacchioni-patch-4 2025-07-17T06:36:06.6020575Z * [new branch] nmacchioni-patch-5 -> origin/nmacchioni-patch-5 2025-07-17T06:36:06.6021068Z * [new branch] nmacchioni-patch-6 -> origin/nmacchioni-patch-6 2025-07-17T06:36:06.6021552Z * [new branch] nmacchioni-patch-7 -> origin/nmacchioni-patch-7 2025-07-17T06:36:06.6022035Z * [new branch] nmacchioni-patch-8 -> origin/nmacchioni-patch-8 2025-07-17T06:36:06.6022528Z * [new branch] nmacchioni-patch-9 -> origin/nmacchioni-patch-9 2025-07-17T06:36:06.6023115Z * [new branch] np_indexing_fix -> origin/np_indexing_fix 2025-07-17T06:36:06.6023589Z * [new branch] nullplay_fuse_matmul -> origin/nullplay_fuse_matmul 2025-07-17T06:36:06.6024215Z * [new branch] nweidia/enable-B200-inductor-nightly-ci -> origin/nweidia/enable-B200-inductor-nightly-ci 2025-07-17T06:36:06.6024831Z * [new branch] openblas_gemv -> origin/openblas_gemv 2025-07-17T06:36:06.6025281Z * [new branch] orig/release/1.10 -> origin/orig/release/1.10 2025-07-17T06:36:06.6025749Z * [new branch] orig/release/1.11 -> origin/orig/release/1.11 2025-07-17T06:36:06.6026214Z * [new branch] orig/release/1.12 -> origin/orig/release/1.12 2025-07-17T06:36:06.6026660Z * [new branch] orig/release/1.13 -> origin/orig/release/1.13 2025-07-17T06:36:06.6027114Z * [new branch] orig/release/1.6 -> origin/orig/release/1.6 2025-07-17T06:36:06.6027559Z * [new branch] orig/release/1.7 -> origin/orig/release/1.7 2025-07-17T06:36:06.6028007Z * [new branch] orig/release/1.8 -> origin/orig/release/1.8 2025-07-17T06:36:06.6028472Z * [new branch] orig/release/1.9 -> origin/orig/release/1.9 2025-07-17T06:36:06.6028908Z * [new branch] orig/release/2.0 -> origin/orig/release/2.0 2025-07-17T06:36:06.6029352Z * [new branch] orig/release/2.1 -> origin/orig/release/2.1 2025-07-17T06:36:06.6029888Z * [new branch] orig/release/2.2 -> origin/orig/release/2.2 2025-07-17T06:36:06.6030336Z * [new branch] orig/release/2.3 -> origin/orig/release/2.3 2025-07-17T06:36:06.6030789Z * [new branch] orig/release/2.4 -> origin/orig/release/2.4 2025-07-17T06:36:06.6031228Z * [new branch] orig/release/2.5 -> origin/orig/release/2.5 2025-07-17T06:36:06.6031683Z * [new branch] orig/release/2.6 -> origin/orig/release/2.6 2025-07-17T06:36:06.6032116Z * [new branch] orig/release/2.7 -> origin/orig/release/2.7 2025-07-17T06:36:06.6032657Z * [new branch] orig/release/2.8 -> origin/orig/release/2.8 2025-07-17T06:36:06.6439478Z * [new branch] oulgen/fx_graph -> origin/oulgen/fx_graph 2025-07-17T06:36:06.6439970Z * [new branch] padded-tensor -> origin/padded-tensor 2025-07-17T06:36:06.6440438Z * [new branch] parallel_cat -> origin/parallel_cat 2025-07-17T06:36:06.6440888Z * [new branch] parallel_reduce -> origin/parallel_reduce 2025-07-17T06:36:06.6441301Z * [new branch] pca2 -> origin/pca2 2025-07-17T06:36:06.6441729Z * [new branch] pianpwk-patch-1 -> origin/pianpwk-patch-1 2025-07-17T06:36:06.6442317Z * [new branch] pianpwk/backed_size_oblivious_export -> origin/pianpwk/backed_size_oblivious_export 2025-07-17T06:36:06.6442921Z * [new branch] pianpwk/dde_repeat_cat -> origin/pianpwk/dde_repeat_cat 2025-07-17T06:36:06.6443401Z * [new branch] pianpwk/dim_docs -> origin/pianpwk/dim_docs 2025-07-17T06:36:06.6443941Z * [new branch] pianpwk/draft_export_normalize -> origin/pianpwk/draft_export_normalize 2025-07-17T06:36:06.6444525Z * [new branch] pianpwk/dynamic_source_dim -> origin/pianpwk/dynamic_source_dim 2025-07-17T06:36:06.6445046Z * [new branch] pianpwk/int_in_pgo_state -> origin/pianpwk/int_in_pgo_state 2025-07-17T06:36:06.6445603Z * [new branch] pianpwk/invalidate_fake_memo -> origin/pianpwk/invalidate_fake_memo 2025-07-17T06:36:06.6446173Z * [new branch] pianpwk/lru_cache_bound_sympy -> origin/pianpwk/lru_cache_bound_sympy 2025-07-17T06:36:06.6446872Z * [new branch] pianpwk/max_1_strides -> origin/pianpwk/max_1_strides 2025-07-17T06:36:06.6447374Z * [new branch] pianpwk/nonzero_memo -> origin/pianpwk/nonzero_memo 2025-07-17T06:36:06.6447919Z * [new branch] pianpwk/obl_scatter_gather_index -> origin/pianpwk/obl_scatter_gather_index 2025-07-17T06:36:06.6448519Z * [new branch] pianpwk/oblivious_infer_size -> origin/pianpwk/oblivious_infer_size 2025-07-17T06:36:06.6449096Z * [new branch] pianpwk/oblivious_meta_select -> origin/pianpwk/oblivious_meta_select 2025-07-17T06:36:06.6449729Z * [new branch] pianpwk/oblivious_reshape_view_bad -> origin/pianpwk/oblivious_reshape_view_bad 2025-07-17T06:36:06.6450403Z * [new branch] pianpwk/oblivious_reshape_view_better -> origin/pianpwk/oblivious_reshape_view_better 2025-07-17T06:36:06.6451035Z * [new branch] pianpwk/oblivious_should_swap -> origin/pianpwk/oblivious_should_swap 2025-07-17T06:36:06.6451636Z * [new branch] pianpwk/oblivious_slice_forward -> origin/pianpwk/oblivious_slice_forward 2025-07-17T06:36:06.6452309Z * [new branch] pianpwk/oblivious_where -> origin/pianpwk/oblivious_where 2025-07-17T06:36:06.6452833Z * [new branch] pianpwk/pad_nd_oblivious -> origin/pianpwk/pad_nd_oblivious 2025-07-17T06:36:06.6453352Z * [new branch] pianpwk/pre_forward_hook -> origin/pianpwk/pre_forward_hook 2025-07-17T06:36:06.6454018Z * [new branch] pianpwk/remove_guard_fail_break -> origin/pianpwk/remove_guard_fail_break 2025-07-17T06:36:06.6454580Z * [new branch] pianpwk/single_slice -> origin/pianpwk/single_slice 2025-07-17T06:36:06.6455104Z * [new branch] pianpwk/slice_fresh_symbols -> origin/pianpwk/slice_fresh_symbols 2025-07-17T06:36:06.6455645Z * [new branch] pianpwk/test_slice_fake_impl -> origin/pianpwk/test_slice_fake_impl 2025-07-17T06:36:06.6456241Z * [new branch] pianpwk/unbacked_channels_last -> origin/pianpwk/unbacked_channels_last 2025-07-17T06:36:06.6456817Z * [new branch] pianpwk/unbacked_safe_conv1d -> origin/pianpwk/unbacked_safe_conv1d 2025-07-17T06:36:06.6457386Z * [new branch] pianpwk/unbacked_sdpa_flash -> origin/pianpwk/unbacked_sdpa_flash 2025-07-17T06:36:06.6457944Z * [new branch] pianpwk/unbacked_should_swap -> origin/pianpwk/unbacked_should_swap 2025-07-17T06:36:06.6458526Z * [new branch] pianpwk/unbacked_slice_binding -> origin/pianpwk/unbacked_slice_binding 2025-07-17T06:36:06.6459120Z * [new branch] pianpwk/unbacked_slice_forward -> origin/pianpwk/unbacked_slice_forward 2025-07-17T06:36:06.6459699Z * [new branch] pianpwk/verbose_tensor_guards -> origin/pianpwk/verbose_tensor_guards 2025-07-17T06:36:06.6460239Z * [new branch] pianpwk/wan21_reshape -> origin/pianpwk/wan21_reshape 2025-07-17T06:36:06.6460764Z * [new branch] pianpwk/whitelist_int_float -> origin/pianpwk/whitelist_int_float 2025-07-17T06:36:06.6461318Z * [new branch] pianpwk/whitelist_optimizer -> origin/pianpwk/whitelist_optimizer 2025-07-17T06:36:06.6462046Z * [new branch] pick-torch-standalone-rename-to-release-2.8 -> origin/pick-torch-standalone-rename-to-release-2.8 2025-07-17T06:36:06.6462721Z * [new branch] pin-theme-version -> origin/pin-theme-version 2025-07-17T06:36:06.6463180Z * [new branch] pin-torchao -> origin/pin-torchao 2025-07-17T06:36:06.6922756Z * [new branch] piz/clean_strategy_0627 -> origin/piz/clean_strategy_0627 2025-07-17T06:36:06.6923318Z * [new branch] piz/dtensor_op_coverage -> origin/piz/dtensor_op_coverage 2025-07-17T06:36:06.6923869Z * [new branch] piz/fall_back_missing_0705 -> origin/piz/fall_back_missing_0705 2025-07-17T06:36:06.6925223Z * [new branch] piz/fall_back_missing_0716 -> origin/piz/fall_back_missing_0716 2025-07-17T06:36:06.6925733Z * [new branch] piz/fill_dist_cost_0702 -> origin/piz/fill_dist_cost_0702 2025-07-17T06:36:06.6926239Z * [new branch] piz/fill_dist_cost_0702-2 -> origin/piz/fill_dist_cost_0702-2 2025-07-17T06:36:06.6926720Z * [new branch] piz/fix_einsum -> origin/piz/fix_einsum 2025-07-17T06:36:06.6927184Z * [new branch] piz/fix_index_put_0706 -> origin/piz/fix_index_put_0706 2025-07-17T06:36:06.6927643Z * [new branch] piz/fix_slice -> origin/piz/fix_slice 2025-07-17T06:36:06.6928104Z * [new branch] piz/remove_assert_0709 -> origin/piz/remove_assert_0709 2025-07-17T06:36:06.6928574Z * [new branch] pool-separate -> origin/pool-separate 2025-07-17T06:36:06.6928995Z * [new branch] pr-156087 -> origin/pr-156087 2025-07-17T06:36:06.6929402Z * [new branch] pr/131860 -> origin/pr/131860 2025-07-17T06:36:06.6929791Z * [new branch] pr150241 -> origin/pr150241 2025-07-17T06:36:06.6930206Z * [new branch] pt-opt-cuda3 -> origin/pt-opt-cuda3 2025-07-17T06:36:06.6930675Z * [new branch] python_compiled_autograd -> origin/python_compiled_autograd 2025-07-17T06:36:06.6931202Z * [new branch] qchip/export-D54134695 -> origin/qchip/export-D54134695 2025-07-17T06:36:06.6931975Z * [new branch] randdcefix -> origin/randdcefix 2025-07-17T06:36:06.6932398Z * [new branch] release/1.10 -> origin/release/1.10 2025-07-17T06:36:06.6932813Z * [new branch] release/1.11 -> origin/release/1.11 2025-07-17T06:36:06.6933222Z * [new branch] release/1.12 -> origin/release/1.12 2025-07-17T06:36:06.6933646Z * [new branch] release/1.13 -> origin/release/1.13 2025-07-17T06:36:06.6934078Z * [new branch] release/1.4 -> origin/release/1.4 2025-07-17T06:36:06.6934492Z * [new branch] release/1.4.1 -> origin/release/1.4.1 2025-07-17T06:36:06.6934908Z * [new branch] release/1.5 -> origin/release/1.5 2025-07-17T06:36:06.6935315Z * [new branch] release/1.6 -> origin/release/1.6 2025-07-17T06:36:06.6935724Z * [new branch] release/1.7 -> origin/release/1.7 2025-07-17T06:36:06.6936130Z * [new branch] release/1.8 -> origin/release/1.8 2025-07-17T06:36:06.6936531Z * [new branch] release/1.9 -> origin/release/1.9 2025-07-17T06:36:06.6936941Z * [new branch] release/2.0 -> origin/release/2.0 2025-07-17T06:36:06.6937346Z * [new branch] release/2.1 -> origin/release/2.1 2025-07-17T06:36:06.6937757Z * [new branch] release/2.2 -> origin/release/2.2 2025-07-17T06:36:06.6938153Z * [new branch] release/2.3 -> origin/release/2.3 2025-07-17T06:36:06.6938560Z * [new branch] release/2.4 -> origin/release/2.4 2025-07-17T06:36:06.6938974Z * [new branch] release/2.5 -> origin/release/2.5 2025-07-17T06:36:06.6939371Z * [new branch] release/2.6 -> origin/release/2.6 2025-07-17T06:36:06.6939783Z * [new branch] release/2.7 -> origin/release/2.7 2025-07-17T06:36:06.6940189Z * [new branch] release/2.8 -> origin/release/2.8 2025-07-17T06:36:06.6940600Z * [new branch] release_notes -> origin/release_notes 2025-07-17T06:36:06.6949490Z * [new branch] remove-actionable-label -> origin/remove-actionable-label 2025-07-17T06:36:06.6950548Z * [new branch] remove_ts_docs -> origin/remove_ts_docs 2025-07-17T06:36:06.6951152Z * [new branch] rephrase-export-remove-torchscript -> origin/rephrase-export-remove-torchscript 2025-07-17T06:36:06.6951926Z * [new branch] revert-131069-gh/krzysztofjordan/1/head -> origin/revert-131069-gh/krzysztofjordan/1/head 2025-07-17T06:36:06.6952755Z * [new branch] revert-131469-gh/andrewor14/51/head -> origin/revert-131469-gh/andrewor14/51/head 2025-07-17T06:36:06.6953414Z * [new branch] revert-156870-gh/skarjala/3/head -> origin/revert-156870-gh/skarjala/3/head 2025-07-17T06:36:06.6954031Z * [new branch] revert-156890-triton_34_update -> origin/revert-156890-triton_34_update 2025-07-17T06:36:06.6954823Z * [new branch] revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ -> origin/revert-157914-cherry-pick-157503-by-pytorch_bot_bot_ 2025-07-17T06:36:06.7406609Z * [new branch] rithesh/fsdp_cpu -> origin/rithesh/fsdp_cpu 2025-07-17T06:36:06.7407120Z * [new branch] rocm-monitoring -> origin/rocm-monitoring 2025-07-17T06:36:06.7407796Z * [new branch] ryanguo99/cleanup-dynamo-expected-failures -> origin/ryanguo99/cleanup-dynamo-expected-failures 2025-07-17T06:36:06.7408509Z * [new branch] ryanguo99/fix-closure-var -> origin/ryanguo99/fix-closure-var 2025-07-17T06:36:06.7409032Z * [new branch] rzou/faketensor_bench -> origin/rzou/faketensor_bench 2025-07-17T06:36:06.7409689Z * [new branch] rzou/njt -> origin/rzou/njt 2025-07-17T06:36:06.7410110Z * [new branch] rzou/operator -> origin/rzou/operator 2025-07-17T06:36:06.7410536Z * [new branch] rzou/pca -> origin/rzou/pca 2025-07-17T06:36:06.7410975Z * [new branch] rzou/pipe_split -> origin/rzou/pipe_split 2025-07-17T06:36:06.7411421Z * [new branch] rzou/realprop -> origin/rzou/realprop 2025-07-17T06:36:06.7411870Z * [new branch] rzou/setup_context -> origin/rzou/setup_context 2025-07-17T06:36:06.7412471Z * [new branch] sanchitintel/refactor_aten_int8_woq_gemm -> origin/sanchitintel/refactor_aten_int8_woq_gemm 2025-07-17T06:36:06.7413331Z * [new branch] sanchitintel/weird_thing_with_test_cpu_select_algorithm -> origin/sanchitintel/weird_thing_with_test_cpu_select_algorithm 2025-07-17T06:36:06.7414102Z * [new branch] sapling-pr-archive-SS-JIA -> origin/sapling-pr-archive-SS-JIA 2025-07-17T06:36:06.7414591Z * [new branch] save -> origin/save 2025-07-17T06:36:06.7414987Z * [new branch] sdym/2.5.1 -> origin/sdym/2.5.1 2025-07-17T06:36:06.7415437Z * [new branch] seemethere-patch-1 -> origin/seemethere-patch-1 2025-07-17T06:36:06.7415919Z * [new branch] share_and_pin_fork -> origin/share_and_pin_fork 2025-07-17T06:36:06.7416401Z * [new branch] shengf/fx-xform-perf -> origin/shengf/fx-xform-perf 2025-07-17T06:36:06.7416894Z * [new branch] shikaili_fp8_allgather -> origin/shikaili_fp8_allgather 2025-07-17T06:36:06.7417400Z * [new branch] shoumikhin-patch-12 -> origin/shoumikhin-patch-12 2025-07-17T06:36:06.7417914Z * [new branch] simplify-fq-per-channel -> origin/simplify-fq-per-channel 2025-07-17T06:36:06.7418441Z * [new branch] solve-accuracy-fix -> origin/solve-accuracy-fix 2025-07-17T06:36:06.7419005Z * [new branch] soumith-patch-1 -> origin/soumith-patch-1 2025-07-17T06:36:06.7419515Z * [new branch] sqzhang/flight4 -> origin/sqzhang/flight4 2025-07-17T06:36:06.7419995Z * [new branch] sqzhang/flight4plus -> origin/sqzhang/flight4plus 2025-07-17T06:36:06.7420966Z * [new branch] sraikund/record_funct_test -> origin/sraikund/record_funct_test 2025-07-17T06:36:06.7421474Z * [new branch] sraikund16/test -> origin/sraikund16/test 2025-07-17T06:36:06.7422004Z * [new branch] stablize-compilation-time -> origin/stablize-compilation-time 2025-07-17T06:36:06.7422539Z * [new branch] starterTaskUpdate -> origin/starterTaskUpdate 2025-07-17T06:36:06.7423015Z * [new branch] subgraph_fuse -> origin/subgraph_fuse 2025-07-17T06:36:06.7423491Z * [new branch] support-b200-runners -> origin/support-b200-runners 2025-07-17T06:36:06.7424026Z * [new branch] support-uv-in-collect_env -> origin/support-uv-in-collect_env 2025-07-17T06:36:06.7424537Z * [new branch] support_gqa_cpu -> origin/support_gqa_cpu 2025-07-17T06:36:06.7425026Z * [new branch] suryasub/fix-nccl-hang -> origin/suryasub/fix-nccl-hang 2025-07-17T06:36:06.7425583Z * [new branch] suryasub/nvshmem-get-kernel -> origin/suryasub/nvshmem-get-kernel 2025-07-17T06:36:06.7426146Z * [new branch] suryasub/put-signal-kernel -> origin/suryasub/put-signal-kernel 2025-07-17T06:36:06.7426673Z * [new branch] svekars-patch-1 -> origin/svekars-patch-1 2025-07-17T06:36:06.7427128Z * [new branch] svekars-patch-3 -> origin/svekars-patch-3 2025-07-17T06:36:06.7427660Z * [new branch] switch-bn -> origin/switch-bn 2025-07-17T06:36:06.7428133Z * [new branch] syed-ahmed-patch-1 -> origin/syed-ahmed-patch-1 2025-07-17T06:36:06.7428653Z * [new branch] sympy-bottleneck-repro -> origin/sympy-bottleneck-repro 2025-07-17T06:36:06.7429172Z * [new branch] teja/add_logs -> origin/teja/add_logs 2025-07-17T06:36:06.7429645Z * [new branch] tensordict_integration -> origin/tensordict_integration 2025-07-17T06:36:06.7430143Z * [new branch] test-internal-et -> origin/test-internal-et 2025-07-17T06:36:06.7430645Z * [new branch] test-move-conda-builds -> origin/test-move-conda-builds 2025-07-17T06:36:06.7431120Z * [new branch] test/bmm_heur -> origin/test/bmm_heur 2025-07-17T06:36:06.7817631Z * [new branch] test/inductor -> origin/test/inductor 2025-07-17T06:36:06.7859080Z * [new branch] tidy_performance_cyy -> origin/tidy_performance_cyy 2025-07-17T06:36:06.7859609Z * [new branch] torchtitan_ep -> origin/torchtitan_ep 2025-07-17T06:36:06.7860060Z * [new branch] tp_changes -> origin/tp_changes 2025-07-17T06:36:06.7860534Z * [new branch] trace_fsdp_torchtune_lora -> origin/trace_fsdp_torchtune_lora 2025-07-17T06:36:06.7861089Z * [new branch] traceable_fsdp_unit_tests -> origin/traceable_fsdp_unit_tests 2025-07-17T06:36:06.7861568Z * [new branch] trackMonitor -> origin/trackMonitor 2025-07-17T06:36:06.7862025Z * [new branch] tree_loop_vec_base -> origin/tree_loop_vec_base 2025-07-17T06:36:06.7862470Z * [new branch] tree_vec_base -> origin/tree_vec_base 2025-07-17T06:36:06.7862910Z * [new branch] triton-update -> origin/triton-update 2025-07-17T06:36:06.7863384Z * [new branch] triton_kernel -> origin/triton_kernel 2025-07-17T06:36:06.7865202Z * [new branch] triton_kernel_perf -> origin/triton_kernel_perf 2025-07-17T06:36:06.7865676Z * [new branch] try-runllm -> origin/try-runllm 2025-07-17T06:36:06.7866082Z * [new branch] type_dec -> origin/type_dec 2025-07-17T06:36:06.7867081Z * [new branch] udate-sphinx-dependancies -> origin/udate-sphinx-dependancies 2025-07-17T06:36:06.7867783Z * [new branch] update-audio-commit-hash/15573111403-1620-1 -> origin/update-audio-commit-hash/15573111403-1620-1 2025-07-17T06:36:06.7868586Z * [new branch] update-audio-commit-hash/15720911896-1627-1 -> origin/update-audio-commit-hash/15720911896-1627-1 2025-07-17T06:36:06.7869372Z * [new branch] update-audio-commit-hash/15890021967-1637-1 -> origin/update-audio-commit-hash/15890021967-1637-1 2025-07-17T06:36:06.7871627Z * [new branch] update-audio-commit-hash/16157311175-1652-1 -> origin/update-audio-commit-hash/16157311175-1652-1 2025-07-17T06:36:06.7872623Z * [new branch] update-audio-commit-hash/16307312222-1661-1 -> origin/update-audio-commit-hash/16307312222-1661-1 2025-07-17T06:36:06.7873477Z * [new branch] update-executorch-commit-hash/15694981040-1626-1 -> origin/update-executorch-commit-hash/15694981040-1626-1 2025-07-17T06:36:06.7874355Z * [new branch] update-triton-commit-hash/13663274526-1487-2 -> origin/update-triton-commit-hash/13663274526-1487-2 2025-07-17T06:36:06.7875178Z * [new branch] update-vision-commit-hash/15336342773-1607-1 -> origin/update-vision-commit-hash/15336342773-1607-1 2025-07-17T06:36:06.7877328Z * [new branch] update-xla-commit-hash/15674789457-190-1 -> origin/update-xla-commit-hash/15674789457-190-1 2025-07-17T06:36:06.7878239Z * [new branch] update-xla-commit-hash/15818245712-191-1 -> origin/update-xla-commit-hash/15818245712-191-1 2025-07-17T06:36:06.7878968Z * [new branch] update-xla-commit-hash/16260974441-194-1 -> origin/update-xla-commit-hash/16260974441-194-1 2025-07-17T06:36:06.7879714Z * [new branch] update_docs_torch_multinomial_issue#125388 -> origin/update_docs_torch_multinomial_issue#125388 2025-07-17T06:36:06.7880405Z * [new branch] update_slow_tests_1722488736 -> origin/update_slow_tests_1722488736 2025-07-17T06:36:06.7880953Z * [new branch] update_slow_tests_1722879173 -> origin/update_slow_tests_1722879173 2025-07-17T06:36:06.7881487Z * [new branch] update_slow_tests_1749454889 -> origin/update_slow_tests_1749454889 2025-07-17T06:36:06.7883372Z * [new branch] update_slow_tests_1751874113 -> origin/update_slow_tests_1751874113 2025-07-17T06:36:06.7883933Z * [new branch] update_slow_tests_1752478971 -> origin/update_slow_tests_1752478971 2025-07-17T06:36:06.7884492Z * [new branch] update_submodule_FBGEMM -> origin/update_submodule_FBGEMM 2025-07-17T06:36:06.7885010Z * [new branch] update_submodule_kineto -> origin/update_submodule_kineto 2025-07-17T06:36:06.7885468Z * [new branch] v0.1.2 -> origin/v0.1.2 2025-07-17T06:36:06.7885866Z * [new branch] v1.0.1 -> origin/v1.0.1 2025-07-17T06:36:06.7886264Z * [new branch] v1.0.3 -> origin/v1.0.3 2025-07-17T06:36:06.7886641Z * [new branch] v1.1.0 -> origin/v1.1.0 2025-07-17T06:36:06.7887021Z * [new branch] v1.2.0 -> origin/v1.2.0 2025-07-17T06:36:06.7887398Z * [new branch] v1.3.0 -> origin/v1.3.0 2025-07-17T06:36:06.7887784Z * [new branch] v1.3.1 -> origin/v1.3.1 2025-07-17T06:36:06.7888182Z * [new branch] validate_fn -> origin/validate_fn 2025-07-17T06:36:06.8927880Z * [new branch] validations_2.6 -> origin/validations_2.6 2025-07-17T06:36:06.8928392Z * [new branch] viable/strict -> origin/viable/strict 2025-07-17T06:36:06.8928834Z * [new branch] vkuzo-patch-1 -> origin/vkuzo-patch-1 2025-07-17T06:36:06.8929324Z * [new branch] wdvr/conda_devcontainer -> origin/wdvr/conda_devcontainer 2025-07-17T06:36:06.8930018Z * [new branch] wdvr/fix_logging_test -> origin/wdvr/fix_logging_test 2025-07-17T06:36:06.8930495Z * [new branch] wdvr/iss145259_alt -> origin/wdvr/iss145259_alt 2025-07-17T06:36:06.8930956Z * [new branch] wdvr/iss_145259 -> origin/wdvr/iss_145259 2025-07-17T06:36:06.8931410Z * [new branch] weight_sharing_cpp -> origin/weight_sharing_cpp 2025-07-17T06:36:06.8931867Z * [new branch] whc/flight -> origin/whc/flight 2025-07-17T06:36:06.8932288Z * [new branch] whc/flight4 -> origin/whc/flight4 2025-07-17T06:36:06.8932703Z * [new branch] whc/flight51 -> origin/whc/flight51 2025-07-17T06:36:06.8933127Z * [new branch] whc/flight53 -> origin/whc/flight53 2025-07-17T06:36:06.8933560Z * [new branch] whc/flight_full -> origin/whc/flight_full 2025-07-17T06:36:06.8934013Z * [new branch] whc/p2phang -> origin/whc/p2phang 2025-07-17T06:36:06.8934436Z * [new branch] whc/stage2 -> origin/whc/stage2 2025-07-17T06:36:06.8934831Z * [new branch] whc/uneven -> origin/whc/uneven 2025-07-17T06:36:06.8935259Z * [new branch] whc/uneven-merge -> origin/whc/uneven-merge 2025-07-17T06:36:06.8935687Z * [new branch] win_warnings -> origin/win_warnings 2025-07-17T06:36:06.8936245Z * [new branch] xmfan/ca_0516 -> origin/xmfan/ca_0516 2025-07-17T06:36:06.8936711Z * [new branch] xmfan/ca_1051b93192 -> origin/xmfan/ca_1051b93192 2025-07-17T06:36:06.8937369Z * [new branch] xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 -> origin/xmfan/ca_1a722f62c248391fc4a542e8851a5559aa356ae8 2025-07-17T06:36:06.8938055Z * [new branch] xmfan/ca_5a2be192d1 -> origin/xmfan/ca_5a2be192d1 2025-07-17T06:36:06.8938519Z * [new branch] xmfan/ca_9d59b516e9 -> origin/xmfan/ca_9d59b516e9 2025-07-17T06:36:06.8938969Z * [new branch] xmfan/ca_api -> origin/xmfan/ca_api 2025-07-17T06:36:06.8939400Z * [new branch] xmfan/ca_apr8 -> origin/xmfan/ca_apr8 2025-07-17T06:36:06.8939816Z * [new branch] xmfan/ca_base -> origin/xmfan/ca_base 2025-07-17T06:36:06.8940265Z * [new branch] xmfan/ca_cudagraphs -> origin/xmfan/ca_cudagraphs 2025-07-17T06:36:06.8940721Z * [new branch] xmfan/ca_dynamic -> origin/xmfan/ca_dynamic 2025-07-17T06:36:06.8941166Z * [new branch] xmfan/ca_fix_dyn -> origin/xmfan/ca_fix_dyn 2025-07-17T06:36:06.8941620Z * [new branch] xmfan/ca_fix_lowering -> origin/xmfan/ca_fix_lowering 2025-07-17T06:36:06.8942119Z * [new branch] xmfan/ca_fix_polyfills -> origin/xmfan/ca_fix_polyfills 2025-07-17T06:36:06.8942572Z * [new branch] xmfan/ca_jan3 -> origin/xmfan/ca_jan3 2025-07-17T06:36:06.8942992Z * [new branch] xmfan/ca_jun18 -> origin/xmfan/ca_jun18 2025-07-17T06:36:06.8943422Z * [new branch] xmfan/ca_jun24 -> origin/xmfan/ca_jun24 2025-07-17T06:36:06.8943856Z * [new branch] xmfan/ca_mem_base -> origin/xmfan/ca_mem_base 2025-07-17T06:36:06.8944316Z * [new branch] xmfan/ca_mem_fix -> origin/xmfan/ca_mem_fix 2025-07-17T06:36:06.8944763Z * [new branch] xmfan/ca_memory_fix -> origin/xmfan/ca_memory_fix 2025-07-17T06:36:06.8945256Z * [new branch] xmfan/ca_memory_fix_rebased -> origin/xmfan/ca_memory_fix_rebased 2025-07-17T06:36:06.8945789Z * [new branch] xmfan/ca_memory_fix_rebased2 -> origin/xmfan/ca_memory_fix_rebased2 2025-07-17T06:36:06.8946377Z * [new branch] xmfan/ca_move_to_cuda -> origin/xmfan/ca_move_to_cuda 2025-07-17T06:36:06.8946839Z * [new branch] xmfan/ca_nested -> origin/xmfan/ca_nested 2025-07-17T06:36:06.8947294Z * [new branch] xmfan/ca_overhead -> origin/xmfan/ca_overhead 2025-07-17T06:36:06.8947791Z * [new branch] xmfan/ca_overhead_0eba7e5451 -> origin/xmfan/ca_overhead_0eba7e5451 2025-07-17T06:36:06.8948286Z * [new branch] xmfan/ca_scalar -> origin/xmfan/ca_scalar 2025-07-17T06:36:06.8948766Z * [new branch] xmfan/ca_subclass_mem_fix -> origin/xmfan/ca_subclass_mem_fix 2025-07-17T06:36:06.8949250Z * [new branch] xmfan/ca_warm_mem -> origin/xmfan/ca_warm_mem 2025-07-17T06:36:06.8949709Z * [new branch] xmfan/ca_warm_mem_base -> origin/xmfan/ca_warm_mem_base 2025-07-17T06:36:06.8950171Z * [new branch] xmfan/cacu_jun18 -> origin/xmfan/cacu_jun18 2025-07-17T06:36:07.0986402Z * [new branch] xmfan/cacu_jun19 -> origin/xmfan/cacu_jun19 2025-07-17T06:36:07.0986900Z * [new branch] xmfan/cacu_jun4 -> origin/xmfan/cacu_jun4 2025-07-17T06:36:07.0987358Z * [new branch] xmfan/cacu_may27 -> origin/xmfan/cacu_may27 2025-07-17T06:36:07.0987837Z * [new branch] xmfan/circular_dep -> origin/xmfan/circular_dep 2025-07-17T06:36:07.0988352Z * [new branch] xmfan/compiled_autograd_ddp -> origin/xmfan/compiled_autograd_ddp 2025-07-17T06:36:07.0989133Z * [new branch] xmfan/compiled_autograd_feb_29 -> origin/xmfan/compiled_autograd_feb_29 2025-07-17T06:36:07.0989772Z * [new branch] xmfan/compiled_autograd_graph_breaks -> origin/xmfan/compiled_autograd_graph_breaks 2025-07-17T06:36:07.0990518Z * [new branch] xmfan/compiled_autograd_hypothetical_perf -> origin/xmfan/compiled_autograd_hypothetical_perf 2025-07-17T06:36:07.0991272Z * [new branch] xmfan/compiled_autograd_perf_no_reuse -> origin/xmfan/compiled_autograd_perf_no_reuse 2025-07-17T06:36:07.0991869Z * [new branch] xmfan/disable_duck_shape -> origin/xmfan/disable_duck_shape 2025-07-17T06:36:07.0992535Z * [new branch] xmfan/fca_cpp_node_passthrough -> origin/xmfan/fca_cpp_node_passthrough 2025-07-17T06:36:07.0993113Z * [new branch] xmfan/feb_10_compiled_autograd -> origin/xmfan/feb_10_compiled_autograd 2025-07-17T06:36:07.0993771Z * [new branch] xmfan/feb_10_compiled_autograd_cudagraph -> origin/xmfan/feb_10_compiled_autograd_cudagraph 2025-07-17T06:36:07.0994372Z * [new branch] xmfan/issue_123374 -> origin/xmfan/issue_123374 2025-07-17T06:36:07.0995057Z * [new branch] xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/post_3945954741e2d37023c5d6954f9483008e0892f9 2025-07-17T06:36:07.0995935Z * [new branch] xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 -> origin/xmfan/pre_3945954741e2d37023c5d6954f9483008e0892f9 2025-07-17T06:36:07.0996603Z * [new branch] xmfan/segfault_test -> origin/xmfan/segfault_test 2025-07-17T06:36:07.0997077Z * [new branch] xmfan/single_step -> origin/xmfan/single_step 2025-07-17T06:36:07.0997527Z * [new branch] xmfan/sth_0829 -> origin/xmfan/sth_0829 2025-07-17T06:36:07.0997942Z * [new branch] xmfan/test -> origin/xmfan/test 2025-07-17T06:36:07.0998462Z * [new branch] y-do-we-have-7-build-systems -> origin/y-do-we-have-7-build-systems 2025-07-17T06:36:07.0999017Z * [new branch] yguo/debug-0226-constexpr -> origin/yguo/debug-0226-constexpr 2025-07-17T06:36:07.0999534Z * [new branch] yguo/new_latest_changes -> origin/yguo/new_latest_changes 2025-07-17T06:36:07.1000072Z * [new branch] yguo/patch_constexpr_changes -> origin/yguo/patch_constexpr_changes 2025-07-17T06:36:07.1000720Z * [new branch] yihan_quantization -> origin/yihan_quantization 2025-07-17T06:36:07.1001205Z * [new branch] yiming/bootcamp -> origin/yiming/bootcamp 2025-07-17T06:36:07.1001656Z * [new branch] zainr/canary-test -> origin/zainr/canary-test 2025-07-17T06:36:07.1002173Z * [new branch] zainr/cleanup-gh-runners -> origin/zainr/cleanup-gh-runners 2025-07-17T06:36:07.1002701Z * [new branch] zainr/mypy15-claude -> origin/zainr/mypy15-claude 2025-07-17T06:36:07.1003196Z * [new branch] zainr/pre-push-hooks -> origin/zainr/pre-push-hooks 2025-07-17T06:36:07.1003718Z * [new branch] zainr/pull-migration-c -> origin/zainr/pull-migration-c 2025-07-17T06:36:07.1004217Z * [new branch] zainr/test-workflow -> origin/zainr/test-workflow 2025-07-17T06:36:07.1004671Z * [new branch] zainr/test2 -> origin/zainr/test2 2025-07-17T06:36:07.1005103Z * [new branch] zainr/unstable -> origin/zainr/unstable 2025-07-17T06:36:07.1005560Z * [new branch] zasdfgbnm-patch-3 -> origin/zasdfgbnm-patch-3 2025-07-17T06:36:07.1005992Z * [new branch] zb2p -> origin/zb2p 2025-07-17T06:36:07.1006430Z * [new branch] zdevito-patch-1 -> origin/zdevito-patch-1 2025-07-17T06:36:07.1007032Z * [new branch] zeros-and-scatter-part2 -> origin/zeros-and-scatter-part2 2025-07-17T06:36:07.1007559Z * [new branch] zhxchen17/nativert/0 -> origin/zhxchen17/nativert/0 2025-07-17T06:36:07.1008048Z * [new branch] zhxchen17/scratch/0 -> origin/zhxchen17/scratch/0 2025-07-17T06:36:07.1008528Z * [new branch] zhxhcen17/moodycamel -> origin/zhxhcen17/moodycamel 2025-07-17T06:36:07.1009001Z * [new branch] zxiiro/bazel -> origin/zxiiro/bazel 2025-07-17T06:36:07.1009421Z * [new branch] zxiiro/docs -> origin/zxiiro/docs 2025-07-17T06:36:07.1009872Z * [new branch] zxiiro/linux-build -> origin/zxiiro/linux-build 2025-07-17T06:36:07.1887330Z * [new branch] zxiiro/linux-test -> origin/zxiiro/linux-test 2025-07-17T06:36:07.1887837Z * [new branch] zxiiro/main -> origin/zxiiro/main 2025-07-17T06:36:07.1888285Z * [new branch] zxiiro/test -> origin/zxiiro/test 2025-07-17T06:36:07.1888708Z * [new branch] zxiiro/windows -> origin/zxiiro/windows 2025-07-17T06:36:07.1889530Z * [new tag] bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug -> bc2caa7fdf006894eff7af936babde69ab5a40f8-huydhn-debug 2025-07-17T06:36:07.1890267Z * [new tag] ci/binaries/77164 -> ci/binaries/77164 2025-07-17T06:36:07.1890685Z * [new tag] ciflow/android/149601 -> ciflow/android/149601 2025-07-17T06:36:07.1891120Z * [new tag] ciflow/binaries/143959 -> ciflow/binaries/143959 2025-07-17T06:36:07.1891545Z * [new tag] ciflow/binaries/156049 -> ciflow/binaries/156049 2025-07-17T06:36:07.1891965Z * [new tag] ciflow/binaries/157432 -> ciflow/binaries/157432 2025-07-17T06:36:07.1892375Z * [new tag] ciflow/binaries/157685 -> ciflow/binaries/157685 2025-07-17T06:36:07.1892799Z * [new tag] ciflow/binaries/157689 -> ciflow/binaries/157689 2025-07-17T06:36:07.1893216Z * [new tag] ciflow/binaries/158104 -> ciflow/binaries/158104 2025-07-17T06:36:07.1893623Z * [new tag] ciflow/binaries/158151 -> ciflow/binaries/158151 2025-07-17T06:36:07.1894099Z * [new tag] ciflow/binaries_libtorch/143959 -> ciflow/binaries_libtorch/143959 2025-07-17T06:36:07.1894803Z * [new tag] ciflow/binaries_libtorch/156049 -> ciflow/binaries_libtorch/156049 2025-07-17T06:36:07.1895331Z * [new tag] ciflow/binaries_libtorch/157432 -> ciflow/binaries_libtorch/157432 2025-07-17T06:36:07.1895849Z * [new tag] ciflow/binaries_libtorch/157791 -> ciflow/binaries_libtorch/157791 2025-07-17T06:36:07.1896363Z * [new tag] ciflow/binaries_libtorch/157928 -> ciflow/binaries_libtorch/157928 2025-07-17T06:36:07.1896870Z * [new tag] ciflow/binaries_wheel/143959 -> ciflow/binaries_wheel/143959 2025-07-17T06:36:07.1897344Z * [new tag] ciflow/binaries_wheel/156049 -> ciflow/binaries_wheel/156049 2025-07-17T06:36:07.1897813Z * [new tag] ciflow/binaries_wheel/157432 -> ciflow/binaries_wheel/157432 2025-07-17T06:36:07.1898293Z * [new tag] ciflow/binaries_wheel/157791 -> ciflow/binaries_wheel/157791 2025-07-17T06:36:07.1898759Z * [new tag] ciflow/binaries_wheel/157928 -> ciflow/binaries_wheel/157928 2025-07-17T06:36:07.1899223Z * [new tag] ciflow/binaries_wheel/158408 -> ciflow/binaries_wheel/158408 2025-07-17T06:36:07.1899739Z * [new tag] ciflow/h100-cutlass-backend/156626 -> ciflow/h100-cutlass-backend/156626 2025-07-17T06:36:07.1900280Z * [new tag] ciflow/h100-distributed/144552 -> ciflow/h100-distributed/144552 2025-07-17T06:36:07.1900789Z * [new tag] ciflow/h100-distributed/150312 -> ciflow/h100-distributed/150312 2025-07-17T06:36:07.1901391Z * [new tag] ciflow/h100-distributed/156605 -> ciflow/h100-distributed/156605 2025-07-17T06:36:07.1901894Z * [new tag] ciflow/h100-distributed/156703 -> ciflow/h100-distributed/156703 2025-07-17T06:36:07.1902365Z * [new tag] ciflow/h100-symm-mem/151845 -> ciflow/h100-symm-mem/151845 2025-07-17T06:36:07.1902829Z * [new tag] ciflow/h100-symm-mem/157180 -> ciflow/h100-symm-mem/157180 2025-07-17T06:36:07.1903284Z * [new tag] ciflow/h100-symm-mem/157970 -> ciflow/h100-symm-mem/157970 2025-07-17T06:36:07.1903730Z * [new tag] ciflow/h100-symm-mem/158511 -> ciflow/h100-symm-mem/158511 2025-07-17T06:36:07.1904185Z * [new tag] ciflow/h100-symm-mem/158512 -> ciflow/h100-symm-mem/158512 2025-07-17T06:36:07.1904620Z * [new tag] ciflow/h100-symm-mem/158513 -> ciflow/h100-symm-mem/158513 2025-07-17T06:36:07.1905068Z * [new tag] ciflow/h100-symm-mem/158514 -> ciflow/h100-symm-mem/158514 2025-07-17T06:36:07.1905588Z * [new tag] ciflow/h100-symm-mem/158515 -> ciflow/h100-symm-mem/158515 2025-07-17T06:36:07.1906117Z * [new tag] ciflow/h100-symm-mem/158523 -> ciflow/h100-symm-mem/158523 2025-07-17T06:36:07.1906542Z * [new tag] ciflow/h100/156980 -> ciflow/h100/156980 2025-07-17T06:36:07.1906931Z * [new tag] ciflow/h100/158459 -> ciflow/h100/158459 2025-07-17T06:36:07.1907537Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/151845 -> ciflow/inductor-perf-test-nightly-rocm/151845 2025-07-17T06:36:07.1908335Z * [new tag] ciflow/inductor-perf-test-nightly-rocm/156592 -> ciflow/inductor-perf-test-nightly-rocm/156592 2025-07-17T06:36:07.1909078Z * [new tag] ciflow/inductor-perf-test-nightly/156592 -> ciflow/inductor-perf-test-nightly/156592 2025-07-17T06:36:07.1909665Z * [new tag] ciflow/inductor-rocm/151845 -> ciflow/inductor-rocm/151845 2025-07-17T06:36:07.2464245Z * [new tag] ciflow/inductor-rocm/156192 -> ciflow/inductor-rocm/156192 2025-07-17T06:36:07.2464798Z * [new tag] ciflow/inductor-rocm/157191 -> ciflow/inductor-rocm/157191 2025-07-17T06:36:07.2465281Z * [new tag] ciflow/inductor-rocm/157520 -> ciflow/inductor-rocm/157520 2025-07-17T06:36:07.2465947Z * [new tag] ciflow/inductor-rocm/158074 -> ciflow/inductor-rocm/158074 2025-07-17T06:36:07.2466414Z * [new tag] ciflow/inductor-rocm/158102 -> ciflow/inductor-rocm/158102 2025-07-17T06:36:07.2466880Z * [new tag] ciflow/inductor-rocm/158103 -> ciflow/inductor-rocm/158103 2025-07-17T06:36:07.2467350Z * [new tag] ciflow/inductor-rocm/158459 -> ciflow/inductor-rocm/158459 2025-07-17T06:36:07.2467794Z * [new tag] ciflow/inductor/137400 -> ciflow/inductor/137400 2025-07-17T06:36:07.2468231Z * [new tag] ciflow/inductor/138214 -> ciflow/inductor/138214 2025-07-17T06:36:07.2468656Z * [new tag] ciflow/inductor/139561 -> ciflow/inductor/139561 2025-07-17T06:36:07.2469066Z * [new tag] ciflow/inductor/143712 -> ciflow/inductor/143712 2025-07-17T06:36:07.2469476Z * [new tag] ciflow/inductor/144516 -> ciflow/inductor/144516 2025-07-17T06:36:07.2469885Z * [new tag] ciflow/inductor/144556 -> ciflow/inductor/144556 2025-07-17T06:36:07.2470304Z * [new tag] ciflow/inductor/147470 -> ciflow/inductor/147470 2025-07-17T06:36:07.2470718Z * [new tag] ciflow/inductor/148180 -> ciflow/inductor/148180 2025-07-17T06:36:07.2471123Z * [new tag] ciflow/inductor/148328 -> ciflow/inductor/148328 2025-07-17T06:36:07.2471539Z * [new tag] ciflow/inductor/148484 -> ciflow/inductor/148484 2025-07-17T06:36:07.2472059Z * [new tag] ciflow/inductor/148492 -> ciflow/inductor/148492 2025-07-17T06:36:07.2472644Z * [new tag] ciflow/inductor/148569 -> ciflow/inductor/148569 2025-07-17T06:36:07.2473064Z * [new tag] ciflow/inductor/149003 -> ciflow/inductor/149003 2025-07-17T06:36:07.2473475Z * [new tag] ciflow/inductor/149961 -> ciflow/inductor/149961 2025-07-17T06:36:07.2473903Z * [new tag] ciflow/inductor/150762 -> ciflow/inductor/150762 2025-07-17T06:36:07.2474315Z * [new tag] ciflow/inductor/151777 -> ciflow/inductor/151777 2025-07-17T06:36:07.2474742Z * [new tag] ciflow/inductor/151845 -> ciflow/inductor/151845 2025-07-17T06:36:07.2475152Z * [new tag] ciflow/inductor/152624 -> ciflow/inductor/152624 2025-07-17T06:36:07.2475567Z * [new tag] ciflow/inductor/154149 -> ciflow/inductor/154149 2025-07-17T06:36:07.2475984Z * [new tag] ciflow/inductor/154199 -> ciflow/inductor/154199 2025-07-17T06:36:07.2476397Z * [new tag] ciflow/inductor/154551 -> ciflow/inductor/154551 2025-07-17T06:36:07.2476809Z * [new tag] ciflow/inductor/154694 -> ciflow/inductor/154694 2025-07-17T06:36:07.2477216Z * [new tag] ciflow/inductor/155452 -> ciflow/inductor/155452 2025-07-17T06:36:07.2477639Z * [new tag] ciflow/inductor/155608 -> ciflow/inductor/155608 2025-07-17T06:36:07.2478058Z * [new tag] ciflow/inductor/155877 -> ciflow/inductor/155877 2025-07-17T06:36:07.2478464Z * [new tag] ciflow/inductor/155958 -> ciflow/inductor/155958 2025-07-17T06:36:07.2478876Z * [new tag] ciflow/inductor/156049 -> ciflow/inductor/156049 2025-07-17T06:36:07.2479286Z * [new tag] ciflow/inductor/156118 -> ciflow/inductor/156118 2025-07-17T06:36:07.2479721Z * [new tag] ciflow/inductor/156141 -> ciflow/inductor/156141 2025-07-17T06:36:07.2480136Z * [new tag] ciflow/inductor/156175 -> ciflow/inductor/156175 2025-07-17T06:36:07.2480542Z * [new tag] ciflow/inductor/156192 -> ciflow/inductor/156192 2025-07-17T06:36:07.2480959Z * [new tag] ciflow/inductor/156296 -> ciflow/inductor/156296 2025-07-17T06:36:07.2481487Z * [new tag] ciflow/inductor/156369 -> ciflow/inductor/156369 2025-07-17T06:36:07.2481909Z * [new tag] ciflow/inductor/156370 -> ciflow/inductor/156370 2025-07-17T06:36:07.2482323Z * [new tag] ciflow/inductor/156371 -> ciflow/inductor/156371 2025-07-17T06:36:07.2482737Z * [new tag] ciflow/inductor/156416 -> ciflow/inductor/156416 2025-07-17T06:36:07.2483154Z * [new tag] ciflow/inductor/156460 -> ciflow/inductor/156460 2025-07-17T06:36:07.2483570Z * [new tag] ciflow/inductor/156592 -> ciflow/inductor/156592 2025-07-17T06:36:07.2483986Z * [new tag] ciflow/inductor/156605 -> ciflow/inductor/156605 2025-07-17T06:36:07.2484395Z * [new tag] ciflow/inductor/156626 -> ciflow/inductor/156626 2025-07-17T06:36:07.2484813Z * [new tag] ciflow/inductor/156652 -> ciflow/inductor/156652 2025-07-17T06:36:07.2485234Z * [new tag] ciflow/inductor/156781 -> ciflow/inductor/156781 2025-07-17T06:36:07.3161438Z * [new tag] ciflow/inductor/156851 -> ciflow/inductor/156851 2025-07-17T06:36:07.3161929Z * [new tag] ciflow/inductor/156874 -> ciflow/inductor/156874 2025-07-17T06:36:07.3162348Z * [new tag] ciflow/inductor/156977 -> ciflow/inductor/156977 2025-07-17T06:36:07.3162779Z * [new tag] ciflow/inductor/156980 -> ciflow/inductor/156980 2025-07-17T06:36:07.3163382Z * [new tag] ciflow/inductor/157152 -> ciflow/inductor/157152 2025-07-17T06:36:07.3163800Z * [new tag] ciflow/inductor/157298 -> ciflow/inductor/157298 2025-07-17T06:36:07.3164223Z * [new tag] ciflow/inductor/157520 -> ciflow/inductor/157520 2025-07-17T06:36:07.3164683Z * [new tag] ciflow/inductor/157572 -> ciflow/inductor/157572 2025-07-17T06:36:07.3165166Z * [new tag] ciflow/inductor/157580 -> ciflow/inductor/157580 2025-07-17T06:36:07.3165578Z * [new tag] ciflow/inductor/157594 -> ciflow/inductor/157594 2025-07-17T06:36:07.3165984Z * [new tag] ciflow/inductor/157633 -> ciflow/inductor/157633 2025-07-17T06:36:07.3166401Z * [new tag] ciflow/inductor/157635 -> ciflow/inductor/157635 2025-07-17T06:36:07.3166807Z * [new tag] ciflow/inductor/157685 -> ciflow/inductor/157685 2025-07-17T06:36:07.3167228Z * [new tag] ciflow/inductor/157686 -> ciflow/inductor/157686 2025-07-17T06:36:07.3167646Z * [new tag] ciflow/inductor/157689 -> ciflow/inductor/157689 2025-07-17T06:36:07.3168054Z * [new tag] ciflow/inductor/157699 -> ciflow/inductor/157699 2025-07-17T06:36:07.3168468Z * [new tag] ciflow/inductor/157743 -> ciflow/inductor/157743 2025-07-17T06:36:07.3168880Z * [new tag] ciflow/inductor/157748 -> ciflow/inductor/157748 2025-07-17T06:36:07.3169291Z * [new tag] ciflow/inductor/157804 -> ciflow/inductor/157804 2025-07-17T06:36:07.3169723Z * [new tag] ciflow/inductor/157822 -> ciflow/inductor/157822 2025-07-17T06:36:07.3170130Z * [new tag] ciflow/inductor/157854 -> ciflow/inductor/157854 2025-07-17T06:36:07.3170593Z * [new tag] ciflow/inductor/157887 -> ciflow/inductor/157887 2025-07-17T06:36:07.3171050Z * [new tag] ciflow/inductor/157902 -> ciflow/inductor/157902 2025-07-17T06:36:07.3171468Z * [new tag] ciflow/inductor/157927 -> ciflow/inductor/157927 2025-07-17T06:36:07.3171872Z * [new tag] ciflow/inductor/157944 -> ciflow/inductor/157944 2025-07-17T06:36:07.3172291Z * [new tag] ciflow/inductor/157951 -> ciflow/inductor/157951 2025-07-17T06:36:07.3172707Z * [new tag] ciflow/inductor/157954 -> ciflow/inductor/157954 2025-07-17T06:36:07.3173247Z * [new tag] ciflow/inductor/157967 -> ciflow/inductor/157967 2025-07-17T06:36:07.3173673Z * [new tag] ciflow/inductor/157969 -> ciflow/inductor/157969 2025-07-17T06:36:07.3174082Z * [new tag] ciflow/inductor/157971 -> ciflow/inductor/157971 2025-07-17T06:36:07.3174497Z * [new tag] ciflow/inductor/157979 -> ciflow/inductor/157979 2025-07-17T06:36:07.3174921Z * [new tag] ciflow/inductor/157982 -> ciflow/inductor/157982 2025-07-17T06:36:07.3175335Z * [new tag] ciflow/inductor/157993 -> ciflow/inductor/157993 2025-07-17T06:36:07.3175752Z * [new tag] ciflow/inductor/158004 -> ciflow/inductor/158004 2025-07-17T06:36:07.3176198Z * [new tag] ciflow/inductor/158011 -> ciflow/inductor/158011 2025-07-17T06:36:07.3176650Z * [new tag] ciflow/inductor/158015 -> ciflow/inductor/158015 2025-07-17T06:36:07.3177083Z * [new tag] ciflow/inductor/158046 -> ciflow/inductor/158046 2025-07-17T06:36:07.3177488Z * [new tag] ciflow/inductor/158047 -> ciflow/inductor/158047 2025-07-17T06:36:07.3177898Z * [new tag] ciflow/inductor/158048 -> ciflow/inductor/158048 2025-07-17T06:36:07.3178307Z * [new tag] ciflow/inductor/158049 -> ciflow/inductor/158049 2025-07-17T06:36:07.3178724Z * [new tag] ciflow/inductor/158061 -> ciflow/inductor/158061 2025-07-17T06:36:07.3179208Z * [new tag] ciflow/inductor/158062 -> ciflow/inductor/158062 2025-07-17T06:36:07.3179636Z * [new tag] ciflow/inductor/158072 -> ciflow/inductor/158072 2025-07-17T06:36:07.3180061Z * [new tag] ciflow/inductor/158074 -> ciflow/inductor/158074 2025-07-17T06:36:07.3180476Z * [new tag] ciflow/inductor/158075 -> ciflow/inductor/158075 2025-07-17T06:36:07.3180906Z * [new tag] ciflow/inductor/158084 -> ciflow/inductor/158084 2025-07-17T06:36:07.3181311Z * [new tag] ciflow/inductor/158091 -> ciflow/inductor/158091 2025-07-17T06:36:07.3181739Z * [new tag] ciflow/inductor/158097 -> ciflow/inductor/158097 2025-07-17T06:36:07.3182209Z * [new tag] ciflow/inductor/158098 -> ciflow/inductor/158098 2025-07-17T06:36:07.3934674Z * [new tag] ciflow/inductor/158104 -> ciflow/inductor/158104 2025-07-17T06:36:07.3935191Z * [new tag] ciflow/inductor/158119 -> ciflow/inductor/158119 2025-07-17T06:36:07.3935636Z * [new tag] ciflow/inductor/158156 -> ciflow/inductor/158156 2025-07-17T06:36:07.3936178Z * [new tag] ciflow/inductor/158171 -> ciflow/inductor/158171 2025-07-17T06:36:07.3937007Z * [new tag] ciflow/inductor/158174 -> ciflow/inductor/158174 2025-07-17T06:36:07.3937827Z * [new tag] ciflow/inductor/158188 -> ciflow/inductor/158188 2025-07-17T06:36:07.3938612Z * [new tag] ciflow/inductor/158193 -> ciflow/inductor/158193 2025-07-17T06:36:07.3939406Z * [new tag] ciflow/inductor/158211 -> ciflow/inductor/158211 2025-07-17T06:36:07.3940185Z * [new tag] ciflow/inductor/158223 -> ciflow/inductor/158223 2025-07-17T06:36:07.3940994Z * [new tag] ciflow/inductor/158237 -> ciflow/inductor/158237 2025-07-17T06:36:07.3941811Z * [new tag] ciflow/inductor/158259 -> ciflow/inductor/158259 2025-07-17T06:36:07.3942607Z * [new tag] ciflow/inductor/158284 -> ciflow/inductor/158284 2025-07-17T06:36:07.3943410Z * [new tag] ciflow/inductor/158289 -> ciflow/inductor/158289 2025-07-17T06:36:07.3944204Z * [new tag] ciflow/inductor/158311 -> ciflow/inductor/158311 2025-07-17T06:36:07.3945227Z * [new tag] ciflow/inductor/158312 -> ciflow/inductor/158312 2025-07-17T06:36:07.3946038Z * [new tag] ciflow/inductor/158318 -> ciflow/inductor/158318 2025-07-17T06:36:07.3946843Z * [new tag] ciflow/inductor/158321 -> ciflow/inductor/158321 2025-07-17T06:36:07.3947637Z * [new tag] ciflow/inductor/158338 -> ciflow/inductor/158338 2025-07-17T06:36:07.3948456Z * [new tag] ciflow/inductor/158349 -> ciflow/inductor/158349 2025-07-17T06:36:07.3949255Z * [new tag] ciflow/inductor/158350 -> ciflow/inductor/158350 2025-07-17T06:36:07.3950054Z * [new tag] ciflow/inductor/158351 -> ciflow/inductor/158351 2025-07-17T06:36:07.3950840Z * [new tag] ciflow/inductor/158360 -> ciflow/inductor/158360 2025-07-17T06:36:07.3951644Z * [new tag] ciflow/inductor/158361 -> ciflow/inductor/158361 2025-07-17T06:36:07.3952533Z * [new tag] ciflow/inductor/158363 -> ciflow/inductor/158363 2025-07-17T06:36:07.3953310Z * [new tag] ciflow/inductor/158368 -> ciflow/inductor/158368 2025-07-17T06:36:07.3954117Z * [new tag] ciflow/inductor/158377 -> ciflow/inductor/158377 2025-07-17T06:36:07.3954899Z * [new tag] ciflow/inductor/158379 -> ciflow/inductor/158379 2025-07-17T06:36:07.3955696Z * [new tag] ciflow/inductor/158381 -> ciflow/inductor/158381 2025-07-17T06:36:07.3956653Z * [new tag] ciflow/inductor/158391 -> ciflow/inductor/158391 2025-07-17T06:36:07.3957437Z * [new tag] ciflow/inductor/158394 -> ciflow/inductor/158394 2025-07-17T06:36:07.3958248Z * [new tag] ciflow/inductor/158397 -> ciflow/inductor/158397 2025-07-17T06:36:07.3959055Z * [new tag] ciflow/inductor/158400 -> ciflow/inductor/158400 2025-07-17T06:36:07.3959844Z * [new tag] ciflow/inductor/158404 -> ciflow/inductor/158404 2025-07-17T06:36:07.3960324Z * [new tag] ciflow/inductor/158406 -> ciflow/inductor/158406 2025-07-17T06:36:07.3960748Z * [new tag] ciflow/inductor/158410 -> ciflow/inductor/158410 2025-07-17T06:36:07.3961162Z * [new tag] ciflow/inductor/158418 -> ciflow/inductor/158418 2025-07-17T06:36:07.3961570Z * [new tag] ciflow/inductor/158424 -> ciflow/inductor/158424 2025-07-17T06:36:07.3961990Z * [new tag] ciflow/inductor/158426 -> ciflow/inductor/158426 2025-07-17T06:36:07.3962402Z * [new tag] ciflow/inductor/158427 -> ciflow/inductor/158427 2025-07-17T06:36:07.3962821Z * [new tag] ciflow/inductor/158430 -> ciflow/inductor/158430 2025-07-17T06:36:07.3963255Z * [new tag] ciflow/inductor/158435 -> ciflow/inductor/158435 2025-07-17T06:36:07.3963672Z * [new tag] ciflow/inductor/158442 -> ciflow/inductor/158442 2025-07-17T06:36:07.3964092Z * [new tag] ciflow/inductor/158449 -> ciflow/inductor/158449 2025-07-17T06:36:07.3964497Z * [new tag] ciflow/inductor/158456 -> ciflow/inductor/158456 2025-07-17T06:36:07.3965194Z * [new tag] ciflow/inductor/158458 -> ciflow/inductor/158458 2025-07-17T06:36:07.3966013Z * [new tag] ciflow/inductor/158459 -> ciflow/inductor/158459 2025-07-17T06:36:07.3966803Z * [new tag] ciflow/inductor/158460 -> ciflow/inductor/158460 2025-07-17T06:36:07.3967508Z * [new tag] ciflow/inductor/158462 -> ciflow/inductor/158462 2025-07-17T06:36:07.3967915Z * [new tag] ciflow/inductor/158467 -> ciflow/inductor/158467 2025-07-17T06:36:07.3968334Z * [new tag] ciflow/inductor/158468 -> ciflow/inductor/158468 2025-07-17T06:36:07.5284584Z * [new tag] ciflow/inductor/158476 -> ciflow/inductor/158476 2025-07-17T06:36:07.5285069Z * [new tag] ciflow/inductor/158479 -> ciflow/inductor/158479 2025-07-17T06:36:07.5285498Z * [new tag] ciflow/inductor/158480 -> ciflow/inductor/158480 2025-07-17T06:36:07.5285919Z * [new tag] ciflow/inductor/158485 -> ciflow/inductor/158485 2025-07-17T06:36:07.5286359Z * [new tag] ciflow/inductor/158490 -> ciflow/inductor/158490 2025-07-17T06:36:07.5286805Z * [new tag] ciflow/inductor/158492 -> ciflow/inductor/158492 2025-07-17T06:36:07.5287264Z * [new tag] ciflow/inductor/158494 -> ciflow/inductor/158494 2025-07-17T06:36:07.5287725Z * [new tag] ciflow/inductor/158495 -> ciflow/inductor/158495 2025-07-17T06:36:07.5288183Z * [new tag] ciflow/inductor/158498 -> ciflow/inductor/158498 2025-07-17T06:36:07.5288629Z * [new tag] ciflow/inductor/158499 -> ciflow/inductor/158499 2025-07-17T06:36:07.5289043Z * [new tag] ciflow/inductor/158500 -> ciflow/inductor/158500 2025-07-17T06:36:07.5289446Z * [new tag] ciflow/inductor/158501 -> ciflow/inductor/158501 2025-07-17T06:36:07.5289859Z * [new tag] ciflow/inductor/158504 -> ciflow/inductor/158504 2025-07-17T06:36:07.5290273Z * [new tag] ciflow/inductor/158509 -> ciflow/inductor/158509 2025-07-17T06:36:07.5290863Z * [new tag] ciflow/inductor/158520 -> ciflow/inductor/158520 2025-07-17T06:36:07.5291275Z * [new tag] ciflow/inductor/158524 -> ciflow/inductor/158524 2025-07-17T06:36:07.5291693Z * [new tag] ciflow/inductor/158525 -> ciflow/inductor/158525 2025-07-17T06:36:07.5292117Z * [new tag] ciflow/inductor/158526 -> ciflow/inductor/158526 2025-07-17T06:36:07.5292537Z * [new tag] ciflow/inductor/158528 -> ciflow/inductor/158528 2025-07-17T06:36:07.5292951Z * [new tag] ciflow/inductor/158534 -> ciflow/inductor/158534 2025-07-17T06:36:07.5293362Z * [new tag] ciflow/inductor/158535 -> ciflow/inductor/158535 2025-07-17T06:36:07.5293781Z * [new tag] ciflow/inductor/158537 -> ciflow/inductor/158537 2025-07-17T06:36:07.5294204Z * [new tag] ciflow/inductor/158538 -> ciflow/inductor/158538 2025-07-17T06:36:07.5294624Z * [new tag] ciflow/inductor/3b9a386 -> ciflow/inductor/3b9a386 2025-07-17T06:36:07.5295057Z * [new tag] ciflow/inductor/3d4b92b -> ciflow/inductor/3d4b92b 2025-07-17T06:36:07.5295480Z * [new tag] ciflow/inductor/d224ac7 -> ciflow/inductor/d224ac7 2025-07-17T06:36:07.5295928Z * [new tag] ciflow/linux-aarch64/157520 -> ciflow/linux-aarch64/157520 2025-07-17T06:36:07.5296406Z * [new tag] ciflow/linux-aarch64/157782 -> ciflow/linux-aarch64/157782 2025-07-17T06:36:07.5296858Z * [new tag] ciflow/linux-aarch64/157994 -> ciflow/linux-aarch64/157994 2025-07-17T06:36:07.5297312Z * [new tag] ciflow/linux-aarch64/158445 -> ciflow/linux-aarch64/158445 2025-07-17T06:36:07.5297739Z * [new tag] ciflow/mps/155200 -> ciflow/mps/155200 2025-07-17T06:36:07.5298181Z * [new tag] ciflow/mps/157553 -> ciflow/mps/157553 2025-07-17T06:36:07.5298607Z * [new tag] ciflow/mps/157875 -> ciflow/mps/157875 2025-07-17T06:36:07.5299032Z * [new tag] ciflow/mps/157876 -> ciflow/mps/157876 2025-07-17T06:36:07.5299418Z * [new tag] ciflow/mps/158237 -> ciflow/mps/158237 2025-07-17T06:36:07.5299792Z * [new tag] ciflow/mps/158349 -> ciflow/mps/158349 2025-07-17T06:36:07.5300301Z * [new tag] ciflow/mps/158350 -> ciflow/mps/158350 2025-07-17T06:36:07.5300679Z * [new tag] ciflow/mps/158351 -> ciflow/mps/158351 2025-07-17T06:36:07.5301169Z * [new tag] ciflow/periodic-rocm-mi300/156192 -> ciflow/periodic-rocm-mi300/156192 2025-07-17T06:36:07.5301755Z * [new tag] ciflow/periodic-rocm-mi300/157191 -> ciflow/periodic-rocm-mi300/157191 2025-07-17T06:36:07.5302313Z * [new tag] ciflow/periodic-rocm-mi300/158102 -> ciflow/periodic-rocm-mi300/158102 2025-07-17T06:36:07.5302879Z * [new tag] ciflow/periodic-rocm-mi300/158103 -> ciflow/periodic-rocm-mi300/158103 2025-07-17T06:36:07.5303373Z * [new tag] ciflow/periodic/054a2fd -> ciflow/periodic/054a2fd 2025-07-17T06:36:07.5303818Z * [new tag] ciflow/periodic/143959 -> ciflow/periodic/143959 2025-07-17T06:36:07.5304249Z * [new tag] ciflow/periodic/156559 -> ciflow/periodic/156559 2025-07-17T06:36:07.5304671Z * [new tag] ciflow/periodic/156900 -> ciflow/periodic/156900 2025-07-17T06:36:07.5305090Z * [new tag] ciflow/periodic/157748 -> ciflow/periodic/157748 2025-07-17T06:36:07.5305506Z * [new tag] ciflow/periodic/157939 -> ciflow/periodic/157939 2025-07-17T06:36:07.5904957Z * [new tag] ciflow/periodic/158145 -> ciflow/periodic/158145 2025-07-17T06:36:07.5905450Z * [new tag] ciflow/periodic/2a6d37d -> ciflow/periodic/2a6d37d 2025-07-17T06:36:07.5906157Z * [new tag] ciflow/periodic/317eeb8 -> ciflow/periodic/317eeb8 2025-07-17T06:36:07.5906694Z * [new tag] ciflow/periodic/3c32 -> ciflow/periodic/3c32 2025-07-17T06:36:07.5907164Z * [new tag] ciflow/periodic/3e98831 -> ciflow/periodic/3e98831 2025-07-17T06:36:07.5907659Z * [new tag] ciflow/periodic/94512-point -> ciflow/periodic/94512-point 2025-07-17T06:36:07.5908259Z * [new tag] ciflow/periodic/csl/test87519 -> ciflow/periodic/csl/test87519 2025-07-17T06:36:07.5908807Z * [new tag] ciflow/periodic/csltest88275 -> ciflow/periodic/csltest88275 2025-07-17T06:36:07.5909393Z * [new tag] ciflow/periodic/csltest88761 -> ciflow/periodic/csltest88761 2025-07-17T06:36:07.5909925Z * [new tag] ciflow/periodic/release_1.12 -> ciflow/periodic/release_1.12 2025-07-17T06:36:07.5910527Z * [new tag] ciflow/periodic/release_1.12.0 -> ciflow/periodic/release_1.12.0 2025-07-17T06:36:07.5911062Z * [new tag] ciflow/periodic/sha-ec5b83 -> ciflow/periodic/sha-ec5b83 2025-07-17T06:36:07.5911589Z * [new tag] ciflow/rocm-mi300/156192 -> ciflow/rocm-mi300/156192 2025-07-17T06:36:07.5912142Z * [new tag] ciflow/rocm-mi300/157191 -> ciflow/rocm-mi300/157191 2025-07-17T06:36:07.5912610Z * [new tag] ciflow/rocm-mi300/157520 -> ciflow/rocm-mi300/157520 2025-07-17T06:36:07.5913088Z * [new tag] ciflow/rocm-mi300/158102 -> ciflow/rocm-mi300/158102 2025-07-17T06:36:07.5913588Z * [new tag] ciflow/rocm-mi300/158103 -> ciflow/rocm-mi300/158103 2025-07-17T06:36:07.5914058Z * [new tag] ciflow/rocm-mi300/158221 -> ciflow/rocm-mi300/158221 2025-07-17T06:36:07.5914522Z * [new tag] ciflow/rocm-mi300/158459 -> ciflow/rocm-mi300/158459 2025-07-17T06:36:07.5914967Z * [new tag] ciflow/rocm/148492 -> ciflow/rocm/148492 2025-07-17T06:36:07.5915408Z * [new tag] ciflow/rocm/149601 -> ciflow/rocm/149601 2025-07-17T06:36:07.5915873Z * [new tag] ciflow/rocm/150312 -> ciflow/rocm/150312 2025-07-17T06:36:07.5916306Z * [new tag] ciflow/rocm/151845 -> ciflow/rocm/151845 2025-07-17T06:36:07.5916740Z * [new tag] ciflow/rocm/155200 -> ciflow/rocm/155200 2025-07-17T06:36:07.5917346Z * [new tag] ciflow/rocm/155877 -> ciflow/rocm/155877 2025-07-17T06:36:07.5917774Z * [new tag] ciflow/rocm/156165 -> ciflow/rocm/156165 2025-07-17T06:36:07.5918196Z * [new tag] ciflow/rocm/156192 -> ciflow/rocm/156192 2025-07-17T06:36:07.5918626Z * [new tag] ciflow/rocm/156592 -> ciflow/rocm/156592 2025-07-17T06:36:07.5919053Z * [new tag] ciflow/rocm/157520 -> ciflow/rocm/157520 2025-07-17T06:36:07.5919435Z * [new tag] ciflow/rocm/157964 -> ciflow/rocm/157964 2025-07-17T06:36:07.5919815Z * [new tag] ciflow/rocm/158037 -> ciflow/rocm/158037 2025-07-17T06:36:07.5920188Z * [new tag] ciflow/rocm/158074 -> ciflow/rocm/158074 2025-07-17T06:36:07.5920567Z * [new tag] ciflow/rocm/158219 -> ciflow/rocm/158219 2025-07-17T06:36:07.5920939Z * [new tag] ciflow/rocm/158220 -> ciflow/rocm/158220 2025-07-17T06:36:07.5921328Z * [new tag] ciflow/rocm/158224 -> ciflow/rocm/158224 2025-07-17T06:36:07.5921709Z * [new tag] ciflow/rocm/158271 -> ciflow/rocm/158271 2025-07-17T06:36:07.5922082Z * [new tag] ciflow/rocm/158408 -> ciflow/rocm/158408 2025-07-17T06:36:07.5922461Z * [new tag] ciflow/rocm/158459 -> ciflow/rocm/158459 2025-07-17T06:36:07.5922929Z * [new tag] ciflow/s390/143959 -> ciflow/s390/143959 2025-07-17T06:36:07.5923311Z * [new tag] ciflow/s390/151447 -> ciflow/s390/151447 2025-07-17T06:36:07.5923696Z * [new tag] ciflow/slow/01c7106 -> ciflow/slow/01c7106 2025-07-17T06:36:07.5924079Z * [new tag] ciflow/slow/0577043 -> ciflow/slow/0577043 2025-07-17T06:36:07.5924957Z * [new tag] ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym -> ciflow/slow/0d5b74da0cab798fbfdb9caa53fad816999c8386-sdym 2025-07-17T06:36:07.5925668Z * [new tag] ciflow/slow/0e81104 -> ciflow/slow/0e81104 2025-07-17T06:36:07.5926060Z * [new tag] ciflow/slow/157385 -> ciflow/slow/157385 2025-07-17T06:36:07.5926448Z * [new tag] ciflow/slow/157748 -> ciflow/slow/157748 2025-07-17T06:36:07.5926823Z * [new tag] ciflow/slow/158222 -> ciflow/slow/158222 2025-07-17T06:36:07.5927214Z * [new tag] ciflow/slow/158312 -> ciflow/slow/158312 2025-07-17T06:36:07.5927587Z * [new tag] ciflow/slow/158424 -> ciflow/slow/158424 2025-07-17T06:36:07.5927970Z * [new tag] ciflow/slow/1732077 -> ciflow/slow/1732077 2025-07-17T06:36:07.6220703Z * [new tag] ciflow/slow/187eb7c -> ciflow/slow/187eb7c 2025-07-17T06:36:07.6221234Z * [new tag] ciflow/slow/1faef89 -> ciflow/slow/1faef89 2025-07-17T06:36:07.6221655Z * [new tag] ciflow/slow/3920ec1 -> ciflow/slow/3920ec1 2025-07-17T06:36:07.6222096Z * [new tag] ciflow/slow/3b7c6b2 -> ciflow/slow/3b7c6b2 2025-07-17T06:36:07.6222485Z * [new tag] ciflow/slow/59a3759 -> ciflow/slow/59a3759 2025-07-17T06:36:07.6222881Z * [new tag] ciflow/slow/70ef0bb -> ciflow/slow/70ef0bb 2025-07-17T06:36:07.6223272Z * [new tag] ciflow/slow/788ff06 -> ciflow/slow/788ff06 2025-07-17T06:36:07.6223951Z * [new tag] ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym -> ciflow/slow/8751002215790a3a88750faa8f4366933e296693-sdym 2025-07-17T06:36:07.6224622Z * [new tag] ciflow/slow/9d85864 -> ciflow/slow/9d85864 2025-07-17T06:36:07.6225018Z * [new tag] ciflow/slow/9ffad5b -> ciflow/slow/9ffad5b 2025-07-17T06:36:07.6225582Z * [new tag] ciflow/slow/a206e8b -> ciflow/slow/a206e8b 2025-07-17T06:36:07.6225967Z * [new tag] ciflow/slow/a837609 -> ciflow/slow/a837609 2025-07-17T06:36:07.6226401Z * [new tag] ciflow/slow/af841f3 -> ciflow/slow/af841f3 2025-07-17T06:36:07.6227154Z * [new tag] ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym -> ciflow/slow/da3aba1e46157c4df504b067477cdf2b3c96b194-sdym 2025-07-17T06:36:07.6227918Z * [new tag] ciflow/triton_binaries/158408 -> ciflow/triton_binaries/158408 2025-07-17T06:36:07.6228416Z * [new tag] ciflow/triton_binaries/158459 -> ciflow/triton_binaries/158459 2025-07-17T06:36:07.6228851Z * [new tag] ciflow/trunk/113258 -> ciflow/trunk/113258 2025-07-17T06:36:07.6229250Z * [new tag] ciflow/trunk/137400 -> ciflow/trunk/137400 2025-07-17T06:36:07.6229633Z * [new tag] ciflow/trunk/139971 -> ciflow/trunk/139971 2025-07-17T06:36:07.6230023Z * [new tag] ciflow/trunk/143712 -> ciflow/trunk/143712 2025-07-17T06:36:07.6230410Z * [new tag] ciflow/trunk/144557 -> ciflow/trunk/144557 2025-07-17T06:36:07.6230785Z * [new tag] ciflow/trunk/147470 -> ciflow/trunk/147470 2025-07-17T06:36:07.6231176Z * [new tag] ciflow/trunk/148180 -> ciflow/trunk/148180 2025-07-17T06:36:07.6231566Z * [new tag] ciflow/trunk/148328 -> ciflow/trunk/148328 2025-07-17T06:36:07.6232136Z * [new tag] ciflow/trunk/148492 -> ciflow/trunk/148492 2025-07-17T06:36:07.6232568Z * [new tag] ciflow/trunk/149003 -> ciflow/trunk/149003 2025-07-17T06:36:07.6233006Z * [new tag] ciflow/trunk/149601 -> ciflow/trunk/149601 2025-07-17T06:36:07.6233393Z * [new tag] ciflow/trunk/149961 -> ciflow/trunk/149961 2025-07-17T06:36:07.6233770Z * [new tag] ciflow/trunk/150312 -> ciflow/trunk/150312 2025-07-17T06:36:07.6234155Z * [new tag] ciflow/trunk/150691 -> ciflow/trunk/150691 2025-07-17T06:36:07.6234539Z * [new tag] ciflow/trunk/150762 -> ciflow/trunk/150762 2025-07-17T06:36:07.6234921Z * [new tag] ciflow/trunk/151777 -> ciflow/trunk/151777 2025-07-17T06:36:07.6235304Z * [new tag] ciflow/trunk/151845 -> ciflow/trunk/151845 2025-07-17T06:36:07.6235689Z * [new tag] ciflow/trunk/152624 -> ciflow/trunk/152624 2025-07-17T06:36:07.6236085Z * [new tag] ciflow/trunk/153666 -> ciflow/trunk/153666 2025-07-17T06:36:07.6236462Z * [new tag] ciflow/trunk/154149 -> ciflow/trunk/154149 2025-07-17T06:36:07.6236845Z * [new tag] ciflow/trunk/154199 -> ciflow/trunk/154199 2025-07-17T06:36:07.6237222Z * [new tag] ciflow/trunk/154694 -> ciflow/trunk/154694 2025-07-17T06:36:07.6237615Z * [new tag] ciflow/trunk/154983 -> ciflow/trunk/154983 2025-07-17T06:36:07.6238038Z * [new tag] ciflow/trunk/155489 -> ciflow/trunk/155489 2025-07-17T06:36:07.6238426Z * [new tag] ciflow/trunk/155958 -> ciflow/trunk/155958 2025-07-17T06:36:07.6238859Z * [new tag] ciflow/trunk/156049 -> ciflow/trunk/156049 2025-07-17T06:36:07.6239242Z * [new tag] ciflow/trunk/156097 -> ciflow/trunk/156097 2025-07-17T06:36:07.6239628Z * [new tag] ciflow/trunk/156141 -> ciflow/trunk/156141 2025-07-17T06:36:07.6240015Z * [new tag] ciflow/trunk/156165 -> ciflow/trunk/156165 2025-07-17T06:36:07.6240394Z * [new tag] ciflow/trunk/156175 -> ciflow/trunk/156175 2025-07-17T06:36:07.6241241Z * [new tag] ciflow/trunk/156192 -> ciflow/trunk/156192 2025-07-17T06:36:07.6241628Z * [new tag] ciflow/trunk/156296 -> ciflow/trunk/156296 2025-07-17T06:36:07.6242015Z * [new tag] ciflow/trunk/156370 -> ciflow/trunk/156370 2025-07-17T06:36:07.7575199Z * [new tag] ciflow/trunk/156559 -> ciflow/trunk/156559 2025-07-17T06:36:07.7575657Z * [new tag] ciflow/trunk/156605 -> ciflow/trunk/156605 2025-07-17T06:36:07.7576080Z * [new tag] ciflow/trunk/156626 -> ciflow/trunk/156626 2025-07-17T06:36:07.7576497Z * [new tag] ciflow/trunk/156666 -> ciflow/trunk/156666 2025-07-17T06:36:07.7576895Z * [new tag] ciflow/trunk/156753 -> ciflow/trunk/156753 2025-07-17T06:36:07.7577280Z * [new tag] ciflow/trunk/156781 -> ciflow/trunk/156781 2025-07-17T06:36:07.7577671Z * [new tag] ciflow/trunk/156874 -> ciflow/trunk/156874 2025-07-17T06:36:07.7578063Z * [new tag] ciflow/trunk/157199 -> ciflow/trunk/157199 2025-07-17T06:36:07.7578451Z * [new tag] ciflow/trunk/157432 -> ciflow/trunk/157432 2025-07-17T06:36:07.7578844Z * [new tag] ciflow/trunk/157520 -> ciflow/trunk/157520 2025-07-17T06:36:07.7579228Z * [new tag] ciflow/trunk/157550 -> ciflow/trunk/157550 2025-07-17T06:36:07.7579612Z * [new tag] ciflow/trunk/157552 -> ciflow/trunk/157552 2025-07-17T06:36:07.7580684Z * [new tag] ciflow/trunk/157580 -> ciflow/trunk/157580 2025-07-17T06:36:07.7581099Z * [new tag] ciflow/trunk/157685 -> ciflow/trunk/157685 2025-07-17T06:36:07.7581488Z * [new tag] ciflow/trunk/157689 -> ciflow/trunk/157689 2025-07-17T06:36:07.7581878Z * [new tag] ciflow/trunk/157699 -> ciflow/trunk/157699 2025-07-17T06:36:07.7582274Z * [new tag] ciflow/trunk/157748 -> ciflow/trunk/157748 2025-07-17T06:36:07.7582659Z * [new tag] ciflow/trunk/157791 -> ciflow/trunk/157791 2025-07-17T06:36:07.7583046Z * [new tag] ciflow/trunk/157804 -> ciflow/trunk/157804 2025-07-17T06:36:07.7583423Z * [new tag] ciflow/trunk/157887 -> ciflow/trunk/157887 2025-07-17T06:36:07.7583811Z * [new tag] ciflow/trunk/157908 -> ciflow/trunk/157908 2025-07-17T06:36:07.7584218Z * [new tag] ciflow/trunk/157910 -> ciflow/trunk/157910 2025-07-17T06:36:07.7584602Z * [new tag] ciflow/trunk/157935 -> ciflow/trunk/157935 2025-07-17T06:36:07.7584981Z * [new tag] ciflow/trunk/157963 -> ciflow/trunk/157963 2025-07-17T06:36:07.7585370Z * [new tag] ciflow/trunk/157994 -> ciflow/trunk/157994 2025-07-17T06:36:07.7585752Z * [new tag] ciflow/trunk/158015 -> ciflow/trunk/158015 2025-07-17T06:36:07.7586133Z * [new tag] ciflow/trunk/158037 -> ciflow/trunk/158037 2025-07-17T06:36:07.7586513Z * [new tag] ciflow/trunk/158062 -> ciflow/trunk/158062 2025-07-17T06:36:07.7586903Z * [new tag] ciflow/trunk/158072 -> ciflow/trunk/158072 2025-07-17T06:36:07.7587290Z * [new tag] ciflow/trunk/158091 -> ciflow/trunk/158091 2025-07-17T06:36:07.7587670Z * [new tag] ciflow/trunk/158104 -> ciflow/trunk/158104 2025-07-17T06:36:07.7588051Z * [new tag] ciflow/trunk/158119 -> ciflow/trunk/158119 2025-07-17T06:36:07.7588429Z * [new tag] ciflow/trunk/158148 -> ciflow/trunk/158148 2025-07-17T06:36:07.7588820Z * [new tag] ciflow/trunk/158185 -> ciflow/trunk/158185 2025-07-17T06:36:07.7589339Z * [new tag] ciflow/trunk/158203 -> ciflow/trunk/158203 2025-07-17T06:36:07.7589720Z * [new tag] ciflow/trunk/158219 -> ciflow/trunk/158219 2025-07-17T06:36:07.7590110Z * [new tag] ciflow/trunk/158220 -> ciflow/trunk/158220 2025-07-17T06:36:07.7590484Z * [new tag] ciflow/trunk/158222 -> ciflow/trunk/158222 2025-07-17T06:36:07.7590877Z * [new tag] ciflow/trunk/158223 -> ciflow/trunk/158223 2025-07-17T06:36:07.7591252Z * [new tag] ciflow/trunk/158224 -> ciflow/trunk/158224 2025-07-17T06:36:07.7591639Z * [new tag] ciflow/trunk/158229 -> ciflow/trunk/158229 2025-07-17T06:36:07.7592122Z * [new tag] ciflow/trunk/158249 -> ciflow/trunk/158249 2025-07-17T06:36:07.7592506Z * [new tag] ciflow/trunk/158259 -> ciflow/trunk/158259 2025-07-17T06:36:07.7592900Z * [new tag] ciflow/trunk/158289 -> ciflow/trunk/158289 2025-07-17T06:36:07.7593279Z * [new tag] ciflow/trunk/158312 -> ciflow/trunk/158312 2025-07-17T06:36:07.7593673Z * [new tag] ciflow/trunk/158323 -> ciflow/trunk/158323 2025-07-17T06:36:07.7594122Z * [new tag] ciflow/trunk/158356 -> ciflow/trunk/158356 2025-07-17T06:36:07.7594545Z * [new tag] ciflow/trunk/158363 -> ciflow/trunk/158363 2025-07-17T06:36:07.7594934Z * [new tag] ciflow/trunk/158368 -> ciflow/trunk/158368 2025-07-17T06:36:07.7595420Z * [new tag] ciflow/trunk/158373 -> ciflow/trunk/158373 2025-07-17T06:36:07.7595858Z * [new tag] ciflow/trunk/158377 -> ciflow/trunk/158377 2025-07-17T06:36:07.8321241Z * [new tag] ciflow/trunk/158380 -> ciflow/trunk/158380 2025-07-17T06:36:07.8321693Z * [new tag] ciflow/trunk/158400 -> ciflow/trunk/158400 2025-07-17T06:36:07.8322238Z * [new tag] ciflow/trunk/158416 -> ciflow/trunk/158416 2025-07-17T06:36:07.8322976Z * [new tag] ciflow/trunk/158418 -> ciflow/trunk/158418 2025-07-17T06:36:07.8323555Z * [new tag] ciflow/trunk/158424 -> ciflow/trunk/158424 2025-07-17T06:36:07.8323950Z * [new tag] ciflow/trunk/158430 -> ciflow/trunk/158430 2025-07-17T06:36:07.8324329Z * [new tag] ciflow/trunk/158442 -> ciflow/trunk/158442 2025-07-17T06:36:07.8324730Z * [new tag] ciflow/trunk/158453 -> ciflow/trunk/158453 2025-07-17T06:36:07.8325111Z * [new tag] ciflow/trunk/158458 -> ciflow/trunk/158458 2025-07-17T06:36:07.8325499Z * [new tag] ciflow/trunk/158459 -> ciflow/trunk/158459 2025-07-17T06:36:07.8325889Z * [new tag] ciflow/trunk/158473 -> ciflow/trunk/158473 2025-07-17T06:36:07.8326275Z * [new tag] ciflow/trunk/158479 -> ciflow/trunk/158479 2025-07-17T06:36:07.8326661Z * [new tag] ciflow/trunk/158485 -> ciflow/trunk/158485 2025-07-17T06:36:07.8327041Z * [new tag] ciflow/trunk/158489 -> ciflow/trunk/158489 2025-07-17T06:36:07.8327425Z * [new tag] ciflow/trunk/158492 -> ciflow/trunk/158492 2025-07-17T06:36:07.8327803Z * [new tag] ciflow/trunk/158524 -> ciflow/trunk/158524 2025-07-17T06:36:07.8328190Z * [new tag] ciflow/trunk/158532 -> ciflow/trunk/158532 2025-07-17T06:36:07.8328586Z * [new tag] ciflow/unstable/123 -> ciflow/unstable/123 2025-07-17T06:36:07.8328989Z * [new tag] ciflow/win-arm64/157935 -> ciflow/win-arm64/157935 2025-07-17T06:36:07.8329395Z * [new tag] ciflow/xpu/139971 -> ciflow/xpu/139971 2025-07-17T06:36:07.8329771Z * [new tag] ciflow/xpu/150218 -> ciflow/xpu/150218 2025-07-17T06:36:07.8330352Z * [new tag] ciflow/xpu/155200 -> ciflow/xpu/155200 2025-07-17T06:36:07.8330734Z * [new tag] ciflow/xpu/156812 -> ciflow/xpu/156812 2025-07-17T06:36:07.8331107Z * [new tag] ciflow/xpu/157699 -> ciflow/xpu/157699 2025-07-17T06:36:07.8331491Z * [new tag] ciflow/xpu/157954 -> ciflow/xpu/157954 2025-07-17T06:36:07.8331858Z * [new tag] ciflow/xpu/158336 -> ciflow/xpu/158336 2025-07-17T06:36:07.8332242Z * [new tag] ciflow/xpu/158337 -> ciflow/xpu/158337 2025-07-17T06:36:07.8332619Z * [new tag] ciflow/xpu/158340 -> ciflow/xpu/158340 2025-07-17T06:36:07.8332983Z * [new tag] ciflow/xpu/158533 -> ciflow/xpu/158533 2025-07-17T06:36:07.8333365Z * [new tag] ciflow/xpu/158542 -> ciflow/xpu/158542 2025-07-17T06:36:07.8333729Z * [new tag] cslpull75 -> cslpull75 2025-07-17T06:36:07.8334078Z * [new tag] cslpull76 -> cslpull76 2025-07-17T06:36:07.8334416Z * [new tag] cslpull77 -> cslpull77 2025-07-17T06:36:07.8334755Z * [new tag] cslpull78 -> cslpull78 2025-07-17T06:36:07.8335095Z * [new tag] cslpull79 -> cslpull79 2025-07-17T06:36:07.8335431Z * [new tag] cslpull80 -> cslpull80 2025-07-17T06:36:07.8335883Z * [new tag] cslpull81 -> cslpull81 2025-07-17T06:36:07.8336219Z * [new tag] cslpull82 -> cslpull82 2025-07-17T06:36:07.8336566Z * [new tag] cslpull83 -> cslpull83 2025-07-17T06:36:07.8336899Z * [new tag] cslpull84 -> cslpull84 2025-07-17T06:36:07.8337250Z * [new tag] cslpull85 -> cslpull85 2025-07-17T06:36:07.8337599Z * [new tag] cslpull86 -> cslpull86 2025-07-17T06:36:07.8337944Z * [new tag] cslpull87 -> cslpull87 2025-07-17T06:36:07.8338299Z * [new tag] cslpull88 -> cslpull88 2025-07-17T06:36:07.8338630Z * [new tag] cslpull89 -> cslpull89 2025-07-17T06:36:07.8338977Z * [new tag] cslpull90 -> cslpull90 2025-07-17T06:36:07.8339312Z * [new tag] cslpull91 -> cslpull91 2025-07-17T06:36:07.8339649Z * [new tag] cslpull92 -> cslpull92 2025-07-17T06:36:07.8339999Z * [new tag] flight_5 -> flight_5 2025-07-17T06:36:07.8340337Z * [new tag] flight_5.1 -> flight_5.1 2025-07-17T06:36:07.8340683Z * [new tag] flight_5.2 -> flight_5.2 2025-07-17T06:36:07.8341022Z * [new tag] flight_5.3 -> flight_5.3 2025-07-17T06:36:07.8341366Z * [new tag] forpull1 -> forpull1 2025-07-17T06:36:07.8341735Z * [new tag] malfet/tag-2ef5611 -> malfet/tag-2ef5611 2025-07-17T06:36:07.9386792Z * [new tag] malfet/tag-317b1a0 -> malfet/tag-317b1a0 2025-07-17T06:36:07.9387261Z * [new tag] malfet/tag-ec6f767 -> malfet/tag-ec6f767 2025-07-17T06:36:07.9387697Z * [new tag] nightly-binary -> nightly-binary 2025-07-17T06:36:07.9388106Z * [new tag] sqzhang_flight4_plus -> sqzhang_flight4_plus 2025-07-17T06:36:07.9388505Z * [new tag] sqzhang_flight_3 -> sqzhang_flight_3 2025-07-17T06:36:07.9389088Z * [new tag] trunk/0083032e7559dc8f02483ba60373adfcdaf9dae6 -> trunk/0083032e7559dc8f02483ba60373adfcdaf9dae6 2025-07-17T06:36:07.9390072Z * [new tag] trunk/008345be9d0c32f67459bcf3e6705be43d496f74 -> trunk/008345be9d0c32f67459bcf3e6705be43d496f74 2025-07-17T06:36:07.9390949Z * [new tag] trunk/00ae620b9f72cc751672c2fd92a04fc86704a87a -> trunk/00ae620b9f72cc751672c2fd92a04fc86704a87a 2025-07-17T06:36:07.9391834Z * [new tag] trunk/0105cd89ab508ec56126c1de85c8f5b5acc446b5 -> trunk/0105cd89ab508ec56126c1de85c8f5b5acc446b5 2025-07-17T06:36:07.9392840Z * [new tag] trunk/011026205a9d4c38458130f8ca242028f6184bf0 -> trunk/011026205a9d4c38458130f8ca242028f6184bf0 2025-07-17T06:36:07.9393687Z * [new tag] trunk/013cf1e3302d27de36588cf7a7130d76a5686bad -> trunk/013cf1e3302d27de36588cf7a7130d76a5686bad 2025-07-17T06:36:07.9394550Z * [new tag] trunk/013dfeabb405274546f19637c04f8a5f75923316 -> trunk/013dfeabb405274546f19637c04f8a5f75923316 2025-07-17T06:36:07.9395457Z * [new tag] trunk/018e9826a2ed09cfcf7424e0b3215bef5ad6499e -> trunk/018e9826a2ed09cfcf7424e0b3215bef5ad6499e 2025-07-17T06:36:07.9396329Z * [new tag] trunk/019e30e3b80d091d64253df4cdd149713e3e910e -> trunk/019e30e3b80d091d64253df4cdd149713e3e910e 2025-07-17T06:36:07.9397176Z * [new tag] trunk/01b0f09931d47bd2716398a0c335b2807dc3074d -> trunk/01b0f09931d47bd2716398a0c335b2807dc3074d 2025-07-17T06:36:07.9398064Z * [new tag] trunk/01b8f5e685fdb34aa50b73a84a55fc285e6b904a -> trunk/01b8f5e685fdb34aa50b73a84a55fc285e6b904a 2025-07-17T06:36:07.9399077Z * [new tag] trunk/02080c2cd94b37ad92e3d8803bc773f6abd2ae2f -> trunk/02080c2cd94b37ad92e3d8803bc773f6abd2ae2f 2025-07-17T06:36:07.9399980Z * [new tag] trunk/020da744370f6ee23e377357e9acc330b5610a67 -> trunk/020da744370f6ee23e377357e9acc330b5610a67 2025-07-17T06:36:07.9400840Z * [new tag] trunk/023887fc5af5a7273d7eb0388fdf1f0e87eafb28 -> trunk/023887fc5af5a7273d7eb0388fdf1f0e87eafb28 2025-07-17T06:36:07.9401711Z * [new tag] trunk/02608e560a1d7b669ad450a89542f7e9ba068658 -> trunk/02608e560a1d7b669ad450a89542f7e9ba068658 2025-07-17T06:36:07.9402565Z * [new tag] trunk/02715d0876bc66f46b9c7b4f277bedf8e251cc82 -> trunk/02715d0876bc66f46b9c7b4f277bedf8e251cc82 2025-07-17T06:36:07.9403389Z * [new tag] trunk/02724b5f649b93ef7960962bdde7a667c0893d21 -> trunk/02724b5f649b93ef7960962bdde7a667c0893d21 2025-07-17T06:36:07.9404148Z * [new tag] trunk/029e2b05c225588098d3eba445fd04189691f77d -> trunk/029e2b05c225588098d3eba445fd04189691f77d 2025-07-17T06:36:07.9404920Z * [new tag] trunk/02a9d9095f397f56fe64ef07ced8e7ffed6dcba1 -> trunk/02a9d9095f397f56fe64ef07ced8e7ffed6dcba1 2025-07-17T06:36:07.9405712Z * [new tag] trunk/02c7ab2f9baac05bd199392b70bc016d55f99b13 -> trunk/02c7ab2f9baac05bd199392b70bc016d55f99b13 2025-07-17T06:36:07.9406486Z * [new tag] trunk/03023f178c611249d41c62369ba95fe54316fe90 -> trunk/03023f178c611249d41c62369ba95fe54316fe90 2025-07-17T06:36:07.9407242Z * [new tag] trunk/03488d820c292b8ec4bfd9a4e25d5f28068c9375 -> trunk/03488d820c292b8ec4bfd9a4e25d5f28068c9375 2025-07-17T06:36:07.9408065Z * [new tag] trunk/034a7f6437bec853a938dbc19b549b9319b67f69 -> trunk/034a7f6437bec853a938dbc19b549b9319b67f69 2025-07-17T06:36:07.9408938Z * [new tag] trunk/0364db7cd14ffa67b48ef8c27fefbb3eed2b065d -> trunk/0364db7cd14ffa67b48ef8c27fefbb3eed2b065d 2025-07-17T06:36:07.9409736Z * [new tag] trunk/03852ddc22350eb8b6ed6b61777639ce6080f3dc -> trunk/03852ddc22350eb8b6ed6b61777639ce6080f3dc 2025-07-17T06:36:07.9410537Z * [new tag] trunk/039a1ce0ebbeb0adacbf9537c4085d977dba150a -> trunk/039a1ce0ebbeb0adacbf9537c4085d977dba150a 2025-07-17T06:36:07.9411312Z * [new tag] trunk/03b307575a98dc1d953c9d3521a9489e0e61e70c -> trunk/03b307575a98dc1d953c9d3521a9489e0e61e70c 2025-07-17T06:36:07.9412188Z * [new tag] trunk/04178d347c6baec5613f8063a2c77cf6f9657ee2 -> trunk/04178d347c6baec5613f8063a2c77cf6f9657ee2 2025-07-17T06:36:07.9412969Z * [new tag] trunk/049dc48d1edf49c26d493fdb271fe5e5adc9c985 -> trunk/049dc48d1edf49c26d493fdb271fe5e5adc9c985 2025-07-17T06:36:08.0004534Z * [new tag] trunk/04b91a9e43518fcd34a474a832bac05d4583fcc3 -> trunk/04b91a9e43518fcd34a474a832bac05d4583fcc3 2025-07-17T06:36:08.0005396Z * [new tag] trunk/04bd7e6850e8efec77994963ffee87549555b9c3 -> trunk/04bd7e6850e8efec77994963ffee87549555b9c3 2025-07-17T06:36:08.0006242Z * [new tag] trunk/04cf2c9d24b7d9e7f7cdd4cf98c8bd0908c38110 -> trunk/04cf2c9d24b7d9e7f7cdd4cf98c8bd0908c38110 2025-07-17T06:36:08.0007030Z * [new tag] trunk/0504480f37714a289b2ba32c9cf32a5e50e86d38 -> trunk/0504480f37714a289b2ba32c9cf32a5e50e86d38 2025-07-17T06:36:08.0007800Z * [new tag] trunk/054cd4ca28d17507df46054fe355c697f6a07ce8 -> trunk/054cd4ca28d17507df46054fe355c697f6a07ce8 2025-07-17T06:36:08.0008597Z * [new tag] trunk/058fb1790f2c474cd4ecb5ec625eef896c554544 -> trunk/058fb1790f2c474cd4ecb5ec625eef896c554544 2025-07-17T06:36:08.0009374Z * [new tag] trunk/0596323c35d245099a4f4d3172b0efa20a639c84 -> trunk/0596323c35d245099a4f4d3172b0efa20a639c84 2025-07-17T06:36:08.0010141Z * [new tag] trunk/05d7288e316ae5c9c661c4529f9f130a46263e5b -> trunk/05d7288e316ae5c9c661c4529f9f130a46263e5b 2025-07-17T06:36:08.0011087Z * [new tag] trunk/05dd638ee98b36254c84095894c36fd0e7d95544 -> trunk/05dd638ee98b36254c84095894c36fd0e7d95544 2025-07-17T06:36:08.0011891Z * [new tag] trunk/05dfd312cfbfdecc6cb1e7d1d0bb4ee18370ae7e -> trunk/05dfd312cfbfdecc6cb1e7d1d0bb4ee18370ae7e 2025-07-17T06:36:08.0012691Z * [new tag] trunk/05faba40287cf7d8734da96cb2e904f39710bf29 -> trunk/05faba40287cf7d8734da96cb2e904f39710bf29 2025-07-17T06:36:08.0013481Z * [new tag] trunk/060838c2312ad207c7afe2c86f8a484afea5f328 -> trunk/060838c2312ad207c7afe2c86f8a484afea5f328 2025-07-17T06:36:08.0014259Z * [new tag] trunk/0629dfb860b00a10550d91dd395968f663f45fdd -> trunk/0629dfb860b00a10550d91dd395968f663f45fdd 2025-07-17T06:36:08.0015033Z * [new tag] trunk/06408dae49d06b6146fdd9d7a37eb5dde4f5e78d -> trunk/06408dae49d06b6146fdd9d7a37eb5dde4f5e78d 2025-07-17T06:36:08.0015830Z * [new tag] trunk/0640cfa38c1426a41ab4a0b3e3dab7c730cdc2ad -> trunk/0640cfa38c1426a41ab4a0b3e3dab7c730cdc2ad 2025-07-17T06:36:08.0016617Z * [new tag] trunk/064288cbab94c9931ca2296a2b9723e864f9050a -> trunk/064288cbab94c9931ca2296a2b9723e864f9050a 2025-07-17T06:36:08.0017396Z * [new tag] trunk/064a7db7fc3b06eb8e14d6c7d767f87fcf396ab6 -> trunk/064a7db7fc3b06eb8e14d6c7d767f87fcf396ab6 2025-07-17T06:36:08.0018196Z * [new tag] trunk/067fd0b3abd28f1b7dae883ffec5bc7459d35970 -> trunk/067fd0b3abd28f1b7dae883ffec5bc7459d35970 2025-07-17T06:36:08.0018986Z * [new tag] trunk/06930706a195144cd6172a5f2eb505cec56e9ec3 -> trunk/06930706a195144cd6172a5f2eb505cec56e9ec3 2025-07-17T06:36:08.0019765Z * [new tag] trunk/06a40b685056f60c4fbdc10d09a85b9fc3fca34f -> trunk/06a40b685056f60c4fbdc10d09a85b9fc3fca34f 2025-07-17T06:36:08.0020545Z * [new tag] trunk/06a67a8948dac9d02f22b3e2591a43b60981cdb4 -> trunk/06a67a8948dac9d02f22b3e2591a43b60981cdb4 2025-07-17T06:36:08.0021324Z * [new tag] trunk/06b3265cb1a27ea3090dc1fc86a6ce17518f989c -> trunk/06b3265cb1a27ea3090dc1fc86a6ce17518f989c 2025-07-17T06:36:08.0022106Z * [new tag] trunk/06f39a71b6cd14e0844b5eb1e0e085f7ae78d221 -> trunk/06f39a71b6cd14e0844b5eb1e0e085f7ae78d221 2025-07-17T06:36:08.0022888Z * [new tag] trunk/070aa59e491aa6987459cd1941ef647f2ad13858 -> trunk/070aa59e491aa6987459cd1941ef647f2ad13858 2025-07-17T06:36:08.0023650Z * [new tag] trunk/070e580d301efd626e327d1f88e0921b476d0f30 -> trunk/070e580d301efd626e327d1f88e0921b476d0f30 2025-07-17T06:36:08.0024553Z * [new tag] trunk/0756ebcd4890b19072e586fb2cbd2b25a80f91f4 -> trunk/0756ebcd4890b19072e586fb2cbd2b25a80f91f4 2025-07-17T06:36:08.0025326Z * [new tag] trunk/0797b2b6a80cf70a7accc3d5413186e7693d4451 -> trunk/0797b2b6a80cf70a7accc3d5413186e7693d4451 2025-07-17T06:36:08.0026105Z * [new tag] trunk/07bb097698223fe42d54b019638dd026c75f09a9 -> trunk/07bb097698223fe42d54b019638dd026c75f09a9 2025-07-17T06:36:08.0026888Z * [new tag] trunk/07da8a469bdd69966e1f832e3d09d991798f854c -> trunk/07da8a469bdd69966e1f832e3d09d991798f854c 2025-07-17T06:36:08.0027676Z * [new tag] trunk/07e340e29ccbe18ef59e8f60ec3f03ccc44e5e9c -> trunk/07e340e29ccbe18ef59e8f60ec3f03ccc44e5e9c 2025-07-17T06:36:08.0028485Z * [new tag] trunk/07eb374e7eefaa84a997d0adaaeecb4706d60e74 -> trunk/07eb374e7eefaa84a997d0adaaeecb4706d60e74 2025-07-17T06:36:08.0029268Z * [new tag] trunk/08274640028f68418d8f889d01af577b90ac2ec1 -> trunk/08274640028f68418d8f889d01af577b90ac2ec1 2025-07-17T06:36:08.0030034Z * [new tag] trunk/085f270a00b4452bbb005d6b3d448e9d0b9d6fa0 -> trunk/085f270a00b4452bbb005d6b3d448e9d0b9d6fa0 2025-07-17T06:36:08.0756299Z * [new tag] trunk/0860606729d16b9855157404da9b0d4654f3c626 -> trunk/0860606729d16b9855157404da9b0d4654f3c626 2025-07-17T06:36:08.0757116Z * [new tag] trunk/08799217aeb17128d89d675ce5b537761286417a -> trunk/08799217aeb17128d89d675ce5b537761286417a 2025-07-17T06:36:08.0758097Z * [new tag] trunk/08d15d3ec15b9b3fce81713cde20901806ecef42 -> trunk/08d15d3ec15b9b3fce81713cde20901806ecef42 2025-07-17T06:36:08.0758898Z * [new tag] trunk/08dae945ae380d80efbaf140a95abfc5d96e5100 -> trunk/08dae945ae380d80efbaf140a95abfc5d96e5100 2025-07-17T06:36:08.0759682Z * [new tag] trunk/08e9dd280f497fc820e35c458c843dc44f0282c6 -> trunk/08e9dd280f497fc820e35c458c843dc44f0282c6 2025-07-17T06:36:08.0760479Z * [new tag] trunk/092aed1b18c31042d7772a6f9ec1959df4bf5c3c -> trunk/092aed1b18c31042d7772a6f9ec1959df4bf5c3c 2025-07-17T06:36:08.0761259Z * [new tag] trunk/09328eb02f5412d2211b5fd638ce82d0e03b9c1f -> trunk/09328eb02f5412d2211b5fd638ce82d0e03b9c1f 2025-07-17T06:36:08.0762021Z * [new tag] trunk/0935a97d959918727700ae2c1ebeadc5b12a2b6c -> trunk/0935a97d959918727700ae2c1ebeadc5b12a2b6c 2025-07-17T06:36:08.0762806Z * [new tag] trunk/093aaccae254355b3637ef8760e762a3f9c3783c -> trunk/093aaccae254355b3637ef8760e762a3f9c3783c 2025-07-17T06:36:08.0763585Z * [new tag] trunk/093fd47dbef4f08691210de6c08cf269f28e4de5 -> trunk/093fd47dbef4f08691210de6c08cf269f28e4de5 2025-07-17T06:36:08.0764362Z * [new tag] trunk/099d0d6121125062ebc05771c8330cb7cd8d053a -> trunk/099d0d6121125062ebc05771c8330cb7cd8d053a 2025-07-17T06:36:08.0765149Z * [new tag] trunk/09ffba3cf79eeedf48a0fb39a26dcc0294872480 -> trunk/09ffba3cf79eeedf48a0fb39a26dcc0294872480 2025-07-17T06:36:08.0765918Z * [new tag] trunk/0a0023d9840570938a10472418eaac85098ec41b -> trunk/0a0023d9840570938a10472418eaac85098ec41b 2025-07-17T06:36:08.0766698Z * [new tag] trunk/0a092c7de67767eed3adb7abc0d49dfd3d26d0cd -> trunk/0a092c7de67767eed3adb7abc0d49dfd3d26d0cd 2025-07-17T06:36:08.0767494Z * [new tag] trunk/0a16818d5b3fdf0fb8148dd6b849687251a56376 -> trunk/0a16818d5b3fdf0fb8148dd6b849687251a56376 2025-07-17T06:36:08.0768267Z * [new tag] trunk/0a2ec7681d2af973d8daaf7905431a088739dc90 -> trunk/0a2ec7681d2af973d8daaf7905431a088739dc90 2025-07-17T06:36:08.0769051Z * [new tag] trunk/0a624c2dc5675e35917976467a8c533baf2a98a0 -> trunk/0a624c2dc5675e35917976467a8c533baf2a98a0 2025-07-17T06:36:08.0769814Z * [new tag] trunk/0a63053fe90405cc6ee5e42fa007e32ed1e2cbac -> trunk/0a63053fe90405cc6ee5e42fa007e32ed1e2cbac 2025-07-17T06:36:08.0770732Z * [new tag] trunk/0a6b66c881cba3f6a6c1a3cb8ddf698846d99822 -> trunk/0a6b66c881cba3f6a6c1a3cb8ddf698846d99822 2025-07-17T06:36:08.0771534Z * [new tag] trunk/0a99b026d6bd0f67dc2c0a20fe3228ddc4144854 -> trunk/0a99b026d6bd0f67dc2c0a20fe3228ddc4144854 2025-07-17T06:36:08.0772309Z * [new tag] trunk/0a9d450168ce58b2bb7f2cedc27a61012123564f -> trunk/0a9d450168ce58b2bb7f2cedc27a61012123564f 2025-07-17T06:36:08.0773114Z * [new tag] trunk/0ab075a69e4577a60c4dcbff7bcc2ecd0a15ce46 -> trunk/0ab075a69e4577a60c4dcbff7bcc2ecd0a15ce46 2025-07-17T06:36:08.0773904Z * [new tag] trunk/0ad88a2224e9f0a2ed4f405e827a745945d505ce -> trunk/0ad88a2224e9f0a2ed4f405e827a745945d505ce 2025-07-17T06:36:08.0774697Z * [new tag] trunk/0aed855b2bde6d9bd045bb20cc24544a9f2fb72b -> trunk/0aed855b2bde6d9bd045bb20cc24544a9f2fb72b 2025-07-17T06:36:08.0775507Z * [new tag] trunk/0b19d463d963a0b2ee5558d2c0bb79b2cbff6e64 -> trunk/0b19d463d963a0b2ee5558d2c0bb79b2cbff6e64 2025-07-17T06:36:08.0776282Z * [new tag] trunk/0b62465b99b23cb4afcd07424676cce34a676041 -> trunk/0b62465b99b23cb4afcd07424676cce34a676041 2025-07-17T06:36:08.0777059Z * [new tag] trunk/0b677560e686d828f9f5ed1cb87b1d7a54ee2781 -> trunk/0b677560e686d828f9f5ed1cb87b1d7a54ee2781 2025-07-17T06:36:08.0777845Z * [new tag] trunk/0b6c0898e6c352c8ea93daec854e704b41485375 -> trunk/0b6c0898e6c352c8ea93daec854e704b41485375 2025-07-17T06:36:08.0778696Z * [new tag] trunk/0bb733ba230051301b3fb3fa49d1d6662744b395 -> trunk/0bb733ba230051301b3fb3fa49d1d6662744b395 2025-07-17T06:36:08.0779472Z * [new tag] trunk/0bce39026917d10995ff47352c3da9fff0ec31ff -> trunk/0bce39026917d10995ff47352c3da9fff0ec31ff 2025-07-17T06:36:08.0780275Z * [new tag] trunk/0c58bdd8fb5f269aef100af8e2c43cfcf5f1f9dd -> trunk/0c58bdd8fb5f269aef100af8e2c43cfcf5f1f9dd 2025-07-17T06:36:08.0781086Z * [new tag] trunk/0ca2a79f5b80c1ec8be95e6f7de4182dd90f3502 -> trunk/0ca2a79f5b80c1ec8be95e6f7de4182dd90f3502 2025-07-17T06:36:08.1159689Z * [new tag] trunk/0cb36e2d62c811fcddea4c6d28b1c65246cdd160 -> trunk/0cb36e2d62c811fcddea4c6d28b1c65246cdd160 2025-07-17T06:36:08.1160526Z * [new tag] trunk/0cb85c188f3665c23766cda25c8169f1a436d36b -> trunk/0cb85c188f3665c23766cda25c8169f1a436d36b 2025-07-17T06:36:08.1161369Z * [new tag] trunk/0d01bafc34fc99a0b3e46cbf1ecfd8f97563efa6 -> trunk/0d01bafc34fc99a0b3e46cbf1ecfd8f97563efa6 2025-07-17T06:36:08.1162161Z * [new tag] trunk/0d17029fea3d96bb88b19912946648b47f8e003d -> trunk/0d17029fea3d96bb88b19912946648b47f8e003d 2025-07-17T06:36:08.1162941Z * [new tag] trunk/0d3d84d866040fad1b21a618c44802951a3cb15e -> trunk/0d3d84d866040fad1b21a618c44802951a3cb15e 2025-07-17T06:36:08.1163742Z * [new tag] trunk/0d77364ee3ff6435aa93df3b0303db66b5fc3254 -> trunk/0d77364ee3ff6435aa93df3b0303db66b5fc3254 2025-07-17T06:36:08.1164519Z * [new tag] trunk/0d8c029584b61da059b6225537764eadd2fa1223 -> trunk/0d8c029584b61da059b6225537764eadd2fa1223 2025-07-17T06:36:08.1165283Z * [new tag] trunk/0d8e4e2327137b370d91bd23931cd7691a95cc33 -> trunk/0d8e4e2327137b370d91bd23931cd7691a95cc33 2025-07-17T06:36:08.1166064Z * [new tag] trunk/0db3e0cf29604dae1007a678603e4dffd1c57562 -> trunk/0db3e0cf29604dae1007a678603e4dffd1c57562 2025-07-17T06:36:08.1166866Z * [new tag] trunk/0decd966af9cdcb7ab4410cf475d2fc09f2dea0c -> trunk/0decd966af9cdcb7ab4410cf475d2fc09f2dea0c 2025-07-17T06:36:08.1167676Z * [new tag] trunk/0e2013a12da944930012265bd1b75d0a19af4d7c -> trunk/0e2013a12da944930012265bd1b75d0a19af4d7c 2025-07-17T06:36:08.1168443Z * [new tag] trunk/0e47312ae5a687f0aed61db753d03180118cddc4 -> trunk/0e47312ae5a687f0aed61db753d03180118cddc4 2025-07-17T06:36:08.1169386Z * [new tag] trunk/0e9d8032a3431505c8a6a341375af9cb27afd537 -> trunk/0e9d8032a3431505c8a6a341375af9cb27afd537 2025-07-17T06:36:08.1170168Z * [new tag] trunk/0edc1b91f708c7635cf0f286f43724665934dc89 -> trunk/0edc1b91f708c7635cf0f286f43724665934dc89 2025-07-17T06:36:08.1170952Z * [new tag] trunk/0f0c01071476145fca7d70c68d029a88aeefe72c -> trunk/0f0c01071476145fca7d70c68d029a88aeefe72c 2025-07-17T06:36:08.1171731Z * [new tag] trunk/0f21fa84fb605c61482e4218df89f8bb1ef70c14 -> trunk/0f21fa84fb605c61482e4218df89f8bb1ef70c14 2025-07-17T06:36:08.1172509Z * [new tag] trunk/0f31445139d7ffaeeae95a230c536ef97970af5c -> trunk/0f31445139d7ffaeeae95a230c536ef97970af5c 2025-07-17T06:36:08.1173275Z * [new tag] trunk/0f47e76937f092263dd579e71d45e3193fbbc5df -> trunk/0f47e76937f092263dd579e71d45e3193fbbc5df 2025-07-17T06:36:08.1174056Z * [new tag] trunk/0f9c1b374fbb6f3b999855b26ebb869387b33dfb -> trunk/0f9c1b374fbb6f3b999855b26ebb869387b33dfb 2025-07-17T06:36:08.1174840Z * [new tag] trunk/0fa361e4295bbd8ac8b1f1ea74852535326f08f2 -> trunk/0fa361e4295bbd8ac8b1f1ea74852535326f08f2 2025-07-17T06:36:08.1175623Z * [new tag] trunk/0fd711df19a6523c9de6c820640ae53e32de14c6 -> trunk/0fd711df19a6523c9de6c820640ae53e32de14c6 2025-07-17T06:36:08.1176403Z * [new tag] trunk/1036f6d114bc22a9b4cf620cf7f8364ea2fd7a60 -> trunk/1036f6d114bc22a9b4cf620cf7f8364ea2fd7a60 2025-07-17T06:36:08.1177294Z * [new tag] trunk/104493487852f0cc232547ecbf7bebf5c7fe5982 -> trunk/104493487852f0cc232547ecbf7bebf5c7fe5982 2025-07-17T06:36:08.1178060Z * [new tag] trunk/1051b93192710d2e4bdf5fecd8e66c61731b55e1 -> trunk/1051b93192710d2e4bdf5fecd8e66c61731b55e1 2025-07-17T06:36:08.1178855Z * [new tag] trunk/10cd1de5183e4fcd6e316be497904b9c86d4db67 -> trunk/10cd1de5183e4fcd6e316be497904b9c86d4db67 2025-07-17T06:36:08.1179638Z * [new tag] trunk/10cef1e25d39c1ff1ac93036302ce1b008cd4469 -> trunk/10cef1e25d39c1ff1ac93036302ce1b008cd4469 2025-07-17T06:36:08.1180418Z * [new tag] trunk/10d41c7d20747829a4ee5b994bf466071e4c7e32 -> trunk/10d41c7d20747829a4ee5b994bf466071e4c7e32 2025-07-17T06:36:08.1181194Z * [new tag] trunk/10fb98a004e129ea2a2074cc05e5173c056f728c -> trunk/10fb98a004e129ea2a2074cc05e5173c056f728c 2025-07-17T06:36:08.1181961Z * [new tag] trunk/110ae0f4333b289b1ee798ab93447e6ede16300f -> trunk/110ae0f4333b289b1ee798ab93447e6ede16300f 2025-07-17T06:36:08.1182758Z * [new tag] trunk/1155c53e7d8c25dabc618d7f7b324ee97c89f40e -> trunk/1155c53e7d8c25dabc618d7f7b324ee97c89f40e 2025-07-17T06:36:08.1183538Z * [new tag] trunk/117db5601d78cbc746b35eef71fc815e042e903f -> trunk/117db5601d78cbc746b35eef71fc815e042e903f 2025-07-17T06:36:08.1184334Z * [new tag] trunk/11a86ad2fa3be5cf91a7a2b99c4df44017bc92c7 -> trunk/11a86ad2fa3be5cf91a7a2b99c4df44017bc92c7 2025-07-17T06:36:08.1185141Z * [new tag] trunk/11bb1ece50ade57b963afe29b27cab6a0a56ff7d -> trunk/11bb1ece50ade57b963afe29b27cab6a0a56ff7d 2025-07-17T06:36:08.1635052Z * [new tag] trunk/11bc29856d8180571146209cea987ac9397ab444 -> trunk/11bc29856d8180571146209cea987ac9397ab444 2025-07-17T06:36:08.1635853Z * [new tag] trunk/11d6ad8b2e7359e2f654474f31692ba1aec67980 -> trunk/11d6ad8b2e7359e2f654474f31692ba1aec67980 2025-07-17T06:36:08.1636661Z * [new tag] trunk/11f7e2f1459b09b1ece26ea785b6be77daa36923 -> trunk/11f7e2f1459b09b1ece26ea785b6be77daa36923 2025-07-17T06:36:08.1637429Z * [new tag] trunk/12151c96d9202875638ea2c695d5647c38368c46 -> trunk/12151c96d9202875638ea2c695d5647c38368c46 2025-07-17T06:36:08.1638199Z * [new tag] trunk/127695eb5c973f9fdba24c47b465e30a19292582 -> trunk/127695eb5c973f9fdba24c47b465e30a19292582 2025-07-17T06:36:08.1639161Z * [new tag] trunk/12b02137af5cd6743adfe5a0ffe0d9b453cd013e -> trunk/12b02137af5cd6743adfe5a0ffe0d9b453cd013e 2025-07-17T06:36:08.1639932Z * [new tag] trunk/12cb06e574738a15a59ee9384493682fb5bc6d2b -> trunk/12cb06e574738a15a59ee9384493682fb5bc6d2b 2025-07-17T06:36:08.1640708Z * [new tag] trunk/12f9942b107acc9d7acf9591818c826ef972a0f5 -> trunk/12f9942b107acc9d7acf9591818c826ef972a0f5 2025-07-17T06:36:08.1641473Z * [new tag] trunk/130d4973bd036e539e995dd0bc20080c2570b6da -> trunk/130d4973bd036e539e995dd0bc20080c2570b6da 2025-07-17T06:36:08.1642264Z * [new tag] trunk/132babe7e0b668d31e6efdf339687d48b2ccedc7 -> trunk/132babe7e0b668d31e6efdf339687d48b2ccedc7 2025-07-17T06:36:08.1643042Z * [new tag] trunk/1339e88105cf72586d728d4f7e0d71b81e08d933 -> trunk/1339e88105cf72586d728d4f7e0d71b81e08d933 2025-07-17T06:36:08.1643801Z * [new tag] trunk/134dfb3fe64323d7c615e866c43ea346ad987556 -> trunk/134dfb3fe64323d7c615e866c43ea346ad987556 2025-07-17T06:36:08.1644585Z * [new tag] trunk/1393f71e0714d067ed5ec1f57f135431d20619bc -> trunk/1393f71e0714d067ed5ec1f57f135431d20619bc 2025-07-17T06:36:08.1645371Z * [new tag] trunk/13bf2655c1404aff64e05e50dd7b0ce4c8dc0fcf -> trunk/13bf2655c1404aff64e05e50dd7b0ce4c8dc0fcf 2025-07-17T06:36:08.1646151Z * [new tag] trunk/13ea0f2c0a06101d9aab9ce12c30043be7c92d38 -> trunk/13ea0f2c0a06101d9aab9ce12c30043be7c92d38 2025-07-17T06:36:08.1647046Z * [new tag] trunk/13efb2c858c41141776ad42f7c44f1709948de71 -> trunk/13efb2c858c41141776ad42f7c44f1709948de71 2025-07-17T06:36:08.1647813Z * [new tag] trunk/144965ca9af478515736665b0577cded22fa692e -> trunk/144965ca9af478515736665b0577cded22fa692e 2025-07-17T06:36:08.1648655Z * [new tag] trunk/14ecc0336185f2ca5591858bc74cd4aadf2d1161 -> trunk/14ecc0336185f2ca5591858bc74cd4aadf2d1161 2025-07-17T06:36:08.1649487Z * [new tag] trunk/14f3639e09d692e53c9b9714776e3ca48fed7c4c -> trunk/14f3639e09d692e53c9b9714776e3ca48fed7c4c 2025-07-17T06:36:08.1650266Z * [new tag] trunk/154a39bfbd6e0cc6b7e6f3bce708ab0157ce1c50 -> trunk/154a39bfbd6e0cc6b7e6f3bce708ab0157ce1c50 2025-07-17T06:36:08.1651063Z * [new tag] trunk/156a377f4cf9b5b5255575e26d27f745c111a6ae -> trunk/156a377f4cf9b5b5255575e26d27f745c111a6ae 2025-07-17T06:36:08.1651823Z * [new tag] trunk/156b28e62a225214a5685088a848c5efe6a4b95e -> trunk/156b28e62a225214a5685088a848c5efe6a4b95e 2025-07-17T06:36:08.1652613Z * [new tag] trunk/156bc243f0edbf79d4a24d5affb48198551b58dd -> trunk/156bc243f0edbf79d4a24d5affb48198551b58dd 2025-07-17T06:36:08.1653384Z * [new tag] trunk/157683d8623a683a7e05755176f86a41c7bf518a -> trunk/157683d8623a683a7e05755176f86a41c7bf518a 2025-07-17T06:36:08.1654124Z * [new tag] trunk/1586521461c8dc642735466fc143b7d366a858d0 -> trunk/1586521461c8dc642735466fc143b7d366a858d0 2025-07-17T06:36:08.1654903Z * [new tag] trunk/159a39ad344cca84347e7b3be653ec13834cefdc -> trunk/159a39ad344cca84347e7b3be653ec13834cefdc 2025-07-17T06:36:08.1655680Z * [new tag] trunk/162ca185ff06fc7440e9f52d249e0b465976449a -> trunk/162ca185ff06fc7440e9f52d249e0b465976449a 2025-07-17T06:36:08.1656453Z * [new tag] trunk/163f0d8f2ab0a602a16f606db6d873298088e3a7 -> trunk/163f0d8f2ab0a602a16f606db6d873298088e3a7 2025-07-17T06:36:08.1657245Z * [new tag] trunk/16c3b4143b6fdabbee45ea5a64bb922a5969145a -> trunk/16c3b4143b6fdabbee45ea5a64bb922a5969145a 2025-07-17T06:36:08.1658020Z * [new tag] trunk/172853547ac842bb5ed8bf6e07702c76ff2cf043 -> trunk/172853547ac842bb5ed8bf6e07702c76ff2cf043 2025-07-17T06:36:08.1658790Z * [new tag] trunk/178fe7aa98987111a73534375099f4ad255e8b59 -> trunk/178fe7aa98987111a73534375099f4ad255e8b59 2025-07-17T06:36:08.1659559Z * [new tag] trunk/179dcc10e4e0c742fb7d93b832021d0c177798bf -> trunk/179dcc10e4e0c742fb7d93b832021d0c177798bf 2025-07-17T06:36:08.2197961Z * [new tag] trunk/17b38b850e5362c2f5d7cd75e6552e3d149232f2 -> trunk/17b38b850e5362c2f5d7cd75e6552e3d149232f2 2025-07-17T06:36:08.2198790Z * [new tag] trunk/17eb649d5596c52bae65a069e03b4550155ad57f -> trunk/17eb649d5596c52bae65a069e03b4550155ad57f 2025-07-17T06:36:08.2199649Z * [new tag] trunk/1839e8d04b81ee6eda0cff6fbfc218a7a600f6f7 -> trunk/1839e8d04b81ee6eda0cff6fbfc218a7a600f6f7 2025-07-17T06:36:08.2200475Z * [new tag] trunk/1851f50866a11e7ddede5d07c583e2c5407e7708 -> trunk/1851f50866a11e7ddede5d07c583e2c5407e7708 2025-07-17T06:36:08.2201259Z * [new tag] trunk/187828dcb4145cdfda916ff670207bfb17abdef8 -> trunk/187828dcb4145cdfda916ff670207bfb17abdef8 2025-07-17T06:36:08.2202065Z * [new tag] trunk/18b01afa9ed1dbc696a06de1b69bf5c021c18c10 -> trunk/18b01afa9ed1dbc696a06de1b69bf5c021c18c10 2025-07-17T06:36:08.2202890Z * [new tag] trunk/18bf6addc4741852953ac0b8d555411c347e67aa -> trunk/18bf6addc4741852953ac0b8d555411c347e67aa 2025-07-17T06:36:08.2203677Z * [new tag] trunk/18e4c461fb4e2bbdef889c3b1a2cdb29c0fb31cd -> trunk/18e4c461fb4e2bbdef889c3b1a2cdb29c0fb31cd 2025-07-17T06:36:08.2204478Z * [new tag] trunk/190f76fa313410df8dbb4111c586a516bf55515c -> trunk/190f76fa313410df8dbb4111c586a516bf55515c 2025-07-17T06:36:08.2205248Z * [new tag] trunk/1913c915e0d2b08e7af00889dc50e78d0a9b9198 -> trunk/1913c915e0d2b08e7af00889dc50e78d0a9b9198 2025-07-17T06:36:08.2206209Z * [new tag] trunk/191693ac854de1bb5fcf4280b7a93ab29cc12b5c -> trunk/191693ac854de1bb5fcf4280b7a93ab29cc12b5c 2025-07-17T06:36:08.2207002Z * [new tag] trunk/194539e9c33dc793fe67fbb68c7cee12f399e276 -> trunk/194539e9c33dc793fe67fbb68c7cee12f399e276 2025-07-17T06:36:08.2207796Z * [new tag] trunk/194c221e0abc9daf178e14ca2608c5d6804a3eb7 -> trunk/194c221e0abc9daf178e14ca2608c5d6804a3eb7 2025-07-17T06:36:08.2208603Z * [new tag] trunk/195ef1bce8f17419139fb81406b91f476eba7257 -> trunk/195ef1bce8f17419139fb81406b91f476eba7257 2025-07-17T06:36:08.2209390Z * [new tag] trunk/19625daf889f0a6192a76e200205817e3ee27f26 -> trunk/19625daf889f0a6192a76e200205817e3ee27f26 2025-07-17T06:36:08.2210152Z * [new tag] trunk/196c95d463367f15999c0cddc9eb89031e9988ab -> trunk/196c95d463367f15999c0cddc9eb89031e9988ab 2025-07-17T06:36:08.2210942Z * [new tag] trunk/197c1869f5467b4cfa1e197bbe394be82ba40554 -> trunk/197c1869f5467b4cfa1e197bbe394be82ba40554 2025-07-17T06:36:08.2211716Z * [new tag] trunk/1982ec2d22c5145e4ffeec08064c5ca17e969c25 -> trunk/1982ec2d22c5145e4ffeec08064c5ca17e969c25 2025-07-17T06:36:08.2212509Z * [new tag] trunk/19a01382bc623cf30cdfa7215e47a6b69d8598ff -> trunk/19a01382bc623cf30cdfa7215e47a6b69d8598ff 2025-07-17T06:36:08.2213309Z * [new tag] trunk/19ae5afdaa3a59135e6adbaea197b7a2456f1865 -> trunk/19ae5afdaa3a59135e6adbaea197b7a2456f1865 2025-07-17T06:36:08.2214106Z * [new tag] trunk/19f851ce10b16f0ed11d18d937ca7b32746153b0 -> trunk/19f851ce10b16f0ed11d18d937ca7b32746153b0 2025-07-17T06:36:08.2214892Z * [new tag] trunk/19ffb5e6f7606436249742b0f3efc0bab244dc55 -> trunk/19ffb5e6f7606436249742b0f3efc0bab244dc55 2025-07-17T06:36:08.2215701Z * [new tag] trunk/19ffdf4ea053bc5befe7eaa737fd1fafaaeb34a2 -> trunk/19ffdf4ea053bc5befe7eaa737fd1fafaaeb34a2 2025-07-17T06:36:08.2222893Z * [new tag] trunk/1a195bf7d6155b027f7ca81a97d71a3af34ce11e -> trunk/1a195bf7d6155b027f7ca81a97d71a3af34ce11e 2025-07-17T06:36:08.2223781Z * [new tag] trunk/1a568f4e5d1c0e2e8994d64f01e1e8a3104a1a48 -> trunk/1a568f4e5d1c0e2e8994d64f01e1e8a3104a1a48 2025-07-17T06:36:08.2224577Z * [new tag] trunk/1b032384b186154bb140c7368e2e700cb1419b86 -> trunk/1b032384b186154bb140c7368e2e700cb1419b86 2025-07-17T06:36:08.2225524Z * [new tag] trunk/1b389025ba0cc640e07991314bfba8b6ca385bd2 -> trunk/1b389025ba0cc640e07991314bfba8b6ca385bd2 2025-07-17T06:36:08.2226312Z * [new tag] trunk/1b3d69b59f92383633731aada8383ab88da3ed60 -> trunk/1b3d69b59f92383633731aada8383ab88da3ed60 2025-07-17T06:36:08.2227082Z * [new tag] trunk/1b50c12584909bda00009f4f0fd0d38ec792d019 -> trunk/1b50c12584909bda00009f4f0fd0d38ec792d019 2025-07-17T06:36:08.2227890Z * [new tag] trunk/1b58e7adab91fe20bbfb1568403d72869317e75c -> trunk/1b58e7adab91fe20bbfb1568403d72869317e75c 2025-07-17T06:36:08.2228691Z * [new tag] trunk/1b6772a90f5c334cab7b9d055a7f819ce4c3478c -> trunk/1b6772a90f5c334cab7b9d055a7f819ce4c3478c 2025-07-17T06:36:08.2229481Z * [new tag] trunk/1bb9b1858b84ee07ff1bc33157d4ea7a980bb6b5 -> trunk/1bb9b1858b84ee07ff1bc33157d4ea7a980bb6b5 2025-07-17T06:36:08.2230281Z * [new tag] trunk/1c6057fd179b0373686a790b0a0b7fc68fe7f27d -> trunk/1c6057fd179b0373686a790b0a0b7fc68fe7f27d 2025-07-17T06:36:08.2406273Z * [new tag] trunk/1c8844d9e7b2d72fb80b67ed51df4f6a1295b3b5 -> trunk/1c8844d9e7b2d72fb80b67ed51df4f6a1295b3b5 2025-07-17T06:36:08.2407082Z * [new tag] trunk/1c960c5638b6f20f7a1cbe1e9036c14a4845a195 -> trunk/1c960c5638b6f20f7a1cbe1e9036c14a4845a195 2025-07-17T06:36:08.2407877Z * [new tag] trunk/1cb0597a890bc50b8ed3937d6bdf5a734691bd91 -> trunk/1cb0597a890bc50b8ed3937d6bdf5a734691bd91 2025-07-17T06:36:08.2408874Z * [new tag] trunk/1cc62c2cb91e56ae50494f88f369cd6ec466a118 -> trunk/1cc62c2cb91e56ae50494f88f369cd6ec466a118 2025-07-17T06:36:08.2409756Z * [new tag] trunk/1ccc57e4288e231210c9b2c29943b2752259bf44 -> trunk/1ccc57e4288e231210c9b2c29943b2752259bf44 2025-07-17T06:36:08.2410686Z * [new tag] trunk/1cce73b5f4806f266fbbcf3383057af5f2e3a0aa -> trunk/1cce73b5f4806f266fbbcf3383057af5f2e3a0aa 2025-07-17T06:36:08.2411594Z * [new tag] trunk/1cfdcb975a3b0c685c34c6ae0e378b9bc92e0050 -> trunk/1cfdcb975a3b0c685c34c6ae0e378b9bc92e0050 2025-07-17T06:36:08.2412529Z * [new tag] trunk/1d0f45d5d15389b83312b6942ac2017c8d7ebedc -> trunk/1d0f45d5d15389b83312b6942ac2017c8d7ebedc 2025-07-17T06:36:08.2413410Z * [new tag] trunk/1d584761622ff6e5519c5e3dbbb62a21b89ffe8a -> trunk/1d584761622ff6e5519c5e3dbbb62a21b89ffe8a 2025-07-17T06:36:08.2414295Z * [new tag] trunk/1d993fa3092e4f0b5745f2470024b35cac96da14 -> trunk/1d993fa3092e4f0b5745f2470024b35cac96da14 2025-07-17T06:36:08.2415238Z * [new tag] trunk/1dc1eedd4369f6e6bb79d5315e3ffc1bdc59b709 -> trunk/1dc1eedd4369f6e6bb79d5315e3ffc1bdc59b709 2025-07-17T06:36:08.2416131Z * [new tag] trunk/1dd0b1d12ba48d7879a57391cab6213742dcadb6 -> trunk/1dd0b1d12ba48d7879a57391cab6213742dcadb6 2025-07-17T06:36:08.2417020Z * [new tag] trunk/1e373d02d57ff65c70febc4ec427bf6d1708483e -> trunk/1e373d02d57ff65c70febc4ec427bf6d1708483e 2025-07-17T06:36:08.2417971Z * [new tag] trunk/1e474cc9c8ddab22ed314ad8be641002b0161498 -> trunk/1e474cc9c8ddab22ed314ad8be641002b0161498 2025-07-17T06:36:08.2418855Z * [new tag] trunk/1e4c5b666afe6434cbe3b830aaf70864074d40f5 -> trunk/1e4c5b666afe6434cbe3b830aaf70864074d40f5 2025-07-17T06:36:08.2419770Z * [new tag] trunk/1e4d8b5a4a67220473bf0027c58baaa08a036714 -> trunk/1e4d8b5a4a67220473bf0027c58baaa08a036714 2025-07-17T06:36:08.2420663Z * [new tag] trunk/1e690b6c41677bf1fe3147e3fc011eb9805365f5 -> trunk/1e690b6c41677bf1fe3147e3fc011eb9805365f5 2025-07-17T06:36:08.2421543Z * [new tag] trunk/1e6a653234c299ccecf702233a1eeb7455b1ce77 -> trunk/1e6a653234c299ccecf702233a1eeb7455b1ce77 2025-07-17T06:36:08.2422481Z * [new tag] trunk/1e7e21ec5dd6ea28b27c57fe92bcf31ea5983913 -> trunk/1e7e21ec5dd6ea28b27c57fe92bcf31ea5983913 2025-07-17T06:36:08.2423498Z * [new tag] trunk/1e8e9f745e43fa38bbfc7b67b30bc66c0e7ebbd6 -> trunk/1e8e9f745e43fa38bbfc7b67b30bc66c0e7ebbd6 2025-07-17T06:36:08.2424456Z * [new tag] trunk/1ea9cde598ead20194dbb6c5cb26e74e36e6ad55 -> trunk/1ea9cde598ead20194dbb6c5cb26e74e36e6ad55 2025-07-17T06:36:08.2425358Z * [new tag] trunk/1ed243f01c8efb329055c6124ba0aa5f48747cfe -> trunk/1ed243f01c8efb329055c6124ba0aa5f48747cfe 2025-07-17T06:36:08.2426339Z * [new tag] trunk/1eea2c4fe35ffbdcbfccbeb7ac6c3ec02137385d -> trunk/1eea2c4fe35ffbdcbfccbeb7ac6c3ec02137385d 2025-07-17T06:36:08.2427251Z * [new tag] trunk/1f0eb79e3e91f09f99b53aa4d331eb47a1f66101 -> trunk/1f0eb79e3e91f09f99b53aa4d331eb47a1f66101 2025-07-17T06:36:08.2428181Z * [new tag] trunk/1f1f22991dcca01ed27fad44c21f0827d47bdd6b -> trunk/1f1f22991dcca01ed27fad44c21f0827d47bdd6b 2025-07-17T06:36:08.2429068Z * [new tag] trunk/1f3cc4875cb9d9b579a41b6699f97820c16c3868 -> trunk/1f3cc4875cb9d9b579a41b6699f97820c16c3868 2025-07-17T06:36:08.2429955Z * [new tag] trunk/1f57e0e04da9d334e238cec346f7ae3667bed9d1 -> trunk/1f57e0e04da9d334e238cec346f7ae3667bed9d1 2025-07-17T06:36:08.2430879Z * [new tag] trunk/1fff6356d9f99ec2980052c498dc0b70d513bc6d -> trunk/1fff6356d9f99ec2980052c498dc0b70d513bc6d 2025-07-17T06:36:08.2431752Z * [new tag] trunk/2002e3a311968d18afd0fa5d195943676f134fa2 -> trunk/2002e3a311968d18afd0fa5d195943676f134fa2 2025-07-17T06:36:08.2432833Z * [new tag] trunk/2022588295295fa1fdee7a500adad3bd0c28b9d6 -> trunk/2022588295295fa1fdee7a500adad3bd0c28b9d6 2025-07-17T06:36:08.2433707Z * [new tag] trunk/202d2ae53a493700da813ed7d6055c0b62c7fc6c -> trunk/202d2ae53a493700da813ed7d6055c0b62c7fc6c 2025-07-17T06:36:08.2434591Z * [new tag] trunk/204db27a0c4478c36dbb15fa2d4caed783a90265 -> trunk/204db27a0c4478c36dbb15fa2d4caed783a90265 2025-07-17T06:36:08.2649591Z * [new tag] trunk/205241a0d5149d05e44dc113dc0273e8eceff9f0 -> trunk/205241a0d5149d05e44dc113dc0273e8eceff9f0 2025-07-17T06:36:08.2650378Z * [new tag] trunk/208ec60e72a63f366c757a5bc895089ceb323fcc -> trunk/208ec60e72a63f366c757a5bc895089ceb323fcc 2025-07-17T06:36:08.2651171Z * [new tag] trunk/20a74c370b8427cce369b1abf0c470344d01dc8e -> trunk/20a74c370b8427cce369b1abf0c470344d01dc8e 2025-07-17T06:36:08.2651935Z * [new tag] trunk/20e40492b046b9287726d3ec656117e4dc38f0e2 -> trunk/20e40492b046b9287726d3ec656117e4dc38f0e2 2025-07-17T06:36:08.2652732Z * [new tag] trunk/210632fae1aa2cd994645a70836ff6c602e1beb9 -> trunk/210632fae1aa2cd994645a70836ff6c602e1beb9 2025-07-17T06:36:08.2653512Z * [new tag] trunk/212575f994abbc362da2517510c49f7a34e0a838 -> trunk/212575f994abbc362da2517510c49f7a34e0a838 2025-07-17T06:36:08.2654284Z * [new tag] trunk/214e2959dcdbf91a999d5c0a5d40c91e4442e8c5 -> trunk/214e2959dcdbf91a999d5c0a5d40c91e4442e8c5 2025-07-17T06:36:08.2655075Z * [new tag] trunk/2161be849702330509b452fefc2e103d3be54cd4 -> trunk/2161be849702330509b452fefc2e103d3be54cd4 2025-07-17T06:36:08.2655845Z * [new tag] trunk/216bd6091ec52865052282eced7e6d5d2a4b4fb4 -> trunk/216bd6091ec52865052282eced7e6d5d2a4b4fb4 2025-07-17T06:36:08.2656608Z * [new tag] trunk/2179afd7149c117dace9e552419082094b10a386 -> trunk/2179afd7149c117dace9e552419082094b10a386 2025-07-17T06:36:08.2657387Z * [new tag] trunk/21990fbad97acec769f737b450033774c7be8737 -> trunk/21990fbad97acec769f737b450033774c7be8737 2025-07-17T06:36:08.2658176Z * [new tag] trunk/21b5dc7a6aadb5da6c3f5be61f6204719dae00ca -> trunk/21b5dc7a6aadb5da6c3f5be61f6204719dae00ca 2025-07-17T06:36:08.2658985Z * [new tag] trunk/22edb457c9bf13e0d66631dff4f4ace5c38e0f3b -> trunk/22edb457c9bf13e0d66631dff4f4ace5c38e0f3b 2025-07-17T06:36:08.2659912Z * [new tag] trunk/22f3347fd9482bdf1006c9aa92353b739b7e868b -> trunk/22f3347fd9482bdf1006c9aa92353b739b7e868b 2025-07-17T06:36:08.2660686Z * [new tag] trunk/231eb9902ba78a4ef70203243058f3c7c0ced15d -> trunk/231eb9902ba78a4ef70203243058f3c7c0ced15d 2025-07-17T06:36:08.2661489Z * [new tag] trunk/23491519d288dedb2a54cfad5fef7fcb2ad8eade -> trunk/23491519d288dedb2a54cfad5fef7fcb2ad8eade 2025-07-17T06:36:08.2662298Z * [new tag] trunk/2380115f9738f97cf706affefd647d2cb6dfbb3f -> trunk/2380115f9738f97cf706affefd647d2cb6dfbb3f 2025-07-17T06:36:08.2663069Z * [new tag] trunk/24063ad10994e728087b3958cae9cc27dd376630 -> trunk/24063ad10994e728087b3958cae9cc27dd376630 2025-07-17T06:36:08.2663845Z * [new tag] trunk/242eb19c8383b4b197963a8a564475d52c85ac66 -> trunk/242eb19c8383b4b197963a8a564475d52c85ac66 2025-07-17T06:36:08.2664617Z * [new tag] trunk/243b12e5657a516d6e7b1a0a3f55851ce99bd4cb -> trunk/243b12e5657a516d6e7b1a0a3f55851ce99bd4cb 2025-07-17T06:36:08.2665398Z * [new tag] trunk/247113e03e3fc3e933138b52f856f33a8be33071 -> trunk/247113e03e3fc3e933138b52f856f33a8be33071 2025-07-17T06:36:08.2666173Z * [new tag] trunk/2471cc33550fc00164e2759b1d9928960e9cfaf6 -> trunk/2471cc33550fc00164e2759b1d9928960e9cfaf6 2025-07-17T06:36:08.2666953Z * [new tag] trunk/247f83e0a475bc7eea97c76719f8b5ffa87edced -> trunk/247f83e0a475bc7eea97c76719f8b5ffa87edced 2025-07-17T06:36:08.2667827Z * [new tag] trunk/2481c4b2ea5db7a6d6f60f5d27426000c2779dc8 -> trunk/2481c4b2ea5db7a6d6f60f5d27426000c2779dc8 2025-07-17T06:36:08.2668635Z * [new tag] trunk/24b49b98810bb77f3cfa4c15baa9a15c9be3db61 -> trunk/24b49b98810bb77f3cfa4c15baa9a15c9be3db61 2025-07-17T06:36:08.2669423Z * [new tag] trunk/250ae2531c55dcc50f558ec739941324e3f9a4d4 -> trunk/250ae2531c55dcc50f558ec739941324e3f9a4d4 2025-07-17T06:36:08.2670220Z * [new tag] trunk/25717da8c869a06befed60bc1a0e3dcdac7fd7d9 -> trunk/25717da8c869a06befed60bc1a0e3dcdac7fd7d9 2025-07-17T06:36:08.2671008Z * [new tag] trunk/2578796e235d1d878272084253bee3e2cc02a5b1 -> trunk/2578796e235d1d878272084253bee3e2cc02a5b1 2025-07-17T06:36:08.2671775Z * [new tag] trunk/2585960b47d6429a119665216123cb00435efde9 -> trunk/2585960b47d6429a119665216123cb00435efde9 2025-07-17T06:36:08.2672602Z * [new tag] trunk/2596e3d0617852469241be8777cf46db5c83928c -> trunk/2596e3d0617852469241be8777cf46db5c83928c 2025-07-17T06:36:08.2673358Z * [new tag] trunk/2620361d19f9c4bf37a71c8477823d605191c93a -> trunk/2620361d19f9c4bf37a71c8477823d605191c93a 2025-07-17T06:36:08.2674143Z * [new tag] trunk/2625c70aecc6eced1dbe108279feab7509733bef -> trunk/2625c70aecc6eced1dbe108279feab7509733bef 2025-07-17T06:36:08.2674925Z * [new tag] trunk/262654ee518eb314678f53baf4e133e4767eca3d -> trunk/262654ee518eb314678f53baf4e133e4767eca3d 2025-07-17T06:36:08.2863304Z * [new tag] trunk/26807dcf277feb2d99ab88d7b6da526488baea93 -> trunk/26807dcf277feb2d99ab88d7b6da526488baea93 2025-07-17T06:36:08.2864153Z * [new tag] trunk/26f066bb614c2ee5c0eff598c97855b1df011ef8 -> trunk/26f066bb614c2ee5c0eff598c97855b1df011ef8 2025-07-17T06:36:08.2864952Z * [new tag] trunk/26f7ca39724ff43b7b1e22190feeea67d2212f2d -> trunk/26f7ca39724ff43b7b1e22190feeea67d2212f2d 2025-07-17T06:36:08.2865774Z * [new tag] trunk/271ca679a8a0e40f1ecca49db76b5f8d6a9713d6 -> trunk/271ca679a8a0e40f1ecca49db76b5f8d6a9713d6 2025-07-17T06:36:08.2866650Z * [new tag] trunk/276c790010b015b79a7ca110e28f8e2111cfdb79 -> trunk/276c790010b015b79a7ca110e28f8e2111cfdb79 2025-07-17T06:36:08.2867468Z * [new tag] trunk/2796f31b5e3c90268365e961e2374df3ea93ff53 -> trunk/2796f31b5e3c90268365e961e2374df3ea93ff53 2025-07-17T06:36:08.2868262Z * [new tag] trunk/279cae52e750d5b4e0b49f3f1abca6c2027dd063 -> trunk/279cae52e750d5b4e0b49f3f1abca6c2027dd063 2025-07-17T06:36:08.2869210Z * [new tag] trunk/27c50799c1ca156166bf49ce72a5e97097a44d7d -> trunk/27c50799c1ca156166bf49ce72a5e97097a44d7d 2025-07-17T06:36:08.2870011Z * [new tag] trunk/27df0c56b7c6b75a5f77f5714aeef2ef8f1faa2c -> trunk/27df0c56b7c6b75a5f77f5714aeef2ef8f1faa2c 2025-07-17T06:36:08.2870792Z * [new tag] trunk/2815ade9a80e1f557370e86500b21cbc465a8ffe -> trunk/2815ade9a80e1f557370e86500b21cbc465a8ffe 2025-07-17T06:36:08.2871596Z * [new tag] trunk/2815eea0d0e02eaa0243fa8d1b9d8935b13b3aa5 -> trunk/2815eea0d0e02eaa0243fa8d1b9d8935b13b3aa5 2025-07-17T06:36:08.2872463Z * [new tag] trunk/2860f5c4f5328224ab7998bc90b9fb395b5b068b -> trunk/2860f5c4f5328224ab7998bc90b9fb395b5b068b 2025-07-17T06:36:08.2873312Z * [new tag] trunk/28796f71d04302029290f473a286efc2aba339c2 -> trunk/28796f71d04302029290f473a286efc2aba339c2 2025-07-17T06:36:08.2874099Z * [new tag] trunk/28aae93f24556c6aa8c972c0479b01b908b67fbe -> trunk/28aae93f24556c6aa8c972c0479b01b908b67fbe 2025-07-17T06:36:08.2874884Z * [new tag] trunk/2903e5ad3c4304b90daa6e5ed44a379225571b3a -> trunk/2903e5ad3c4304b90daa6e5ed44a379225571b3a 2025-07-17T06:36:08.2875655Z * [new tag] trunk/2908c10259bac21b00e9b36318e364801e0ae910 -> trunk/2908c10259bac21b00e9b36318e364801e0ae910 2025-07-17T06:36:08.2876429Z * [new tag] trunk/29391c7cf927857123108fa5e9dae6ed3db489f1 -> trunk/29391c7cf927857123108fa5e9dae6ed3db489f1 2025-07-17T06:36:08.2877283Z * [new tag] trunk/297805fd8f59b76a28048a79e8bced2616ed8713 -> trunk/297805fd8f59b76a28048a79e8bced2616ed8713 2025-07-17T06:36:08.2878068Z * [new tag] trunk/297daa1d30c80826b939d8f2dcd07422dec72642 -> trunk/297daa1d30c80826b939d8f2dcd07422dec72642 2025-07-17T06:36:08.2878893Z * [new tag] trunk/29867b211ab74355a0e03bdc9e204d89668c291a -> trunk/29867b211ab74355a0e03bdc9e204d89668c291a 2025-07-17T06:36:08.2879725Z * [new tag] trunk/29e6033ff38f0deb8dde1146a1612e64ed00e3b7 -> trunk/29e6033ff38f0deb8dde1146a1612e64ed00e3b7 2025-07-17T06:36:08.2880529Z * [new tag] trunk/29f76ec0f3eccf619a0aee03e3abbd4914a1b4b2 -> trunk/29f76ec0f3eccf619a0aee03e3abbd4914a1b4b2 2025-07-17T06:36:08.2881325Z * [new tag] trunk/2a3b41cbd077b229bbdd59f6f068c9b643a78b0b -> trunk/2a3b41cbd077b229bbdd59f6f068c9b643a78b0b 2025-07-17T06:36:08.2882118Z * [new tag] trunk/2a4e357192a2b01c9acaeb2168349e5396c9192a -> trunk/2a4e357192a2b01c9acaeb2168349e5396c9192a 2025-07-17T06:36:08.2882891Z * [new tag] trunk/2a8795a981c02f57a57f8699d0e85e42c53b6117 -> trunk/2a8795a981c02f57a57f8699d0e85e42c53b6117 2025-07-17T06:36:08.2883677Z * [new tag] trunk/2aade5ee9fafe52aef4e60624e6c950bc25f8a3e -> trunk/2aade5ee9fafe52aef4e60624e6c950bc25f8a3e 2025-07-17T06:36:08.2884488Z * [new tag] trunk/2ad5c25cfc603c3656e6699d6137419dbb009495 -> trunk/2ad5c25cfc603c3656e6699d6137419dbb009495 2025-07-17T06:36:08.2885345Z * [new tag] trunk/2af7c67e48cad59d648a3e85501f74eade5a3268 -> trunk/2af7c67e48cad59d648a3e85501f74eade5a3268 2025-07-17T06:36:08.2886129Z * [new tag] trunk/2b0f9b1f6172a0d5817c7ac7406200897311da5f -> trunk/2b0f9b1f6172a0d5817c7ac7406200897311da5f 2025-07-17T06:36:08.2886915Z * [new tag] trunk/2b19d85d70ecf1b7121e6d35f2adff06e1eb2e06 -> trunk/2b19d85d70ecf1b7121e6d35f2adff06e1eb2e06 2025-07-17T06:36:08.2887694Z * [new tag] trunk/2b9d638e3333e6e9ae324e1486774e83292e1883 -> trunk/2b9d638e3333e6e9ae324e1486774e83292e1883 2025-07-17T06:36:08.2888470Z * [new tag] trunk/2ba930d4ce04f417195f3061e55479a1a8b16b9d -> trunk/2ba930d4ce04f417195f3061e55479a1a8b16b9d 2025-07-17T06:36:08.2889256Z * [new tag] trunk/2bb33e7a08c4710024b3cb249a13cd2f5d0f6473 -> trunk/2bb33e7a08c4710024b3cb249a13cd2f5d0f6473 2025-07-17T06:36:08.3102315Z * [new tag] trunk/2c0d94a7debe83e96a821548a6e0cb18a0f5cfc3 -> trunk/2c0d94a7debe83e96a821548a6e0cb18a0f5cfc3 2025-07-17T06:36:08.3103176Z * [new tag] trunk/2c1a93a0ae7ebd7963a5931d7b34c885d57844d9 -> trunk/2c1a93a0ae7ebd7963a5931d7b34c885d57844d9 2025-07-17T06:36:08.3103989Z * [new tag] trunk/2c6324a1ebf3e3f6a12be6d18fc0bcdbe00f2a0a -> trunk/2c6324a1ebf3e3f6a12be6d18fc0bcdbe00f2a0a 2025-07-17T06:36:08.3104794Z * [new tag] trunk/2c68c3e8d5e9a235f5861be6486de4959f80c840 -> trunk/2c68c3e8d5e9a235f5861be6486de4959f80c840 2025-07-17T06:36:08.3105574Z * [new tag] trunk/2c76f31221e117b217b8a6a96a5405f626d2218a -> trunk/2c76f31221e117b217b8a6a96a5405f626d2218a 2025-07-17T06:36:08.3106344Z * [new tag] trunk/2cdcd16e836a144f36996104b1340b03041eb07a -> trunk/2cdcd16e836a144f36996104b1340b03041eb07a 2025-07-17T06:36:08.3107161Z * [new tag] trunk/2d3615f577894c7a117a55e85bb8371bb598ec50 -> trunk/2d3615f577894c7a117a55e85bb8371bb598ec50 2025-07-17T06:36:08.3107922Z * [new tag] trunk/2d39a48d524021995269411bd49fe792e59d9f94 -> trunk/2d39a48d524021995269411bd49fe792e59d9f94 2025-07-17T06:36:08.3108672Z * [new tag] trunk/2d7e6c6241971106a56073d7a53c7d1336b11a51 -> trunk/2d7e6c6241971106a56073d7a53c7d1336b11a51 2025-07-17T06:36:08.3109448Z * [new tag] trunk/2d832c9587fd99db295b62d0c9b459d509c19d06 -> trunk/2d832c9587fd99db295b62d0c9b459d509c19d06 2025-07-17T06:36:08.3110375Z * [new tag] trunk/2db1a54465b6121993ad7827f1327ed319c81d70 -> trunk/2db1a54465b6121993ad7827f1327ed319c81d70 2025-07-17T06:36:08.3111146Z * [new tag] trunk/2dc16274519841dc2778cba6962cb0357d1ee8dc -> trunk/2dc16274519841dc2778cba6962cb0357d1ee8dc 2025-07-17T06:36:08.3111967Z * [new tag] trunk/2e0e08588e7cb04f49ee5bbc000b18b72864dfa1 -> trunk/2e0e08588e7cb04f49ee5bbc000b18b72864dfa1 2025-07-17T06:36:08.3112754Z * [new tag] trunk/2e14069081172faf9a51bd34c1e0b85dbf39cb4b -> trunk/2e14069081172faf9a51bd34c1e0b85dbf39cb4b 2025-07-17T06:36:08.3113552Z * [new tag] trunk/2e2ea7290a1cf2da3c3efd6e6ad4836bb94beaeb -> trunk/2e2ea7290a1cf2da3c3efd6e6ad4836bb94beaeb 2025-07-17T06:36:08.3114355Z * [new tag] trunk/2e64e45b0b260e2efc2bde641ec2b3b8ed910194 -> trunk/2e64e45b0b260e2efc2bde641ec2b3b8ed910194 2025-07-17T06:36:08.3115143Z * [new tag] trunk/2e9bd03f6075b9b93b070c3770bf58f60be5508e -> trunk/2e9bd03f6075b9b93b070c3770bf58f60be5508e 2025-07-17T06:36:08.3115931Z * [new tag] trunk/2eb744c08d600e84b167dbda7daa792243a2c235 -> trunk/2eb744c08d600e84b167dbda7daa792243a2c235 2025-07-17T06:36:08.3116711Z * [new tag] trunk/2ee23175d96aa022a9c94209c14bbb7f8e064760 -> trunk/2ee23175d96aa022a9c94209c14bbb7f8e064760 2025-07-17T06:36:08.3117483Z * [new tag] trunk/2efa5eaa652f9a6505635d96178e3f119b20adf7 -> trunk/2efa5eaa652f9a6505635d96178e3f119b20adf7 2025-07-17T06:36:08.3118279Z * [new tag] trunk/2eff14c4455de22628ea599a0d4ba047a7eba6ae -> trunk/2eff14c4455de22628ea599a0d4ba047a7eba6ae 2025-07-17T06:36:08.3119051Z * [new tag] trunk/2f1c5c4131047d25f822ac278bac8c13deff4079 -> trunk/2f1c5c4131047d25f822ac278bac8c13deff4079 2025-07-17T06:36:08.3119841Z * [new tag] trunk/2f94f69b7c83370ef0cc65e3ab96bb5bf11a7b1a -> trunk/2f94f69b7c83370ef0cc65e3ab96bb5bf11a7b1a 2025-07-17T06:36:08.3120637Z * [new tag] trunk/2fde2090d001a9ae63ef41413f11897761eb4de9 -> trunk/2fde2090d001a9ae63ef41413f11897761eb4de9 2025-07-17T06:36:08.3121404Z * [new tag] trunk/2ff3280c77c705e11c5211d4be8fef9853cd0559 -> trunk/2ff3280c77c705e11c5211d4be8fef9853cd0559 2025-07-17T06:36:08.3122194Z * [new tag] trunk/3003c681ef1f8efbfa83470173c62930d195364b -> trunk/3003c681ef1f8efbfa83470173c62930d195364b 2025-07-17T06:36:08.3123063Z * [new tag] trunk/30293b8b5edca86cfc80f24874b0968620a8e72d -> trunk/30293b8b5edca86cfc80f24874b0968620a8e72d 2025-07-17T06:36:08.3123847Z * [new tag] trunk/30387ab2e485384ab2e67084a1e2c5569190ba92 -> trunk/30387ab2e485384ab2e67084a1e2c5569190ba92 2025-07-17T06:36:08.3124629Z * [new tag] trunk/3040ca6d0f8558e39919b14eebeacc34ddf980f5 -> trunk/3040ca6d0f8558e39919b14eebeacc34ddf980f5 2025-07-17T06:36:08.3125410Z * [new tag] trunk/30587195d314eb5eb02ce63f39a9be4c943629ef -> trunk/30587195d314eb5eb02ce63f39a9be4c943629ef 2025-07-17T06:36:08.3126190Z * [new tag] trunk/306dd19216b656467143483395ef582feb5d7d07 -> trunk/306dd19216b656467143483395ef582feb5d7d07 2025-07-17T06:36:08.3126957Z * [new tag] trunk/30a1cc11a47e63c4612ac862f1f2d984ab4dbf24 -> trunk/30a1cc11a47e63c4612ac862f1f2d984ab4dbf24 2025-07-17T06:36:08.3348195Z * [new tag] trunk/30d2648a4ae1585e70189e6fdca6dc9ac3d074ec -> trunk/30d2648a4ae1585e70189e6fdca6dc9ac3d074ec 2025-07-17T06:36:08.3349065Z * [new tag] trunk/30d3cf62fb813819364007e26b3eda84f7cddf3b -> trunk/30d3cf62fb813819364007e26b3eda84f7cddf3b 2025-07-17T06:36:08.3349865Z * [new tag] trunk/3106a33e410db9d1c2b0e47f9e329611d344a827 -> trunk/3106a33e410db9d1c2b0e47f9e329611d344a827 2025-07-17T06:36:08.3350637Z * [new tag] trunk/310e8361c565ca1602e719e4c812dc3931ec84d7 -> trunk/310e8361c565ca1602e719e4c812dc3931ec84d7 2025-07-17T06:36:08.3351667Z * [new tag] trunk/31326a9ad7db53e5bf4e03f8e52b75da944d0298 -> trunk/31326a9ad7db53e5bf4e03f8e52b75da944d0298 2025-07-17T06:36:08.3352530Z * [new tag] trunk/313a6a8ef94d689331b2bd8161f95c23d42eb22d -> trunk/313a6a8ef94d689331b2bd8161f95c23d42eb22d 2025-07-17T06:36:08.3353318Z * [new tag] trunk/3159ee2ad3e586573edb977c4c1745a26d9f1007 -> trunk/3159ee2ad3e586573edb977c4c1745a26d9f1007 2025-07-17T06:36:08.3354101Z * [new tag] trunk/31659964a5b546a84a4c18bb9a0828a0f63b8ccb -> trunk/31659964a5b546a84a4c18bb9a0828a0f63b8ccb 2025-07-17T06:36:08.3354859Z * [new tag] trunk/3173616532ecf0d5c0b78595d6054f1b4bd2bd75 -> trunk/3173616532ecf0d5c0b78595d6054f1b4bd2bd75 2025-07-17T06:36:08.3355637Z * [new tag] trunk/317520bf6ed5c1f2ef324f841e8ec0d8d80cb58a -> trunk/317520bf6ed5c1f2ef324f841e8ec0d8d80cb58a 2025-07-17T06:36:08.3356422Z * [new tag] trunk/317af4c87b7b8b03b8a08a4ead84d4065dd920e0 -> trunk/317af4c87b7b8b03b8a08a4ead84d4065dd920e0 2025-07-17T06:36:08.3357282Z * [new tag] trunk/31e127459789f9d97b3b35001c50e76f1b580cd5 -> trunk/31e127459789f9d97b3b35001c50e76f1b580cd5 2025-07-17T06:36:08.3358067Z * [new tag] trunk/3232b57cd87fbd15c990fbf87d181716a1993a55 -> trunk/3232b57cd87fbd15c990fbf87d181716a1993a55 2025-07-17T06:36:08.3358830Z * [new tag] trunk/326e751d07b92f788bece086227da9288206a27a -> trunk/326e751d07b92f788bece086227da9288206a27a 2025-07-17T06:36:08.3359612Z * [new tag] trunk/32983ea698842a2ca331eabb06acce9c99acb082 -> trunk/32983ea698842a2ca331eabb06acce9c99acb082 2025-07-17T06:36:08.3360395Z * [new tag] trunk/32c1611263ecc8832a8d7494480654ad851911c0 -> trunk/32c1611263ecc8832a8d7494480654ad851911c0 2025-07-17T06:36:08.3361162Z * [new tag] trunk/32eee8ed225d9f10fbbcb38c24b8b44c24c0c97c -> trunk/32eee8ed225d9f10fbbcb38c24b8b44c24c0c97c 2025-07-17T06:36:08.3361971Z * [new tag] trunk/3321acc92e24859dbe2ac6499067d1afde5622c3 -> trunk/3321acc92e24859dbe2ac6499067d1afde5622c3 2025-07-17T06:36:08.3362805Z * [new tag] trunk/333e0e61472c71cb2ad51a59cc5c56f6a47bc747 -> trunk/333e0e61472c71cb2ad51a59cc5c56f6a47bc747 2025-07-17T06:36:08.3363613Z * [new tag] trunk/3341c131b767a4036c152624c1e43baaf24cadf9 -> trunk/3341c131b767a4036c152624c1e43baaf24cadf9 2025-07-17T06:36:08.3365112Z * [new tag] trunk/336bff6d58ceb50b12d9d67764fd9f238bc0adb5 -> trunk/336bff6d58ceb50b12d9d67764fd9f238bc0adb5 2025-07-17T06:36:08.3365897Z * [new tag] trunk/336f1e2d35dfc63925754e884543491cc3f98f8c -> trunk/336f1e2d35dfc63925754e884543491cc3f98f8c 2025-07-17T06:36:08.3366682Z * [new tag] trunk/338a8c7853ab9b3e67dbcb402d30fec066bdd856 -> trunk/338a8c7853ab9b3e67dbcb402d30fec066bdd856 2025-07-17T06:36:08.3367475Z * [new tag] trunk/3404c1f0cfe4c8fd41d718d38316c24a3c0474b0 -> trunk/3404c1f0cfe4c8fd41d718d38316c24a3c0474b0 2025-07-17T06:36:08.3368241Z * [new tag] trunk/344731fb257440ab04f2d634929821be9be3fa80 -> trunk/344731fb257440ab04f2d634929821be9be3fa80 2025-07-17T06:36:08.3369127Z * [new tag] trunk/347ace4c7ac2dbb14799089c30bd01a9ac312791 -> trunk/347ace4c7ac2dbb14799089c30bd01a9ac312791 2025-07-17T06:36:08.3369927Z * [new tag] trunk/348e2a76dfe9c8a1995ab6ce4902dbeba935c984 -> trunk/348e2a76dfe9c8a1995ab6ce4902dbeba935c984 2025-07-17T06:36:08.3370713Z * [new tag] trunk/348fd45065620f20080299774f37f45233ef8f6b -> trunk/348fd45065620f20080299774f37f45233ef8f6b 2025-07-17T06:36:08.3371486Z * [new tag] trunk/3490a4f906aeaa867a390c2e97b357f17b01fcf2 -> trunk/3490a4f906aeaa867a390c2e97b357f17b01fcf2 2025-07-17T06:36:08.3372259Z * [new tag] trunk/34c8033fd3dea404db1706e264761912d095f723 -> trunk/34c8033fd3dea404db1706e264761912d095f723 2025-07-17T06:36:08.3373662Z * [new tag] trunk/34d8e64ef64d88324092a2028884c54c13e086b3 -> trunk/34d8e64ef64d88324092a2028884c54c13e086b3 2025-07-17T06:36:08.3374535Z * [new tag] trunk/35321b2ad6e86a58ca5d5be90ad8edce5945e16c -> trunk/35321b2ad6e86a58ca5d5be90ad8edce5945e16c 2025-07-17T06:36:08.3375370Z * [new tag] trunk/3580b8dde44d8bf4f229537ae9897ddd5e70f5db -> trunk/3580b8dde44d8bf4f229537ae9897ddd5e70f5db 2025-07-17T06:36:08.3613506Z * [new tag] trunk/3584e84c2434a2681b7288bcbd3bdb163c793df5 -> trunk/3584e84c2434a2681b7288bcbd3bdb163c793df5 2025-07-17T06:36:08.3614339Z * [new tag] trunk/3596c0c77f28c74e6cfb50769402ed52dbe10c67 -> trunk/3596c0c77f28c74e6cfb50769402ed52dbe10c67 2025-07-17T06:36:08.3615133Z * [new tag] trunk/359e8f5d691cdbbc54beafea25c06fc0ce321ad6 -> trunk/359e8f5d691cdbbc54beafea25c06fc0ce321ad6 2025-07-17T06:36:08.3615936Z * [new tag] trunk/35d03398e511fa0921c9db928c661dc9531ff2fc -> trunk/35d03398e511fa0921c9db928c661dc9531ff2fc 2025-07-17T06:36:08.3616717Z * [new tag] trunk/35e44067c4d9cc9be2652c0b9098885c5a321029 -> trunk/35e44067c4d9cc9be2652c0b9098885c5a321029 2025-07-17T06:36:08.3617491Z * [new tag] trunk/35e8f2593cdb72036c88a4b8d01487747204ba03 -> trunk/35e8f2593cdb72036c88a4b8d01487747204ba03 2025-07-17T06:36:08.3618273Z * [new tag] trunk/35ecd7c2d44a4e370e21ddab76b6c28266188846 -> trunk/35ecd7c2d44a4e370e21ddab76b6c28266188846 2025-07-17T06:36:08.3619053Z * [new tag] trunk/3608737347bcbb1ec1e23d85a29811abfd75c7a1 -> trunk/3608737347bcbb1ec1e23d85a29811abfd75c7a1 2025-07-17T06:36:08.3619840Z * [new tag] trunk/3644b41a7ccda62c066d525d956a08c9eac686c0 -> trunk/3644b41a7ccda62c066d525d956a08c9eac686c0 2025-07-17T06:36:08.3620612Z * [new tag] trunk/365ce465f393a6426b4ab3148da9a92445bf61d3 -> trunk/365ce465f393a6426b4ab3148da9a92445bf61d3 2025-07-17T06:36:08.3621387Z * [new tag] trunk/3684be056d9af667400ba071a116be8b1112bba8 -> trunk/3684be056d9af667400ba071a116be8b1112bba8 2025-07-17T06:36:08.3622173Z * [new tag] trunk/36a722e20d081c1a5a6df417d0f8333f6c082476 -> trunk/36a722e20d081c1a5a6df417d0f8333f6c082476 2025-07-17T06:36:08.3622946Z * [new tag] trunk/36bf81e36396c5f08eb8cab7f7858555282ca6c2 -> trunk/36bf81e36396c5f08eb8cab7f7858555282ca6c2 2025-07-17T06:36:08.3623733Z * [new tag] trunk/36dd598bdac5c665e46f05d00a38d6863a99615f -> trunk/36dd598bdac5c665e46f05d00a38d6863a99615f 2025-07-17T06:36:08.3624664Z * [new tag] trunk/36f7a027b595083f3a3761b407120b3f1f4e8634 -> trunk/36f7a027b595083f3a3761b407120b3f1f4e8634 2025-07-17T06:36:08.3625437Z * [new tag] trunk/36fd1ac9324429c095f8fbc5f6d2bd4b71f18d61 -> trunk/36fd1ac9324429c095f8fbc5f6d2bd4b71f18d61 2025-07-17T06:36:08.3626220Z * [new tag] trunk/370fc49dde9e8635957d9a910d43154085264225 -> trunk/370fc49dde9e8635957d9a910d43154085264225 2025-07-17T06:36:08.3626996Z * [new tag] trunk/376c16703c7f55a7eab9d5751bfc0e91af26a735 -> trunk/376c16703c7f55a7eab9d5751bfc0e91af26a735 2025-07-17T06:36:08.3627791Z * [new tag] trunk/378c121d5e1c8d2c24124f0c0b6cf08a1341e9d9 -> trunk/378c121d5e1c8d2c24124f0c0b6cf08a1341e9d9 2025-07-17T06:36:08.3628570Z * [new tag] trunk/37ccc532f75d8537c5b5d74b1c92a7f20df96353 -> trunk/37ccc532f75d8537c5b5d74b1c92a7f20df96353 2025-07-17T06:36:08.3629351Z * [new tag] trunk/380e30a723c1fb3530cad12ac44706412df7aa71 -> trunk/380e30a723c1fb3530cad12ac44706412df7aa71 2025-07-17T06:36:08.3630106Z * [new tag] trunk/3819584f12e2a46463a9799612ace1f59d76b9cd -> trunk/3819584f12e2a46463a9799612ace1f59d76b9cd 2025-07-17T06:36:08.3630865Z * [new tag] trunk/382598ef872b2afb9a03f8d88277a6c2edeb507f -> trunk/382598ef872b2afb9a03f8d88277a6c2edeb507f 2025-07-17T06:36:08.3631644Z * [new tag] trunk/382c6190c1329e96e71eef21a19737a3eda0040b -> trunk/382c6190c1329e96e71eef21a19737a3eda0040b 2025-07-17T06:36:08.3632610Z * [new tag] trunk/38371f693b07a485705119407da2e5dc64cec4eb -> trunk/38371f693b07a485705119407da2e5dc64cec4eb 2025-07-17T06:36:08.3633387Z * [new tag] trunk/38410cf9b57079f3360c1e79601973a01cb2588c -> trunk/38410cf9b57079f3360c1e79601973a01cb2588c 2025-07-17T06:36:08.3634146Z * [new tag] trunk/3863bbb55b38985c7d64c8a0be7beb2005a9cc07 -> trunk/3863bbb55b38985c7d64c8a0be7beb2005a9cc07 2025-07-17T06:36:08.3634932Z * [new tag] trunk/386aa7200324519ea9a8eff5eb1b3c0517756d24 -> trunk/386aa7200324519ea9a8eff5eb1b3c0517756d24 2025-07-17T06:36:08.3635723Z * [new tag] trunk/386bc9e2e990a6ac29bb90ba97b71c5b85e11080 -> trunk/386bc9e2e990a6ac29bb90ba97b71c5b85e11080 2025-07-17T06:36:08.3636504Z * [new tag] trunk/38757d94f1b3d65295b5ca2d7527ea0d582a5d3b -> trunk/38757d94f1b3d65295b5ca2d7527ea0d582a5d3b 2025-07-17T06:36:08.3637300Z * [new tag] trunk/38bfd462b8fb035de08a8c0d2b7b13eba78ee870 -> trunk/38bfd462b8fb035de08a8c0d2b7b13eba78ee870 2025-07-17T06:36:08.3638083Z * [new tag] trunk/38c4d05535f4e031a2ad5f39a4a415cc3a919cfb -> trunk/38c4d05535f4e031a2ad5f39a4a415cc3a919cfb 2025-07-17T06:36:08.3834277Z * [new tag] trunk/38e1e5d54ce42d42f8920ff46d9102800b94482d -> trunk/38e1e5d54ce42d42f8920ff46d9102800b94482d 2025-07-17T06:36:08.3835143Z * [new tag] trunk/38e5e81e55fc5d85d6cf8a83c96c88578995e3fe -> trunk/38e5e81e55fc5d85d6cf8a83c96c88578995e3fe 2025-07-17T06:36:08.3835940Z * [new tag] trunk/391473cca0b0fa9667ad54c972e7b63bc589cd6d -> trunk/391473cca0b0fa9667ad54c972e7b63bc589cd6d 2025-07-17T06:36:08.3836714Z * [new tag] trunk/39270430c9e4dc7010a9754f522774d17ae9d578 -> trunk/39270430c9e4dc7010a9754f522774d17ae9d578 2025-07-17T06:36:08.3837497Z * [new tag] trunk/39456edbbad97a09e6507792e1df3ee1f2a16f98 -> trunk/39456edbbad97a09e6507792e1df3ee1f2a16f98 2025-07-17T06:36:08.3838401Z * [new tag] trunk/398fca9dcfcb9f90eae9258d728fab71f5b59db2 -> trunk/398fca9dcfcb9f90eae9258d728fab71f5b59db2 2025-07-17T06:36:08.3839198Z * [new tag] trunk/39a8f66d5939e892bcb07ef97462af47d3201491 -> trunk/39a8f66d5939e892bcb07ef97462af47d3201491 2025-07-17T06:36:08.3839986Z * [new tag] trunk/39b71d11fc2dd9b4da6d23a34eb29aefbb1df672 -> trunk/39b71d11fc2dd9b4da6d23a34eb29aefbb1df672 2025-07-17T06:36:08.3840950Z * [new tag] trunk/39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4 -> trunk/39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4 2025-07-17T06:36:08.3841758Z * [new tag] trunk/3a43dba21ff5d01bb8b259af3839c90e447c6ec0 -> trunk/3a43dba21ff5d01bb8b259af3839c90e447c6ec0 2025-07-17T06:36:08.3842544Z * [new tag] trunk/3a5677a380c79810cc370dce6ef79b0871ddcf8c -> trunk/3a5677a380c79810cc370dce6ef79b0871ddcf8c 2025-07-17T06:36:08.3843337Z * [new tag] trunk/3a7ff829c597ef26a271d52ae2a3c8354b2f447e -> trunk/3a7ff829c597ef26a271d52ae2a3c8354b2f447e 2025-07-17T06:36:08.3844192Z * [new tag] trunk/3b4b5f8d474a9c664f622012c6a61414ea7799a9 -> trunk/3b4b5f8d474a9c664f622012c6a61414ea7799a9 2025-07-17T06:36:08.3844972Z * [new tag] trunk/3b6569b1ef4b9ff25f5b75fe0a216d6d084d573f -> trunk/3b6569b1ef4b9ff25f5b75fe0a216d6d084d573f 2025-07-17T06:36:08.3845785Z * [new tag] trunk/3b7c5e6fa5c0be64ddde3a8edc5bcdc10390f1e3 -> trunk/3b7c5e6fa5c0be64ddde3a8edc5bcdc10390f1e3 2025-07-17T06:36:08.3846588Z * [new tag] trunk/3bc6bdc8660c052d932f550d5734da6f801c2630 -> trunk/3bc6bdc8660c052d932f550d5734da6f801c2630 2025-07-17T06:36:08.3847378Z * [new tag] trunk/3bdd5ae334b85a114a2b62fa17dcf204413eda32 -> trunk/3bdd5ae334b85a114a2b62fa17dcf204413eda32 2025-07-17T06:36:08.3848168Z * [new tag] trunk/3beb915004f4e26b1e7c5e7692e6e8ca9b75de46 -> trunk/3beb915004f4e26b1e7c5e7692e6e8ca9b75de46 2025-07-17T06:36:08.3849070Z * [new tag] trunk/3bec588bf5c4eda9a4d42ae4c25e6f87af7f078c -> trunk/3bec588bf5c4eda9a4d42ae4c25e6f87af7f078c 2025-07-17T06:36:08.3849909Z * [new tag] trunk/3c2324c64ac6b7497d630788a66c82705bbb044e -> trunk/3c2324c64ac6b7497d630788a66c82705bbb044e 2025-07-17T06:36:08.3850737Z * [new tag] trunk/3c7079959c8e61d7acb4f704a0ecf74c61425c2e -> trunk/3c7079959c8e61d7acb4f704a0ecf74c61425c2e 2025-07-17T06:36:08.3851530Z * [new tag] trunk/3c72b9fd8feed4588a040bc681ffe83cc7acd26d -> trunk/3c72b9fd8feed4588a040bc681ffe83cc7acd26d 2025-07-17T06:36:08.3852331Z * [new tag] trunk/3cb11877aa30c04be7ffa9b4ca1722f1270a5828 -> trunk/3cb11877aa30c04be7ffa9b4ca1722f1270a5828 2025-07-17T06:36:08.3853130Z * [new tag] trunk/3cbae6dde8f2a9c3b4a3e4e079e97307c3aa52d8 -> trunk/3cbae6dde8f2a9c3b4a3e4e079e97307c3aa52d8 2025-07-17T06:36:08.3853931Z * [new tag] trunk/3d06ff82a84a118f0ed246864d4fc01ac4726328 -> trunk/3d06ff82a84a118f0ed246864d4fc01ac4726328 2025-07-17T06:36:08.3854713Z * [new tag] trunk/3d595fd5595f38bb5ed3d390dc50e1715e173ad6 -> trunk/3d595fd5595f38bb5ed3d390dc50e1715e173ad6 2025-07-17T06:36:08.3855498Z * [new tag] trunk/3d82a1dfb59fa5e248f7499a7ecdf784d4f61c0e -> trunk/3d82a1dfb59fa5e248f7499a7ecdf784d4f61c0e 2025-07-17T06:36:08.3856394Z * [new tag] trunk/3dabc351bb5581f69825eee6b24fbac9f9260241 -> trunk/3dabc351bb5581f69825eee6b24fbac9f9260241 2025-07-17T06:36:08.3857181Z * [new tag] trunk/3dd872e6d53560933d8d7fc11357617746d37168 -> trunk/3dd872e6d53560933d8d7fc11357617746d37168 2025-07-17T06:36:08.3857945Z * [new tag] trunk/3dda80e990121eaf156014fffe6e2a4602c8b195 -> trunk/3dda80e990121eaf156014fffe6e2a4602c8b195 2025-07-17T06:36:08.3858734Z * [new tag] trunk/3df6360e8c956edd25453b21f6b7f56e0366dcb4 -> trunk/3df6360e8c956edd25453b21f6b7f56e0366dcb4 2025-07-17T06:36:08.3859503Z * [new tag] trunk/3e131f7779af03b462f0598afb2569092b57c840 -> trunk/3e131f7779af03b462f0598afb2569092b57c840 2025-07-17T06:36:08.3860287Z * [new tag] trunk/3e38feb05fffdf5b181a1f4c7a6f43b00ef1c526 -> trunk/3e38feb05fffdf5b181a1f4c7a6f43b00ef1c526 2025-07-17T06:36:08.4059366Z * [new tag] trunk/3e56a9cdfb98a9b06568ee54e3157c800d98a17e -> trunk/3e56a9cdfb98a9b06568ee54e3157c800d98a17e 2025-07-17T06:36:08.4060290Z * [new tag] trunk/3eb7084f7a3657f4ba6626aca63721a0020f1bd7 -> trunk/3eb7084f7a3657f4ba6626aca63721a0020f1bd7 2025-07-17T06:36:08.4061073Z * [new tag] trunk/3ed4384f5b4bb7ae7d12298632a258385a51446e -> trunk/3ed4384f5b4bb7ae7d12298632a258385a51446e 2025-07-17T06:36:08.4061862Z * [new tag] trunk/3ee75b7eacef6758db602e87287ef9574609b327 -> trunk/3ee75b7eacef6758db602e87287ef9574609b327 2025-07-17T06:36:08.4062651Z * [new tag] trunk/3ee8828c87ce6186607c3d3ab3852518fca49228 -> trunk/3ee8828c87ce6186607c3d3ab3852518fca49228 2025-07-17T06:36:08.4063442Z * [new tag] trunk/3efb22e09111b92bedb01b2a8385c789fe69090a -> trunk/3efb22e09111b92bedb01b2a8385c789fe69090a 2025-07-17T06:36:08.4064254Z * [new tag] trunk/3effe0c293219b00a0eae7e139fe2d9aed84bc03 -> trunk/3effe0c293219b00a0eae7e139fe2d9aed84bc03 2025-07-17T06:36:08.4065036Z * [new tag] trunk/3f29642ecf039129032cc61c986d7b62807163c0 -> trunk/3f29642ecf039129032cc61c986d7b62807163c0 2025-07-17T06:36:08.4065802Z * [new tag] trunk/3f569f9af77d51d0328f16434e64252756681daa -> trunk/3f569f9af77d51d0328f16434e64252756681daa 2025-07-17T06:36:08.4066576Z * [new tag] trunk/3f65e38b73cb8f0d0b4fb2e9a6671085d371ec40 -> trunk/3f65e38b73cb8f0d0b4fb2e9a6671085d371ec40 2025-07-17T06:36:08.4067370Z * [new tag] trunk/3f69e3b3a07efd5e9aa86d37773bf2a24dc0ea70 -> trunk/3f69e3b3a07efd5e9aa86d37773bf2a24dc0ea70 2025-07-17T06:36:08.4068265Z * [new tag] trunk/3f83e3eeca0645f4b2cd16fa7d5a591e9cf810d4 -> trunk/3f83e3eeca0645f4b2cd16fa7d5a591e9cf810d4 2025-07-17T06:36:08.4069054Z * [new tag] trunk/3f920f3d8f5bd15d2222758f21f9a5d36e4dad1f -> trunk/3f920f3d8f5bd15d2222758f21f9a5d36e4dad1f 2025-07-17T06:36:08.4069834Z * [new tag] trunk/3fd84a8592a2a87d04f0e3f236a92605e2be12df -> trunk/3fd84a8592a2a87d04f0e3f236a92605e2be12df 2025-07-17T06:36:08.4070632Z * [new tag] trunk/400f439670ff8859c17a870eb83dc5cae5a9c2e4 -> trunk/400f439670ff8859c17a870eb83dc5cae5a9c2e4 2025-07-17T06:36:08.4071408Z * [new tag] trunk/402ae09e41005ebff686e97e2f120a6b79e2afb7 -> trunk/402ae09e41005ebff686e97e2f120a6b79e2afb7 2025-07-17T06:36:08.4072301Z * [new tag] trunk/404008e3efdabeaf5b140a3aff77131461c33a0a -> trunk/404008e3efdabeaf5b140a3aff77131461c33a0a 2025-07-17T06:36:08.4073086Z * [new tag] trunk/4048a144abf82041f9b6653d9d4aa600a6a5409a -> trunk/4048a144abf82041f9b6653d9d4aa600a6a5409a 2025-07-17T06:36:08.4073869Z * [new tag] trunk/408d9884b07cf7268961bae7138a6436916d4a43 -> trunk/408d9884b07cf7268961bae7138a6436916d4a43 2025-07-17T06:36:08.4074648Z * [new tag] trunk/40a785103cf94a1dbc3e0e43d1ed6c41fb60bedb -> trunk/40a785103cf94a1dbc3e0e43d1ed6c41fb60bedb 2025-07-17T06:36:08.4075428Z * [new tag] trunk/40d02eb481670325ba80dcb42b40c3ebb347f1c7 -> trunk/40d02eb481670325ba80dcb42b40c3ebb347f1c7 2025-07-17T06:36:08.4076223Z * [new tag] trunk/40e39ae21f15f200828ab32826bed1a4b62532ba -> trunk/40e39ae21f15f200828ab32826bed1a4b62532ba 2025-07-17T06:36:08.4077001Z * [new tag] trunk/40fefe2871a5561b67ec268bab19db60e733f2d4 -> trunk/40fefe2871a5561b67ec268bab19db60e733f2d4 2025-07-17T06:36:08.4077783Z * [new tag] trunk/414ad470450c654d97e73bef704a7b596b5b4cbc -> trunk/414ad470450c654d97e73bef704a7b596b5b4cbc 2025-07-17T06:36:08.4078574Z * [new tag] trunk/415dfabe9b569b71098a2f874f3fc67ad2a4fc2e -> trunk/415dfabe9b569b71098a2f874f3fc67ad2a4fc2e 2025-07-17T06:36:08.4079353Z * [new tag] trunk/4162c0f70297818abd70f2fe7424dcd3cc9b2543 -> trunk/4162c0f70297818abd70f2fe7424dcd3cc9b2543 2025-07-17T06:36:08.4080134Z * [new tag] trunk/41910d7a94d2f3ffe06f7c0c30971c71b9c3b09e -> trunk/41910d7a94d2f3ffe06f7c0c30971c71b9c3b09e 2025-07-17T06:36:08.4080988Z * [new tag] trunk/41971335c98b0881e0784085096eceace575d563 -> trunk/41971335c98b0881e0784085096eceace575d563 2025-07-17T06:36:08.4081767Z * [new tag] trunk/41e8b826d07bbf707bc2c64a78b4dc15e8f3c358 -> trunk/41e8b826d07bbf707bc2c64a78b4dc15e8f3c358 2025-07-17T06:36:08.4082563Z * [new tag] trunk/41f6acef83d280a18909d58f8442e145c9e7ea6f -> trunk/41f6acef83d280a18909d58f8442e145c9e7ea6f 2025-07-17T06:36:08.4083444Z * [new tag] trunk/42015db6a9602f40250f9afc18a3fbad4ca4ef39 -> trunk/42015db6a9602f40250f9afc18a3fbad4ca4ef39 2025-07-17T06:36:08.4084262Z * [new tag] trunk/4237ee3c33b0edb01db96d8c1ecf8f5d2cf184bc -> trunk/4237ee3c33b0edb01db96d8c1ecf8f5d2cf184bc 2025-07-17T06:36:08.4365858Z * [new tag] trunk/4283d96bcdf9aaa4289985267186d74ba6534ee5 -> trunk/4283d96bcdf9aaa4289985267186d74ba6534ee5 2025-07-17T06:36:08.4366693Z * [new tag] trunk/42b48ee67229286127390000f103a11dfc8901f5 -> trunk/42b48ee67229286127390000f103a11dfc8901f5 2025-07-17T06:36:08.4367521Z * [new tag] trunk/42ff6a4a5c4e0d77bd18fcc5426622f1b8f20add -> trunk/42ff6a4a5c4e0d77bd18fcc5426622f1b8f20add 2025-07-17T06:36:08.4368314Z * [new tag] trunk/430cc1c636380a7d50652df646274f7008a76747 -> trunk/430cc1c636380a7d50652df646274f7008a76747 2025-07-17T06:36:08.4369071Z * [new tag] trunk/4311aea5e7568c9956a9f0d694f1980c387b6a37 -> trunk/4311aea5e7568c9956a9f0d694f1980c387b6a37 2025-07-17T06:36:08.4370044Z * [new tag] trunk/433a2471023f77a4e62e880ef59f22caf939c227 -> trunk/433a2471023f77a4e62e880ef59f22caf939c227 2025-07-17T06:36:08.4370867Z * [new tag] trunk/43523bf1682c2926a84a1f65f00fabd3d34db4f2 -> trunk/43523bf1682c2926a84a1f65f00fabd3d34db4f2 2025-07-17T06:36:08.4371660Z * [new tag] trunk/43a09189c68fe02bd9d8433c4a144ffc9bbf895c -> trunk/43a09189c68fe02bd9d8433c4a144ffc9bbf895c 2025-07-17T06:36:08.4372445Z * [new tag] trunk/43f72163275ce1503b1de1480642c61d20e6158d -> trunk/43f72163275ce1503b1de1480642c61d20e6158d 2025-07-17T06:36:08.4373220Z * [new tag] trunk/442aca44d603ae6c2b7d2aa2190cc91f970c4202 -> trunk/442aca44d603ae6c2b7d2aa2190cc91f970c4202 2025-07-17T06:36:08.4374023Z * [new tag] trunk/44303caabfa0bdc5688d693d491ba7c3fdb40f3a -> trunk/44303caabfa0bdc5688d693d491ba7c3fdb40f3a 2025-07-17T06:36:08.4374835Z * [new tag] trunk/443b5b43c3d40b89bbb5db70f3f05a44b2a4ec66 -> trunk/443b5b43c3d40b89bbb5db70f3f05a44b2a4ec66 2025-07-17T06:36:08.4375621Z * [new tag] trunk/4486a6dbfd65ef490cfe73e0630929e85f61ee16 -> trunk/4486a6dbfd65ef490cfe73e0630929e85f61ee16 2025-07-17T06:36:08.4376504Z * [new tag] trunk/4491326fb0c0e67eca1598ae33c41cdfced2cd33 -> trunk/4491326fb0c0e67eca1598ae33c41cdfced2cd33 2025-07-17T06:36:08.4377284Z * [new tag] trunk/44a5f93462bd4aa4f36ae2573685ed7ba458c4c9 -> trunk/44a5f93462bd4aa4f36ae2573685ed7ba458c4c9 2025-07-17T06:36:08.4378080Z * [new tag] trunk/44d0800d60e78fef8ab332e307c3134e3c276ba4 -> trunk/44d0800d60e78fef8ab332e307c3134e3c276ba4 2025-07-17T06:36:08.4378871Z * [new tag] trunk/44df7cf28dd37a4d900eb6b2f78dabf72b209d9b -> trunk/44df7cf28dd37a4d900eb6b2f78dabf72b209d9b 2025-07-17T06:36:08.4379639Z * [new tag] trunk/44f5b9312290866584088e2e42228c484f669faf -> trunk/44f5b9312290866584088e2e42228c484f669faf 2025-07-17T06:36:08.4380402Z * [new tag] trunk/4500a4aa50141ed30e093ef8491b30d1d1287348 -> trunk/4500a4aa50141ed30e093ef8491b30d1d1287348 2025-07-17T06:36:08.4381179Z * [new tag] trunk/451b525bf0cb8840adbde1b6280c7b199f733ced -> trunk/451b525bf0cb8840adbde1b6280c7b199f733ced 2025-07-17T06:36:08.4381991Z * [new tag] trunk/45382b284d03015f3e6eb83a959f0e54a3ebd688 -> trunk/45382b284d03015f3e6eb83a959f0e54a3ebd688 2025-07-17T06:36:08.4382826Z * [new tag] trunk/453bc9fbdfb97fef925477cbbf4948e93fd22756 -> trunk/453bc9fbdfb97fef925477cbbf4948e93fd22756 2025-07-17T06:36:08.4383707Z * [new tag] trunk/45596ec58f5bc5489911ee932c2a55a7ff40d0a0 -> trunk/45596ec58f5bc5489911ee932c2a55a7ff40d0a0 2025-07-17T06:36:08.4384487Z * [new tag] trunk/455dfd258980294f0745bd90aee12a323e37224d -> trunk/455dfd258980294f0745bd90aee12a323e37224d 2025-07-17T06:36:08.4385248Z * [new tag] trunk/456b7451c78096fd512c60e26cc618386a251bc7 -> trunk/456b7451c78096fd512c60e26cc618386a251bc7 2025-07-17T06:36:08.4386024Z * [new tag] trunk/456f40cb09c6e5e0cd268d1601b89fc5ac1987ea -> trunk/456f40cb09c6e5e0cd268d1601b89fc5ac1987ea 2025-07-17T06:36:08.4386815Z * [new tag] trunk/4574b39aa45f0250cba04aa3cb053a686c4888b2 -> trunk/4574b39aa45f0250cba04aa3cb053a686c4888b2 2025-07-17T06:36:08.4387598Z * [new tag] trunk/457dd79927db6ae7f1c53f36768b7ac93b61e507 -> trunk/457dd79927db6ae7f1c53f36768b7ac93b61e507 2025-07-17T06:36:08.4388461Z * [new tag] trunk/4585c33e74079af8e9067bf39970b93c3f13629f -> trunk/4585c33e74079af8e9067bf39970b93c3f13629f 2025-07-17T06:36:08.4389232Z * [new tag] trunk/458cc7213baf01ab742a2250c7a31f7796fcb1ef -> trunk/458cc7213baf01ab742a2250c7a31f7796fcb1ef 2025-07-17T06:36:08.4390000Z * [new tag] trunk/45c5a232373cac1b1524259f20758bfb56dde5f2 -> trunk/45c5a232373cac1b1524259f20758bfb56dde5f2 2025-07-17T06:36:08.4390773Z * [new tag] trunk/4609699bfd440d1fe603c5ad9a942e45410094c1 -> trunk/4609699bfd440d1fe603c5ad9a942e45410094c1 2025-07-17T06:36:08.4391619Z * [new tag] trunk/4628f1b7a9313df98346d582d9a789661a823e27 -> trunk/4628f1b7a9313df98346d582d9a789661a823e27 2025-07-17T06:36:08.4608937Z * [new tag] trunk/463fe36532bc165b46c12cef4948f039434e0924 -> trunk/463fe36532bc165b46c12cef4948f039434e0924 2025-07-17T06:36:08.4609772Z * [new tag] trunk/4657a84bc55b6ce12f21706de2b90e1d43784f57 -> trunk/4657a84bc55b6ce12f21706de2b90e1d43784f57 2025-07-17T06:36:08.4610573Z * [new tag] trunk/46915b13614dbac90724d0f1802b8e0db037c9e4 -> trunk/46915b13614dbac90724d0f1802b8e0db037c9e4 2025-07-17T06:36:08.4611368Z * [new tag] trunk/473208cb18d543e8f968918a6b3c9defa8a4ae10 -> trunk/473208cb18d543e8f968918a6b3c9defa8a4ae10 2025-07-17T06:36:08.4612152Z * [new tag] trunk/476874b37fff42a46d25dfac720ef4c71ec74fe0 -> trunk/476874b37fff42a46d25dfac720ef4c71ec74fe0 2025-07-17T06:36:08.4612933Z * [new tag] trunk/4781b0ee6057fdf2a82d2f9ed30299f219267a71 -> trunk/4781b0ee6057fdf2a82d2f9ed30299f219267a71 2025-07-17T06:36:08.4613736Z * [new tag] trunk/4781d72faa6b72bf96fde9bedfca06a5285eebfb -> trunk/4781d72faa6b72bf96fde9bedfca06a5285eebfb 2025-07-17T06:36:08.4614518Z * [new tag] trunk/47c8810b5275179833d6b33ca3d70922f485272c -> trunk/47c8810b5275179833d6b33ca3d70922f485272c 2025-07-17T06:36:08.4615293Z * [new tag] trunk/47f10d0ad0dda281c886ff08ac2f938207027316 -> trunk/47f10d0ad0dda281c886ff08ac2f938207027316 2025-07-17T06:36:08.4616083Z * [new tag] trunk/4805a6ead6f1e7f32351056e2602be4e908f69b7 -> trunk/4805a6ead6f1e7f32351056e2602be4e908f69b7 2025-07-17T06:36:08.4616858Z * [new tag] trunk/48315181c75e43cab5957197d42e053d66b3fe1c -> trunk/48315181c75e43cab5957197d42e053d66b3fe1c 2025-07-17T06:36:08.4617614Z * [new tag] trunk/4851863e3f98e1ffba1d5801f3533031ef4f905d -> trunk/4851863e3f98e1ffba1d5801f3533031ef4f905d 2025-07-17T06:36:08.4618400Z * [new tag] trunk/48560eef80e97e855cbb8e2814acefe8f5cc6fbd -> trunk/48560eef80e97e855cbb8e2814acefe8f5cc6fbd 2025-07-17T06:36:08.4619194Z * [new tag] trunk/4886ba64dceb24b8a0444e574abb907a18fdeee9 -> trunk/4886ba64dceb24b8a0444e574abb907a18fdeee9 2025-07-17T06:36:08.4619973Z * [new tag] trunk/48921721d8ed32a2c7f80605b434f9fcb2f948b4 -> trunk/48921721d8ed32a2c7f80605b434f9fcb2f948b4 2025-07-17T06:36:08.4620947Z * [new tag] trunk/48de3da2539cecaee14af8e3841c133c9c0c0f1c -> trunk/48de3da2539cecaee14af8e3841c133c9c0c0f1c 2025-07-17T06:36:08.4621743Z * [new tag] trunk/48e7b62d3abda4a3eac2f538c9f35e56093c4ece -> trunk/48e7b62d3abda4a3eac2f538c9f35e56093c4ece 2025-07-17T06:36:08.4622540Z * [new tag] trunk/4918502d2e685270cea9f1fd733a3414ac1ca5d7 -> trunk/4918502d2e685270cea9f1fd733a3414ac1ca5d7 2025-07-17T06:36:08.4623321Z * [new tag] trunk/493bd625e252dea02e871346beaa49745b4b2663 -> trunk/493bd625e252dea02e871346beaa49745b4b2663 2025-07-17T06:36:08.4624103Z * [new tag] trunk/493f42a5417a8ac33d1070478d1869ea4f207b5b -> trunk/493f42a5417a8ac33d1070478d1869ea4f207b5b 2025-07-17T06:36:08.4624875Z * [new tag] trunk/495c317005ad656dee752b6ad7bd5541b04e388e -> trunk/495c317005ad656dee752b6ad7bd5541b04e388e 2025-07-17T06:36:08.4625656Z * [new tag] trunk/49888e6be0dcc00ba546746425893bb17c287248 -> trunk/49888e6be0dcc00ba546746425893bb17c287248 2025-07-17T06:36:08.4626435Z * [new tag] trunk/49ee1e7106db00778345efd7c70cc12d2ca6a91a -> trunk/49ee1e7106db00778345efd7c70cc12d2ca6a91a 2025-07-17T06:36:08.4627238Z * [new tag] trunk/4a26bb8a12ba5cb437ed5b7f035b5b533e07549e -> trunk/4a26bb8a12ba5cb437ed5b7f035b5b533e07549e 2025-07-17T06:36:08.4628046Z * [new tag] trunk/4a4cac0cefea3661cc69cfdafdba64832ee0841a -> trunk/4a4cac0cefea3661cc69cfdafdba64832ee0841a 2025-07-17T06:36:08.4628962Z * [new tag] trunk/4a80ddfbe70bf6b75acc3177e5d2095b285da841 -> trunk/4a80ddfbe70bf6b75acc3177e5d2095b285da841 2025-07-17T06:36:08.4629753Z * [new tag] trunk/4a8f5e752beb5a6809ba866c83f32dd464a47bfd -> trunk/4a8f5e752beb5a6809ba866c83f32dd464a47bfd 2025-07-17T06:36:08.4630555Z * [new tag] trunk/4a954fc1857ff41be604e8cae68908d41124b419 -> trunk/4a954fc1857ff41be604e8cae68908d41124b419 2025-07-17T06:36:08.4631360Z * [new tag] trunk/4ab4d29cbee1f90daf14444d5ca3a53653c7784d -> trunk/4ab4d29cbee1f90daf14444d5ca3a53653c7784d 2025-07-17T06:36:08.4632272Z * [new tag] trunk/4b11428cb5b3d97f3068a2dc4c55cee6ddd41979 -> trunk/4b11428cb5b3d97f3068a2dc4c55cee6ddd41979 2025-07-17T06:36:08.4633063Z * [new tag] trunk/4b4c2a7b1dfd88313801878c5b4e3855fe5232df -> trunk/4b4c2a7b1dfd88313801878c5b4e3855fe5232df 2025-07-17T06:36:08.4633863Z * [new tag] trunk/4b55871e06d6bad54eac45e45a9af615d758a39f -> trunk/4b55871e06d6bad54eac45e45a9af615d758a39f 2025-07-17T06:36:08.4819136Z * [new tag] trunk/4b6cbf528b8f7b95e02e3a0233945e0bb8b00f44 -> trunk/4b6cbf528b8f7b95e02e3a0233945e0bb8b00f44 2025-07-17T06:36:08.4819981Z * [new tag] trunk/4b9a6f7211123511e856ac8c8524bc332a741241 -> trunk/4b9a6f7211123511e856ac8c8524bc332a741241 2025-07-17T06:36:08.4820790Z * [new tag] trunk/4bb936d8b77c959efbff0bdb68f63e5a5faf60a9 -> trunk/4bb936d8b77c959efbff0bdb68f63e5a5faf60a9 2025-07-17T06:36:08.4821599Z * [new tag] trunk/4bc3e4b497948af0a48d08b427339efc8960fedb -> trunk/4bc3e4b497948af0a48d08b427339efc8960fedb 2025-07-17T06:36:08.4822380Z * [new tag] trunk/4bd18e31e5a38d0e84ce915b1fa124058c6373fa -> trunk/4bd18e31e5a38d0e84ce915b1fa124058c6373fa 2025-07-17T06:36:08.4823162Z * [new tag] trunk/4c0091fda65b714fa73671a15e379f814af153e0 -> trunk/4c0091fda65b714fa73671a15e379f814af153e0 2025-07-17T06:36:08.4823960Z * [new tag] trunk/4c0aa37dda605e7cf3372c71940d7e3a93ecef8d -> trunk/4c0aa37dda605e7cf3372c71940d7e3a93ecef8d 2025-07-17T06:36:08.4824753Z * [new tag] trunk/4c3da611c2a80fa5073b164974d7edc0577b9ca7 -> trunk/4c3da611c2a80fa5073b164974d7edc0577b9ca7 2025-07-17T06:36:08.4825531Z * [new tag] trunk/4c59edf0c5838087cbe09c67c6e0e776467a5f2d -> trunk/4c59edf0c5838087cbe09c67c6e0e776467a5f2d 2025-07-17T06:36:08.4826488Z * [new tag] trunk/4c8eb65efb147cd263fc02f5588683f530363a0f -> trunk/4c8eb65efb147cd263fc02f5588683f530363a0f 2025-07-17T06:36:08.4827292Z * [new tag] trunk/4cbbc8b4583e9dac4af7e8d1d8535546de21178c -> trunk/4cbbc8b4583e9dac4af7e8d1d8535546de21178c 2025-07-17T06:36:08.4828113Z * [new tag] trunk/4cc13c4af6dbd5aa36545ef577d0bee517cf8c57 -> trunk/4cc13c4af6dbd5aa36545ef577d0bee517cf8c57 2025-07-17T06:36:08.4828913Z * [new tag] trunk/4cd6e96bf0d13f168772f6ad44267b1ac7632a97 -> trunk/4cd6e96bf0d13f168772f6ad44267b1ac7632a97 2025-07-17T06:36:08.4829717Z * [new tag] trunk/4cdbdcdbcf2b7f7a52a5c61cb35064f7b4aa2e44 -> trunk/4cdbdcdbcf2b7f7a52a5c61cb35064f7b4aa2e44 2025-07-17T06:36:08.4830534Z * [new tag] trunk/4ce6e6ec8890a3f6ee604c9efb3ff153825ce575 -> trunk/4ce6e6ec8890a3f6ee604c9efb3ff153825ce575 2025-07-17T06:36:08.4831330Z * [new tag] trunk/4cfc0a320897b6ec75b85cfc07bc29009a824177 -> trunk/4cfc0a320897b6ec75b85cfc07bc29009a824177 2025-07-17T06:36:08.4832172Z * [new tag] trunk/4d055982e38f59fdb2a4c9d8855e58548bc42c12 -> trunk/4d055982e38f59fdb2a4c9d8855e58548bc42c12 2025-07-17T06:36:08.4832974Z * [new tag] trunk/4d3ecefda5a41df678fd68b020c521db95e9fbde -> trunk/4d3ecefda5a41df678fd68b020c521db95e9fbde 2025-07-17T06:36:08.4833769Z * [new tag] trunk/4d5d627e5ff3310318f9df80348ee419324228df -> trunk/4d5d627e5ff3310318f9df80348ee419324228df 2025-07-17T06:36:08.4834666Z * [new tag] trunk/4d9d884c3f5adc89b59d25d5a080498b76f9bb39 -> trunk/4d9d884c3f5adc89b59d25d5a080498b76f9bb39 2025-07-17T06:36:08.4835458Z * [new tag] trunk/4da98351b9e231bbbe83b5c590cf7d2ea382333a -> trunk/4da98351b9e231bbbe83b5c590cf7d2ea382333a 2025-07-17T06:36:08.4836257Z * [new tag] trunk/4dce5b71a0751aa4287c3a80adf07afc773ec4db -> trunk/4dce5b71a0751aa4287c3a80adf07afc773ec4db 2025-07-17T06:36:08.4837069Z * [new tag] trunk/4e13eca713c60ca63c1116823b99d2461a7422ef -> trunk/4e13eca713c60ca63c1116823b99d2461a7422ef 2025-07-17T06:36:08.4837826Z * [new tag] trunk/4e19477196547eb2e8157d6d132689373ffcf0fa -> trunk/4e19477196547eb2e8157d6d132689373ffcf0fa 2025-07-17T06:36:08.4838606Z * [new tag] trunk/4e8dd11be17a974e0ee5503b3061d4d47467844f -> trunk/4e8dd11be17a974e0ee5503b3061d4d47467844f 2025-07-17T06:36:08.4839401Z * [new tag] trunk/4ebd2690654ffe487c43941ebaea41b99914d8b7 -> trunk/4ebd2690654ffe487c43941ebaea41b99914d8b7 2025-07-17T06:36:08.4840188Z * [new tag] trunk/4ed1b03f7275075b1783d1deab946ced4ceba4d6 -> trunk/4ed1b03f7275075b1783d1deab946ced4ceba4d6 2025-07-17T06:36:08.4840968Z * [new tag] trunk/4ee4863232b9e07728d85254768bcba3aadc9b9a -> trunk/4ee4863232b9e07728d85254768bcba3aadc9b9a 2025-07-17T06:36:08.4841761Z * [new tag] trunk/4f36743f5eef2d9c40357eb5d8d8b1aeeacfbb2a -> trunk/4f36743f5eef2d9c40357eb5d8d8b1aeeacfbb2a 2025-07-17T06:36:08.4842545Z * [new tag] trunk/4f5b34427b57e8b876d12e6ce551f04a7c31cacf -> trunk/4f5b34427b57e8b876d12e6ce551f04a7c31cacf 2025-07-17T06:36:08.4843331Z * [new tag] trunk/4f5be5661240427fbbfbe1d137dce53ca32846b5 -> trunk/4f5be5661240427fbbfbe1d137dce53ca32846b5 2025-07-17T06:36:08.4844115Z * [new tag] trunk/4f70fbbd16d1f0d62af082246a95e56cffccc860 -> trunk/4f70fbbd16d1f0d62af082246a95e56cffccc860 2025-07-17T06:36:08.4844910Z * [new tag] trunk/4ff0e033c16aae064f05ee9300053cd304891673 -> trunk/4ff0e033c16aae064f05ee9300053cd304891673 2025-07-17T06:36:08.5525584Z * [new tag] trunk/4ff9b7fa3116b1c429e577830ac6e816734ad029 -> trunk/4ff9b7fa3116b1c429e577830ac6e816734ad029 2025-07-17T06:36:08.5526415Z * [new tag] trunk/502486d9466e81cda76c91d33eb869235480bee9 -> trunk/502486d9466e81cda76c91d33eb869235480bee9 2025-07-17T06:36:08.5527376Z * [new tag] trunk/503362d019b3782581492af7767945dbd75ca1c9 -> trunk/503362d019b3782581492af7767945dbd75ca1c9 2025-07-17T06:36:08.5528169Z * [new tag] trunk/508cdc4fc9f7a91b5fd3f20de38d673daebf1af3 -> trunk/508cdc4fc9f7a91b5fd3f20de38d673daebf1af3 2025-07-17T06:36:08.5528955Z * [new tag] trunk/50940270ae179134cd4f9072f04ffdd55daf808e -> trunk/50940270ae179134cd4f9072f04ffdd55daf808e 2025-07-17T06:36:08.5529738Z * [new tag] trunk/50b2069b61942e923528c94ccbbc8ab5e92c381e -> trunk/50b2069b61942e923528c94ccbbc8ab5e92c381e 2025-07-17T06:36:08.5530529Z * [new tag] trunk/50d8168c8b62990fda86398c9dee1dc8cbd6908d -> trunk/50d8168c8b62990fda86398c9dee1dc8cbd6908d 2025-07-17T06:36:08.5531291Z * [new tag] trunk/510c398a4f1dff9217938159d605290149358332 -> trunk/510c398a4f1dff9217938159d605290149358332 2025-07-17T06:36:08.5532062Z * [new tag] trunk/5116293f7eb587ada6076f3c3ea1711a0ec7ab4a -> trunk/5116293f7eb587ada6076f3c3ea1711a0ec7ab4a 2025-07-17T06:36:08.5532848Z * [new tag] trunk/5118a8f8a5a7906e26bcbd35370de3416b5cdab0 -> trunk/5118a8f8a5a7906e26bcbd35370de3416b5cdab0 2025-07-17T06:36:08.5533625Z * [new tag] trunk/51560797ce70aea353585d8381ee88c2e6c81075 -> trunk/51560797ce70aea353585d8381ee88c2e6c81075 2025-07-17T06:36:08.5534388Z * [new tag] trunk/517d2995e09603017f07f065c1ae5b8d25962cd2 -> trunk/517d2995e09603017f07f065c1ae5b8d25962cd2 2025-07-17T06:36:08.5535256Z * [new tag] trunk/51853b358e698f6a42c1eef045ab8fa766129ee1 -> trunk/51853b358e698f6a42c1eef045ab8fa766129ee1 2025-07-17T06:36:08.5536037Z * [new tag] trunk/51a708ffc679b13f99e4c7cf19bc00082a3266a6 -> trunk/51a708ffc679b13f99e4c7cf19bc00082a3266a6 2025-07-17T06:36:08.5536845Z * [new tag] trunk/51eb8e8f84bb9aa901cff17dd649e18b17a8908c -> trunk/51eb8e8f84bb9aa901cff17dd649e18b17a8908c 2025-07-17T06:36:08.5537645Z * [new tag] trunk/52214485747ceb0ea47ce5a09babb0b82b3282b8 -> trunk/52214485747ceb0ea47ce5a09babb0b82b3282b8 2025-07-17T06:36:08.5538436Z * [new tag] trunk/522a18bd6c094c766c0de9ef539682d1a3f04a15 -> trunk/522a18bd6c094c766c0de9ef539682d1a3f04a15 2025-07-17T06:36:08.5539263Z * [new tag] trunk/523b637cbeb69665072a2cf489ec1c5313b57670 -> trunk/523b637cbeb69665072a2cf489ec1c5313b57670 2025-07-17T06:36:08.5540088Z * [new tag] trunk/524e8270955788c53473497fd2cc16c5aa0e4c67 -> trunk/524e8270955788c53473497fd2cc16c5aa0e4c67 2025-07-17T06:36:08.5540866Z * [new tag] trunk/5264f8cd8d08272003298cdefe6bd60b1b8c80b4 -> trunk/5264f8cd8d08272003298cdefe6bd60b1b8c80b4 2025-07-17T06:36:08.5541629Z * [new tag] trunk/52772765e034622d1a86476e4bb19c28e3945f74 -> trunk/52772765e034622d1a86476e4bb19c28e3945f74 2025-07-17T06:36:08.5542390Z * [new tag] trunk/5285d1024376396a00fe750fe3d628c65dc26254 -> trunk/5285d1024376396a00fe750fe3d628c65dc26254 2025-07-17T06:36:08.5543164Z * [new tag] trunk/529e0357c6c4e74f8cd32c29198c5f1c9f6e329d -> trunk/529e0357c6c4e74f8cd32c29198c5f1c9f6e329d 2025-07-17T06:36:08.5543953Z * [new tag] trunk/52e4e41cbc36a5cf44395ff84ca2d069263560de -> trunk/52e4e41cbc36a5cf44395ff84ca2d069263560de 2025-07-17T06:36:08.5544765Z * [new tag] trunk/52edfb2cbcdded865645cc82bb1bb501fdcbdb52 -> trunk/52edfb2cbcdded865645cc82bb1bb501fdcbdb52 2025-07-17T06:36:08.5545557Z * [new tag] trunk/52f873adc23e7069ce95933d97ee514022cfbf7d -> trunk/52f873adc23e7069ce95933d97ee514022cfbf7d 2025-07-17T06:36:08.5546348Z * [new tag] trunk/53057fc16af2d381a61fe891b52ac8731ee9dfae -> trunk/53057fc16af2d381a61fe891b52ac8731ee9dfae 2025-07-17T06:36:08.5547124Z * [new tag] trunk/534c454e77ac0eefd52d63c60d42911e7f9617ea -> trunk/534c454e77ac0eefd52d63c60d42911e7f9617ea 2025-07-17T06:36:08.5547898Z * [new tag] trunk/53ab73090eb66d96e45ec134e41cf67266208954 -> trunk/53ab73090eb66d96e45ec134e41cf67266208954 2025-07-17T06:36:08.5548774Z * [new tag] trunk/53cd18f6b31bc2ea62985fda87e96aa17cd11bc1 -> trunk/53cd18f6b31bc2ea62985fda87e96aa17cd11bc1 2025-07-17T06:36:08.5549565Z * [new tag] trunk/53d06e18d9b165cb8aa0a5a3cbb6837ac3000c59 -> trunk/53d06e18d9b165cb8aa0a5a3cbb6837ac3000c59 2025-07-17T06:36:08.5550361Z * [new tag] trunk/53e0b9c3936176521ed8d71c00abd5b7499057c2 -> trunk/53e0b9c3936176521ed8d71c00abd5b7499057c2 2025-07-17T06:36:08.5740650Z * [new tag] trunk/541297daae63f74a90bac52c5db3540bf84bc971 -> trunk/541297daae63f74a90bac52c5db3540bf84bc971 2025-07-17T06:36:08.5741447Z * [new tag] trunk/5430990bd7d050f249b1cdf1f7d1016c4b17488d -> trunk/5430990bd7d050f249b1cdf1f7d1016c4b17488d 2025-07-17T06:36:08.5742224Z * [new tag] trunk/5435e7539930be7bd038683ce096038b30c5bb5f -> trunk/5435e7539930be7bd038683ce096038b30c5bb5f 2025-07-17T06:36:08.5743023Z * [new tag] trunk/545fbd58dc8b4f688f6b259cb671b3ec16a46810 -> trunk/545fbd58dc8b4f688f6b259cb671b3ec16a46810 2025-07-17T06:36:08.5743795Z * [new tag] trunk/54701a0c943245402fceeab0e55d7aa394303c20 -> trunk/54701a0c943245402fceeab0e55d7aa394303c20 2025-07-17T06:36:08.5744613Z * [new tag] trunk/5484890539823d9867c74209588abe095c9232a1 -> trunk/5484890539823d9867c74209588abe095c9232a1 2025-07-17T06:36:08.5745407Z * [new tag] trunk/548c9d8281d9b3d6d12e90c40b3387faf0e24c61 -> trunk/548c9d8281d9b3d6d12e90c40b3387faf0e24c61 2025-07-17T06:36:08.5746333Z * [new tag] trunk/54976bca103fcf2b5037cc0cd1b37c4639fcf779 -> trunk/54976bca103fcf2b5037cc0cd1b37c4639fcf779 2025-07-17T06:36:08.5747130Z * [new tag] trunk/54998c2daaf5b8919cf82367492dd3c5177ab935 -> trunk/54998c2daaf5b8919cf82367492dd3c5177ab935 2025-07-17T06:36:08.5747907Z * [new tag] trunk/54a4d34d100f4ebe45f486451967daba896e839c -> trunk/54a4d34d100f4ebe45f486451967daba896e839c 2025-07-17T06:36:08.5748692Z * [new tag] trunk/54a7e5b5983d237b324b50703bcb0919a6c4c296 -> trunk/54a7e5b5983d237b324b50703bcb0919a6c4c296 2025-07-17T06:36:08.5749477Z * [new tag] trunk/54b8087f638de57c1c93c4624d03f2f2c512b90e -> trunk/54b8087f638de57c1c93c4624d03f2f2c512b90e 2025-07-17T06:36:08.5750243Z * [new tag] trunk/55108074c0795be3b617d3b13b06794f63e1f8ca -> trunk/55108074c0795be3b617d3b13b06794f63e1f8ca 2025-07-17T06:36:08.5751084Z * [new tag] trunk/554b5680405e6197a985040ffe88157beb637450 -> trunk/554b5680405e6197a985040ffe88157beb637450 2025-07-17T06:36:08.5751912Z * [new tag] trunk/555f3562541992b66a550eca8e8740884b1247f8 -> trunk/555f3562541992b66a550eca8e8740884b1247f8 2025-07-17T06:36:08.5752682Z * [new tag] trunk/5596cefba623fcc0739f1e9568131a85973cf1f9 -> trunk/5596cefba623fcc0739f1e9568131a85973cf1f9 2025-07-17T06:36:08.5753466Z * [new tag] trunk/55d888a616be3c94d8e4073b4d1580541692997d -> trunk/55d888a616be3c94d8e4073b4d1580541692997d 2025-07-17T06:36:08.5754243Z * [new tag] trunk/55dae0bf7a4b501be91d0e022e675337dfe288ff -> trunk/55dae0bf7a4b501be91d0e022e675337dfe288ff 2025-07-17T06:36:08.5755062Z * [new tag] trunk/55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4 -> trunk/55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4 2025-07-17T06:36:08.5755867Z * [new tag] trunk/5606c516fd87e5c3594177e4ca64c3cac7fdafd5 -> trunk/5606c516fd87e5c3594177e4ca64c3cac7fdafd5 2025-07-17T06:36:08.5756682Z * [new tag] trunk/5633283574c458bd6a3cbb6a0a890f0cb9c8b2b5 -> trunk/5633283574c458bd6a3cbb6a0a890f0cb9c8b2b5 2025-07-17T06:36:08.5757504Z * [new tag] trunk/563fd95563c5edd732ae260b3bd3d0c38822ab57 -> trunk/563fd95563c5edd732ae260b3bd3d0c38822ab57 2025-07-17T06:36:08.5758269Z * [new tag] trunk/565fd079099d33a81c11d7b36581f09441ba6efa -> trunk/565fd079099d33a81c11d7b36581f09441ba6efa 2025-07-17T06:36:08.5759156Z * [new tag] trunk/568ca89bac9a80a66d664593a26ae69ac604796e -> trunk/568ca89bac9a80a66d664593a26ae69ac604796e 2025-07-17T06:36:08.5759957Z * [new tag] trunk/5692cbb818f1af9fcce9234e202d232afa5f3fa3 -> trunk/5692cbb818f1af9fcce9234e202d232afa5f3fa3 2025-07-17T06:36:08.5760739Z * [new tag] trunk/56b03df6ac5b4185a2b7b92f253565500a5b51ca -> trunk/56b03df6ac5b4185a2b7b92f253565500a5b51ca 2025-07-17T06:36:08.5761528Z * [new tag] trunk/56b3bf0c74f5837fd4fa6293bc515d353cb10295 -> trunk/56b3bf0c74f5837fd4fa6293bc515d353cb10295 2025-07-17T06:36:08.5762315Z * [new tag] trunk/56c69bedcc7e2211e5a3d6249e51b1674be5d10e -> trunk/56c69bedcc7e2211e5a3d6249e51b1674be5d10e 2025-07-17T06:36:08.5763184Z * [new tag] trunk/5763ec5f8d11df5eea962bedc74563394c0e273f -> trunk/5763ec5f8d11df5eea962bedc74563394c0e273f 2025-07-17T06:36:08.5763973Z * [new tag] trunk/577baa411675ed241c7d5cf79f25c13e29dac583 -> trunk/577baa411675ed241c7d5cf79f25c13e29dac583 2025-07-17T06:36:08.5764756Z * [new tag] trunk/57e4d7b5ccb8e35b434b62cc1f9aafb7d4d82b55 -> trunk/57e4d7b5ccb8e35b434b62cc1f9aafb7d4d82b55 2025-07-17T06:36:08.5765541Z * [new tag] trunk/584a0510b30b2472e54197d6b67b6f5f5e8ac807 -> trunk/584a0510b30b2472e54197d6b67b6f5f5e8ac807 2025-07-17T06:36:08.5766325Z * [new tag] trunk/588b5fb94bc6d2195ba5a4287b7feebe736da7db -> trunk/588b5fb94bc6d2195ba5a4287b7feebe736da7db 2025-07-17T06:36:08.5956891Z * [new tag] trunk/58e5d20c57e6baafd82b3b49c0e52931f5ae5d51 -> trunk/58e5d20c57e6baafd82b3b49c0e52931f5ae5d51 2025-07-17T06:36:08.5957733Z * [new tag] trunk/590607c5992d200b86361c5b68d53c93d8099193 -> trunk/590607c5992d200b86361c5b68d53c93d8099193 2025-07-17T06:36:08.5958521Z * [new tag] trunk/590fe4d2d7565f2045ef1ad4f4aad1f3b3de7aa3 -> trunk/590fe4d2d7565f2045ef1ad4f4aad1f3b3de7aa3 2025-07-17T06:36:08.5959326Z * [new tag] trunk/5951fcd50acc51bb91beae8488758f35219da849 -> trunk/5951fcd50acc51bb91beae8488758f35219da849 2025-07-17T06:36:08.5960108Z * [new tag] trunk/596b418391aa5d520e69310250c1f86c6c0a1107 -> trunk/596b418391aa5d520e69310250c1f86c6c0a1107 2025-07-17T06:36:08.5960875Z * [new tag] trunk/59c3cac4547aafd2f718b7c64053098cc5886878 -> trunk/59c3cac4547aafd2f718b7c64053098cc5886878 2025-07-17T06:36:08.5961688Z * [new tag] trunk/59eb61b2d1e4b64debbefa036acd0d8c7d55f0a3 -> trunk/59eb61b2d1e4b64debbefa036acd0d8c7d55f0a3 2025-07-17T06:36:08.5962605Z * [new tag] trunk/59f9b25f3cfc635053843372ea29ff4bf754da3f -> trunk/59f9b25f3cfc635053843372ea29ff4bf754da3f 2025-07-17T06:36:08.5963393Z * [new tag] trunk/5a2db5152d23f76dbb45d20008d9af68e761e8d1 -> trunk/5a2db5152d23f76dbb45d20008d9af68e761e8d1 2025-07-17T06:36:08.5964184Z * [new tag] trunk/5a533f74a160f6a570c2b9770ffdd89874ba59e2 -> trunk/5a533f74a160f6a570c2b9770ffdd89874ba59e2 2025-07-17T06:36:08.5964972Z * [new tag] trunk/5a54db14e3843cfa87fd8d27487dbf2f2dfb6c47 -> trunk/5a54db14e3843cfa87fd8d27487dbf2f2dfb6c47 2025-07-17T06:36:08.5965772Z * [new tag] trunk/5a5a05a6a3be376130848e235df73b752eef0230 -> trunk/5a5a05a6a3be376130848e235df73b752eef0230 2025-07-17T06:36:08.5966566Z * [new tag] trunk/5ab257c74c8e3ffe99380790de2134ba8013555e -> trunk/5ab257c74c8e3ffe99380790de2134ba8013555e 2025-07-17T06:36:08.5967349Z * [new tag] trunk/5ab6a3fb6fd37c542060c606edd4b95c7e3cae82 -> trunk/5ab6a3fb6fd37c542060c606edd4b95c7e3cae82 2025-07-17T06:36:08.5968157Z * [new tag] trunk/5ad2bee2c8a7defd2580bb138145a49c37146fcc -> trunk/5ad2bee2c8a7defd2580bb138145a49c37146fcc 2025-07-17T06:36:08.5968974Z * [new tag] trunk/5aee022d8b2bc9d31ddaf877315ffb8ad9d62985 -> trunk/5aee022d8b2bc9d31ddaf877315ffb8ad9d62985 2025-07-17T06:36:08.5969881Z * [new tag] trunk/5b10b0a96f9abf8c2751db324f0773aa433ec783 -> trunk/5b10b0a96f9abf8c2751db324f0773aa433ec783 2025-07-17T06:36:08.5970674Z * [new tag] trunk/5b4e0255d7ed756c312fb74ffcf17fe62c903bd7 -> trunk/5b4e0255d7ed756c312fb74ffcf17fe62c903bd7 2025-07-17T06:36:08.5971456Z * [new tag] trunk/5b656289064311e8bb08e1148db7d9b41f9d7ac8 -> trunk/5b656289064311e8bb08e1148db7d9b41f9d7ac8 2025-07-17T06:36:08.5972245Z * [new tag] trunk/5b9db4335e61c1c903cb0769282cbea588e49036 -> trunk/5b9db4335e61c1c903cb0769282cbea588e49036 2025-07-17T06:36:08.5973058Z * [new tag] trunk/5bd7804be2186f1756fba75ecc900d3b19016ad5 -> trunk/5bd7804be2186f1756fba75ecc900d3b19016ad5 2025-07-17T06:36:08.5973841Z * [new tag] trunk/5c79a55e7e58c6382c7ce02da1cd07d358239d94 -> trunk/5c79a55e7e58c6382c7ce02da1cd07d358239d94 2025-07-17T06:36:08.5974628Z * [new tag] trunk/5c7e1d39ab81647300d60e7cc22b24acf2641457 -> trunk/5c7e1d39ab81647300d60e7cc22b24acf2641457 2025-07-17T06:36:08.5975422Z * [new tag] trunk/5cc4e856fda4accb2e9291527693a91dc2a18d89 -> trunk/5cc4e856fda4accb2e9291527693a91dc2a18d89 2025-07-17T06:36:08.5976210Z * [new tag] trunk/5cfe4377d6f3b5845ba1f67122e5fbda8d642ecd -> trunk/5cfe4377d6f3b5845ba1f67122e5fbda8d642ecd 2025-07-17T06:36:08.5977003Z * [new tag] trunk/5d5a5b3501dfb0759ed36d0a88b65cdcd87c1e27 -> trunk/5d5a5b3501dfb0759ed36d0a88b65cdcd87c1e27 2025-07-17T06:36:08.5977894Z * [new tag] trunk/5d8d126249f83a9581f6b086f0891753bbb7175e -> trunk/5d8d126249f83a9581f6b086f0891753bbb7175e 2025-07-17T06:36:08.5978768Z * [new tag] trunk/5db9a2b54ae69917753be5b2eef0e15ad3cfd19b -> trunk/5db9a2b54ae69917753be5b2eef0e15ad3cfd19b 2025-07-17T06:36:08.5979588Z * [new tag] trunk/5dc75f72d4ede12067ddca459e02c8ee8a95e02c -> trunk/5dc75f72d4ede12067ddca459e02c8ee8a95e02c 2025-07-17T06:36:08.5980384Z * [new tag] trunk/5dd07c70e53a86b73f49711b8186d86dc4f1b32a -> trunk/5dd07c70e53a86b73f49711b8186d86dc4f1b32a 2025-07-17T06:36:08.5981166Z * [new tag] trunk/5dd9652389ed7959a842323e4ce063f553710e47 -> trunk/5dd9652389ed7959a842323e4ce063f553710e47 2025-07-17T06:36:08.5981937Z * [new tag] trunk/5df3bf13ec4e436abefe9d3822230727c04c2ab7 -> trunk/5df3bf13ec4e436abefe9d3822230727c04c2ab7 2025-07-17T06:36:08.6215748Z * [new tag] trunk/5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 -> trunk/5dfd8a9c7a464bb42e81b8594eefd2fa865e5423 2025-07-17T06:36:08.6216660Z * [new tag] trunk/5dfe1787b5ed372fe1e9f0d73fab4e53a61bd17a -> trunk/5dfe1787b5ed372fe1e9f0d73fab4e53a61bd17a 2025-07-17T06:36:08.6217586Z * [new tag] trunk/5e18bc333144473f1f10bc8a5ba05dba7950fb8a -> trunk/5e18bc333144473f1f10bc8a5ba05dba7950fb8a 2025-07-17T06:36:08.6218395Z * [new tag] trunk/5e636d664ae0ccfdc1f0c5b060eb50fabf56e91b -> trunk/5e636d664ae0ccfdc1f0c5b060eb50fabf56e91b 2025-07-17T06:36:08.6219212Z * [new tag] trunk/5e93abe3c0106cf6fc694a38433909f20ee6a92c -> trunk/5e93abe3c0106cf6fc694a38433909f20ee6a92c 2025-07-17T06:36:08.6219988Z * [new tag] trunk/5eb5c3700bf51015e6a46f9f20c0e0e20cf55ab6 -> trunk/5eb5c3700bf51015e6a46f9f20c0e0e20cf55ab6 2025-07-17T06:36:08.6220774Z * [new tag] trunk/5f1225ef487a4c3954499a8ae5b5a55751e3ef2b -> trunk/5f1225ef487a4c3954499a8ae5b5a55751e3ef2b 2025-07-17T06:36:08.6221562Z * [new tag] trunk/5fb07acbc32874a932cd26087cf752b2f4cc72df -> trunk/5fb07acbc32874a932cd26087cf752b2f4cc72df 2025-07-17T06:36:08.6222349Z * [new tag] trunk/5fbaa041e75af11c7ff892e544707820232bd750 -> trunk/5fbaa041e75af11c7ff892e544707820232bd750 2025-07-17T06:36:08.6223180Z * [new tag] trunk/602044068359a3be08b2030a1bb1efb4dc107767 -> trunk/602044068359a3be08b2030a1bb1efb4dc107767 2025-07-17T06:36:08.6224125Z * [new tag] trunk/603a54a9b33e1aabe1407721d7935b881a160968 -> trunk/603a54a9b33e1aabe1407721d7935b881a160968 2025-07-17T06:36:08.6224910Z * [new tag] trunk/606d73bde495b055984206986fb7dd8918570e89 -> trunk/606d73bde495b055984206986fb7dd8918570e89 2025-07-17T06:36:08.6225703Z * [new tag] trunk/6098209bfffa453ec2cea08b0c9991b3b7e2bfeb -> trunk/6098209bfffa453ec2cea08b0c9991b3b7e2bfeb 2025-07-17T06:36:08.6226493Z * [new tag] trunk/60abb0d3273749cb2a7d583c7c2863bd2819e87e -> trunk/60abb0d3273749cb2a7d583c7c2863bd2819e87e 2025-07-17T06:36:08.6227291Z * [new tag] trunk/60b41de0ca0e5240eccf15c26a2b55b4a34d6f47 -> trunk/60b41de0ca0e5240eccf15c26a2b55b4a34d6f47 2025-07-17T06:36:08.6228087Z * [new tag] trunk/60e66d11ab3d62273cafa7f6b104db7e20f75dfd -> trunk/60e66d11ab3d62273cafa7f6b104db7e20f75dfd 2025-07-17T06:36:08.6228907Z * [new tag] trunk/61712e6f2ba58cce354a742d918934ec7293ee43 -> trunk/61712e6f2ba58cce354a742d918934ec7293ee43 2025-07-17T06:36:08.6229733Z * [new tag] trunk/617e3f69f8479197be57a28cc31e001c3feec407 -> trunk/617e3f69f8479197be57a28cc31e001c3feec407 2025-07-17T06:36:08.6230496Z * [new tag] trunk/61a7b09ef39907b6c4b47445f965c4c77cc6c2ed -> trunk/61a7b09ef39907b6c4b47445f965c4c77cc6c2ed 2025-07-17T06:36:08.6231275Z * [new tag] trunk/61b271e0f3f93209325dea9dccb1e97e7bc16b41 -> trunk/61b271e0f3f93209325dea9dccb1e97e7bc16b41 2025-07-17T06:36:08.6232254Z * [new tag] trunk/61e13782ddddf9e957c984ef11d7bb7643b871e7 -> trunk/61e13782ddddf9e957c984ef11d7bb7643b871e7 2025-07-17T06:36:08.6233039Z * [new tag] trunk/61eaaa21a42398941ea3fb01585a0926e9544831 -> trunk/61eaaa21a42398941ea3fb01585a0926e9544831 2025-07-17T06:36:08.6233818Z * [new tag] trunk/61f6aa36b9f9a168bd3c710c449f0a78c0301972 -> trunk/61f6aa36b9f9a168bd3c710c449f0a78c0301972 2025-07-17T06:36:08.6234580Z * [new tag] trunk/6200584193b770411b7f91880bbff6f746acfcb0 -> trunk/6200584193b770411b7f91880bbff6f746acfcb0 2025-07-17T06:36:08.6235429Z * [new tag] trunk/620415e018cd67e45d5c0a87964aff8751c9bf71 -> trunk/620415e018cd67e45d5c0a87964aff8751c9bf71 2025-07-17T06:36:08.6236366Z * [new tag] trunk/6215e90b7b9af8275c5dbfaa5fd58d7ec08b6764 -> trunk/6215e90b7b9af8275c5dbfaa5fd58d7ec08b6764 2025-07-17T06:36:08.6237149Z * [new tag] trunk/62272d5b24e7f505a02175de3c56ecc287557d2a -> trunk/62272d5b24e7f505a02175de3c56ecc287557d2a 2025-07-17T06:36:08.6237928Z * [new tag] trunk/627ba411366bcc15019c49756d3f22fd3914bd50 -> trunk/627ba411366bcc15019c49756d3f22fd3914bd50 2025-07-17T06:36:08.6238723Z * [new tag] trunk/62fa3f5aebfe763f5de27e687e4c81df7c7080e3 -> trunk/62fa3f5aebfe763f5de27e687e4c81df7c7080e3 2025-07-17T06:36:08.6239518Z * [new tag] trunk/6303cc41b71c02af9c855f3cc85b1146a97fc7a8 -> trunk/6303cc41b71c02af9c855f3cc85b1146a97fc7a8 2025-07-17T06:36:08.6240297Z * [new tag] trunk/63360e64da814de8ce271f1e4b6e2380a03b585e -> trunk/63360e64da814de8ce271f1e4b6e2380a03b585e 2025-07-17T06:36:08.6241121Z * [new tag] trunk/63a96eaeb84f5af6e83c7360c09f5540a44d19ca -> trunk/63a96eaeb84f5af6e83c7360c09f5540a44d19ca 2025-07-17T06:36:08.6241960Z * [new tag] trunk/63e87d6d05dc05ed7cc642c0cf8fd1cd2e3b93a1 -> trunk/63e87d6d05dc05ed7cc642c0cf8fd1cd2e3b93a1 2025-07-17T06:36:08.6430462Z * [new tag] trunk/6401d1d53d13cb2d564d48a30a8cf4f952ff773d -> trunk/6401d1d53d13cb2d564d48a30a8cf4f952ff773d 2025-07-17T06:36:08.6431267Z * [new tag] trunk/640703d95f210876f20f8f16c868442dad17b477 -> trunk/640703d95f210876f20f8f16c868442dad17b477 2025-07-17T06:36:08.6432083Z * [new tag] trunk/640f5a70905b01405f1ce397d25308d3e6a1d421 -> trunk/640f5a70905b01405f1ce397d25308d3e6a1d421 2025-07-17T06:36:08.6432859Z * [new tag] trunk/6442ae9256a6936bc8efe31fc5326d5c1c1f660b -> trunk/6442ae9256a6936bc8efe31fc5326d5c1c1f660b 2025-07-17T06:36:08.6433784Z * [new tag] trunk/64436c38c956b252d8c9f6f68e94fb46c34efdac -> trunk/64436c38c956b252d8c9f6f68e94fb46c34efdac 2025-07-17T06:36:08.6434579Z * [new tag] trunk/644cc58dfffe1b5bd15688495551b49462c163f6 -> trunk/644cc58dfffe1b5bd15688495551b49462c163f6 2025-07-17T06:36:08.6435442Z * [new tag] trunk/64bb6317a57d14c37339d86cded7c6b860c7d638 -> trunk/64bb6317a57d14c37339d86cded7c6b860c7d638 2025-07-17T06:36:08.6436256Z * [new tag] trunk/64f2ec77f869a7d495694519fb482e9ecaaa6da1 -> trunk/64f2ec77f869a7d495694519fb482e9ecaaa6da1 2025-07-17T06:36:08.6437047Z * [new tag] trunk/651b4a68f2a60d55d266e40776709247ef347d68 -> trunk/651b4a68f2a60d55d266e40776709247ef347d68 2025-07-17T06:36:08.6437813Z * [new tag] trunk/653c52fe52254e6783d75a73c3a8abbfd9cd2b3c -> trunk/653c52fe52254e6783d75a73c3a8abbfd9cd2b3c 2025-07-17T06:36:08.6438608Z * [new tag] trunk/655b3b14ffba4ae73e26a63b4289329e8d160a6f -> trunk/655b3b14ffba4ae73e26a63b4289329e8d160a6f 2025-07-17T06:36:08.6439398Z * [new tag] trunk/65b9c13cce43a7a8666ca1ef12b554a5dcfd2492 -> trunk/65b9c13cce43a7a8666ca1ef12b554a5dcfd2492 2025-07-17T06:36:08.6440192Z * [new tag] trunk/65fcca4f8c97de82d35d51ad9b790d10433e9b91 -> trunk/65fcca4f8c97de82d35d51ad9b790d10433e9b91 2025-07-17T06:36:08.6441024Z * [new tag] trunk/660695f11dd73efbe2694be0ed5826e4624f22e4 -> trunk/660695f11dd73efbe2694be0ed5826e4624f22e4 2025-07-17T06:36:08.6441965Z * [new tag] trunk/660dbea909b98f19dc0239a7ae565f8a52cfe846 -> trunk/660dbea909b98f19dc0239a7ae565f8a52cfe846 2025-07-17T06:36:08.6442760Z * [new tag] trunk/6629eaf0c658b523eed47a98c0a3e6b44fd89c6b -> trunk/6629eaf0c658b523eed47a98c0a3e6b44fd89c6b 2025-07-17T06:36:08.6443554Z * [new tag] trunk/662c1cfed2bf3262709f1150fcb11e96bc29e142 -> trunk/662c1cfed2bf3262709f1150fcb11e96bc29e142 2025-07-17T06:36:08.6444336Z * [new tag] trunk/670dab6c630552b32189911f22896ec453e55ab7 -> trunk/670dab6c630552b32189911f22896ec453e55ab7 2025-07-17T06:36:08.6445119Z * [new tag] trunk/671a9d175b7e15b4947c97f50b931dba1cc35a63 -> trunk/671a9d175b7e15b4947c97f50b931dba1cc35a63 2025-07-17T06:36:08.6445903Z * [new tag] trunk/672ac2ec86d8ffe080399363df96597437e51115 -> trunk/672ac2ec86d8ffe080399363df96597437e51115 2025-07-17T06:36:08.6446685Z * [new tag] trunk/67ee0c6725e8dd2d0372ff902775b7040631aaf7 -> trunk/67ee0c6725e8dd2d0372ff902775b7040631aaf7 2025-07-17T06:36:08.6447542Z * [new tag] trunk/67f8270516ef877aec85801e4a8d0b533687e938 -> trunk/67f8270516ef877aec85801e4a8d0b533687e938 2025-07-17T06:36:08.6448347Z * [new tag] trunk/6835ba1b3409d9764c6e704cdc0311d53ea0841a -> trunk/6835ba1b3409d9764c6e704cdc0311d53ea0841a 2025-07-17T06:36:08.6449127Z * [new tag] trunk/68996dc18306ac0320ac5e6979f1a7a7a226b3cc -> trunk/68996dc18306ac0320ac5e6979f1a7a7a226b3cc 2025-07-17T06:36:08.6449921Z * [new tag] trunk/68f36683f0c0dfe7befeba2b65dee30faf88f7cc -> trunk/68f36683f0c0dfe7befeba2b65dee30faf88f7cc 2025-07-17T06:36:08.6450698Z * [new tag] trunk/6918758f554790e1155fe9f3ee4120692347680a -> trunk/6918758f554790e1155fe9f3ee4120692347680a 2025-07-17T06:36:08.6451470Z * [new tag] trunk/693116f765ede6632d3dd8ef3ffe01cc40b960b9 -> trunk/693116f765ede6632d3dd8ef3ffe01cc40b960b9 2025-07-17T06:36:08.6452246Z * [new tag] trunk/694028f50269c9f34721db813e9ee1a8221c99b2 -> trunk/694028f50269c9f34721db813e9ee1a8221c99b2 2025-07-17T06:36:08.6453001Z * [new tag] trunk/6959b5febe090375e261e678902681533d2e2528 -> trunk/6959b5febe090375e261e678902681533d2e2528 2025-07-17T06:36:08.6453765Z * [new tag] trunk/69f2e09cc241176d6128a8f92f9490422c5b81b3 -> trunk/69f2e09cc241176d6128a8f92f9490422c5b81b3 2025-07-17T06:36:08.6454617Z * [new tag] trunk/6a3d00aa3b1e54feeb040891bfe2c59c36b9443c -> trunk/6a3d00aa3b1e54feeb040891bfe2c59c36b9443c 2025-07-17T06:36:08.6455421Z * [new tag] trunk/6abe450a6fda580714a276ed2dd695ab99074b93 -> trunk/6abe450a6fda580714a276ed2dd695ab99074b93 2025-07-17T06:36:08.6654525Z * [new tag] trunk/6b05842e4785f52ab89a8fa2a88f9e6f2316cbbd -> trunk/6b05842e4785f52ab89a8fa2a88f9e6f2316cbbd 2025-07-17T06:36:08.6655378Z * [new tag] trunk/6b1211df294e57d59c1e1717b1fedc671ec5bd5a -> trunk/6b1211df294e57d59c1e1717b1fedc671ec5bd5a 2025-07-17T06:36:08.6656189Z * [new tag] trunk/6b2bef10afae4acb18f230a496392b673c954ce7 -> trunk/6b2bef10afae4acb18f230a496392b673c954ce7 2025-07-17T06:36:08.6657006Z * [new tag] trunk/6b3eef6d316ce33ef0f0416c2f3f6a827ac4fe30 -> trunk/6b3eef6d316ce33ef0f0416c2f3f6a827ac4fe30 2025-07-17T06:36:08.6657784Z * [new tag] trunk/6b45af38a5991134f45d9750b79c767688ba3761 -> trunk/6b45af38a5991134f45d9750b79c767688ba3761 2025-07-17T06:36:08.6658610Z * [new tag] trunk/6b7767fc8d759017b5fc2a7002051cf5c05615a9 -> trunk/6b7767fc8d759017b5fc2a7002051cf5c05615a9 2025-07-17T06:36:08.6659425Z * [new tag] trunk/6b84cb29f97957032c5aa91b4e2a6bfa166db04d -> trunk/6b84cb29f97957032c5aa91b4e2a6bfa166db04d 2025-07-17T06:36:08.6660214Z * [new tag] trunk/6bc263809de610e2fcdf594c122a0f99c6c7d96f -> trunk/6bc263809de610e2fcdf594c122a0f99c6c7d96f 2025-07-17T06:36:08.6661135Z * [new tag] trunk/6c008e2fb5a94342c5c4047d034c61bb067fa2b7 -> trunk/6c008e2fb5a94342c5c4047d034c61bb067fa2b7 2025-07-17T06:36:08.6661926Z * [new tag] trunk/6c05f2fca049344fbbb55eed7a6c866f34c8a477 -> trunk/6c05f2fca049344fbbb55eed7a6c866f34c8a477 2025-07-17T06:36:08.6662728Z * [new tag] trunk/6c0b42fd2f2c070f4c7ef9a3914698726f61ef3a -> trunk/6c0b42fd2f2c070f4c7ef9a3914698726f61ef3a 2025-07-17T06:36:08.6663516Z * [new tag] trunk/6c24c6633a00608d8c20805a77fae55f6b8fe9a6 -> trunk/6c24c6633a00608d8c20805a77fae55f6b8fe9a6 2025-07-17T06:36:08.6664329Z * [new tag] trunk/6c42afe1964496e1b02be1442470f254e35eb199 -> trunk/6c42afe1964496e1b02be1442470f254e35eb199 2025-07-17T06:36:08.6665150Z * [new tag] trunk/6c5227ba00a2904365af566c24b4681cd01a041c -> trunk/6c5227ba00a2904365af566c24b4681cd01a041c 2025-07-17T06:36:08.6665909Z * [new tag] trunk/6c795306378c47341d58109da03371bba2bec46e -> trunk/6c795306378c47341d58109da03371bba2bec46e 2025-07-17T06:36:08.6666683Z * [new tag] trunk/6cc490d40b16b3be7ecc8943fe1bc594246caab3 -> trunk/6cc490d40b16b3be7ecc8943fe1bc594246caab3 2025-07-17T06:36:08.6667462Z * [new tag] trunk/6d02321472ee0761092166dd273eb3ec386cf0c0 -> trunk/6d02321472ee0761092166dd273eb3ec386cf0c0 2025-07-17T06:36:08.6668209Z * [new tag] trunk/6d2155db498375317e2101068a220439dba80939 -> trunk/6d2155db498375317e2101068a220439dba80939 2025-07-17T06:36:08.6668982Z * [new tag] trunk/6d3a4356f61b28a14abd95f641e2615deb186365 -> trunk/6d3a4356f61b28a14abd95f641e2615deb186365 2025-07-17T06:36:08.6669767Z * [new tag] trunk/6d5c789ad5f5d162426a5a10c84813ec923dd8ee -> trunk/6d5c789ad5f5d162426a5a10c84813ec923dd8ee 2025-07-17T06:36:08.6670618Z * [new tag] trunk/6dc2b22269f82a1feec06b5e3e79b184704cc0ba -> trunk/6dc2b22269f82a1feec06b5e3e79b184704cc0ba 2025-07-17T06:36:08.6671414Z * [new tag] trunk/6de41ce0f899604c3f8b33e1f8d37eb89b3a963e -> trunk/6de41ce0f899604c3f8b33e1f8d37eb89b3a963e 2025-07-17T06:36:08.6672271Z * [new tag] trunk/6defd5084e3fd330561095252c30ea50efa8e0ca -> trunk/6defd5084e3fd330561095252c30ea50efa8e0ca 2025-07-17T06:36:08.6673074Z * [new tag] trunk/6dfada220e4f46c28df3a6bdf57260ca0717c4bd -> trunk/6dfada220e4f46c28df3a6bdf57260ca0717c4bd 2025-07-17T06:36:08.6673989Z * [new tag] trunk/6e17315cd33892919dc6deb6a9ecb568dda6195e -> trunk/6e17315cd33892919dc6deb6a9ecb568dda6195e 2025-07-17T06:36:08.6674762Z * [new tag] trunk/6e185c53124e1b5a0fe391959060c1249178bcb6 -> trunk/6e185c53124e1b5a0fe391959060c1249178bcb6 2025-07-17T06:36:08.6675522Z * [new tag] trunk/6e2992a9984f2c3f6469564008c7e45869b84678 -> trunk/6e2992a9984f2c3f6469564008c7e45869b84678 2025-07-17T06:36:08.6676363Z * [new tag] trunk/6ea91f067256447cda6fae533f806c1f8baafbe2 -> trunk/6ea91f067256447cda6fae533f806c1f8baafbe2 2025-07-17T06:36:08.6677156Z * [new tag] trunk/6eb6f198e1a28e904ce00a132c43aa2536419664 -> trunk/6eb6f198e1a28e904ce00a132c43aa2536419664 2025-07-17T06:36:08.6677959Z * [new tag] trunk/6ebe9a4f47e9cd1c9ccd467bcdfdea9445fd98d6 -> trunk/6ebe9a4f47e9cd1c9ccd467bcdfdea9445fd98d6 2025-07-17T06:36:08.6678748Z * [new tag] trunk/6ed85bfe6a1704a87a492a3381414186eb439f5e -> trunk/6ed85bfe6a1704a87a492a3381414186eb439f5e 2025-07-17T06:36:08.6679552Z * [new tag] trunk/6ef70edd9a9acee76a607bdd22bac400c8e29434 -> trunk/6ef70edd9a9acee76a607bdd22bac400c8e29434 2025-07-17T06:36:08.6680359Z * [new tag] trunk/6f05d58f2b0bc4779fbed9db5b0f80af1c686dcd -> trunk/6f05d58f2b0bc4779fbed9db5b0f80af1c686dcd 2025-07-17T06:36:08.6869175Z * [new tag] trunk/6f23f53599629a47d6e097b2a027048658a142d4 -> trunk/6f23f53599629a47d6e097b2a027048658a142d4 2025-07-17T06:36:08.6870123Z * [new tag] trunk/6f60cfe9b1445271f8b83f58b4c4f12578d837d3 -> trunk/6f60cfe9b1445271f8b83f58b4c4f12578d837d3 2025-07-17T06:36:08.6870906Z * [new tag] trunk/6fb62931593fc10252e4994cd1a0595ebf8e990f -> trunk/6fb62931593fc10252e4994cd1a0595ebf8e990f 2025-07-17T06:36:08.6871698Z * [new tag] trunk/6fe7456aa1a2d025d1d06e15ba3896e6adba94b8 -> trunk/6fe7456aa1a2d025d1d06e15ba3896e6adba94b8 2025-07-17T06:36:08.6872546Z * [new tag] trunk/6ffa03ef9e18299f41da076f421abbd32e51e175 -> trunk/6ffa03ef9e18299f41da076f421abbd32e51e175 2025-07-17T06:36:08.6873337Z * [new tag] trunk/702a304b0785d2dfe3d9bd4eed535c38e969818d -> trunk/702a304b0785d2dfe3d9bd4eed535c38e969818d 2025-07-17T06:36:08.6874129Z * [new tag] trunk/706bc41c4c3caa2654a926382c2ef0ef4d0bc55e -> trunk/706bc41c4c3caa2654a926382c2ef0ef4d0bc55e 2025-07-17T06:36:08.6874936Z * [new tag] trunk/706e236b080cadd5b8a016e4bf972cdb0886d57b -> trunk/706e236b080cadd5b8a016e4bf972cdb0886d57b 2025-07-17T06:36:08.6875711Z * [new tag] trunk/7070ab318061d44f195a83b6dc11ef9299603dfe -> trunk/7070ab318061d44f195a83b6dc11ef9299603dfe 2025-07-17T06:36:08.6876508Z * [new tag] trunk/7081b8233a64c350c64e9f00c9b9d00e52020241 -> trunk/7081b8233a64c350c64e9f00c9b9d00e52020241 2025-07-17T06:36:08.6877277Z * [new tag] trunk/70b68caf58815419924ddeda231cbf6535181c53 -> trunk/70b68caf58815419924ddeda231cbf6535181c53 2025-07-17T06:36:08.6878073Z * [new tag] trunk/70bb34929aabc9c11d9ec9bbb53a4f9fc32e5e19 -> trunk/70bb34929aabc9c11d9ec9bbb53a4f9fc32e5e19 2025-07-17T06:36:08.6878857Z * [new tag] trunk/710b92cf3b577036d551708b351b4043817233f5 -> trunk/710b92cf3b577036d551708b351b4043817233f5 2025-07-17T06:36:08.6879607Z * [new tag] trunk/717a099d427d97a62c26fee58f9da9a0893d4233 -> trunk/717a099d427d97a62c26fee58f9da9a0893d4233 2025-07-17T06:36:08.6880402Z * [new tag] trunk/71a650ad565fe75ca752acbc8b40fb9ce677f40f -> trunk/71a650ad565fe75ca752acbc8b40fb9ce677f40f 2025-07-17T06:36:08.6881191Z * [new tag] trunk/720c2c46b181ad446bf970d70a27fd0ce149114d -> trunk/720c2c46b181ad446bf970d70a27fd0ce149114d 2025-07-17T06:36:08.6881963Z * [new tag] trunk/721d2580dbf9a4922adc1c7d1cc8237126d3cdd6 -> trunk/721d2580dbf9a4922adc1c7d1cc8237126d3cdd6 2025-07-17T06:36:08.6883414Z * [new tag] trunk/72453a66769294e93a183dfb5bdefa23de873d89 -> trunk/72453a66769294e93a183dfb5bdefa23de873d89 2025-07-17T06:36:08.6884186Z * [new tag] trunk/725c3272848c408d0fa2cba4de76affe90f793b5 -> trunk/725c3272848c408d0fa2cba4de76affe90f793b5 2025-07-17T06:36:08.6885039Z * [new tag] trunk/7275f280454f790414b24147a2ba7f94d0eabcf6 -> trunk/7275f280454f790414b24147a2ba7f94d0eabcf6 2025-07-17T06:36:08.6885849Z * [new tag] trunk/728cf6721e2996490922d0eacb23081953e45fc7 -> trunk/728cf6721e2996490922d0eacb23081953e45fc7 2025-07-17T06:36:08.6886618Z * [new tag] trunk/72c8751b61e0b2c7b88003a41ed737a65768063c -> trunk/72c8751b61e0b2c7b88003a41ed737a65768063c 2025-07-17T06:36:08.6887391Z * [new tag] trunk/731351bb4ac572fb47d46c70b7425c209c81570a -> trunk/731351bb4ac572fb47d46c70b7425c209c81570a 2025-07-17T06:36:08.6888182Z * [new tag] trunk/73220d52fd67b5f4f5b15e0e0433e09733c93f31 -> trunk/73220d52fd67b5f4f5b15e0e0433e09733c93f31 2025-07-17T06:36:08.6888946Z * [new tag] trunk/73772919d2db560c9cc8ed617c94c77450542a94 -> trunk/73772919d2db560c9cc8ed617c94c77450542a94 2025-07-17T06:36:08.6889705Z * [new tag] trunk/7381c777245a836f88e9622005c6ea16009a3a0d -> trunk/7381c777245a836f88e9622005c6ea16009a3a0d 2025-07-17T06:36:08.6890459Z * [new tag] trunk/7392470da4386e654f303eb526dfba7e7777b06b -> trunk/7392470da4386e654f303eb526dfba7e7777b06b 2025-07-17T06:36:08.6891774Z * [new tag] trunk/7444debaca7de16b2cf71d0cd82dc8998c3a73c4 -> trunk/7444debaca7de16b2cf71d0cd82dc8998c3a73c4 2025-07-17T06:36:08.6892580Z * [new tag] trunk/7485ef078f182af981b5f17d06602de68816492c -> trunk/7485ef078f182af981b5f17d06602de68816492c 2025-07-17T06:36:08.6893338Z * [new tag] trunk/749757ac1b66485459e751b0e58b5a7c64d5f561 -> trunk/749757ac1b66485459e751b0e58b5a7c64d5f561 2025-07-17T06:36:08.6894118Z * [new tag] trunk/74ebd8d14e0d612ed35557ab254a90facf73b029 -> trunk/74ebd8d14e0d612ed35557ab254a90facf73b029 2025-07-17T06:36:08.6894905Z * [new tag] trunk/7521cd91118c1c1a55b8f7146d7e22bf60fe06bf -> trunk/7521cd91118c1c1a55b8f7146d7e22bf60fe06bf 2025-07-17T06:36:08.7096244Z * [new tag] trunk/752f202ef3445d2e28e2abeb6feed56eee9da5a9 -> trunk/752f202ef3445d2e28e2abeb6feed56eee9da5a9 2025-07-17T06:36:08.7097090Z * [new tag] trunk/7531bd64911774fc2656f290601834d5d02d3925 -> trunk/7531bd64911774fc2656f290601834d5d02d3925 2025-07-17T06:36:08.7097874Z * [new tag] trunk/754699610b0abec2fe3f5a73269b1dd09a330445 -> trunk/754699610b0abec2fe3f5a73269b1dd09a330445 2025-07-17T06:36:08.7098671Z * [new tag] trunk/754c04aa062d8f3c0449aec4bbcaab00bfca4bf2 -> trunk/754c04aa062d8f3c0449aec4bbcaab00bfca4bf2 2025-07-17T06:36:08.7099454Z * [new tag] trunk/75824035d392595de3bd0b8588e63c2fc6d09139 -> trunk/75824035d392595de3bd0b8588e63c2fc6d09139 2025-07-17T06:36:08.7100222Z * [new tag] trunk/7597988f1b5a41c0b91d379e0ce51111fd7cc95a -> trunk/7597988f1b5a41c0b91d379e0ce51111fd7cc95a 2025-07-17T06:36:08.7101013Z * [new tag] trunk/7599bebead35dd21bad3d3e85f62f400ad2c3139 -> trunk/7599bebead35dd21bad3d3e85f62f400ad2c3139 2025-07-17T06:36:08.7101802Z * [new tag] trunk/75a7d9e86842b57f9001a0fa6fd716927614dbf9 -> trunk/75a7d9e86842b57f9001a0fa6fd716927614dbf9 2025-07-17T06:36:08.7102574Z * [new tag] trunk/75f258dd1feeb90b8084849155e049fb57ba3521 -> trunk/75f258dd1feeb90b8084849155e049fb57ba3521 2025-07-17T06:36:08.7103370Z * [new tag] trunk/75f3e5a88df60caef27fd9c9df3fd51161378fcc -> trunk/75f3e5a88df60caef27fd9c9df3fd51161378fcc 2025-07-17T06:36:08.7104152Z * [new tag] trunk/75f489d37f048ec8a9106163ca16201156f05499 -> trunk/75f489d37f048ec8a9106163ca16201156f05499 2025-07-17T06:36:08.7104910Z * [new tag] trunk/764c02b78b935ba61c46277cb7409e6419460058 -> trunk/764c02b78b935ba61c46277cb7409e6419460058 2025-07-17T06:36:08.7105838Z * [new tag] trunk/76644c9ff58285c95764ffd27d629df219aab140 -> trunk/76644c9ff58285c95764ffd27d629df219aab140 2025-07-17T06:36:08.7106603Z * [new tag] trunk/769d754ab2469813a3b790ec58c25c466099dd3d -> trunk/769d754ab2469813a3b790ec58c25c466099dd3d 2025-07-17T06:36:08.7107396Z * [new tag] trunk/76ca23c41c7edcf7b4c60ff6162eedcdf06ef359 -> trunk/76ca23c41c7edcf7b4c60ff6162eedcdf06ef359 2025-07-17T06:36:08.7108193Z * [new tag] trunk/76d07e919f66c24a55746bbc060c14b3df02ffa8 -> trunk/76d07e919f66c24a55746bbc060c14b3df02ffa8 2025-07-17T06:36:08.7108969Z * [new tag] trunk/76fe88fa56c8aac7377127fb5553de94e16e9070 -> trunk/76fe88fa56c8aac7377127fb5553de94e16e9070 2025-07-17T06:36:08.7109718Z * [new tag] trunk/770285522805745959221b902f23776a13d56df8 -> trunk/770285522805745959221b902f23776a13d56df8 2025-07-17T06:36:08.7110473Z * [new tag] trunk/7709ff55123dbdcaaa44004738fb767324f05dbd -> trunk/7709ff55123dbdcaaa44004738fb767324f05dbd 2025-07-17T06:36:08.7111248Z * [new tag] trunk/771be857043bf794cd219a9b925e308e31f12314 -> trunk/771be857043bf794cd219a9b925e308e31f12314 2025-07-17T06:36:08.7112080Z * [new tag] trunk/772d5904152abc9702bf49037e46ab6203b83f55 -> trunk/772d5904152abc9702bf49037e46ab6203b83f55 2025-07-17T06:36:08.7112829Z * [new tag] trunk/77518d1a13cc105637814bc157387478384dc897 -> trunk/77518d1a13cc105637814bc157387478384dc897 2025-07-17T06:36:08.7113704Z * [new tag] trunk/77676753ecabf6a6645bdd3abfe01939e5751e76 -> trunk/77676753ecabf6a6645bdd3abfe01939e5751e76 2025-07-17T06:36:08.7114501Z * [new tag] trunk/777eca9f16aeecd7c362a235cf25e6b8e6eda57f -> trunk/777eca9f16aeecd7c362a235cf25e6b8e6eda57f 2025-07-17T06:36:08.7115298Z * [new tag] trunk/77ac3a096532ee08211dae38c2a9336c970d1785 -> trunk/77ac3a096532ee08211dae38c2a9336c970d1785 2025-07-17T06:36:08.7116087Z * [new tag] trunk/77f884c2ec62df9df930ae86e9b8437364900346 -> trunk/77f884c2ec62df9df930ae86e9b8437364900346 2025-07-17T06:36:08.7116850Z * [new tag] trunk/783a4c1f5002bf1749833821c450360a417d40c7 -> trunk/783a4c1f5002bf1749833821c450360a417d40c7 2025-07-17T06:36:08.7117626Z * [new tag] trunk/78684e27ace1ebd51ccc93d4b6b8a6a3ec3b4c14 -> trunk/78684e27ace1ebd51ccc93d4b6b8a6a3ec3b4c14 2025-07-17T06:36:08.7118437Z * [new tag] trunk/78ee2ee90eed957aec3dc80423b108b16938a8ae -> trunk/78ee2ee90eed957aec3dc80423b108b16938a8ae 2025-07-17T06:36:08.7119210Z * [new tag] trunk/7918978653ff4f21c284b34809acf88784deb0de -> trunk/7918978653ff4f21c284b34809acf88784deb0de 2025-07-17T06:36:08.7119977Z * [new tag] trunk/794b95d54bb2c49d704169ddb777acfd8da8cfad -> trunk/794b95d54bb2c49d704169ddb777acfd8da8cfad 2025-07-17T06:36:08.7120772Z * [new tag] trunk/794ef6c9b8f173a0cbab5288efb2d68aef9c90b9 -> trunk/794ef6c9b8f173a0cbab5288efb2d68aef9c90b9 2025-07-17T06:36:08.7121574Z * [new tag] trunk/795a6a0affd349adfb4e3df298b604b74f27b44e -> trunk/795a6a0affd349adfb4e3df298b604b74f27b44e 2025-07-17T06:36:08.7303173Z * [new tag] trunk/7982b8c703e24a36c0e0a01b8cf22cd272369b28 -> trunk/7982b8c703e24a36c0e0a01b8cf22cd272369b28 2025-07-17T06:36:08.7303961Z * [new tag] trunk/7986c0dba6e1044d90b7f607f9cca15922339bb4 -> trunk/7986c0dba6e1044d90b7f607f9cca15922339bb4 2025-07-17T06:36:08.7304761Z * [new tag] trunk/799443605bffbd0d80fb3f2edbfe5517e0e2b4a3 -> trunk/799443605bffbd0d80fb3f2edbfe5517e0e2b4a3 2025-07-17T06:36:08.7305547Z * [new tag] trunk/7999735d23aeca844d4a7b23de6ac2370767099a -> trunk/7999735d23aeca844d4a7b23de6ac2370767099a 2025-07-17T06:36:08.7306334Z * [new tag] trunk/79ab84e9b8fe561a55931b2108af45993a670276 -> trunk/79ab84e9b8fe561a55931b2108af45993a670276 2025-07-17T06:36:08.7307259Z * [new tag] trunk/79aef141695f2daea4a9aeb0f385726c5794a242 -> trunk/79aef141695f2daea4a9aeb0f385726c5794a242 2025-07-17T06:36:08.7308049Z * [new tag] trunk/79bdafe5b61f6f073dcd276e135076ff3277a951 -> trunk/79bdafe5b61f6f073dcd276e135076ff3277a951 2025-07-17T06:36:08.7308849Z * [new tag] trunk/79d7c754ab8ae0e5c3a614521632d2cfbfa0fdba -> trunk/79d7c754ab8ae0e5c3a614521632d2cfbfa0fdba 2025-07-17T06:36:08.7309643Z * [new tag] trunk/7a03b0d2ca3946b770bc817571fc36bd5c608b38 -> trunk/7a03b0d2ca3946b770bc817571fc36bd5c608b38 2025-07-17T06:36:08.7310410Z * [new tag] trunk/7a08755c5f3630150c50d09e16c0abf9501dea1e -> trunk/7a08755c5f3630150c50d09e16c0abf9501dea1e 2025-07-17T06:36:08.7311184Z * [new tag] trunk/7a41f207943cc6c88160d7a531fc57bdbe149253 -> trunk/7a41f207943cc6c88160d7a531fc57bdbe149253 2025-07-17T06:36:08.7312019Z * [new tag] trunk/7a48cc699006879a6ec185ac5bd4eaad0c0b7e36 -> trunk/7a48cc699006879a6ec185ac5bd4eaad0c0b7e36 2025-07-17T06:36:08.7312796Z * [new tag] trunk/7a92b5119654c07d15f5c0818e6ae804b01e836c -> trunk/7a92b5119654c07d15f5c0818e6ae804b01e836c 2025-07-17T06:36:08.7313565Z * [new tag] trunk/7ae7c1414354ad225c4a36b3228e30a2baf94923 -> trunk/7ae7c1414354ad225c4a36b3228e30a2baf94923 2025-07-17T06:36:08.7314351Z * [new tag] trunk/7afb834f939eccbb3262e646f0922eed070074a7 -> trunk/7afb834f939eccbb3262e646f0922eed070074a7 2025-07-17T06:36:08.7315222Z * [new tag] trunk/7b0118884e0855e4918af53d44c3fbfc185a1ee9 -> trunk/7b0118884e0855e4918af53d44c3fbfc185a1ee9 2025-07-17T06:36:08.7316025Z * [new tag] trunk/7b392bac13a8007d1e0c6c789aa9bc515119faba -> trunk/7b392bac13a8007d1e0c6c789aa9bc515119faba 2025-07-17T06:36:08.7316808Z * [new tag] trunk/7b7cd56f5e2a965ae8a48c69441dd4f58bf68ceb -> trunk/7b7cd56f5e2a965ae8a48c69441dd4f58bf68ceb 2025-07-17T06:36:08.7317614Z * [new tag] trunk/7be862ab8f2b9040b34c58e1b77ce74c2512f062 -> trunk/7be862ab8f2b9040b34c58e1b77ce74c2512f062 2025-07-17T06:36:08.7318391Z * [new tag] trunk/7c1f62782875a4ac70b96aed0e6c9525b6e4eaf3 -> trunk/7c1f62782875a4ac70b96aed0e6c9525b6e4eaf3 2025-07-17T06:36:08.7319182Z * [new tag] trunk/7c51619e7fbd346e2299255c468cc43bd69425d7 -> trunk/7c51619e7fbd346e2299255c468cc43bd69425d7 2025-07-17T06:36:08.7319970Z * [new tag] trunk/7caf6c801ddfaf556a3ca191173b50002c4261f4 -> trunk/7caf6c801ddfaf556a3ca191173b50002c4261f4 2025-07-17T06:36:08.7320763Z * [new tag] trunk/7cda4017ddda554752e89069ae205be5e8388f59 -> trunk/7cda4017ddda554752e89069ae205be5e8388f59 2025-07-17T06:36:08.7321543Z * [new tag] trunk/7cf31b4a426f3791af30159cea420687f347cd7a -> trunk/7cf31b4a426f3791af30159cea420687f347cd7a 2025-07-17T06:36:08.7322328Z * [new tag] trunk/7cf38d2a0521c5ca292a720bce00617be749a0e7 -> trunk/7cf38d2a0521c5ca292a720bce00617be749a0e7 2025-07-17T06:36:08.7323109Z * [new tag] trunk/7cfd054075b0713642fab8dc4313fc1e5d992599 -> trunk/7cfd054075b0713642fab8dc4313fc1e5d992599 2025-07-17T06:36:08.7323885Z * [new tag] trunk/7d1b3f599d6968a3efe70b7401310e3127949f13 -> trunk/7d1b3f599d6968a3efe70b7401310e3127949f13 2025-07-17T06:36:08.7324663Z * [new tag] trunk/7d4228dbfd13d1ac8fac2c78c042dbb8314f042d -> trunk/7d4228dbfd13d1ac8fac2c78c042dbb8314f042d 2025-07-17T06:36:08.7325463Z * [new tag] trunk/7dcc77e422dcf97ce35991a138ab635a5cb88731 -> trunk/7dcc77e422dcf97ce35991a138ab635a5cb88731 2025-07-17T06:36:08.7326241Z * [new tag] trunk/7e433d5f423248914c5e9838d3ea145db7964923 -> trunk/7e433d5f423248914c5e9838d3ea145db7964923 2025-07-17T06:36:08.7327015Z * [new tag] trunk/7e4c097b0752ae79a8b5dd1de21a51aaafba2ef9 -> trunk/7e4c097b0752ae79a8b5dd1de21a51aaafba2ef9 2025-07-17T06:36:08.7327884Z * [new tag] trunk/7e54c02a35b905e758497b856a1953eb009ba836 -> trunk/7e54c02a35b905e758497b856a1953eb009ba836 2025-07-17T06:36:08.7506767Z * [new tag] trunk/7e83d5084588bdb51151f869b53c92c07bc9f544 -> trunk/7e83d5084588bdb51151f869b53c92c07bc9f544 2025-07-17T06:36:08.7507607Z * [new tag] trunk/7f0cddfb55d426b414cf7b4482c6a371618b349c -> trunk/7f0cddfb55d426b414cf7b4482c6a371618b349c 2025-07-17T06:36:08.7508416Z * [new tag] trunk/7f14b42adf70196d82340c59a9981ffcadf0c53c -> trunk/7f14b42adf70196d82340c59a9981ffcadf0c53c 2025-07-17T06:36:08.7509231Z * [new tag] trunk/7f6e7103a3aefd2d96b3cc6702be931a66b44977 -> trunk/7f6e7103a3aefd2d96b3cc6702be931a66b44977 2025-07-17T06:36:08.7510024Z * [new tag] trunk/7f9fc7e67ce9853a1bb4b16c901c708f78c1c5cd -> trunk/7f9fc7e67ce9853a1bb4b16c901c708f78c1c5cd 2025-07-17T06:36:08.7510817Z * [new tag] trunk/7fcad0231cb0ae9ba6a0004098b5ffd82c62858f -> trunk/7fcad0231cb0ae9ba6a0004098b5ffd82c62858f 2025-07-17T06:36:08.7511601Z * [new tag] trunk/805297981ae4e2aa08d133161477a477f5da274f -> trunk/805297981ae4e2aa08d133161477a477f5da274f 2025-07-17T06:36:08.7512421Z * [new tag] trunk/8088958793841191eba1faf98849904ee769bbfd -> trunk/8088958793841191eba1faf98849904ee769bbfd 2025-07-17T06:36:08.7513199Z * [new tag] trunk/80bcaa4195944d0f00f16abcbb702bde4d582d14 -> trunk/80bcaa4195944d0f00f16abcbb702bde4d582d14 2025-07-17T06:36:08.7514130Z * [new tag] trunk/80d89974c173c9d7a2c59fe9dfce2fe1301e2833 -> trunk/80d89974c173c9d7a2c59fe9dfce2fe1301e2833 2025-07-17T06:36:08.7514928Z * [new tag] trunk/8134684d44f3f9d09e775f3adc513bdef72245c9 -> trunk/8134684d44f3f9d09e775f3adc513bdef72245c9 2025-07-17T06:36:08.7515696Z * [new tag] trunk/8142a0286016e63a0e91b5667e1fb1a5e868ffd7 -> trunk/8142a0286016e63a0e91b5667e1fb1a5e868ffd7 2025-07-17T06:36:08.7516481Z * [new tag] trunk/8147c4a9044913e62ba3aab7f1eaaafead4f5930 -> trunk/8147c4a9044913e62ba3aab7f1eaaafead4f5930 2025-07-17T06:36:08.7517269Z * [new tag] trunk/8153340d1073c190ecf221e51abbd983286782a8 -> trunk/8153340d1073c190ecf221e51abbd983286782a8 2025-07-17T06:36:08.7518036Z * [new tag] trunk/815545f2dd6ade563cb1263f8bb7813f355edb2e -> trunk/815545f2dd6ade563cb1263f8bb7813f355edb2e 2025-07-17T06:36:08.7518837Z * [new tag] trunk/81759afed4fa4fa3a03f9ff671abe270679cc006 -> trunk/81759afed4fa4fa3a03f9ff671abe270679cc006 2025-07-17T06:36:08.7519628Z * [new tag] trunk/8186af5a26bc6a628f283c4791c8d68ef6fa1336 -> trunk/8186af5a26bc6a628f283c4791c8d68ef6fa1336 2025-07-17T06:36:08.7520411Z * [new tag] trunk/81b0b308cafae44339b8a123e8b1bec3bf9eb8ad -> trunk/81b0b308cafae44339b8a123e8b1bec3bf9eb8ad 2025-07-17T06:36:08.7521187Z * [new tag] trunk/81bf278537c081279a574157e1359ec7f0b65daf -> trunk/81bf278537c081279a574157e1359ec7f0b65daf 2025-07-17T06:36:08.7521948Z * [new tag] trunk/81c7445eb97f910ed89da9b11140d914651a1675 -> trunk/81c7445eb97f910ed89da9b11140d914651a1675 2025-07-17T06:36:08.7522710Z * [new tag] trunk/82672206b724a767dcb8c2541074449100de701b -> trunk/82672206b724a767dcb8c2541074449100de701b 2025-07-17T06:36:08.7523482Z * [new tag] trunk/826f12b829070e3d5bfd050f001b61aaf78e5447 -> trunk/826f12b829070e3d5bfd050f001b61aaf78e5447 2025-07-17T06:36:08.7524259Z * [new tag] trunk/82765dad16d7cda1ea382497dbf8c1ab2d07bfdd -> trunk/82765dad16d7cda1ea382497dbf8c1ab2d07bfdd 2025-07-17T06:36:08.7525056Z * [new tag] trunk/82a1ee1135b054d371d10081883b848ac7b7419f -> trunk/82a1ee1135b054d371d10081883b848ac7b7419f 2025-07-17T06:36:08.7525812Z * [new tag] trunk/82e6475d920991ef3be5d5637a72bf49313cc604 -> trunk/82e6475d920991ef3be5d5637a72bf49313cc604 2025-07-17T06:36:08.7526697Z * [new tag] trunk/82eefaedd98b63de8a87e34275af781f8eb177e1 -> trunk/82eefaedd98b63de8a87e34275af781f8eb177e1 2025-07-17T06:36:08.7527477Z * [new tag] trunk/82fb904140d258604a185154287b9c6fde047fc5 -> trunk/82fb904140d258604a185154287b9c6fde047fc5 2025-07-17T06:36:08.7528236Z * [new tag] trunk/830a335a7da5fec00395d440ba568749cb4e2e9e -> trunk/830a335a7da5fec00395d440ba568749cb4e2e9e 2025-07-17T06:36:08.7529011Z * [new tag] trunk/831c9010c7d7460fd78bc59b3fa28a65a0339e5d -> trunk/831c9010c7d7460fd78bc59b3fa28a65a0339e5d 2025-07-17T06:36:08.7529792Z * [new tag] trunk/8347268edcf3cc4f638474d860450bb0cd7a9908 -> trunk/8347268edcf3cc4f638474d860450bb0cd7a9908 2025-07-17T06:36:08.7530560Z * [new tag] trunk/836bb1941b593063f002394c1de3ec382c2ce50e -> trunk/836bb1941b593063f002394c1de3ec382c2ce50e 2025-07-17T06:36:08.7531315Z * [new tag] trunk/83700b448874cac8e89356ab06292e4289577269 -> trunk/83700b448874cac8e89356ab06292e4289577269 2025-07-17T06:36:08.7532067Z * [new tag] trunk/8372d0986a495d41f41c5d7684f1428ff847c699 -> trunk/8372d0986a495d41f41c5d7684f1428ff847c699 2025-07-17T06:36:08.8954599Z * [new tag] trunk/838798425731e6c90df4a885e90ec03f18eea10b -> trunk/838798425731e6c90df4a885e90ec03f18eea10b 2025-07-17T06:36:08.8955505Z * [new tag] trunk/83d22256f84232c5440b25a08459c649a32b9a4f -> trunk/83d22256f84232c5440b25a08459c649a32b9a4f 2025-07-17T06:36:08.8956573Z * [new tag] trunk/84085229765698166f07c9220d5544023ab80d47 -> trunk/84085229765698166f07c9220d5544023ab80d47 2025-07-17T06:36:08.8957423Z * [new tag] trunk/8485f1950710d383fd8d0d772fc978933c6fc175 -> trunk/8485f1950710d383fd8d0d772fc978933c6fc175 2025-07-17T06:36:08.8958329Z * [new tag] trunk/84b77ec1280a56bece8408a2e0e179b9eb95e1e2 -> trunk/84b77ec1280a56bece8408a2e0e179b9eb95e1e2 2025-07-17T06:36:08.8959195Z * [new tag] trunk/84c14361c28e1b553ea405ef5020cf0a90468850 -> trunk/84c14361c28e1b553ea405ef5020cf0a90468850 2025-07-17T06:36:08.8959990Z * [new tag] trunk/84c588e5eada9e7921608065edc444a15c22cb1c -> trunk/84c588e5eada9e7921608065edc444a15c22cb1c 2025-07-17T06:36:08.8960778Z * [new tag] trunk/84dec060b79078e68dcb6be1e7f308dad05d00e2 -> trunk/84dec060b79078e68dcb6be1e7f308dad05d00e2 2025-07-17T06:36:08.8961557Z * [new tag] trunk/85111cd165f108ffabb4a90083d59d7a867ebd9f -> trunk/85111cd165f108ffabb4a90083d59d7a867ebd9f 2025-07-17T06:36:08.8962363Z * [new tag] trunk/851a6fa82df251fbc368f0284d941ce78f68e7b1 -> trunk/851a6fa82df251fbc368f0284d941ce78f68e7b1 2025-07-17T06:36:08.8963117Z * [new tag] trunk/85320336799e38411d15c0e159b41248cda01218 -> trunk/85320336799e38411d15c0e159b41248cda01218 2025-07-17T06:36:08.8963878Z * [new tag] trunk/8554c8007ddaa8029e7e01bb1af12f358bf597c2 -> trunk/8554c8007ddaa8029e7e01bb1af12f358bf597c2 2025-07-17T06:36:08.8964703Z * [new tag] trunk/85857181ebca86e9c709e9922a9d9ef41a9c4ef9 -> trunk/85857181ebca86e9c709e9922a9d9ef41a9c4ef9 2025-07-17T06:36:08.8965601Z * [new tag] trunk/85df746892d9b0e87e7a5dfa78ef81a84aec6de0 -> trunk/85df746892d9b0e87e7a5dfa78ef81a84aec6de0 2025-07-17T06:36:08.8966407Z * [new tag] trunk/86251eff4069c468efebdb481dd18fe8d42856f0 -> trunk/86251eff4069c468efebdb481dd18fe8d42856f0 2025-07-17T06:36:08.8967173Z * [new tag] trunk/863327ae496471654344e1e04ccaa713a44a135d -> trunk/863327ae496471654344e1e04ccaa713a44a135d 2025-07-17T06:36:08.8967944Z * [new tag] trunk/86670b39fa3df63a652a9a06b59b73f92d70c392 -> trunk/86670b39fa3df63a652a9a06b59b73f92d70c392 2025-07-17T06:36:08.8968730Z * [new tag] trunk/86996c15dc4294c400c3a552d1a9e8e90aa6c7f6 -> trunk/86996c15dc4294c400c3a552d1a9e8e90aa6c7f6 2025-07-17T06:36:08.8969503Z * [new tag] trunk/86ced144534c2c78460a2d0f1d9ed2ba048f2514 -> trunk/86ced144534c2c78460a2d0f1d9ed2ba048f2514 2025-07-17T06:36:08.8970409Z * [new tag] trunk/86d8af6a6cc648134289de89d393d0dce5b3a5f4 -> trunk/86d8af6a6cc648134289de89d393d0dce5b3a5f4 2025-07-17T06:36:08.8971279Z * [new tag] trunk/86eaf452c330bd871262b7590ff8bd1bf432e2d7 -> trunk/86eaf452c330bd871262b7590ff8bd1bf432e2d7 2025-07-17T06:36:08.8972060Z * [new tag] trunk/87d615efab194482a00d241e4d9aebc513635cf5 -> trunk/87d615efab194482a00d241e4d9aebc513635cf5 2025-07-17T06:36:08.8972843Z * [new tag] trunk/8823138e47a3200c313f6bf2d21eb689d8150f39 -> trunk/8823138e47a3200c313f6bf2d21eb689d8150f39 2025-07-17T06:36:08.8973619Z * [new tag] trunk/8892b782a85b9de9f51334e65e009b3d59899b02 -> trunk/8892b782a85b9de9f51334e65e009b3d59899b02 2025-07-17T06:36:08.8974407Z * [new tag] trunk/88b9c285e0eb68134c5f834ceccdb99bc1d255d0 -> trunk/88b9c285e0eb68134c5f834ceccdb99bc1d255d0 2025-07-17T06:36:08.8975197Z * [new tag] trunk/88c6199db09372b6e2d55a5349ab545527842727 -> trunk/88c6199db09372b6e2d55a5349ab545527842727 2025-07-17T06:36:08.8975970Z * [new tag] trunk/88cd9f34b00c22e4edefa223490fcdd6c4ff272a -> trunk/88cd9f34b00c22e4edefa223490fcdd6c4ff272a 2025-07-17T06:36:08.8976803Z * [new tag] trunk/898179331e82e5ee1ff64737f508fd6a6da711f9 -> trunk/898179331e82e5ee1ff64737f508fd6a6da711f9 2025-07-17T06:36:08.8977708Z * [new tag] trunk/899d3d3e9eec4756a2e759f0203334dbe08f664e -> trunk/899d3d3e9eec4756a2e759f0203334dbe08f664e 2025-07-17T06:36:08.8978655Z * [new tag] trunk/8a2255130025abc80e03adaeb0b90d6463f2f916 -> trunk/8a2255130025abc80e03adaeb0b90d6463f2f916 2025-07-17T06:36:08.8979528Z * [new tag] trunk/8a396c56350ade97c18a6e13b3d97939f1eea075 -> trunk/8a396c56350ade97c18a6e13b3d97939f1eea075 2025-07-17T06:36:08.8980301Z * [new tag] trunk/8a47f9d03be0e0118a43443ff5f60db7be85102b -> trunk/8a47f9d03be0e0118a43443ff5f60db7be85102b 2025-07-17T06:36:08.9195611Z * [new tag] trunk/8a88c6e85abe345d95d970d424a0295cbc89b69c -> trunk/8a88c6e85abe345d95d970d424a0295cbc89b69c 2025-07-17T06:36:08.9196461Z * [new tag] trunk/8a8fac11318778aa5e4479b369b37fdb9e10ec17 -> trunk/8a8fac11318778aa5e4479b369b37fdb9e10ec17 2025-07-17T06:36:08.9197254Z * [new tag] trunk/8ad6197b466e91eb5fbbde2c76688d40fa472ac3 -> trunk/8ad6197b466e91eb5fbbde2c76688d40fa472ac3 2025-07-17T06:36:08.9198087Z * [new tag] trunk/8b0e0e4f2301f4aeb9fccf52cd2c6d8ac13da131 -> trunk/8b0e0e4f2301f4aeb9fccf52cd2c6d8ac13da131 2025-07-17T06:36:08.9198918Z * [new tag] trunk/8b68e5b1bb4a0014a64eab25c54b716968e109a9 -> trunk/8b68e5b1bb4a0014a64eab25c54b716968e109a9 2025-07-17T06:36:08.9199697Z * [new tag] trunk/8b8684466a11ae6ac27c85dbc6a02091dadac749 -> trunk/8b8684466a11ae6ac27c85dbc6a02091dadac749 2025-07-17T06:36:08.9200561Z * [new tag] trunk/8b97e4dd8cbe23101801043fe343d7350e527540 -> trunk/8b97e4dd8cbe23101801043fe343d7350e527540 2025-07-17T06:36:08.9201695Z * [new tag] trunk/8bda95228fbefa6ce204bf4da8b632d1516431bb -> trunk/8bda95228fbefa6ce204bf4da8b632d1516431bb 2025-07-17T06:36:08.9202486Z * [new tag] trunk/8c0df6fe1769c813f57da766528ff3cc4e56943e -> trunk/8c0df6fe1769c813f57da766528ff3cc4e56943e 2025-07-17T06:36:08.9203277Z * [new tag] trunk/8c2e45008282cf5202b72a0ecb0c2951438abeea -> trunk/8c2e45008282cf5202b72a0ecb0c2951438abeea 2025-07-17T06:36:08.9204052Z * [new tag] trunk/8c3f206457a1b9d75bc95a6c30a101135fcee329 -> trunk/8c3f206457a1b9d75bc95a6c30a101135fcee329 2025-07-17T06:36:08.9204840Z * [new tag] trunk/8c5b070d1f7cf4a9b58b09a28a0aeb5fdca28679 -> trunk/8c5b070d1f7cf4a9b58b09a28a0aeb5fdca28679 2025-07-17T06:36:08.9205626Z * [new tag] trunk/8c928372b3560bb512e2cf98c94efd923caf5fa7 -> trunk/8c928372b3560bb512e2cf98c94efd923caf5fa7 2025-07-17T06:36:08.9206563Z * [new tag] trunk/8cb0c4a4da0e017834d63f3d7dc2ab29e0ad6424 -> trunk/8cb0c4a4da0e017834d63f3d7dc2ab29e0ad6424 2025-07-17T06:36:08.9207359Z * [new tag] trunk/8d070187e34d5474ae88cefe56754f729138756b -> trunk/8d070187e34d5474ae88cefe56754f729138756b 2025-07-17T06:36:08.9208139Z * [new tag] trunk/8d7ee0f4fb7e41e8a49a5a24b6686b2324c493ba -> trunk/8d7ee0f4fb7e41e8a49a5a24b6686b2324c493ba 2025-07-17T06:36:08.9208965Z * [new tag] trunk/8da774d81feace041ff39de4ba2ddd43086370d3 -> trunk/8da774d81feace041ff39de4ba2ddd43086370d3 2025-07-17T06:36:08.9209762Z * [new tag] trunk/8dff457f42c9a20f9936d22773239df33cb48c9d -> trunk/8dff457f42c9a20f9936d22773239df33cb48c9d 2025-07-17T06:36:08.9210550Z * [new tag] trunk/8e02cd9c5ab151faad80e18e648c82a204fc3735 -> trunk/8e02cd9c5ab151faad80e18e648c82a204fc3735 2025-07-17T06:36:08.9211364Z * [new tag] trunk/8e8bbfc80340f0bf0a31a03d61b9b4dd72a40469 -> trunk/8e8bbfc80340f0bf0a31a03d61b9b4dd72a40469 2025-07-17T06:36:08.9212151Z * [new tag] trunk/8e8d4b13b0f6358e249a1e6fea9831b91b41b6d0 -> trunk/8e8d4b13b0f6358e249a1e6fea9831b91b41b6d0 2025-07-17T06:36:08.9212943Z * [new tag] trunk/8eaa9f2701277f328d9d6aea1bfe7cba20792f7c -> trunk/8eaa9f2701277f328d9d6aea1bfe7cba20792f7c 2025-07-17T06:36:08.9213723Z * [new tag] trunk/8eb3c5b7a18205974fff0353b97e599ea3d0e2a4 -> trunk/8eb3c5b7a18205974fff0353b97e599ea3d0e2a4 2025-07-17T06:36:08.9214591Z * [new tag] trunk/8f02161d1012143263fdbca47ee62983448e2c7e -> trunk/8f02161d1012143263fdbca47ee62983448e2c7e 2025-07-17T06:36:08.9215382Z * [new tag] trunk/8f0998aafe5e9594ade50cd263d5c63a5aad9333 -> trunk/8f0998aafe5e9594ade50cd263d5c63a5aad9333 2025-07-17T06:36:08.9216164Z * [new tag] trunk/8f5f01bf19e01f4b74add7f3d558966152a398c7 -> trunk/8f5f01bf19e01f4b74add7f3d558966152a398c7 2025-07-17T06:36:08.9216959Z * [new tag] trunk/8f9a191db6efcf44510db87c8f6f6e96c67e9b11 -> trunk/8f9a191db6efcf44510db87c8f6f6e96c67e9b11 2025-07-17T06:36:08.9217758Z * [new tag] trunk/8fcda2c60d974e4970ce939bc828bece9903c304 -> trunk/8fcda2c60d974e4970ce939bc828bece9903c304 2025-07-17T06:36:08.9218544Z * [new tag] trunk/900fba4c073b121b6c9ce581ea27e25c13a354e5 -> trunk/900fba4c073b121b6c9ce581ea27e25c13a354e5 2025-07-17T06:36:08.9219313Z * [new tag] trunk/9056279f8159b052599a31b591a78da1acc4224c -> trunk/9056279f8159b052599a31b591a78da1acc4224c 2025-07-17T06:36:08.9220060Z * [new tag] trunk/905b0846903a0193ee651a44762e72c881f83950 -> trunk/905b0846903a0193ee651a44762e72c881f83950 2025-07-17T06:36:08.9220838Z * [new tag] trunk/905b194a2e3d1d1c9ec136dfc1b6be7e62ff4b2c -> trunk/905b194a2e3d1d1c9ec136dfc1b6be7e62ff4b2c 2025-07-17T06:36:08.9221616Z * [new tag] trunk/90618581e971d28ac6950305d72521af05ed3a42 -> trunk/90618581e971d28ac6950305d72521af05ed3a42 2025-07-17T06:36:08.9540880Z * [new tag] trunk/907aea032d2f709f26dec78b762481c4604cc186 -> trunk/907aea032d2f709f26dec78b762481c4604cc186 2025-07-17T06:36:08.9541766Z * [new tag] trunk/907d0931cc8868164c2890b0452eda5d4da49278 -> trunk/907d0931cc8868164c2890b0452eda5d4da49278 2025-07-17T06:36:08.9542818Z * [new tag] trunk/90b973a2e228f2a5e2c158e5f5cf8f59d9118fc8 -> trunk/90b973a2e228f2a5e2c158e5f5cf8f59d9118fc8 2025-07-17T06:36:08.9543828Z * [new tag] trunk/91ee9ee82d40bcc36afbe9fed8dfc2f8c19c7316 -> trunk/91ee9ee82d40bcc36afbe9fed8dfc2f8c19c7316 2025-07-17T06:36:08.9544673Z * [new tag] trunk/9222552572890fd7ff1d75884cc6a99a55ab90bc -> trunk/9222552572890fd7ff1d75884cc6a99a55ab90bc 2025-07-17T06:36:08.9545457Z * [new tag] trunk/92388bb2ab14dae7b63c2088de4d6add413d1c27 -> trunk/92388bb2ab14dae7b63c2088de4d6add413d1c27 2025-07-17T06:36:08.9546458Z * [new tag] trunk/92409b6c89fbfbd3caa79c81b1e3d9e7917d3bc7 -> trunk/92409b6c89fbfbd3caa79c81b1e3d9e7917d3bc7 2025-07-17T06:36:08.9547253Z * [new tag] trunk/924fc52e1842de756a7632e7b2777aeed77d60e5 -> trunk/924fc52e1842de756a7632e7b2777aeed77d60e5 2025-07-17T06:36:08.9548097Z * [new tag] trunk/925fbfca27580f2ec8d5f9bfd549b1fe2e665617 -> trunk/925fbfca27580f2ec8d5f9bfd549b1fe2e665617 2025-07-17T06:36:08.9548901Z * [new tag] trunk/92b7ed6d07fcd6af31cddc7b4276e626b023bd0b -> trunk/92b7ed6d07fcd6af31cddc7b4276e626b023bd0b 2025-07-17T06:36:08.9549725Z * [new tag] trunk/92c79f36dbbdb01e0aab6efb8f52df828e1046d5 -> trunk/92c79f36dbbdb01e0aab6efb8f52df828e1046d5 2025-07-17T06:36:08.9550568Z * [new tag] trunk/92ee5bd9f6bef38b3e3e81a37f4d5374395aeb40 -> trunk/92ee5bd9f6bef38b3e3e81a37f4d5374395aeb40 2025-07-17T06:36:08.9551452Z * [new tag] trunk/92f41ccc2651ab284118ec7087977ab455027eb0 -> trunk/92f41ccc2651ab284118ec7087977ab455027eb0 2025-07-17T06:36:08.9552548Z * [new tag] trunk/930b575389f9233efddf70ea7b7804ed06af80d5 -> trunk/930b575389f9233efddf70ea7b7804ed06af80d5 2025-07-17T06:36:08.9553334Z * [new tag] trunk/9328a7fb589f6372ea478e47cdae8d124030f383 -> trunk/9328a7fb589f6372ea478e47cdae8d124030f383 2025-07-17T06:36:08.9554173Z * [new tag] trunk/9338d85d4594f981c198bcbb7edfccf6b92643be -> trunk/9338d85d4594f981c198bcbb7edfccf6b92643be 2025-07-17T06:36:08.9555075Z * [new tag] trunk/9345279c6ebdbad95b7b53bc2cb6f63a4e57b2cc -> trunk/9345279c6ebdbad95b7b53bc2cb6f63a4e57b2cc 2025-07-17T06:36:08.9555869Z * [new tag] trunk/937529f0b31788726e53890f5601886c64dc9eec -> trunk/937529f0b31788726e53890f5601886c64dc9eec 2025-07-17T06:36:08.9556701Z * [new tag] trunk/938515fa75f4e9d28c62a2aaa3e0e5428c867c36 -> trunk/938515fa75f4e9d28c62a2aaa3e0e5428c867c36 2025-07-17T06:36:08.9557474Z * [new tag] trunk/93854e83b7bfde94090662e9b372d8bf44ccf5d4 -> trunk/93854e83b7bfde94090662e9b372d8bf44ccf5d4 2025-07-17T06:36:08.9558259Z * [new tag] trunk/944a140e90389eced1ec38e14cb4345811ed0b1a -> trunk/944a140e90389eced1ec38e14cb4345811ed0b1a 2025-07-17T06:36:08.9559074Z * [new tag] trunk/9462106b7e41d9a24308255e15613b464ab086ce -> trunk/9462106b7e41d9a24308255e15613b464ab086ce 2025-07-17T06:36:08.9559832Z * [new tag] trunk/94716db22214912896cf680dc3eb88574f611a42 -> trunk/94716db22214912896cf680dc3eb88574f611a42 2025-07-17T06:36:08.9560773Z * [new tag] trunk/94763f5ca75330206777f3c1b36ff124706bd9d9 -> trunk/94763f5ca75330206777f3c1b36ff124706bd9d9 2025-07-17T06:36:08.9561580Z * [new tag] trunk/94995eba07763890b86465d53c4647c089f48d0a -> trunk/94995eba07763890b86465d53c4647c089f48d0a 2025-07-17T06:36:08.9562352Z * [new tag] trunk/94ae61533719defecb08d11f63c5d9fe9a826c00 -> trunk/94ae61533719defecb08d11f63c5d9fe9a826c00 2025-07-17T06:36:08.9563194Z * [new tag] trunk/94c746bb43484787a3f5bbdc2f72bd4fb02f2964 -> trunk/94c746bb43484787a3f5bbdc2f72bd4fb02f2964 2025-07-17T06:36:08.9563984Z * [new tag] trunk/94da4523ec4362dabbf9f08f9f2efce79ab70b73 -> trunk/94da4523ec4362dabbf9f08f9f2efce79ab70b73 2025-07-17T06:36:08.9564775Z * [new tag] trunk/94f8679019ea4b1272f1ad58ad7cad87147cf5a7 -> trunk/94f8679019ea4b1272f1ad58ad7cad87147cf5a7 2025-07-17T06:36:08.9565545Z * [new tag] trunk/9508d73307b4bc1fe453677526a096e5e10a7575 -> trunk/9508d73307b4bc1fe453677526a096e5e10a7575 2025-07-17T06:36:08.9566325Z * [new tag] trunk/9513b9d03fa8950ba5d2b59cc0b1a1aab3a41c06 -> trunk/9513b9d03fa8950ba5d2b59cc0b1a1aab3a41c06 2025-07-17T06:36:08.9567123Z * [new tag] trunk/95448b2ce61c3995ecdae0bfec655a5ef81a117d -> trunk/95448b2ce61c3995ecdae0bfec655a5ef81a117d 2025-07-17T06:36:08.9869509Z * [new tag] trunk/954ce949500746763a487a8ed9800035e7cd87d4 -> trunk/954ce949500746763a487a8ed9800035e7cd87d4 2025-07-17T06:36:08.9870540Z * [new tag] trunk/95a7d1912a86d857a9f4adb55b73b57518ce1e7b -> trunk/95a7d1912a86d857a9f4adb55b73b57518ce1e7b 2025-07-17T06:36:08.9871340Z * [new tag] trunk/95bc3da9f8555897d5d2b90f75385e3b2ff7bc43 -> trunk/95bc3da9f8555897d5d2b90f75385e3b2ff7bc43 2025-07-17T06:36:08.9872183Z * [new tag] trunk/95cb42c45d17f532222611e8028c9307622cc3c9 -> trunk/95cb42c45d17f532222611e8028c9307622cc3c9 2025-07-17T06:36:08.9872961Z * [new tag] trunk/9620994067b18e846a097d1e99af85ec2426ef0a -> trunk/9620994067b18e846a097d1e99af85ec2426ef0a 2025-07-17T06:36:08.9873735Z * [new tag] trunk/9636e2cfd3e995ef977f670ad47e8e895296d992 -> trunk/9636e2cfd3e995ef977f670ad47e8e895296d992 2025-07-17T06:36:08.9874562Z * [new tag] trunk/9642c7568967ab424c5d0e04ef2cd1e82a54b5f8 -> trunk/9642c7568967ab424c5d0e04ef2cd1e82a54b5f8 2025-07-17T06:36:08.9875341Z * [new tag] trunk/9656251bb1bee12c0e2f21828dc14a4c3c06afdd -> trunk/9656251bb1bee12c0e2f21828dc14a4c3c06afdd 2025-07-17T06:36:08.9876098Z * [new tag] trunk/9665702c64af633ab23499228d552a49660a9fa2 -> trunk/9665702c64af633ab23499228d552a49660a9fa2 2025-07-17T06:36:08.9876852Z * [new tag] trunk/96897e721b76f3b72aa406696165711d74f8d260 -> trunk/96897e721b76f3b72aa406696165711d74f8d260 2025-07-17T06:36:08.9877750Z * [new tag] trunk/968f90ce7344223c788eeba59200cc22b9f94dcd -> trunk/968f90ce7344223c788eeba59200cc22b9f94dcd 2025-07-17T06:36:08.9878532Z * [new tag] trunk/96d082d06bda98addd4ad7903d315477404dc272 -> trunk/96d082d06bda98addd4ad7903d315477404dc272 2025-07-17T06:36:08.9879327Z * [new tag] trunk/96df86641048a282a4622ac93d19e4c7b6c38b8e -> trunk/96df86641048a282a4622ac93d19e4c7b6c38b8e 2025-07-17T06:36:08.9880105Z * [new tag] trunk/96e4c95cd8d03037765ffd4b8fcdaa06c4b2c51c -> trunk/96e4c95cd8d03037765ffd4b8fcdaa06c4b2c51c 2025-07-17T06:36:08.9880895Z * [new tag] trunk/9768d393fa62df8a508136f5b6634bf955d8365d -> trunk/9768d393fa62df8a508136f5b6634bf955d8365d 2025-07-17T06:36:08.9881675Z * [new tag] trunk/977abe786d907c1ff76528a550e3d53c9f3b1044 -> trunk/977abe786d907c1ff76528a550e3d53c9f3b1044 2025-07-17T06:36:08.9882451Z * [new tag] trunk/981c99fdffd9a4f510e4b89245d16aa427ee0978 -> trunk/981c99fdffd9a4f510e4b89245d16aa427ee0978 2025-07-17T06:36:08.9883241Z * [new tag] trunk/987314aa96fdf8aa051e3643b26f4209b7fe166d -> trunk/987314aa96fdf8aa051e3643b26f4209b7fe166d 2025-07-17T06:36:08.9884021Z * [new tag] trunk/98a34e8d4b4d73504afbf49f70284221e6303314 -> trunk/98a34e8d4b4d73504afbf49f70284221e6303314 2025-07-17T06:36:08.9884787Z * [new tag] trunk/98bb0c0e7888a84de1d22c4952de69a5d5b1a0b3 -> trunk/98bb0c0e7888a84de1d22c4952de69a5d5b1a0b3 2025-07-17T06:36:08.9885571Z * [new tag] trunk/9944cd0949e96d656746de6df0cb3a5a954597e4 -> trunk/9944cd0949e96d656746de6df0cb3a5a954597e4 2025-07-17T06:36:08.9886345Z * [new tag] trunk/996206e66fcafff25d0af5177497e8f792000869 -> trunk/996206e66fcafff25d0af5177497e8f792000869 2025-07-17T06:36:08.9887131Z * [new tag] trunk/9963845a4e55a3e8d35ea49deb8f8c1f6c53cb74 -> trunk/9963845a4e55a3e8d35ea49deb8f8c1f6c53cb74 2025-07-17T06:36:08.9887912Z * [new tag] trunk/9968c854b6a38857d05fb1da7bea797fbf23c880 -> trunk/9968c854b6a38857d05fb1da7bea797fbf23c880 2025-07-17T06:36:08.9888691Z * [new tag] trunk/9968edd00256fdb47e2e0129df918c5b23c06419 -> trunk/9968edd00256fdb47e2e0129df918c5b23c06419 2025-07-17T06:36:08.9889484Z * [new tag] trunk/99c1a6bdd98ecb1f9b2fb8310bcd891c8c6adf57 -> trunk/99c1a6bdd98ecb1f9b2fb8310bcd891c8c6adf57 2025-07-17T06:36:08.9890296Z * [new tag] trunk/99e99d5bfe57eddfce23f7dc9ede016cb1393c52 -> trunk/99e99d5bfe57eddfce23f7dc9ede016cb1393c52 2025-07-17T06:36:08.9891185Z * [new tag] trunk/9a2c669425379eb264f896390b8fcd8d3f2ce959 -> trunk/9a2c669425379eb264f896390b8fcd8d3f2ce959 2025-07-17T06:36:08.9891958Z * [new tag] trunk/9a42f01586267b52fe303c0c1b7a71d50cc4178e -> trunk/9a42f01586267b52fe303c0c1b7a71d50cc4178e 2025-07-17T06:36:08.9892734Z * [new tag] trunk/9a4c08ddfc9b43c07cd16355277d359dfcef50d6 -> trunk/9a4c08ddfc9b43c07cd16355277d359dfcef50d6 2025-07-17T06:36:08.9893536Z * [new tag] trunk/9a5278225fc5e7b46d54a65ae1a3f049ee49824f -> trunk/9a5278225fc5e7b46d54a65ae1a3f049ee49824f 2025-07-17T06:36:08.9894315Z * [new tag] trunk/9a5c59368d46d3793e09b72a2782ef4d12e74392 -> trunk/9a5c59368d46d3793e09b72a2782ef4d12e74392 2025-07-17T06:36:08.9895093Z * [new tag] trunk/9aaa184105b2f436b5834187c4c004c02e438491 -> trunk/9aaa184105b2f436b5834187c4c004c02e438491 2025-07-17T06:36:09.0142531Z * [new tag] trunk/9afee0fa969fd4ebab86a2cbad3217c8bade156e -> trunk/9afee0fa969fd4ebab86a2cbad3217c8bade156e 2025-07-17T06:36:09.0143376Z * [new tag] trunk/9b0013c6bb98d7161e921d03be76c81bbc0eebef -> trunk/9b0013c6bb98d7161e921d03be76c81bbc0eebef 2025-07-17T06:36:09.0144195Z * [new tag] trunk/9b122aab5dcd419b96d4a1137c45e99bde94f14e -> trunk/9b122aab5dcd419b96d4a1137c45e99bde94f14e 2025-07-17T06:36:09.0145000Z * [new tag] trunk/9b498d3bb28b8e3411ce464dd2755c5b96d92c8f -> trunk/9b498d3bb28b8e3411ce464dd2755c5b96d92c8f 2025-07-17T06:36:09.0145974Z * [new tag] trunk/9b4a748e29a720d0fade7e1298a68cc36cfd5f5e -> trunk/9b4a748e29a720d0fade7e1298a68cc36cfd5f5e 2025-07-17T06:36:09.0146854Z * [new tag] trunk/9b4db093cb63555654c868ba9e3ab68ef4c722e5 -> trunk/9b4db093cb63555654c868ba9e3ab68ef4c722e5 2025-07-17T06:36:09.0147655Z * [new tag] trunk/9bae2fcf990cd51891218895ac1b3cfe70ffc2c3 -> trunk/9bae2fcf990cd51891218895ac1b3cfe70ffc2c3 2025-07-17T06:36:09.0148540Z * [new tag] trunk/9bd0830ed8d3e753afc3e9fff2553f4c5871f6f9 -> trunk/9bd0830ed8d3e753afc3e9fff2553f4c5871f6f9 2025-07-17T06:36:09.0149341Z * [new tag] trunk/9bd42c15707a4b410ee005d5916e882a7db432bb -> trunk/9bd42c15707a4b410ee005d5916e882a7db432bb 2025-07-17T06:36:09.0150172Z * [new tag] trunk/9bdf87e8918b9a3f78d7bcb8a770c19f7c82ac15 -> trunk/9bdf87e8918b9a3f78d7bcb8a770c19f7c82ac15 2025-07-17T06:36:09.0150962Z * [new tag] trunk/9be5860bc34b643abd02ac5b5a89d820efcdfbc9 -> trunk/9be5860bc34b643abd02ac5b5a89d820efcdfbc9 2025-07-17T06:36:09.0160729Z * [new tag] trunk/9bf41633d76f7816fdcc0b7ae22a42dc91821004 -> trunk/9bf41633d76f7816fdcc0b7ae22a42dc91821004 2025-07-17T06:36:09.0161534Z * [new tag] trunk/9bf6593e96b711641606e6008a4936173fd3b458 -> trunk/9bf6593e96b711641606e6008a4936173fd3b458 2025-07-17T06:36:09.0162399Z * [new tag] trunk/9bfefda296d2df31ce9bb90410d91d8f18127545 -> trunk/9bfefda296d2df31ce9bb90410d91d8f18127545 2025-07-17T06:36:09.0163278Z * [new tag] trunk/9c189ed29a2cfa08ff357cb5042ff8c34f07d668 -> trunk/9c189ed29a2cfa08ff357cb5042ff8c34f07d668 2025-07-17T06:36:09.0164088Z * [new tag] trunk/9c39bc24807a5843f8affdf56bd71836760dc554 -> trunk/9c39bc24807a5843f8affdf56bd71836760dc554 2025-07-17T06:36:09.0164888Z * [new tag] trunk/9ca080db87f66becb2bb2c61598c0beabae73d5f -> trunk/9ca080db87f66becb2bb2c61598c0beabae73d5f 2025-07-17T06:36:09.0165710Z * [new tag] trunk/9cced33c7c9cdfc68e9ed85c4b45bdfd05dac92d -> trunk/9cced33c7c9cdfc68e9ed85c4b45bdfd05dac92d 2025-07-17T06:36:09.0166576Z * [new tag] trunk/9cd521de4dad5fc6bca94e253a9334b9a521acb0 -> trunk/9cd521de4dad5fc6bca94e253a9334b9a521acb0 2025-07-17T06:36:09.0167387Z * [new tag] trunk/9d175bc7e615b062d8ea57df6ca17edb8a6b951f -> trunk/9d175bc7e615b062d8ea57df6ca17edb8a6b951f 2025-07-17T06:36:09.0168364Z * [new tag] trunk/9d184bda2f190a3ba72a4a0d95e1fde26d6bfc08 -> trunk/9d184bda2f190a3ba72a4a0d95e1fde26d6bfc08 2025-07-17T06:36:09.0169156Z * [new tag] trunk/9d2d2270037c5a014767cdfa531863da8062bf9d -> trunk/9d2d2270037c5a014767cdfa531863da8062bf9d 2025-07-17T06:36:09.0169928Z * [new tag] trunk/9d59b516e9b3026948918e3ff8c2ef55a33d13ad -> trunk/9d59b516e9b3026948918e3ff8c2ef55a33d13ad 2025-07-17T06:36:09.0170713Z * [new tag] trunk/9d677389cb5eb75d423860c55519b522961a9195 -> trunk/9d677389cb5eb75d423860c55519b522961a9195 2025-07-17T06:36:09.0171511Z * [new tag] trunk/9de23d0c29dfac8dc0f6f234bdbcd85a6375fa81 -> trunk/9de23d0c29dfac8dc0f6f234bdbcd85a6375fa81 2025-07-17T06:36:09.0172299Z * [new tag] trunk/9df0176408518b30ac172837bd697c9d19b19a98 -> trunk/9df0176408518b30ac172837bd697c9d19b19a98 2025-07-17T06:36:09.0173134Z * [new tag] trunk/9df2e8020f190bdad02258aff2b2f88f7db3dcab -> trunk/9df2e8020f190bdad02258aff2b2f88f7db3dcab 2025-07-17T06:36:09.0173929Z * [new tag] trunk/9e132b770e06c2399f827d3d1963fe036e9744e6 -> trunk/9e132b770e06c2399f827d3d1963fe036e9744e6 2025-07-17T06:36:09.0174701Z * [new tag] trunk/9e5f4a844c0aebf964a435094005c92713fbe99a -> trunk/9e5f4a844c0aebf964a435094005c92713fbe99a 2025-07-17T06:36:09.0175529Z * [new tag] trunk/9e88d6c857fd2b276427f4527130e2ecb7ed731e -> trunk/9e88d6c857fd2b276427f4527130e2ecb7ed731e 2025-07-17T06:36:09.0176393Z * [new tag] trunk/9e9484d022f8d65e2066b5683b75c84ba0f36332 -> trunk/9e9484d022f8d65e2066b5683b75c84ba0f36332 2025-07-17T06:36:09.0177183Z * [new tag] trunk/9ed0060225a7b78c60c42f29be94444b537edd4a -> trunk/9ed0060225a7b78c60c42f29be94444b537edd4a 2025-07-17T06:36:09.0374559Z * [new tag] trunk/9f18482d41227df3cf2248dfa54bd6601e61e1ca -> trunk/9f18482d41227df3cf2248dfa54bd6601e61e1ca 2025-07-17T06:36:09.0375432Z * [new tag] trunk/9f37cce69334bccebf4b21503f0047d0c0bb320c -> trunk/9f37cce69334bccebf4b21503f0047d0c0bb320c 2025-07-17T06:36:09.0376252Z * [new tag] trunk/9f5153b1a495b3b2b7ad9f22a064fe4074d742aa -> trunk/9f5153b1a495b3b2b7ad9f22a064fe4074d742aa 2025-07-17T06:36:09.0377058Z * [new tag] trunk/9f5276dc07c788533af8945b1605df47a33313e7 -> trunk/9f5276dc07c788533af8945b1605df47a33313e7 2025-07-17T06:36:09.0377842Z * [new tag] trunk/9fe2d156a9f81d67e248c0edaf7feee1a8d6c4d5 -> trunk/9fe2d156a9f81d67e248c0edaf7feee1a8d6c4d5 2025-07-17T06:36:09.0378678Z * [new tag] trunk/9fed2addedb42da86b657165fe14eadc911232cf -> trunk/9fed2addedb42da86b657165fe14eadc911232cf 2025-07-17T06:36:09.0379471Z * [new tag] trunk/a00a697c1748937b0c6d13508ff76b8af4957d8a -> trunk/a00a697c1748937b0c6d13508ff76b8af4957d8a 2025-07-17T06:36:09.0380365Z * [new tag] trunk/a0308edb6cdfd8983e80a499890d9f320556e844 -> trunk/a0308edb6cdfd8983e80a499890d9f320556e844 2025-07-17T06:36:09.0381164Z * [new tag] trunk/a04a13c44908fe0ace4f76a228d045dbf5c015bc -> trunk/a04a13c44908fe0ace4f76a228d045dbf5c015bc 2025-07-17T06:36:09.0382065Z * [new tag] trunk/a0e0abd0379ed403adc926d3cc5459fa35aff0a0 -> trunk/a0e0abd0379ed403adc926d3cc5459fa35aff0a0 2025-07-17T06:36:09.0382870Z * [new tag] trunk/a10024d7dea47c52469059a47efe376eb20adca0 -> trunk/a10024d7dea47c52469059a47efe376eb20adca0 2025-07-17T06:36:09.0383670Z * [new tag] trunk/a1057cda31fe890d237fe9a2e6b3314cd4be3439 -> trunk/a1057cda31fe890d237fe9a2e6b3314cd4be3439 2025-07-17T06:36:09.0384452Z * [new tag] trunk/a1257446f8eaf81eb758e89b4e784bed47b9c733 -> trunk/a1257446f8eaf81eb758e89b4e784bed47b9c733 2025-07-17T06:36:09.0385223Z * [new tag] trunk/a1282b18239204b0344884ebd232b33b2d8b748f -> trunk/a1282b18239204b0344884ebd232b33b2d8b748f 2025-07-17T06:36:09.0386256Z * [new tag] trunk/a14f427db68e54500ef4cd9ed34cb9537263bb74 -> trunk/a14f427db68e54500ef4cd9ed34cb9537263bb74 2025-07-17T06:36:09.0387059Z * [new tag] trunk/a1dad2f2d2c082e2a3784c3d585ef0204b7ccf75 -> trunk/a1dad2f2d2c082e2a3784c3d585ef0204b7ccf75 2025-07-17T06:36:09.0387861Z * [new tag] trunk/a1e4f1f98a0b9596fe52aaf2f85b0778498d5f49 -> trunk/a1e4f1f98a0b9596fe52aaf2f85b0778498d5f49 2025-07-17T06:36:09.0388652Z * [new tag] trunk/a205e8fd7357cf5c2b95eb4bec7c8ff7b5c41651 -> trunk/a205e8fd7357cf5c2b95eb4bec7c8ff7b5c41651 2025-07-17T06:36:09.0389446Z * [new tag] trunk/a21806f0386c2671fc11ae37fe2fe96c4aeb37d9 -> trunk/a21806f0386c2671fc11ae37fe2fe96c4aeb37d9 2025-07-17T06:36:09.0390278Z * [new tag] trunk/a23f4471b952d8cd630b860639e0aaa9be957d60 -> trunk/a23f4471b952d8cd630b860639e0aaa9be957d60 2025-07-17T06:36:09.0391115Z * [new tag] trunk/a24afbff3f44399ac9513addce6bd50cacab22d2 -> trunk/a24afbff3f44399ac9513addce6bd50cacab22d2 2025-07-17T06:36:09.0392064Z * [new tag] trunk/a24ce67deedab025531660ddb44c148bb066edf8 -> trunk/a24ce67deedab025531660ddb44c148bb066edf8 2025-07-17T06:36:09.0392915Z * [new tag] trunk/a25d1443fae79a9984eaa44e973b2f5645c85da8 -> trunk/a25d1443fae79a9984eaa44e973b2f5645c85da8 2025-07-17T06:36:09.0393720Z * [new tag] trunk/a26bf3892778ca7cc457c772a1f5194c11b6f33c -> trunk/a26bf3892778ca7cc457c772a1f5194c11b6f33c 2025-07-17T06:36:09.0394646Z * [new tag] trunk/a28e6ae38f1e1de33ecf48b679ff1eda71fc2efc -> trunk/a28e6ae38f1e1de33ecf48b679ff1eda71fc2efc 2025-07-17T06:36:09.0395457Z * [new tag] trunk/a2a75be0f8d680cf1dc36c50f34f225b0c7c4d6a -> trunk/a2a75be0f8d680cf1dc36c50f34f225b0c7c4d6a 2025-07-17T06:36:09.0396267Z * [new tag] trunk/a2ad16be72bf989c01b96c4c56b1c108a71c087f -> trunk/a2ad16be72bf989c01b96c4c56b1c108a71c087f 2025-07-17T06:36:09.0397059Z * [new tag] trunk/a2b0b2698d5b953861b2e4f3cdee11136f07bd3b -> trunk/a2b0b2698d5b953861b2e4f3cdee11136f07bd3b 2025-07-17T06:36:09.0397890Z * [new tag] trunk/a3098a74d494020dbb906c05ef047013e1921662 -> trunk/a3098a74d494020dbb906c05ef047013e1921662 2025-07-17T06:36:09.0398715Z * [new tag] trunk/a317c63d1b70a7989a4cab09394691fb7a3d8323 -> trunk/a317c63d1b70a7989a4cab09394691fb7a3d8323 2025-07-17T06:36:09.0399549Z * [new tag] trunk/a355158fcba807fda1e47e5ee42babdbcf447947 -> trunk/a355158fcba807fda1e47e5ee42babdbcf447947 2025-07-17T06:36:09.0400397Z * [new tag] trunk/a35b3a9b95bbe0703de33802162a83cb7970ddc0 -> trunk/a35b3a9b95bbe0703de33802162a83cb7970ddc0 2025-07-17T06:36:09.0401172Z * [new tag] trunk/a369350065493109d1abfbb994695777ab11bcf4 -> trunk/a369350065493109d1abfbb994695777ab11bcf4 2025-07-17T06:36:09.0598218Z * [new tag] trunk/a38f433be2e94a64b095a44ba39879d02d0c2316 -> trunk/a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:36:09.0599076Z * [new tag] trunk/a3ec6d64b24fdbd61164240f3bcd8530434812b5 -> trunk/a3ec6d64b24fdbd61164240f3bcd8530434812b5 2025-07-17T06:36:09.0599924Z * [new tag] trunk/a46ea8a364e528828c4369d58d53802291f0b49b -> trunk/a46ea8a364e528828c4369d58d53802291f0b49b 2025-07-17T06:36:09.0600803Z * [new tag] trunk/a47ca4fc746a663c0e97d55a87815d0965d0a7e9 -> trunk/a47ca4fc746a663c0e97d55a87815d0965d0a7e9 2025-07-17T06:36:09.0601606Z * [new tag] trunk/a4b59498c5222a02a706fa1e1308a6035d65feab -> trunk/a4b59498c5222a02a706fa1e1308a6035d65feab 2025-07-17T06:36:09.0602388Z * [new tag] trunk/a4c7e7f98373ad8f309e419c6f98b0134933dcda -> trunk/a4c7e7f98373ad8f309e419c6f98b0134933dcda 2025-07-17T06:36:09.0603173Z * [new tag] trunk/a4d753295ee5662056bdfd1b00fa242071ac7125 -> trunk/a4d753295ee5662056bdfd1b00fa242071ac7125 2025-07-17T06:36:09.0603971Z * [new tag] trunk/a4ea242edc8626250e54a62aa073cba0e5322af2 -> trunk/a4ea242edc8626250e54a62aa073cba0e5322af2 2025-07-17T06:36:09.0604937Z * [new tag] trunk/a529a5daf5d348f4f8dac4fcd85521153b6a3d4d -> trunk/a529a5daf5d348f4f8dac4fcd85521153b6a3d4d 2025-07-17T06:36:09.0605727Z * [new tag] trunk/a5938ff431202864c92fec7d9042574348b1c15b -> trunk/a5938ff431202864c92fec7d9042574348b1c15b 2025-07-17T06:36:09.0606502Z * [new tag] trunk/a5b4463d60e5beaec546843b24876ce573890784 -> trunk/a5b4463d60e5beaec546843b24876ce573890784 2025-07-17T06:36:09.0607317Z * [new tag] trunk/a5c61eb78dda6b7b4c4beb8bc616f9545ea4807b -> trunk/a5c61eb78dda6b7b4c4beb8bc616f9545ea4807b 2025-07-17T06:36:09.0608115Z * [new tag] trunk/a5cbb2bcb3c005909a3c10042605e861e6390927 -> trunk/a5cbb2bcb3c005909a3c10042605e861e6390927 2025-07-17T06:36:09.0608916Z * [new tag] trunk/a5df6ffbc2cf8d61fc98bca1c10f22ff64b2318e -> trunk/a5df6ffbc2cf8d61fc98bca1c10f22ff64b2318e 2025-07-17T06:36:09.0609827Z * [new tag] trunk/a5e68814d556cf67c6511876410970dd08c3dd6d -> trunk/a5e68814d556cf67c6511876410970dd08c3dd6d 2025-07-17T06:36:09.0610619Z * [new tag] trunk/a5f59cc2eab3a5201712c52fe48c268357ba4f3c -> trunk/a5f59cc2eab3a5201712c52fe48c268357ba4f3c 2025-07-17T06:36:09.0611403Z * [new tag] trunk/a6084b71edb8d2856356724b5e71c4e2a861867f -> trunk/a6084b71edb8d2856356724b5e71c4e2a861867f 2025-07-17T06:36:09.0612194Z * [new tag] trunk/a6210fd07b8fe1924f24229bb30562608af4f41a -> trunk/a6210fd07b8fe1924f24229bb30562608af4f41a 2025-07-17T06:36:09.0613066Z * [new tag] trunk/a666cf3b38f5e7739f94b175f152b127a6d51344 -> trunk/a666cf3b38f5e7739f94b175f152b127a6d51344 2025-07-17T06:36:09.0613862Z * [new tag] trunk/a67eb1a0d627d59d95a99722d37cab3bf054261f -> trunk/a67eb1a0d627d59d95a99722d37cab3bf054261f 2025-07-17T06:36:09.0614661Z * [new tag] trunk/a69e27ca5ad4287add73972ef1b34b469e3c7d23 -> trunk/a69e27ca5ad4287add73972ef1b34b469e3c7d23 2025-07-17T06:36:09.0615437Z * [new tag] trunk/a6a3a441442a96f38d0771c985f753223cea2ba0 -> trunk/a6a3a441442a96f38d0771c985f753223cea2ba0 2025-07-17T06:36:09.0616228Z * [new tag] trunk/a6a8641c8aee5797324c3d41749bcae62b4e5de8 -> trunk/a6a8641c8aee5797324c3d41749bcae62b4e5de8 2025-07-17T06:36:09.0617006Z * [new tag] trunk/a6fab82b16011213cb010c8c50461b9a680748a2 -> trunk/a6fab82b16011213cb010c8c50461b9a680748a2 2025-07-17T06:36:09.0617821Z * [new tag] trunk/a73d9e0aec9319e56ba0c9b0ccc25db69c739faf -> trunk/a73d9e0aec9319e56ba0c9b0ccc25db69c739faf 2025-07-17T06:36:09.0618732Z * [new tag] trunk/a767e50adca9e08dd638be60c9e5604de15b9f15 -> trunk/a767e50adca9e08dd638be60c9e5604de15b9f15 2025-07-17T06:36:09.0619532Z * [new tag] trunk/a7b29c88b1f55bac02f38bf1faba68b6c4be4c9c -> trunk/a7b29c88b1f55bac02f38bf1faba68b6c4be4c9c 2025-07-17T06:36:09.0620352Z * [new tag] trunk/a7eb153bba0534daaa1b652d44bb9fb5bd1ac7c7 -> trunk/a7eb153bba0534daaa1b652d44bb9fb5bd1ac7c7 2025-07-17T06:36:09.0621145Z * [new tag] trunk/a82c171bb26949dda5f5932051a905a9bab38761 -> trunk/a82c171bb26949dda5f5932051a905a9bab38761 2025-07-17T06:36:09.0621941Z * [new tag] trunk/a85ad5552532926b78d489d1b60671f74bf6dc8e -> trunk/a85ad5552532926b78d489d1b60671f74bf6dc8e 2025-07-17T06:36:09.0622727Z * [new tag] trunk/a87dfc7480bc98d33dab274d7e95723aa9cf7840 -> trunk/a87dfc7480bc98d33dab274d7e95723aa9cf7840 2025-07-17T06:36:09.0623518Z * [new tag] trunk/a8b973673798ca79dfe616c9080415d09f9e990d -> trunk/a8b973673798ca79dfe616c9080415d09f9e990d 2025-07-17T06:36:09.6753001Z * [new tag] trunk/a8ec7babcf27584cf068c3a5a04bb3ea0102ab99 -> trunk/a8ec7babcf27584cf068c3a5a04bb3ea0102ab99 2025-07-17T06:36:09.6753869Z * [new tag] trunk/a8fe982993221048ee1665ce28add1b02888784d -> trunk/a8fe982993221048ee1665ce28add1b02888784d 2025-07-17T06:36:09.6754886Z * [new tag] trunk/a92b24cd839aa6807f3c9ea8b8787da99c4490c0 -> trunk/a92b24cd839aa6807f3c9ea8b8787da99c4490c0 2025-07-17T06:36:09.6755703Z * [new tag] trunk/a9352bd25e9f070e8f846b8fdbcd7c90ad5c66b3 -> trunk/a9352bd25e9f070e8f846b8fdbcd7c90ad5c66b3 2025-07-17T06:36:09.6756484Z * [new tag] trunk/a952956d05dd617355007ae31d8e936474a35f14 -> trunk/a952956d05dd617355007ae31d8e936474a35f14 2025-07-17T06:36:09.6757297Z * [new tag] trunk/a9537b626c91ce617139ade60b9107a2805a4248 -> trunk/a9537b626c91ce617139ade60b9107a2805a4248 2025-07-17T06:36:09.6758072Z * [new tag] trunk/a95504b10fff38b5308660e0b535961beed6c9f1 -> trunk/a95504b10fff38b5308660e0b535961beed6c9f1 2025-07-17T06:36:09.6758931Z * [new tag] trunk/a9a0501ec40d8fab07b0f8d2fcbf8eb7147c1ae8 -> trunk/a9a0501ec40d8fab07b0f8d2fcbf8eb7147c1ae8 2025-07-17T06:36:09.6759740Z * [new tag] trunk/a9ac9f2635a9be28eaf267ed41070081a4ce05d8 -> trunk/a9ac9f2635a9be28eaf267ed41070081a4ce05d8 2025-07-17T06:36:09.6760526Z * [new tag] trunk/a9d5157e2596e1d830158e83fab618aab1d4ee39 -> trunk/a9d5157e2596e1d830158e83fab618aab1d4ee39 2025-07-17T06:36:09.6761299Z * [new tag] trunk/a9ee4250d55c6342b80e2d57a8ad9a1992ddcdce -> trunk/a9ee4250d55c6342b80e2d57a8ad9a1992ddcdce 2025-07-17T06:36:09.6762084Z * [new tag] trunk/a9ef7c4d044d386993a6e82b5ad37b7db759b502 -> trunk/a9ef7c4d044d386993a6e82b5ad37b7db759b502 2025-07-17T06:36:09.6762996Z * [new tag] trunk/a9f902add02383ca1b0386eb865767641975fede -> trunk/a9f902add02383ca1b0386eb865767641975fede 2025-07-17T06:36:09.6763788Z * [new tag] trunk/aa116285768ba6a8cd34bf8d245e38d04c88810a -> trunk/aa116285768ba6a8cd34bf8d245e38d04c88810a 2025-07-17T06:36:09.6764658Z * [new tag] trunk/aa280ea19fb20923d048909fa98af092e18ca2fb -> trunk/aa280ea19fb20923d048909fa98af092e18ca2fb 2025-07-17T06:36:09.6765440Z * [new tag] trunk/aa2d54148d476383986855af3fe53862da861dda -> trunk/aa2d54148d476383986855af3fe53862da861dda 2025-07-17T06:36:09.6766229Z * [new tag] trunk/aab949aa96a6b197b75ffa25608fa84049ff68ad -> trunk/aab949aa96a6b197b75ffa25608fa84049ff68ad 2025-07-17T06:36:09.6767017Z * [new tag] trunk/aac0e8f0e998a9381f0eb5dd303a853515109eb0 -> trunk/aac0e8f0e998a9381f0eb5dd303a853515109eb0 2025-07-17T06:36:09.6767796Z * [new tag] trunk/aacb9440791f4e9567e2123f19bb062e75c2d242 -> trunk/aacb9440791f4e9567e2123f19bb062e75c2d242 2025-07-17T06:36:09.6768579Z * [new tag] trunk/ab2294d8289a7757a2fc321cdefac88e2b378edf -> trunk/ab2294d8289a7757a2fc321cdefac88e2b378edf 2025-07-17T06:36:09.6769365Z * [new tag] trunk/ab3393e923514438c9bdfc1afcd0b2aac8be8de9 -> trunk/ab3393e923514438c9bdfc1afcd0b2aac8be8de9 2025-07-17T06:36:09.6770241Z * [new tag] trunk/ab51a937371e61f91cacae7d9fb4b1fe61f24f03 -> trunk/ab51a937371e61f91cacae7d9fb4b1fe61f24f03 2025-07-17T06:36:09.6771039Z * [new tag] trunk/ab56e5add9c36f611a4d9af2f43213926b65d7b4 -> trunk/ab56e5add9c36f611a4d9af2f43213926b65d7b4 2025-07-17T06:36:09.6771817Z * [new tag] trunk/ab655816b8f76f511fb2262d45276d8d1b13d59c -> trunk/ab655816b8f76f511fb2262d45276d8d1b13d59c 2025-07-17T06:36:09.6772605Z * [new tag] trunk/ab6cb34480a14f3cf2446519189ee5f0c5e7278d -> trunk/ab6cb34480a14f3cf2446519189ee5f0c5e7278d 2025-07-17T06:36:09.6773390Z * [new tag] trunk/ab81fb846cd0e52bbc6a2eb366706350639e209f -> trunk/ab81fb846cd0e52bbc6a2eb366706350639e209f 2025-07-17T06:36:09.6774181Z * [new tag] trunk/ab8874bd26894a8ab956408ceee2e89c9ad7f450 -> trunk/ab8874bd26894a8ab956408ceee2e89c9ad7f450 2025-07-17T06:36:09.6774970Z * [new tag] trunk/abbdf9f3632af505b3265b4258a6c185b257edde -> trunk/abbdf9f3632af505b3265b4258a6c185b257edde 2025-07-17T06:36:09.6775886Z * [new tag] trunk/abeae997a35b1920a45be9c26eff7474f2c6c5dd -> trunk/abeae997a35b1920a45be9c26eff7474f2c6c5dd 2025-07-17T06:36:09.6776729Z * [new tag] trunk/abf4da0d242274ba7ab4c0859d105cae74a2dbc5 -> trunk/abf4da0d242274ba7ab4c0859d105cae74a2dbc5 2025-07-17T06:36:09.6777527Z * [new tag] trunk/ac706bfc7f942b8a97401486a840dd8f6452f5cb -> trunk/ac706bfc7f942b8a97401486a840dd8f6452f5cb 2025-07-17T06:36:09.6778313Z * [new tag] trunk/ac86ec0e60370c037e018137f2048cafd47c5c28 -> trunk/ac86ec0e60370c037e018137f2048cafd47c5c28 2025-07-17T06:36:09.6779112Z * [new tag] trunk/acaf6ba3c6d0bdec88ab3f6c2ef82650050558d2 -> trunk/acaf6ba3c6d0bdec88ab3f6c2ef82650050558d2 2025-07-17T06:36:09.6975389Z * [new tag] trunk/ad86c05b78d343f3346d07a07e17639e421d2cf4 -> trunk/ad86c05b78d343f3346d07a07e17639e421d2cf4 2025-07-17T06:36:09.6976220Z * [new tag] trunk/ada44e5ba78be9377814678d1986556af2d6e570 -> trunk/ada44e5ba78be9377814678d1986556af2d6e570 2025-07-17T06:36:09.6977151Z * [new tag] trunk/add0b450bd9907ba9d089c79ca4af96c0590d8ff -> trunk/add0b450bd9907ba9d089c79ca4af96c0590d8ff 2025-07-17T06:36:09.6977957Z * [new tag] trunk/adf6dd1e44c1b006ea6078576b64d5616cecfa5a -> trunk/adf6dd1e44c1b006ea6078576b64d5616cecfa5a 2025-07-17T06:36:09.6978748Z * [new tag] trunk/adf9644440e0d007853e7fdfd67b6a59248f4fbb -> trunk/adf9644440e0d007853e7fdfd67b6a59248f4fbb 2025-07-17T06:36:09.6979703Z * [new tag] trunk/ae0f1f89847564b04bdc43395e664e48f08aaca2 -> trunk/ae0f1f89847564b04bdc43395e664e48f08aaca2 2025-07-17T06:36:09.6980480Z * [new tag] trunk/ae1094b72b7db368f292ed6033de5b495dcdc878 -> trunk/ae1094b72b7db368f292ed6033de5b495dcdc878 2025-07-17T06:36:09.6981269Z * [new tag] trunk/ae86e8f6c829a3cfa9204949156fce2d048c919b -> trunk/ae86e8f6c829a3cfa9204949156fce2d048c919b 2025-07-17T06:36:09.6982062Z * [new tag] trunk/aec569da2325c09487ab659a0f28c3b51e60d779 -> trunk/aec569da2325c09487ab659a0f28c3b51e60d779 2025-07-17T06:36:09.6982969Z * [new tag] trunk/aee2bfc5bae2974f5a3023d51dfa8e3e641144cc -> trunk/aee2bfc5bae2974f5a3023d51dfa8e3e641144cc 2025-07-17T06:36:09.6983794Z * [new tag] trunk/aeffb68d3466635e4e95c50bffd7dfebaba94da2 -> trunk/aeffb68d3466635e4e95c50bffd7dfebaba94da2 2025-07-17T06:36:09.6984593Z * [new tag] trunk/af284b45d5cbfd19d168bf1d118b3a40cd8b3a92 -> trunk/af284b45d5cbfd19d168bf1d118b3a40cd8b3a92 2025-07-17T06:36:09.6985403Z * [new tag] trunk/af3d06909400413801b726a96f3ff52b5ee9ebb5 -> trunk/af3d06909400413801b726a96f3ff52b5ee9ebb5 2025-07-17T06:36:09.6986188Z * [new tag] trunk/af9c92b4cb9f406129dfd8c64c082c0aaf7c723f -> trunk/af9c92b4cb9f406129dfd8c64c082c0aaf7c723f 2025-07-17T06:36:09.6986983Z * [new tag] trunk/aff9c1eec599b8fa97240d192534b0f650c16b1b -> trunk/aff9c1eec599b8fa97240d192534b0f650c16b1b 2025-07-17T06:36:09.6987790Z * [new tag] trunk/b00b641ff1fbfa8f4f6152ffc631e0d24145a7a8 -> trunk/b00b641ff1fbfa8f4f6152ffc631e0d24145a7a8 2025-07-17T06:36:09.6988674Z * [new tag] trunk/b020971e7806bba39aecf636e59e743911831ad8 -> trunk/b020971e7806bba39aecf636e59e743911831ad8 2025-07-17T06:36:09.6989536Z * [new tag] trunk/b0556110e58e3bcf2c872b933e4fd4a0d34398ad -> trunk/b0556110e58e3bcf2c872b933e4fd4a0d34398ad 2025-07-17T06:36:09.6990424Z * [new tag] trunk/b07725a9516028a485153c4b5356b3e33b990f81 -> trunk/b07725a9516028a485153c4b5356b3e33b990f81 2025-07-17T06:36:09.6991296Z * [new tag] trunk/b096341963c4af3b2b0d7f598eba1cdc1c74fb6e -> trunk/b096341963c4af3b2b0d7f598eba1cdc1c74fb6e 2025-07-17T06:36:09.6992270Z * [new tag] trunk/b09bd414a6ccba158c09f586a278051588d90936 -> trunk/b09bd414a6ccba158c09f586a278051588d90936 2025-07-17T06:36:09.6993199Z * [new tag] trunk/b0fbbef1361ccaab8a5aec8e7cd62150e7b361de -> trunk/b0fbbef1361ccaab8a5aec8e7cd62150e7b361de 2025-07-17T06:36:09.6994002Z * [new tag] trunk/b146ca74f01df3cf711fd0f855e05805e490156c -> trunk/b146ca74f01df3cf711fd0f855e05805e490156c 2025-07-17T06:36:09.6994794Z * [new tag] trunk/b146e1a264960e5fb79cf4621ebe4b1345db3e64 -> trunk/b146e1a264960e5fb79cf4621ebe4b1345db3e64 2025-07-17T06:36:09.6995573Z * [new tag] trunk/b147b6c0e31d43a405416743fde1b0b606aa3839 -> trunk/b147b6c0e31d43a405416743fde1b0b606aa3839 2025-07-17T06:36:09.6996347Z * [new tag] trunk/b1713c665516d8355f5491d10b31f98c74ce27f1 -> trunk/b1713c665516d8355f5491d10b31f98c74ce27f1 2025-07-17T06:36:09.6997130Z * [new tag] trunk/b1a54fab9bcb0cc167773f9a885d4170447e1c68 -> trunk/b1a54fab9bcb0cc167773f9a885d4170447e1c68 2025-07-17T06:36:09.6998013Z * [new tag] trunk/b1b8e57cda03bd016594a4fc4944fa5e7f9dd961 -> trunk/b1b8e57cda03bd016594a4fc4944fa5e7f9dd961 2025-07-17T06:36:09.6998953Z * [new tag] trunk/b1d62febd03ac421197d5516596f98d3c46e9b44 -> trunk/b1d62febd03ac421197d5516596f98d3c46e9b44 2025-07-17T06:36:09.6999829Z * [new tag] trunk/b221be9140689d180ec339db05c5e235a95949d3 -> trunk/b221be9140689d180ec339db05c5e235a95949d3 2025-07-17T06:36:09.7000695Z * [new tag] trunk/b22b93a6babf86e823e979528bc0aab88fb7a012 -> trunk/b22b93a6babf86e823e979528bc0aab88fb7a012 2025-07-17T06:36:09.7001670Z * [new tag] trunk/b26da7741be37693ab1cd21115f3fca15b1cdb6b -> trunk/b26da7741be37693ab1cd21115f3fca15b1cdb6b 2025-07-17T06:36:09.7201919Z * [new tag] trunk/b2d473c8f8a6d0677940c174b38511f5ab3c3b65 -> trunk/b2d473c8f8a6d0677940c174b38511f5ab3c3b65 2025-07-17T06:36:09.7202799Z * [new tag] trunk/b2fc9cfea16c8eb52c1ce79b2032793dd1a545fb -> trunk/b2fc9cfea16c8eb52c1ce79b2032793dd1a545fb 2025-07-17T06:36:09.7203639Z * [new tag] trunk/b30e04b3c8a83e19dc9123f2f0229d80e208fb50 -> trunk/b30e04b3c8a83e19dc9123f2f0229d80e208fb50 2025-07-17T06:36:09.7204438Z * [new tag] trunk/b354328ecd6a313eab905ab6f74aed5ea2d3a2ce -> trunk/b354328ecd6a313eab905ab6f74aed5ea2d3a2ce 2025-07-17T06:36:09.7205240Z * [new tag] trunk/b359571c6043b40c4ae4fbb07135fd0f04902e21 -> trunk/b359571c6043b40c4ae4fbb07135fd0f04902e21 2025-07-17T06:36:09.7206031Z * [new tag] trunk/b3b4d28f4cf149cb7448c556d359ca852d815ab1 -> trunk/b3b4d28f4cf149cb7448c556d359ca852d815ab1 2025-07-17T06:36:09.7206823Z * [new tag] trunk/b40981c63078d99bb07afbdcfec1ce8f7519f26b -> trunk/b40981c63078d99bb07afbdcfec1ce8f7519f26b 2025-07-17T06:36:09.7207612Z * [new tag] trunk/b40c0b61eb5f5b6104cb732e709819e84518faa7 -> trunk/b40c0b61eb5f5b6104cb732e709819e84518faa7 2025-07-17T06:36:09.7208378Z * [new tag] trunk/b4228a94d11b1ba6599f443267824d2d918644f2 -> trunk/b4228a94d11b1ba6599f443267824d2d918644f2 2025-07-17T06:36:09.7209158Z * [new tag] trunk/b44306d3681d5b248e6b439d293ea0d5a8903a61 -> trunk/b44306d3681d5b248e6b439d293ea0d5a8903a61 2025-07-17T06:36:09.7209934Z * [new tag] trunk/b4442f42a93390760bb923cbe13b80993f5e8e78 -> trunk/b4442f42a93390760bb923cbe13b80993f5e8e78 2025-07-17T06:36:09.7210704Z * [new tag] trunk/b4476ca378be50034bd5cdc1eaa95104337c998a -> trunk/b4476ca378be50034bd5cdc1eaa95104337c998a 2025-07-17T06:36:09.7211485Z * [new tag] trunk/b487003182b7f2d6697064f184515369bf6c8cce -> trunk/b487003182b7f2d6697064f184515369bf6c8cce 2025-07-17T06:36:09.7212273Z * [new tag] trunk/b49edc0d6c72f744d744a026b0ce0d689e34b83b -> trunk/b49edc0d6c72f744d744a026b0ce0d689e34b83b 2025-07-17T06:36:09.7213054Z * [new tag] trunk/b4e3c9ea34cb607324639cd0bb0129740c300721 -> trunk/b4e3c9ea34cb607324639cd0bb0129740c300721 2025-07-17T06:36:09.7213849Z * [new tag] trunk/b4fc42ca807efc1a1b78f52d5481711a4e8bbea3 -> trunk/b4fc42ca807efc1a1b78f52d5481711a4e8bbea3 2025-07-17T06:36:09.7215382Z * [new tag] trunk/b50075343aeb519d135e00c44ff3577eaa25c61b -> trunk/b50075343aeb519d135e00c44ff3577eaa25c61b 2025-07-17T06:36:09.7216189Z * [new tag] trunk/b54eac2a5ed31106393bbc338de8637817809a1f -> trunk/b54eac2a5ed31106393bbc338de8637817809a1f 2025-07-17T06:36:09.7216994Z * [new tag] trunk/b5bfbba1841da810305262c7f47ee2dae54f335e -> trunk/b5bfbba1841da810305262c7f47ee2dae54f335e 2025-07-17T06:36:09.7217791Z * [new tag] trunk/b5c8b8d09f006b1b2911858882a56dfe6e325f36 -> trunk/b5c8b8d09f006b1b2911858882a56dfe6e325f36 2025-07-17T06:36:09.7218567Z * [new tag] trunk/b5ce77c1f5964293299eb1366f341872a4e47fa6 -> trunk/b5ce77c1f5964293299eb1366f341872a4e47fa6 2025-07-17T06:36:09.7219350Z * [new tag] trunk/b60569ed946ddcc267150a675916d68d7cac9085 -> trunk/b60569ed946ddcc267150a675916d68d7cac9085 2025-07-17T06:36:09.7220140Z * [new tag] trunk/b6188174795956f959feae0cbc33cbdb7901c4b6 -> trunk/b6188174795956f959feae0cbc33cbdb7901c4b6 2025-07-17T06:36:09.7220936Z * [new tag] trunk/b642a5c118baf4cd47dd7fe0190b83e04cee960f -> trunk/b642a5c118baf4cd47dd7fe0190b83e04cee960f 2025-07-17T06:36:09.7221718Z * [new tag] trunk/b6454a9058f2e50be9a3c26c128fec843b09c154 -> trunk/b6454a9058f2e50be9a3c26c128fec843b09c154 2025-07-17T06:36:09.7222503Z * [new tag] trunk/b6add8c8ba927a9f1687134ec2734b02a6ccb3c0 -> trunk/b6add8c8ba927a9f1687134ec2734b02a6ccb3c0 2025-07-17T06:36:09.7223768Z * [new tag] trunk/b6c00dfe249a7bfc1d61a322d5bc30f164353abf -> trunk/b6c00dfe249a7bfc1d61a322d5bc30f164353abf 2025-07-17T06:36:09.7224554Z * [new tag] trunk/b6e625e34f358c71b62409f96dc1e22e4791beef -> trunk/b6e625e34f358c71b62409f96dc1e22e4791beef 2025-07-17T06:36:09.7225336Z * [new tag] trunk/b6f84b3b0fef781653911420253dcff6767197dc -> trunk/b6f84b3b0fef781653911420253dcff6767197dc 2025-07-17T06:36:09.7226126Z * [new tag] trunk/b754b1fa43d20f5b31e17c396487ab56991912da -> trunk/b754b1fa43d20f5b31e17c396487ab56991912da 2025-07-17T06:36:09.7226904Z * [new tag] trunk/b7860c7863df9139bceabf5b0c186e6e4287aa4c -> trunk/b7860c7863df9139bceabf5b0c186e6e4287aa4c 2025-07-17T06:36:09.7227704Z * [new tag] trunk/b7a73a2cdbbe46e04aa145fb8c1615e608dcbde9 -> trunk/b7a73a2cdbbe46e04aa145fb8c1615e608dcbde9 2025-07-17T06:36:09.7228493Z * [new tag] trunk/b7b1109f49f5d0bd6145ae47c5c7d7d18c5659b0 -> trunk/b7b1109f49f5d0bd6145ae47c5c7d7d18c5659b0 2025-07-17T06:36:09.7443112Z * [new tag] trunk/b7def5ff1ca72fbb06350ffc75117efc68e149fb -> trunk/b7def5ff1ca72fbb06350ffc75117efc68e149fb 2025-07-17T06:36:09.7443947Z * [new tag] trunk/b83d8827bcd63501d7298267d94d103bf591c6c2 -> trunk/b83d8827bcd63501d7298267d94d103bf591c6c2 2025-07-17T06:36:09.7444764Z * [new tag] trunk/b85f10ea5006e8ae8fc769f48659ab7ad5eafb69 -> trunk/b85f10ea5006e8ae8fc769f48659ab7ad5eafb69 2025-07-17T06:36:09.7445561Z * [new tag] trunk/b86d5cef68d56f3924dc199424e65904a32d0743 -> trunk/b86d5cef68d56f3924dc199424e65904a32d0743 2025-07-17T06:36:09.7446359Z * [new tag] trunk/b878ca0c91bdccbdd907c15a01e5dcf249f0783c -> trunk/b878ca0c91bdccbdd907c15a01e5dcf249f0783c 2025-07-17T06:36:09.7447171Z * [new tag] trunk/b8ace6f95105751d0535cb0ce0d2c8f656c8b96c -> trunk/b8ace6f95105751d0535cb0ce0d2c8f656c8b96c 2025-07-17T06:36:09.7448027Z * [new tag] trunk/b8aee84fb9692f1a46c8c2a0ae6685df440f6e8f -> trunk/b8aee84fb9692f1a46c8c2a0ae6685df440f6e8f 2025-07-17T06:36:09.7448852Z * [new tag] trunk/b8bc2c2660e84034ff15232e2161e3ef9a6656d0 -> trunk/b8bc2c2660e84034ff15232e2161e3ef9a6656d0 2025-07-17T06:36:09.7449640Z * [new tag] trunk/b8c2d4c259b16f3dc044d049d964c44907ccecb6 -> trunk/b8c2d4c259b16f3dc044d049d964c44907ccecb6 2025-07-17T06:36:09.7450583Z * [new tag] trunk/b8d96c3f78a27e193f4fa9580f8d28298c8180e3 -> trunk/b8d96c3f78a27e193f4fa9580f8d28298c8180e3 2025-07-17T06:36:09.7451373Z * [new tag] trunk/b8fc5e0c0dda5da8315f9bc108a83a0f92252513 -> trunk/b8fc5e0c0dda5da8315f9bc108a83a0f92252513 2025-07-17T06:36:09.7452182Z * [new tag] trunk/b916d8a583cf4fb018c44eaf5efefa9ca76da366 -> trunk/b916d8a583cf4fb018c44eaf5efefa9ca76da366 2025-07-17T06:36:09.7452992Z * [new tag] trunk/b95dadd7170626273bb03b1264f04f3f051908da -> trunk/b95dadd7170626273bb03b1264f04f3f051908da 2025-07-17T06:36:09.7453814Z * [new tag] trunk/b981fb6744d034a0b2a0baf7e138cfb8dc83ca96 -> trunk/b981fb6744d034a0b2a0baf7e138cfb8dc83ca96 2025-07-17T06:36:09.7454666Z * [new tag] trunk/b9afdd9bcc738697c6eefc90899508ab783bf6ab -> trunk/b9afdd9bcc738697c6eefc90899508ab783bf6ab 2025-07-17T06:36:09.7455471Z * [new tag] trunk/b9b84d8011b08ac62cabf9100043c65863372fea -> trunk/b9b84d8011b08ac62cabf9100043c65863372fea 2025-07-17T06:36:09.7456252Z * [new tag] trunk/b9dc2fa4f7aa237a19248705abf82f5eae662182 -> trunk/b9dc2fa4f7aa237a19248705abf82f5eae662182 2025-07-17T06:36:09.7457052Z * [new tag] trunk/ba0d0de5e652650f8a59c85fc25a90f4ed9e2dc1 -> trunk/ba0d0de5e652650f8a59c85fc25a90f4ed9e2dc1 2025-07-17T06:36:09.7457844Z * [new tag] trunk/bb1f3d1a55e3f8eafb279995824c1ef87f24b341 -> trunk/bb1f3d1a55e3f8eafb279995824c1ef87f24b341 2025-07-17T06:36:09.7458756Z * [new tag] trunk/bb3c911c2d64ccad03349e50a0a220a2889ae85c -> trunk/bb3c911c2d64ccad03349e50a0a220a2889ae85c 2025-07-17T06:36:09.7459540Z * [new tag] trunk/bb462a6237c163774c99e01462703ebce55f4589 -> trunk/bb462a6237c163774c99e01462703ebce55f4589 2025-07-17T06:36:09.7460378Z * [new tag] trunk/bb476310a456b1fd418c79573ed34ad68b4871d4 -> trunk/bb476310a456b1fd418c79573ed34ad68b4871d4 2025-07-17T06:36:09.7461183Z * [new tag] trunk/bbb930aba2e769e3ed981f2a035133891de36dae -> trunk/bbb930aba2e769e3ed981f2a035133891de36dae 2025-07-17T06:36:09.7461981Z * [new tag] trunk/bbbced94a43cf764ddfe719e7d4c161a3992830c -> trunk/bbbced94a43cf764ddfe719e7d4c161a3992830c 2025-07-17T06:36:09.7462800Z * [new tag] trunk/bbe681ed510227ce05f99db2a36c1af5c2cc302b -> trunk/bbe681ed510227ce05f99db2a36c1af5c2cc302b 2025-07-17T06:36:09.7463605Z * [new tag] trunk/bbf1a6feac0e88772be103a1b159b871b5c00b4a -> trunk/bbf1a6feac0e88772be103a1b159b871b5c00b4a 2025-07-17T06:36:09.7464394Z * [new tag] trunk/bc3972b80a7abe85036f48b610532fce39ea5097 -> trunk/bc3972b80a7abe85036f48b610532fce39ea5097 2025-07-17T06:36:09.7465172Z * [new tag] trunk/bc5a11b58180d40157175f45c69d60a9b9961315 -> trunk/bc5a11b58180d40157175f45c69d60a9b9961315 2025-07-17T06:36:09.7465980Z * [new tag] trunk/bc65253369933160a2da3fc786d027a572faf6b7 -> trunk/bc65253369933160a2da3fc786d027a572faf6b7 2025-07-17T06:36:09.7466804Z * [new tag] trunk/bc6e0661a6ec7e536bee60b9c929f71643bb6c89 -> trunk/bc6e0661a6ec7e536bee60b9c929f71643bb6c89 2025-07-17T06:36:09.7467601Z * [new tag] trunk/bc9091a524a1ebe4de16af4dd8f442db7d1cb138 -> trunk/bc9091a524a1ebe4de16af4dd8f442db7d1cb138 2025-07-17T06:36:09.7468406Z * [new tag] trunk/bc9bd2a766ae8cf2aba8f3d0153cd8ecd05b4465 -> trunk/bc9bd2a766ae8cf2aba8f3d0153cd8ecd05b4465 2025-07-17T06:36:09.7770669Z * [new tag] trunk/bcad962550f2bfd850684250a3c881c9f38ad601 -> trunk/bcad962550f2bfd850684250a3c881c9f38ad601 2025-07-17T06:36:09.7771538Z * [new tag] trunk/bcc98bb2a4dd11ac696082731f8980b72deb6750 -> trunk/bcc98bb2a4dd11ac696082731f8980b72deb6750 2025-07-17T06:36:09.7772349Z * [new tag] trunk/bccb8473fed94dbc6f1392d0c5b4a51150ee4a9a -> trunk/bccb8473fed94dbc6f1392d0c5b4a51150ee4a9a 2025-07-17T06:36:09.7773313Z * [new tag] trunk/bcf50636ba1b93a833267c645d887888df06e9ea -> trunk/bcf50636ba1b93a833267c645d887888df06e9ea 2025-07-17T06:36:09.7774102Z * [new tag] trunk/bd364c901d5b20500ec5cbe275e93c955809d900 -> trunk/bd364c901d5b20500ec5cbe275e93c955809d900 2025-07-17T06:36:09.7774890Z * [new tag] trunk/bd3c32916cf5f85ddb9dd3c36e7311adfa8808af -> trunk/bd3c32916cf5f85ddb9dd3c36e7311adfa8808af 2025-07-17T06:36:09.7775712Z * [new tag] trunk/bd6b5fddbf5fb0b603ab8a7428079d9a86cf532a -> trunk/bd6b5fddbf5fb0b603ab8a7428079d9a86cf532a 2025-07-17T06:36:09.7776607Z * [new tag] trunk/bdacf08b8682b9fbe3a8656a53b1f8b1cb007fd8 -> trunk/bdacf08b8682b9fbe3a8656a53b1f8b1cb007fd8 2025-07-17T06:36:09.7777406Z * [new tag] trunk/bdb1553b77bb28df580ea41d726417ac91028ec6 -> trunk/bdb1553b77bb28df580ea41d726417ac91028ec6 2025-07-17T06:36:09.7778194Z * [new tag] trunk/bdb78191662c01ab1263108febac29a8560337d0 -> trunk/bdb78191662c01ab1263108febac29a8560337d0 2025-07-17T06:36:09.7778988Z * [new tag] trunk/bdbf2792a8f15907f6bbf231f73dab0e8efe1c50 -> trunk/bdbf2792a8f15907f6bbf231f73dab0e8efe1c50 2025-07-17T06:36:09.7779770Z * [new tag] trunk/be124a61a4933603795644d068d2c0e5f444e766 -> trunk/be124a61a4933603795644d068d2c0e5f444e766 2025-07-17T06:36:09.7780537Z * [new tag] trunk/be2ab96347a1e7206a57f69b58263c4455ff8f76 -> trunk/be2ab96347a1e7206a57f69b58263c4455ff8f76 2025-07-17T06:36:09.7781442Z * [new tag] trunk/be2ad70cfa1360da5c23a04ff6ca3480fa02f278 -> trunk/be2ad70cfa1360da5c23a04ff6ca3480fa02f278 2025-07-17T06:36:09.7782343Z * [new tag] trunk/be2e43264d0bce254efabcc60c368d1418bde57f -> trunk/be2e43264d0bce254efabcc60c368d1418bde57f 2025-07-17T06:36:09.7783152Z * [new tag] trunk/be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35 -> trunk/be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35 2025-07-17T06:36:09.7783973Z * [new tag] trunk/beb52f5c0ac8efddeafa862f274bc247db989695 -> trunk/beb52f5c0ac8efddeafa862f274bc247db989695 2025-07-17T06:36:09.7784790Z * [new tag] trunk/bee93f9f0d16f4f563812bb5c16e862de15724c1 -> trunk/bee93f9f0d16f4f563812bb5c16e862de15724c1 2025-07-17T06:36:09.7785583Z * [new tag] trunk/beed033b6e6ac57c0b4a1f47eb436e115a52e41b -> trunk/beed033b6e6ac57c0b4a1f47eb436e115a52e41b 2025-07-17T06:36:09.7786372Z * [new tag] trunk/bf06190e21fdf539c13e1ec01271653d0729733a -> trunk/bf06190e21fdf539c13e1ec01271653d0729733a 2025-07-17T06:36:09.7787151Z * [new tag] trunk/bf1ebe0531e1b0390ea09d66ac78500d3c6d3a15 -> trunk/bf1ebe0531e1b0390ea09d66ac78500d3c6d3a15 2025-07-17T06:36:09.7788026Z * [new tag] trunk/bf50d715539acedcb31a6d8f787149eff6213fdb -> trunk/bf50d715539acedcb31a6d8f787149eff6213fdb 2025-07-17T06:36:09.7788817Z * [new tag] trunk/bf798a2f016ca0001750436150e7a2bdb2676d1a -> trunk/bf798a2f016ca0001750436150e7a2bdb2676d1a 2025-07-17T06:36:09.7789601Z * [new tag] trunk/bf7e290854b7f0ab3fb89251d0100821f1b3a70e -> trunk/bf7e290854b7f0ab3fb89251d0100821f1b3a70e 2025-07-17T06:36:09.7790390Z * [new tag] trunk/bf897b4cea2b7481499a81afa30bfc69a8e685c4 -> trunk/bf897b4cea2b7481499a81afa30bfc69a8e685c4 2025-07-17T06:36:09.7791206Z * [new tag] trunk/bfcababbcb95ec42046737dbcf61f8e258075ace -> trunk/bfcababbcb95ec42046737dbcf61f8e258075ace 2025-07-17T06:36:09.7792113Z * [new tag] trunk/bfccfa0b31221d5df0b263de5a41fb9f7c84b97d -> trunk/bfccfa0b31221d5df0b263de5a41fb9f7c84b97d 2025-07-17T06:36:09.7792917Z * [new tag] trunk/c038719731abdcd415a5e82c5f3826f2358229fc -> trunk/c038719731abdcd415a5e82c5f3826f2358229fc 2025-07-17T06:36:09.7793796Z * [new tag] trunk/c04a4e709410936c12cdc9db5aaf47164f74a367 -> trunk/c04a4e709410936c12cdc9db5aaf47164f74a367 2025-07-17T06:36:09.7794667Z * [new tag] trunk/c062550a3598d27c2d6572db7c0f4ff90a84cc84 -> trunk/c062550a3598d27c2d6572db7c0f4ff90a84cc84 2025-07-17T06:36:09.7795445Z * [new tag] trunk/c06c2569ee53c169c96f42b45bdb64f390d2f23b -> trunk/c06c2569ee53c169c96f42b45bdb64f390d2f23b 2025-07-17T06:36:09.7796216Z * [new tag] trunk/c09b05487877a3f8b239523b3806f5dd9fc82051 -> trunk/c09b05487877a3f8b239523b3806f5dd9fc82051 2025-07-17T06:36:09.7796991Z * [new tag] trunk/c09cf29d7d010c0547f2f6771921a0ee2ec4904b -> trunk/c09cf29d7d010c0547f2f6771921a0ee2ec4904b 2025-07-17T06:36:09.8032373Z * [new tag] trunk/c09eba877f9c16908b3a925ef694604c1c761b85 -> trunk/c09eba877f9c16908b3a925ef694604c1c761b85 2025-07-17T06:36:09.8033335Z * [new tag] trunk/c0e155a8d230b04f186d1b7540b01213be2b9fc6 -> trunk/c0e155a8d230b04f186d1b7540b01213be2b9fc6 2025-07-17T06:36:09.8034270Z * [new tag] trunk/c0ee01c2fb54e2ae924270f7fd53069915a61a50 -> trunk/c0ee01c2fb54e2ae924270f7fd53069915a61a50 2025-07-17T06:36:09.8035387Z * [new tag] trunk/c10339559de1464c2c5aeb16649c382eefcfb572 -> trunk/c10339559de1464c2c5aeb16649c382eefcfb572 2025-07-17T06:36:09.8036294Z * [new tag] trunk/c11888e7a6557ff64e24ca06e22946c116a7c1e4 -> trunk/c11888e7a6557ff64e24ca06e22946c116a7c1e4 2025-07-17T06:36:09.8037264Z * [new tag] trunk/c13e725edd8dd21406c629bf625f2d6c59ceedd1 -> trunk/c13e725edd8dd21406c629bf625f2d6c59ceedd1 2025-07-17T06:36:09.8038274Z * [new tag] trunk/c14110056f1b6e989850f20ae56d47fbc775e890 -> trunk/c14110056f1b6e989850f20ae56d47fbc775e890 2025-07-17T06:36:09.8039236Z * [new tag] trunk/c1446e1e9d2f5a1bae5fb3d58e58f16c15bb15c3 -> trunk/c1446e1e9d2f5a1bae5fb3d58e58f16c15bb15c3 2025-07-17T06:36:09.8040117Z * [new tag] trunk/c165b36a31585d4e061a84e1977428afd931b82d -> trunk/c165b36a31585d4e061a84e1977428afd931b82d 2025-07-17T06:36:09.8041086Z * [new tag] trunk/c174f3a6a55864cedb8f6d9014e9b8cadf91186b -> trunk/c174f3a6a55864cedb8f6d9014e9b8cadf91186b 2025-07-17T06:36:09.8042179Z * [new tag] trunk/c177abd217ecef5cc096d50adbf5990525714dd3 -> trunk/c177abd217ecef5cc096d50adbf5990525714dd3 2025-07-17T06:36:09.8043234Z * [new tag] trunk/c199a4d0fd03ab3f7e36c6133839cfaf34ba59da -> trunk/c199a4d0fd03ab3f7e36c6133839cfaf34ba59da 2025-07-17T06:36:09.8044247Z * [new tag] trunk/c1a629f76d0afc2ddb4a5c7c1925caa1d12b5a5e -> trunk/c1a629f76d0afc2ddb4a5c7c1925caa1d12b5a5e 2025-07-17T06:36:09.8045269Z * [new tag] trunk/c1ad4b8e7a16f54c35a3908b56ed7d9f95eef586 -> trunk/c1ad4b8e7a16f54c35a3908b56ed7d9f95eef586 2025-07-17T06:36:09.8046277Z * [new tag] trunk/c1ae768baa9598ea97f301999a227b34a2efdecf -> trunk/c1ae768baa9598ea97f301999a227b34a2efdecf 2025-07-17T06:36:09.8047161Z * [new tag] trunk/c1cbaca7fd9937c0a089d98aa69066daf35c898f -> trunk/c1cbaca7fd9937c0a089d98aa69066daf35c898f 2025-07-17T06:36:09.8048103Z * [new tag] trunk/c1f531f0b0e6faf443d90f8de2936e866c8c27c2 -> trunk/c1f531f0b0e6faf443d90f8de2936e866c8c27c2 2025-07-17T06:36:09.8048975Z * [new tag] trunk/c202a7329ad798da676762a8af2aa588f882d288 -> trunk/c202a7329ad798da676762a8af2aa588f882d288 2025-07-17T06:36:09.8049901Z * [new tag] trunk/c2185dc4a5626848df37cad214b73d5ae7dd4f17 -> trunk/c2185dc4a5626848df37cad214b73d5ae7dd4f17 2025-07-17T06:36:09.8050693Z * [new tag] trunk/c219dbd2fc70227ba543c98e9740a84723ba36da -> trunk/c219dbd2fc70227ba543c98e9740a84723ba36da 2025-07-17T06:36:09.8051460Z * [new tag] trunk/c2510fcd86152028c3e6cf483740b177a10ac9b9 -> trunk/c2510fcd86152028c3e6cf483740b177a10ac9b9 2025-07-17T06:36:09.8052291Z * [new tag] trunk/c26ce593d8737cab4b55483b62956a6fea9e4375 -> trunk/c26ce593d8737cab4b55483b62956a6fea9e4375 2025-07-17T06:36:09.8053114Z * [new tag] trunk/c27f83dd91ff3599b5157866e6be014c20b967a0 -> trunk/c27f83dd91ff3599b5157866e6be014c20b967a0 2025-07-17T06:36:09.8053993Z * [new tag] trunk/c28e74e45743feac10559c30dbf71cc35bc12ccb -> trunk/c28e74e45743feac10559c30dbf71cc35bc12ccb 2025-07-17T06:36:09.8054793Z * [new tag] trunk/c2beeadeb40e927c51bc5bcd409b3f28374a5190 -> trunk/c2beeadeb40e927c51bc5bcd409b3f28374a5190 2025-07-17T06:36:09.8055601Z * [new tag] trunk/c2d1b225e62bdf3adbba91891f53bc60315adaac -> trunk/c2d1b225e62bdf3adbba91891f53bc60315adaac 2025-07-17T06:36:09.8056419Z * [new tag] trunk/c2f4cc59a70bfd7d7e46e9b5596bae8e4ae2cf9c -> trunk/c2f4cc59a70bfd7d7e46e9b5596bae8e4ae2cf9c 2025-07-17T06:36:09.8057229Z * [new tag] trunk/c329a8f19cc94cb7f9d3fc814484cded138ee3ca -> trunk/c329a8f19cc94cb7f9d3fc814484cded138ee3ca 2025-07-17T06:36:09.8058119Z * [new tag] trunk/c37ddcaefbe9b877e1816ce97dedb8ad26d09450 -> trunk/c37ddcaefbe9b877e1816ce97dedb8ad26d09450 2025-07-17T06:36:09.8058974Z * [new tag] trunk/c3ecabf0593066750156989fc75acbeeaddf0791 -> trunk/c3ecabf0593066750156989fc75acbeeaddf0791 2025-07-17T06:36:09.8059795Z * [new tag] trunk/c48d0f4643b7a69ebe24069e932ce1465a31cdbe -> trunk/c48d0f4643b7a69ebe24069e932ce1465a31cdbe 2025-07-17T06:36:09.8060619Z * [new tag] trunk/c4b93e6579c8e2f1252067c4923cbb859c476fb4 -> trunk/c4b93e6579c8e2f1252067c4923cbb859c476fb4 2025-07-17T06:36:09.8373289Z * [new tag] trunk/c4cdcda754e2b73b030902dd06fb651c7a026510 -> trunk/c4cdcda754e2b73b030902dd06fb651c7a026510 2025-07-17T06:36:09.8374318Z * [new tag] trunk/c515385b0ac4a94deef652159e71fe0912615d14 -> trunk/c515385b0ac4a94deef652159e71fe0912615d14 2025-07-17T06:36:09.8375177Z * [new tag] trunk/c54778625ec45b94eb97f52da3ad6c2eb3d3c3c9 -> trunk/c54778625ec45b94eb97f52da3ad6c2eb3d3c3c9 2025-07-17T06:36:09.8376029Z * [new tag] trunk/c553c55be76daaf70d977a4ac7664b46cbcfa7c4 -> trunk/c553c55be76daaf70d977a4ac7664b46cbcfa7c4 2025-07-17T06:36:09.8376835Z * [new tag] trunk/c5589074e64b28afd737174ae1e9c2ba0b925e56 -> trunk/c5589074e64b28afd737174ae1e9c2ba0b925e56 2025-07-17T06:36:09.8377620Z * [new tag] trunk/c55eef79f8880e4b610a0ca6f6131e690dc948dd -> trunk/c55eef79f8880e4b610a0ca6f6131e690dc948dd 2025-07-17T06:36:09.8378420Z * [new tag] trunk/c5a4fe9c17bc20eb46b15fda554d17030bb6a5b9 -> trunk/c5a4fe9c17bc20eb46b15fda554d17030bb6a5b9 2025-07-17T06:36:09.8379204Z * [new tag] trunk/c5b46b5408e136a5a3060b11a96afa51bd009fd5 -> trunk/c5b46b5408e136a5a3060b11a96afa51bd009fd5 2025-07-17T06:36:09.8379999Z * [new tag] trunk/c5d00e150ad503510bf28adf09f69201aeb94f5c -> trunk/c5d00e150ad503510bf28adf09f69201aeb94f5c 2025-07-17T06:36:09.8380830Z * [new tag] trunk/c5d3e7a4ff460eed70b8443485a7e3568e87aee9 -> trunk/c5d3e7a4ff460eed70b8443485a7e3568e87aee9 2025-07-17T06:36:09.8381674Z * [new tag] trunk/c60327ba74f4db232a2832f2c7ca4b2db43a3132 -> trunk/c60327ba74f4db232a2832f2c7ca4b2db43a3132 2025-07-17T06:36:09.8382459Z * [new tag] trunk/c60d8188d23801d44343c96746ec2e7d2971c5d7 -> trunk/c60d8188d23801d44343c96746ec2e7d2971c5d7 2025-07-17T06:36:09.8383215Z * [new tag] trunk/c620d0b5c7e8679413d620624725471223ce8359 -> trunk/c620d0b5c7e8679413d620624725471223ce8359 2025-07-17T06:36:09.8383995Z * [new tag] trunk/c68af9af1b3652a8e25bd6d0ff8dae89f206a81a -> trunk/c68af9af1b3652a8e25bd6d0ff8dae89f206a81a 2025-07-17T06:36:09.8384803Z * [new tag] trunk/c6a27bae3656021720074520ac6dad9cebe83ff5 -> trunk/c6a27bae3656021720074520ac6dad9cebe83ff5 2025-07-17T06:36:09.8385578Z * [new tag] trunk/c6b4f98625bb6b22bb9a60112a6d58e684a97e1b -> trunk/c6b4f98625bb6b22bb9a60112a6d58e684a97e1b 2025-07-17T06:36:09.8386416Z * [new tag] trunk/c74fd35050a7241f0c439501ef735aa6cdde751f -> trunk/c74fd35050a7241f0c439501ef735aa6cdde751f 2025-07-17T06:36:09.8387331Z * [new tag] trunk/c75c732481915c25295a0ae6321d39aa314eaa93 -> trunk/c75c732481915c25295a0ae6321d39aa314eaa93 2025-07-17T06:36:09.8388122Z * [new tag] trunk/c78bbdf4102d2c13bf6aa1abe4352aa7bca401ca -> trunk/c78bbdf4102d2c13bf6aa1abe4352aa7bca401ca 2025-07-17T06:36:09.8388934Z * [new tag] trunk/c78fce9e79b79686b87f4007cbaec819bdd0223f -> trunk/c78fce9e79b79686b87f4007cbaec819bdd0223f 2025-07-17T06:36:09.8389729Z * [new tag] trunk/c79c7bbe615265b6b3d7df39d6d5a68afd7d6b2a -> trunk/c79c7bbe615265b6b3d7df39d6d5a68afd7d6b2a 2025-07-17T06:36:09.8390534Z * [new tag] trunk/c7b6c98d1097bec9dc92bde2fe324aa126a5daa2 -> trunk/c7b6c98d1097bec9dc92bde2fe324aa126a5daa2 2025-07-17T06:36:09.8391314Z * [new tag] trunk/c808af514d59e25ea4a880c1e1e07d3232984e5d -> trunk/c808af514d59e25ea4a880c1e1e07d3232984e5d 2025-07-17T06:36:09.8392253Z * [new tag] trunk/c811f41cf58238b49e9c2f0a9fa00dcc471b2e10 -> trunk/c811f41cf58238b49e9c2f0a9fa00dcc471b2e10 2025-07-17T06:36:09.8393095Z * [new tag] trunk/c82a174ceab79f77ba18405dd263eb03692608fd -> trunk/c82a174ceab79f77ba18405dd263eb03692608fd 2025-07-17T06:36:09.8393881Z * [new tag] trunk/c83041cac2e9ca537b210b74876dbcee5e08ae9a -> trunk/c83041cac2e9ca537b210b74876dbcee5e08ae9a 2025-07-17T06:36:09.8394671Z * [new tag] trunk/c843909d9e32f92b2e31cf9b8f066daf311a6f18 -> trunk/c843909d9e32f92b2e31cf9b8f066daf311a6f18 2025-07-17T06:36:09.8395532Z * [new tag] trunk/c88e87f3553b7ef0b743fb030317fabb6fe2dc29 -> trunk/c88e87f3553b7ef0b743fb030317fabb6fe2dc29 2025-07-17T06:36:09.8396319Z * [new tag] trunk/c8c221c0b3abbb8b5e20138080644dd5f5cd0aa1 -> trunk/c8c221c0b3abbb8b5e20138080644dd5f5cd0aa1 2025-07-17T06:36:09.8397118Z * [new tag] trunk/c8c892b4a50fdad624753db5b8d2bbb0fc5bb110 -> trunk/c8c892b4a50fdad624753db5b8d2bbb0fc5bb110 2025-07-17T06:36:09.8397949Z * [new tag] trunk/c8d39a10457ea5d65184c6e8f037f46c5525d869 -> trunk/c8d39a10457ea5d65184c6e8f037f46c5525d869 2025-07-17T06:36:09.8398783Z * [new tag] trunk/c9174a20f75ba007b0f520326ced5c65d8a2b269 -> trunk/c9174a20f75ba007b0f520326ced5c65d8a2b269 2025-07-17T06:36:09.8399569Z * [new tag] trunk/c92f1075aaf3649f6368af2a3df9b5167f941b3f -> trunk/c92f1075aaf3649f6368af2a3df9b5167f941b3f 2025-07-17T06:36:09.8687153Z * [new tag] trunk/c9404faacb7c18af17086be26587b46e141afbcc -> trunk/c9404faacb7c18af17086be26587b46e141afbcc 2025-07-17T06:36:09.8688017Z * [new tag] trunk/c95705dac2da8134c946cdd573944632ef22f230 -> trunk/c95705dac2da8134c946cdd573944632ef22f230 2025-07-17T06:36:09.8688796Z * [new tag] trunk/c95f7fa874a3116f1067f9092456ee7281003614 -> trunk/c95f7fa874a3116f1067f9092456ee7281003614 2025-07-17T06:36:09.8689573Z * [new tag] trunk/c9a5bf09baa1a6776555e901331b1baefe6691bc -> trunk/c9a5bf09baa1a6776555e901331b1baefe6691bc 2025-07-17T06:36:09.8690388Z * [new tag] trunk/c9afcffed0870c211d2e8be422812d6a70aef3e2 -> trunk/c9afcffed0870c211d2e8be422812d6a70aef3e2 2025-07-17T06:36:09.8691204Z * [new tag] trunk/c9e9a0c82316ed59f6ef989a6000f0d5231b9b16 -> trunk/c9e9a0c82316ed59f6ef989a6000f0d5231b9b16 2025-07-17T06:36:09.8691992Z * [new tag] trunk/ca3cabd24ace1899ca4669431f5b0556c5ab9ebf -> trunk/ca3cabd24ace1899ca4669431f5b0556c5ab9ebf 2025-07-17T06:36:09.8692794Z * [new tag] trunk/ca5a40395d8b212dce0a57df01ca056eae55446f -> trunk/ca5a40395d8b212dce0a57df01ca056eae55446f 2025-07-17T06:36:09.8693587Z * [new tag] trunk/cadcb5d36802579441da3dbe3c2eecc74a0eae78 -> trunk/cadcb5d36802579441da3dbe3c2eecc74a0eae78 2025-07-17T06:36:09.8694372Z * [new tag] trunk/cb711c8fa04673d3490306e2b14539ab7dca3c23 -> trunk/cb711c8fa04673d3490306e2b14539ab7dca3c23 2025-07-17T06:36:09.8695290Z * [new tag] trunk/cb853945a77af54d9989ae7ac36d0007c0215b10 -> trunk/cb853945a77af54d9989ae7ac36d0007c0215b10 2025-07-17T06:36:09.8696080Z * [new tag] trunk/cb9b479f4f799eea058de9be3a0e09f977fc82da -> trunk/cb9b479f4f799eea058de9be3a0e09f977fc82da 2025-07-17T06:36:09.8696871Z * [new tag] trunk/cbafba57941c1d5f78640845320ac89157570b44 -> trunk/cbafba57941c1d5f78640845320ac89157570b44 2025-07-17T06:36:09.8697653Z * [new tag] trunk/cbcffce48a3422a5e9a2103888248c82d52d199c -> trunk/cbcffce48a3422a5e9a2103888248c82d52d199c 2025-07-17T06:36:09.8698446Z * [new tag] trunk/cc09d3a5ba2a5ae032078570e6123d523952ed22 -> trunk/cc09d3a5ba2a5ae032078570e6123d523952ed22 2025-07-17T06:36:09.8699258Z * [new tag] trunk/cc0faeb80fff17b3d170aa70041865aafb1790a9 -> trunk/cc0faeb80fff17b3d170aa70041865aafb1790a9 2025-07-17T06:36:09.8700045Z * [new tag] trunk/cc3ea2d84004b6348c77a285ba2639932b87c101 -> trunk/cc3ea2d84004b6348c77a285ba2639932b87c101 2025-07-17T06:36:09.8700819Z * [new tag] trunk/cc410d3761001499611bca6cf835239b86093791 -> trunk/cc410d3761001499611bca6cf835239b86093791 2025-07-17T06:36:09.8701597Z * [new tag] trunk/ccb1f687d63f0215ebcf3c1340c6682edeaccd28 -> trunk/ccb1f687d63f0215ebcf3c1340c6682edeaccd28 2025-07-17T06:36:09.8702381Z * [new tag] trunk/ccb67f39b4d75943cdc531d9032b3ba9235cfd56 -> trunk/ccb67f39b4d75943cdc531d9032b3ba9235cfd56 2025-07-17T06:36:09.8703255Z * [new tag] trunk/ccc6279b4086d55cd1f7e2d699473478610d8a7b -> trunk/ccc6279b4086d55cd1f7e2d699473478610d8a7b 2025-07-17T06:36:09.8704045Z * [new tag] trunk/cce4d213a67b7536dce431fd29c92f9791c9f81d -> trunk/cce4d213a67b7536dce431fd29c92f9791c9f81d 2025-07-17T06:36:09.8704859Z * [new tag] trunk/cd1a924dba145334aacb7c1b7276d6cef7ca41cc -> trunk/cd1a924dba145334aacb7c1b7276d6cef7ca41cc 2025-07-17T06:36:09.8705668Z * [new tag] trunk/cd361fc247a9abdbe9851867e31ac3cefcff299e -> trunk/cd361fc247a9abdbe9851867e31ac3cefcff299e 2025-07-17T06:36:09.8706454Z * [new tag] trunk/cd66ff80307862ef8e75520054ecd19a5eff9f7e -> trunk/cd66ff80307862ef8e75520054ecd19a5eff9f7e 2025-07-17T06:36:09.8707271Z * [new tag] trunk/cd75cf3cabedeac2ae4bbb266c05ca9b64181abe -> trunk/cd75cf3cabedeac2ae4bbb266c05ca9b64181abe 2025-07-17T06:36:09.8708082Z * [new tag] trunk/cd80f9a4c35a63ef415dbf6a361e4520a9cabf7b -> trunk/cd80f9a4c35a63ef415dbf6a361e4520a9cabf7b 2025-07-17T06:36:09.8708875Z * [new tag] trunk/cd82096973985042ed2eaa84e69fbf0f067f9301 -> trunk/cd82096973985042ed2eaa84e69fbf0f067f9301 2025-07-17T06:36:09.8709656Z * [new tag] trunk/cd995bfb2aac8891465809be3ce29543bd524287 -> trunk/cd995bfb2aac8891465809be3ce29543bd524287 2025-07-17T06:36:09.8710450Z * [new tag] trunk/cdb144fcf0aa4300c6de7158cb18ff7503d48492 -> trunk/cdb144fcf0aa4300c6de7158cb18ff7503d48492 2025-07-17T06:36:09.8711260Z * [new tag] trunk/cdfa33a328f2d3fdaeb645fde186194ddc2e66c0 -> trunk/cdfa33a328f2d3fdaeb645fde186194ddc2e66c0 2025-07-17T06:36:09.8712176Z * [new tag] trunk/ce1a07570d95cdd1543b9b2d45b3899c59e6802f -> trunk/ce1a07570d95cdd1543b9b2d45b3899c59e6802f 2025-07-17T06:36:09.8913263Z * [new tag] trunk/ce3406817d50b3357fa644784cc84ff167ce40ce -> trunk/ce3406817d50b3357fa644784cc84ff167ce40ce 2025-07-17T06:36:09.8914162Z * [new tag] trunk/ce44877961af7c8ec618f525853ce7edf3efa4eb -> trunk/ce44877961af7c8ec618f525853ce7edf3efa4eb 2025-07-17T06:36:09.8914959Z * [new tag] trunk/ce6e0523f9911c605860c4f5f278c2dad893dde9 -> trunk/ce6e0523f9911c605860c4f5f278c2dad893dde9 2025-07-17T06:36:09.8915752Z * [new tag] trunk/ce73b0c53f1f215345dcfe3953871a4aaf170a0c -> trunk/ce73b0c53f1f215345dcfe3953871a4aaf170a0c 2025-07-17T06:36:09.8916662Z * [new tag] trunk/ce79056471737557dcc64378985cd2b036e7322c -> trunk/ce79056471737557dcc64378985cd2b036e7322c 2025-07-17T06:36:09.8917435Z * [new tag] trunk/ce8180a61de405c519e00ac48eab8ff765ea71e6 -> trunk/ce8180a61de405c519e00ac48eab8ff765ea71e6 2025-07-17T06:36:09.8918249Z * [new tag] trunk/ce97a5dcfa3cb10c7805ff5cb44abd6a16b4ae8b -> trunk/ce97a5dcfa3cb10c7805ff5cb44abd6a16b4ae8b 2025-07-17T06:36:09.8919108Z * [new tag] trunk/ce9ba071fd29013e72100dd97728d01c860720d9 -> trunk/ce9ba071fd29013e72100dd97728d01c860720d9 2025-07-17T06:36:09.8919941Z * [new tag] trunk/cec264c8c6d74d4fbf5ee31983737b8b5e316dd0 -> trunk/cec264c8c6d74d4fbf5ee31983737b8b5e316dd0 2025-07-17T06:36:09.8920752Z * [new tag] trunk/cec59b76ca606c3e5d34ac0d0f9e0e22b8cfe5bb -> trunk/cec59b76ca606c3e5d34ac0d0f9e0e22b8cfe5bb 2025-07-17T06:36:09.8921556Z * [new tag] trunk/cf0749c92fdfcb8a583ea15f351add88c4d33618 -> trunk/cf0749c92fdfcb8a583ea15f351add88c4d33618 2025-07-17T06:36:09.8922355Z * [new tag] trunk/cf3247b74aaeb956b3c2b31d05e965a0aca5a8b4 -> trunk/cf3247b74aaeb956b3c2b31d05e965a0aca5a8b4 2025-07-17T06:36:09.8923151Z * [new tag] trunk/cf90c9f8d1632777ec5f4b6ccaa14bc5bf259e9c -> trunk/cf90c9f8d1632777ec5f4b6ccaa14bc5bf259e9c 2025-07-17T06:36:09.8923943Z * [new tag] trunk/cf9878d7a20b11d761934ae7732b01644ae137d6 -> trunk/cf9878d7a20b11d761934ae7732b01644ae137d6 2025-07-17T06:36:09.8924874Z * [new tag] trunk/d061a02e6ecf3b62f409578c7d05a564264d1288 -> trunk/d061a02e6ecf3b62f409578c7d05a564264d1288 2025-07-17T06:36:09.8925696Z * [new tag] trunk/d06a406656bf0b4bc9af2d056558dc1630a6e5b9 -> trunk/d06a406656bf0b4bc9af2d056558dc1630a6e5b9 2025-07-17T06:36:09.8926485Z * [new tag] trunk/d083841c0e0d879e460aebb45daac086a240a7dd -> trunk/d083841c0e0d879e460aebb45daac086a240a7dd 2025-07-17T06:36:09.8927281Z * [new tag] trunk/d0a9629435aaceb5acbf31aad70f2109cb8a3ea2 -> trunk/d0a9629435aaceb5acbf31aad70f2109cb8a3ea2 2025-07-17T06:36:09.8928090Z * [new tag] trunk/d0cfa3e5bf662b72068e26e06a1a5c2e640ce8d9 -> trunk/d0cfa3e5bf662b72068e26e06a1a5c2e640ce8d9 2025-07-17T06:36:09.8928888Z * [new tag] trunk/d158e9ea82ce3440e2e9a1bbbecae53a79869404 -> trunk/d158e9ea82ce3440e2e9a1bbbecae53a79869404 2025-07-17T06:36:09.8929654Z * [new tag] trunk/d1947a87074c5db2568038878b1948ea3a33cc23 -> trunk/d1947a87074c5db2568038878b1948ea3a33cc23 2025-07-17T06:36:09.8930449Z * [new tag] trunk/d1b4e0fa9a5feb22fc6de1d36dc4c9dac685caed -> trunk/d1b4e0fa9a5feb22fc6de1d36dc4c9dac685caed 2025-07-17T06:36:09.8931291Z * [new tag] trunk/d1c924c68aaf650439c2193f74cfefc9f16076f1 -> trunk/d1c924c68aaf650439c2193f74cfefc9f16076f1 2025-07-17T06:36:09.8932130Z * [new tag] trunk/d26ca5de058dbcf56ac52bb43e84dd98df2ace97 -> trunk/d26ca5de058dbcf56ac52bb43e84dd98df2ace97 2025-07-17T06:36:09.8932943Z * [new tag] trunk/d27d36136ce35d5d6dc3faa818ba840ba61d4357 -> trunk/d27d36136ce35d5d6dc3faa818ba840ba61d4357 2025-07-17T06:36:09.8933734Z * [new tag] trunk/d283fc79b15844ac470b3429b4dac5661621ae5c -> trunk/d283fc79b15844ac470b3429b4dac5661621ae5c 2025-07-17T06:36:09.8934514Z * [new tag] trunk/d2a2bfcb5867d4920e0a45113861cde6f74857b9 -> trunk/d2a2bfcb5867d4920e0a45113861cde6f74857b9 2025-07-17T06:36:09.8935291Z * [new tag] trunk/d2f06d2b062c9d868a898044bc324547f34c4760 -> trunk/d2f06d2b062c9d868a898044bc324547f34c4760 2025-07-17T06:36:09.8936072Z * [new tag] trunk/d309cd1d502eab8e9cb536876bf5eed88634eb41 -> trunk/d309cd1d502eab8e9cb536876bf5eed88634eb41 2025-07-17T06:36:09.8936910Z * [new tag] trunk/d32deb664a1dfc0e36f0a8d670695046632ebf2a -> trunk/d32deb664a1dfc0e36f0a8d670695046632ebf2a 2025-07-17T06:36:09.8937746Z * [new tag] trunk/d3d64c6db090ee9be051202e6ac6fd4acd5d3e97 -> trunk/d3d64c6db090ee9be051202e6ac6fd4acd5d3e97 2025-07-17T06:36:09.8938633Z * [new tag] trunk/d3d655ad14ee4cd1c135ac57bbf75d5623fc9fa6 -> trunk/d3d655ad14ee4cd1c135ac57bbf75d5623fc9fa6 2025-07-17T06:36:09.8939438Z * [new tag] trunk/d3da03d6fa02aecd01ff41246def793b8fc630bf -> trunk/d3da03d6fa02aecd01ff41246def793b8fc630bf 2025-07-17T06:36:09.9136441Z * [new tag] trunk/d3efd732348f8a455ca23e7fcae043651e41f65e -> trunk/d3efd732348f8a455ca23e7fcae043651e41f65e 2025-07-17T06:36:09.9137267Z * [new tag] trunk/d40aaa42ee8d7283d8de02c68c5625d67acf668a -> trunk/d40aaa42ee8d7283d8de02c68c5625d67acf668a 2025-07-17T06:36:09.9138060Z * [new tag] trunk/d41f62b7a06c51e4a57df4d58e7a2d86d2faa875 -> trunk/d41f62b7a06c51e4a57df4d58e7a2d86d2faa875 2025-07-17T06:36:09.9138837Z * [new tag] trunk/d42c11819f003a848c782d6090f44bbca11c7d60 -> trunk/d42c11819f003a848c782d6090f44bbca11c7d60 2025-07-17T06:36:09.9139628Z * [new tag] trunk/d43c0bdf46d82806cff195a6d2bfa103ab46dc14 -> trunk/d43c0bdf46d82806cff195a6d2bfa103ab46dc14 2025-07-17T06:36:09.9140415Z * [new tag] trunk/d4ad28042993dd09c80775d7fc5756fb4d13fdd4 -> trunk/d4ad28042993dd09c80775d7fc5756fb4d13fdd4 2025-07-17T06:36:09.9141207Z * [new tag] trunk/d4d0ede6bacb4b3b33c0e4aa4cb0e79d34e697ec -> trunk/d4d0ede6bacb4b3b33c0e4aa4cb0e79d34e697ec 2025-07-17T06:36:09.9141999Z * [new tag] trunk/d512584718838876ae14b32bb53cd836a1ceccae -> trunk/d512584718838876ae14b32bb53cd836a1ceccae 2025-07-17T06:36:09.9142874Z * [new tag] trunk/d55dc00f8479699f454e91c779b53e2a16cffc21 -> trunk/d55dc00f8479699f454e91c779b53e2a16cffc21 2025-07-17T06:36:09.9143655Z * [new tag] trunk/d56f11a1f275f2dc037cd5099b70240745990693 -> trunk/d56f11a1f275f2dc037cd5099b70240745990693 2025-07-17T06:36:09.9144450Z * [new tag] trunk/d5781c8d21b3dca35715a093ba52c5698551ad9b -> trunk/d5781c8d21b3dca35715a093ba52c5698551ad9b 2025-07-17T06:36:09.9145279Z * [new tag] trunk/d58ed04d89c34c6930d0f28be351c53db407078f -> trunk/d58ed04d89c34c6930d0f28be351c53db407078f 2025-07-17T06:36:09.9146145Z * [new tag] trunk/d59ed21d0fdcbb34b5c4b121a3b49ae64d8da367 -> trunk/d59ed21d0fdcbb34b5c4b121a3b49ae64d8da367 2025-07-17T06:36:09.9146932Z * [new tag] trunk/d5a89178b05db3124f16c733e9b00f8c5c4ab038 -> trunk/d5a89178b05db3124f16c733e9b00f8c5c4ab038 2025-07-17T06:36:09.9147831Z * [new tag] trunk/d5b4a329607514b30944c7682efcf79cf8950ed3 -> trunk/d5b4a329607514b30944c7682efcf79cf8950ed3 2025-07-17T06:36:09.9148605Z * [new tag] trunk/d5d14ee823e70224a154884a5c2912643d648094 -> trunk/d5d14ee823e70224a154884a5c2912643d648094 2025-07-17T06:36:09.9149375Z * [new tag] trunk/d5e6f4209424b96237ea5468dd47899e1124dfcb -> trunk/d5e6f4209424b96237ea5468dd47899e1124dfcb 2025-07-17T06:36:09.9150148Z * [new tag] trunk/d6237721c074484ea5e72fc05614587886e57fd6 -> trunk/d6237721c074484ea5e72fc05614587886e57fd6 2025-07-17T06:36:09.9150927Z * [new tag] trunk/d632cf2cc9aac8ab0e03d1537982265e42be95e5 -> trunk/d632cf2cc9aac8ab0e03d1537982265e42be95e5 2025-07-17T06:36:09.9151801Z * [new tag] trunk/d66b4bcc3f89ac6b9d2ccfd4cb01b0aa85d4e3fd -> trunk/d66b4bcc3f89ac6b9d2ccfd4cb01b0aa85d4e3fd 2025-07-17T06:36:09.9152602Z * [new tag] trunk/d6ee5144cab20141c8e0cf48856a90a6517753f1 -> trunk/d6ee5144cab20141c8e0cf48856a90a6517753f1 2025-07-17T06:36:09.9153616Z * [new tag] trunk/d75d30eeb610b164e69d0678a2e2b2dea81eec0f -> trunk/d75d30eeb610b164e69d0678a2e2b2dea81eec0f 2025-07-17T06:36:09.9154409Z * [new tag] trunk/d79651571fb082a7a20631059563ecdf9d11b7e6 -> trunk/d79651571fb082a7a20631059563ecdf9d11b7e6 2025-07-17T06:36:09.9155176Z * [new tag] trunk/d797038ea9f3951c7602e8710f4866f73d7e7acd -> trunk/d797038ea9f3951c7602e8710f4866f73d7e7acd 2025-07-17T06:36:09.9156063Z * [new tag] trunk/d7e1b8b11d7430c7633dcad6f6596b5df8fa02f7 -> trunk/d7e1b8b11d7430c7633dcad6f6596b5df8fa02f7 2025-07-17T06:36:09.9156863Z * [new tag] trunk/d7e3c9ce8289f26704b140e68dac2849df750040 -> trunk/d7e3c9ce8289f26704b140e68dac2849df750040 2025-07-17T06:36:09.9157646Z * [new tag] trunk/d7e657da358d6d393e2105f94f1312fb969654a2 -> trunk/d7e657da358d6d393e2105f94f1312fb969654a2 2025-07-17T06:36:09.9158431Z * [new tag] trunk/d83ff89d3bf54ecc95d441411ecbf07831cc0e5a -> trunk/d83ff89d3bf54ecc95d441411ecbf07831cc0e5a 2025-07-17T06:36:09.9159216Z * [new tag] trunk/d846e213553621cb4581f1f36ac0023e528ddb65 -> trunk/d846e213553621cb4581f1f36ac0023e528ddb65 2025-07-17T06:36:09.9160001Z * [new tag] trunk/d84efde3f02bdc4780e5c9ec43f9c515c744e9be -> trunk/d84efde3f02bdc4780e5c9ec43f9c515c744e9be 2025-07-17T06:36:09.9160798Z * [new tag] trunk/d859e65826d511f8379db4a8c4109417e26e0772 -> trunk/d859e65826d511f8379db4a8c4109417e26e0772 2025-07-17T06:36:09.9161660Z * [new tag] trunk/d89f30ad45b9d4bfe5cf5ab441b53e849e55df7b -> trunk/d89f30ad45b9d4bfe5cf5ab441b53e849e55df7b 2025-07-17T06:36:09.9364814Z * [new tag] trunk/d8bb5ac260dd81f75c8add6eadd8ce11e62be1a3 -> trunk/d8bb5ac260dd81f75c8add6eadd8ce11e62be1a3 2025-07-17T06:36:09.9365759Z * [new tag] trunk/d9426a81d2ab54f809a3b32a6ab2e606073fe66f -> trunk/d9426a81d2ab54f809a3b32a6ab2e606073fe66f 2025-07-17T06:36:09.9366740Z * [new tag] trunk/d9577df312d477e8fa5b9d7bc61fb1f2c07b8e48 -> trunk/d9577df312d477e8fa5b9d7bc61fb1f2c07b8e48 2025-07-17T06:36:09.9367554Z * [new tag] trunk/d96dec84151dfdea1aa2bf568deebdc182214f45 -> trunk/d96dec84151dfdea1aa2bf568deebdc182214f45 2025-07-17T06:36:09.9368365Z * [new tag] trunk/d9799a2ee7adb9d15f7a2d47ee17fc39c588af60 -> trunk/d9799a2ee7adb9d15f7a2d47ee17fc39c588af60 2025-07-17T06:36:09.9369160Z * [new tag] trunk/d98fa4a1033079ae19591aff5c3c354617bff482 -> trunk/d98fa4a1033079ae19591aff5c3c354617bff482 2025-07-17T06:36:09.9369959Z * [new tag] trunk/d99cac28160428a8b006890abffaaa0754bd28e1 -> trunk/d99cac28160428a8b006890abffaaa0754bd28e1 2025-07-17T06:36:09.9370764Z * [new tag] trunk/d9b8369f3976e89eef96c903dfede746fb438f63 -> trunk/d9b8369f3976e89eef96c903dfede746fb438f63 2025-07-17T06:36:09.9371640Z * [new tag] trunk/da05b7fb94fa6382c43e165a525a76d8ae62cadd -> trunk/da05b7fb94fa6382c43e165a525a76d8ae62cadd 2025-07-17T06:36:09.9372440Z * [new tag] trunk/da1f337bc43ce2d720aca1349f9c09712e037382 -> trunk/da1f337bc43ce2d720aca1349f9c09712e037382 2025-07-17T06:36:09.9373232Z * [new tag] trunk/da1f8980dfd646f14dc33bf0bc70fcb4d09096b3 -> trunk/da1f8980dfd646f14dc33bf0bc70fcb4d09096b3 2025-07-17T06:36:09.9374016Z * [new tag] trunk/da4e7c77a12746b0806a63af58d7c913ed241f55 -> trunk/da4e7c77a12746b0806a63af58d7c913ed241f55 2025-07-17T06:36:09.9374818Z * [new tag] trunk/da50835bdebd43275e0be4b1362e1bb92b568e72 -> trunk/da50835bdebd43275e0be4b1362e1bb92b568e72 2025-07-17T06:36:09.9375592Z * [new tag] trunk/da910e603a764c1f935dd0409b4c18bd84b1f045 -> trunk/da910e603a764c1f935dd0409b4c18bd84b1f045 2025-07-17T06:36:09.9376386Z * [new tag] trunk/dabb55baff2292ddd7728882b4e2113b8cb9e23b -> trunk/dabb55baff2292ddd7728882b4e2113b8cb9e23b 2025-07-17T06:36:09.9377236Z * [new tag] trunk/db01f1032ff133dc7cc3097b76bfb1b73ff533ce -> trunk/db01f1032ff133dc7cc3097b76bfb1b73ff533ce 2025-07-17T06:36:09.9378052Z * [new tag] trunk/db188503cb705230664c94d8b3a85165a00d632d -> trunk/db188503cb705230664c94d8b3a85165a00d632d 2025-07-17T06:36:09.9378836Z * [new tag] trunk/db491825e05e8bed9c7ed5d9fdd6ce206ab3167c -> trunk/db491825e05e8bed9c7ed5d9fdd6ce206ab3167c 2025-07-17T06:36:09.9379727Z * [new tag] trunk/db5970c1a67968f3b76d204d75789021d4304337 -> trunk/db5970c1a67968f3b76d204d75789021d4304337 2025-07-17T06:36:09.9380516Z * [new tag] trunk/dbec08bc1cc9113c13652128a4ddcfcf2426a8c0 -> trunk/dbec08bc1cc9113c13652128a4ddcfcf2426a8c0 2025-07-17T06:36:09.9381328Z * [new tag] trunk/dbf7d421dabced2335d17c7d7e57c1770f2f12c0 -> trunk/dbf7d421dabced2335d17c7d7e57c1770f2f12c0 2025-07-17T06:36:09.9382132Z * [new tag] trunk/dc5e8f7999cccb51efcf0f5fe197a740a918c73d -> trunk/dc5e8f7999cccb51efcf0f5fe197a740a918c73d 2025-07-17T06:36:09.9382989Z * [new tag] trunk/dcb97cd519e4e4974bc3bd4960512b557216f3e6 -> trunk/dcb97cd519e4e4974bc3bd4960512b557216f3e6 2025-07-17T06:36:09.9383822Z * [new tag] trunk/dd1b6621bc04a37b60ac304d913a3c838b0b1e4d -> trunk/dd1b6621bc04a37b60ac304d913a3c838b0b1e4d 2025-07-17T06:36:09.9384608Z * [new tag] trunk/dd3e7170c20cade9a308900aa4df46ab7656d253 -> trunk/dd3e7170c20cade9a308900aa4df46ab7656d253 2025-07-17T06:36:09.9385410Z * [new tag] trunk/dd41a3907cde3ce19fb69bd79c4055233a1e28d3 -> trunk/dd41a3907cde3ce19fb69bd79c4055233a1e28d3 2025-07-17T06:36:09.9386203Z * [new tag] trunk/dd78d6e7eaecf0aa5317076a721bc719c96b41f8 -> trunk/dd78d6e7eaecf0aa5317076a721bc719c96b41f8 2025-07-17T06:36:09.9386990Z * [new tag] trunk/dd93883231226576220a8ec0fa266c9e22eae82c -> trunk/dd93883231226576220a8ec0fa266c9e22eae82c 2025-07-17T06:36:09.9387837Z * [new tag] trunk/ddf502c988133835a89959bef945bf9c5f06b428 -> trunk/ddf502c988133835a89959bef945bf9c5f06b428 2025-07-17T06:36:09.9388616Z * [new tag] trunk/de1930a4290a27f3f03dd1d3454fb6ef9d12f3ea -> trunk/de1930a4290a27f3f03dd1d3454fb6ef9d12f3ea 2025-07-17T06:36:09.9389463Z * [new tag] trunk/de45c5f673ce261e9a82c54280beeda36cff640e -> trunk/de45c5f673ce261e9a82c54280beeda36cff640e 2025-07-17T06:36:09.9390306Z * [new tag] trunk/dea4864ce08115a0cdc871b84dd3080567d8b5e4 -> trunk/dea4864ce08115a0cdc871b84dd3080567d8b5e4 2025-07-17T06:36:09.9391073Z * [new tag] trunk/df72078fe1339751e702c7511c23b4597d022dcc -> trunk/df72078fe1339751e702c7511c23b4597d022dcc 2025-07-17T06:36:09.9589973Z * [new tag] trunk/dfa2649434f539d7580d38f08890176e73d45158 -> trunk/dfa2649434f539d7580d38f08890176e73d45158 2025-07-17T06:36:09.9590772Z * [new tag] trunk/dfc31b3345d78b0a49d446dcc1957404606a3aa2 -> trunk/dfc31b3345d78b0a49d446dcc1957404606a3aa2 2025-07-17T06:36:09.9591606Z * [new tag] trunk/dfcda613b65499e4b593b5bbb64812d57194858e -> trunk/dfcda613b65499e4b593b5bbb64812d57194858e 2025-07-17T06:36:09.9592514Z * [new tag] trunk/dfdd636cfa06ac70c4aa7ad5ee5e854c46b25a8e -> trunk/dfdd636cfa06ac70c4aa7ad5ee5e854c46b25a8e 2025-07-17T06:36:09.9593365Z * [new tag] trunk/dfef1e44085bb156abc4aff0f34a0b82a4a337b8 -> trunk/dfef1e44085bb156abc4aff0f34a0b82a4a337b8 2025-07-17T06:36:09.9594175Z * [new tag] trunk/e01fde82131c7f0b4c122222694911ee6fab36ca -> trunk/e01fde82131c7f0b4c122222694911ee6fab36ca 2025-07-17T06:36:09.9594969Z * [new tag] trunk/e0447bb5f84dca38e7515d1b1fdea42c647e5acd -> trunk/e0447bb5f84dca38e7515d1b1fdea42c647e5acd 2025-07-17T06:36:09.9595760Z * [new tag] trunk/e071837594f26a3bbaeee11eaa74f3bfd9c998ce -> trunk/e071837594f26a3bbaeee11eaa74f3bfd9c998ce 2025-07-17T06:36:09.9596555Z * [new tag] trunk/e0850123355a919427be3cb02f40c9a9e144fc3c -> trunk/e0850123355a919427be3cb02f40c9a9e144fc3c 2025-07-17T06:36:09.9597339Z * [new tag] trunk/e0ab1b538a646bff0739830d74a8e6ea6bf1eddd -> trunk/e0ab1b538a646bff0739830d74a8e6ea6bf1eddd 2025-07-17T06:36:09.9598131Z * [new tag] trunk/e0ae4ecca87928a96c97fb60cbb36aca0fc182f2 -> trunk/e0ae4ecca87928a96c97fb60cbb36aca0fc182f2 2025-07-17T06:36:09.9599080Z * [new tag] trunk/e0fd48be7d526625cacfd093f3db13506ca9cc17 -> trunk/e0fd48be7d526625cacfd093f3db13506ca9cc17 2025-07-17T06:36:09.9599873Z * [new tag] trunk/e1180c7228ba8c8b16cabf78706d4a67ca189a6b -> trunk/e1180c7228ba8c8b16cabf78706d4a67ca189a6b 2025-07-17T06:36:09.9600686Z * [new tag] trunk/e124a0d88ca2aa04bfaca2dcabf5de6244048e45 -> trunk/e124a0d88ca2aa04bfaca2dcabf5de6244048e45 2025-07-17T06:36:09.9601474Z * [new tag] trunk/e12597090c482ebf1eff7739794667a92cbff657 -> trunk/e12597090c482ebf1eff7739794667a92cbff657 2025-07-17T06:36:09.9602241Z * [new tag] trunk/e15848669f84d3767bfca724a29a6a6dde3308b9 -> trunk/e15848669f84d3767bfca724a29a6a6dde3308b9 2025-07-17T06:36:09.9603069Z * [new tag] trunk/e15ea965a1e84029eb900b93f5776767a39fd91e -> trunk/e15ea965a1e84029eb900b93f5776767a39fd91e 2025-07-17T06:36:09.9603924Z * [new tag] trunk/e15f4248ad2797539f1bf965bd0a3500b8ed15ed -> trunk/e15f4248ad2797539f1bf965bd0a3500b8ed15ed 2025-07-17T06:36:09.9604704Z * [new tag] trunk/e1723098805fcbf3ab7f3d20750fb0665bf65004 -> trunk/e1723098805fcbf3ab7f3d20750fb0665bf65004 2025-07-17T06:36:09.9605477Z * [new tag] trunk/e1a20988f3724317a7ee79c1777d574a8282a122 -> trunk/e1a20988f3724317a7ee79c1777d574a8282a122 2025-07-17T06:36:09.9606244Z * [new tag] trunk/e1aee86646aa6d1b9cb9d34351e43936401c5efc -> trunk/e1aee86646aa6d1b9cb9d34351e43936401c5efc 2025-07-17T06:36:09.9607137Z * [new tag] trunk/e1db10e05aa720aef1989773adcf48f311bcf920 -> trunk/e1db10e05aa720aef1989773adcf48f311bcf920 2025-07-17T06:36:09.9607939Z * [new tag] trunk/e1f28fe17bc55389fc5a31bad588d22e5ecca722 -> trunk/e1f28fe17bc55389fc5a31bad588d22e5ecca722 2025-07-17T06:36:09.9608724Z * [new tag] trunk/e20784f228abca24ab263cf0f69534667365ecba -> trunk/e20784f228abca24ab263cf0f69534667365ecba 2025-07-17T06:36:09.9609519Z * [new tag] trunk/e2351f2dcf7d300460edb9d0c2eb0ea11cc547c5 -> trunk/e2351f2dcf7d300460edb9d0c2eb0ea11cc547c5 2025-07-17T06:36:09.9610308Z * [new tag] trunk/e25ce0f928bfdd545323fcc2f88209233309bbbc -> trunk/e25ce0f928bfdd545323fcc2f88209233309bbbc 2025-07-17T06:36:09.9611106Z * [new tag] trunk/e265b719bd67f7c0a2b9001daef442a70232dcc8 -> trunk/e265b719bd67f7c0a2b9001daef442a70232dcc8 2025-07-17T06:36:09.9611905Z * [new tag] trunk/e28925aa7566da3ffe4f13dd8d59a6767bf97b2e -> trunk/e28925aa7566da3ffe4f13dd8d59a6767bf97b2e 2025-07-17T06:36:09.9612685Z * [new tag] trunk/e290a4c645e00926f0bfa44488f9f7dbd7cb2d0b -> trunk/e290a4c645e00926f0bfa44488f9f7dbd7cb2d0b 2025-07-17T06:36:09.9613472Z * [new tag] trunk/e2c9d8d6414927ce754bbc40b767edf103cf16da -> trunk/e2c9d8d6414927ce754bbc40b767edf103cf16da 2025-07-17T06:36:09.9614276Z * [new tag] trunk/e2f64eedafc6f0dcad9256ac1f38c0359477679a -> trunk/e2f64eedafc6f0dcad9256ac1f38c0359477679a 2025-07-17T06:36:09.9615067Z * [new tag] trunk/e311886e3d57c83a88b97a084dd0b95d6d1537a8 -> trunk/e311886e3d57c83a88b97a084dd0b95d6d1537a8 2025-07-17T06:36:09.9817912Z * [new tag] trunk/e31f20529276356092b5c63c2920d5b17ca9f4ba -> trunk/e31f20529276356092b5c63c2920d5b17ca9f4ba 2025-07-17T06:36:09.9818699Z * [new tag] trunk/e323d46b617c1552cc0f017ad8ec80189eacf187 -> trunk/e323d46b617c1552cc0f017ad8ec80189eacf187 2025-07-17T06:36:09.9819476Z * [new tag] trunk/e3320965b48d87b7257997c35db722302d923ead -> trunk/e3320965b48d87b7257997c35db722302d923ead 2025-07-17T06:36:09.9820271Z * [new tag] trunk/e375d21bb9b0ef6fefe7a8af5a054a17de8c63c9 -> trunk/e375d21bb9b0ef6fefe7a8af5a054a17de8c63c9 2025-07-17T06:36:09.9821066Z * [new tag] trunk/e3977e843de6c9c43be00ee8c67c533debfc0dc9 -> trunk/e3977e843de6c9c43be00ee8c67c533debfc0dc9 2025-07-17T06:36:09.9821868Z * [new tag] trunk/e3afbb03623559fa3fa7ba607c07c86ebed889f0 -> trunk/e3afbb03623559fa3fa7ba607c07c86ebed889f0 2025-07-17T06:36:09.9822842Z * [new tag] trunk/e3b44edfd837199880aed3ec802383617da731f3 -> trunk/e3b44edfd837199880aed3ec802383617da731f3 2025-07-17T06:36:09.9823655Z * [new tag] trunk/e3f2597b4529927b812b443cf8da19b44ed8dea4 -> trunk/e3f2597b4529927b812b443cf8da19b44ed8dea4 2025-07-17T06:36:09.9824429Z * [new tag] trunk/e3f8141c25b7213885f0b7b64f2b0ccc7858be95 -> trunk/e3f8141c25b7213885f0b7b64f2b0ccc7858be95 2025-07-17T06:36:09.9825207Z * [new tag] trunk/e3fe001d9e38153a7797ad25377fdfa34e461113 -> trunk/e3fe001d9e38153a7797ad25377fdfa34e461113 2025-07-17T06:36:09.9825984Z * [new tag] trunk/e40ade5182233f548b25f2732effe3719d16e9ad -> trunk/e40ade5182233f548b25f2732effe3719d16e9ad 2025-07-17T06:36:09.9826779Z * [new tag] trunk/e466dab164d9236bfe5817ec8e4d24c7b9d3e392 -> trunk/e466dab164d9236bfe5817ec8e4d24c7b9d3e392 2025-07-17T06:36:09.9827577Z * [new tag] trunk/e472daa80963aae389089f9dc324b04261e2a5ef -> trunk/e472daa80963aae389089f9dc324b04261e2a5ef 2025-07-17T06:36:09.9828407Z * [new tag] trunk/e4ae60a413b99688d308794baaa1c685b5c19025 -> trunk/e4ae60a413b99688d308794baaa1c685b5c19025 2025-07-17T06:36:09.9829240Z * [new tag] trunk/e4c17d5e1ccd0e730caef484af291243bc1d9cde -> trunk/e4c17d5e1ccd0e730caef484af291243bc1d9cde 2025-07-17T06:36:09.9830026Z * [new tag] trunk/e4c9f6d9a286bd367ce3a157428f588e267d2630 -> trunk/e4c9f6d9a286bd367ce3a157428f588e267d2630 2025-07-17T06:36:09.9830892Z * [new tag] trunk/e517066f41342f0f01043121dcb8ac6b235ee40c -> trunk/e517066f41342f0f01043121dcb8ac6b235ee40c 2025-07-17T06:36:09.9831747Z * [new tag] trunk/e53ddaf1f6ef3f1d22075ad33a5922fb8b277fe0 -> trunk/e53ddaf1f6ef3f1d22075ad33a5922fb8b277fe0 2025-07-17T06:36:09.9832555Z * [new tag] trunk/e581f015eebf483eb6f19447caf2d2452a602c2f -> trunk/e581f015eebf483eb6f19447caf2d2452a602c2f 2025-07-17T06:36:09.9833357Z * [new tag] trunk/e583b888194c8c74ebbd332c09c394acebbbbcff -> trunk/e583b888194c8c74ebbd332c09c394acebbbbcff 2025-07-17T06:36:09.9834182Z * [new tag] trunk/e5a0b73ce9e7bc489150932b60f673155d6ddc30 -> trunk/e5a0b73ce9e7bc489150932b60f673155d6ddc30 2025-07-17T06:36:09.9835009Z * [new tag] trunk/e5a11971919009b5e5bd050b3ed52e324f1ce894 -> trunk/e5a11971919009b5e5bd050b3ed52e324f1ce894 2025-07-17T06:36:09.9835798Z * [new tag] trunk/e5ea24fb27e0ef5dbb0c4039d88c0f4faa221fef -> trunk/e5ea24fb27e0ef5dbb0c4039d88c0f4faa221fef 2025-07-17T06:36:09.9836590Z * [new tag] trunk/e5ed267f830ce9fc6579f928082e563fbed37e3f -> trunk/e5ed267f830ce9fc6579f928082e563fbed37e3f 2025-07-17T06:36:09.9837388Z * [new tag] trunk/e5edd013ab418b8b3609cb3cb1df3804b69d8eef -> trunk/e5edd013ab418b8b3609cb3cb1df3804b69d8eef 2025-07-17T06:36:09.9838183Z * [new tag] trunk/e5f6ffd8109bee99416d9b127f961ab0e253a1c2 -> trunk/e5f6ffd8109bee99416d9b127f961ab0e253a1c2 2025-07-17T06:36:09.9838975Z * [new tag] trunk/e600e044a770d29d1fe5d9638b274a7d4f22f969 -> trunk/e600e044a770d29d1fe5d9638b274a7d4f22f969 2025-07-17T06:36:09.9839755Z * [new tag] trunk/e6252f62efa5e6e4ab0d56967d7461f1e8a7eb7c -> trunk/e6252f62efa5e6e4ab0d56967d7461f1e8a7eb7c 2025-07-17T06:36:09.9840610Z * [new tag] trunk/e694280d1215caf70f41575f2611bfa26c69ebdb -> trunk/e694280d1215caf70f41575f2611bfa26c69ebdb 2025-07-17T06:36:09.9841401Z * [new tag] trunk/e6d71f37896e99ced7daf9ee43a30c0ec03d60f2 -> trunk/e6d71f37896e99ced7daf9ee43a30c0ec03d60f2 2025-07-17T06:36:09.9842208Z * [new tag] trunk/e6d8ed02cbeabe961d1a5303973a6d89ee851736 -> trunk/e6d8ed02cbeabe961d1a5303973a6d89ee851736 2025-07-17T06:36:09.9842990Z * [new tag] trunk/e6ed4074e8411000eea2f0de0c0829d909e4701f -> trunk/e6ed4074e8411000eea2f0de0c0829d909e4701f 2025-07-17T06:36:09.9843895Z * [new tag] trunk/e71bb021b9553ddc2db6cb8ea7bf8643552f09fc -> trunk/e71bb021b9553ddc2db6cb8ea7bf8643552f09fc 2025-07-17T06:36:10.0045379Z * [new tag] trunk/e7698ff5cf40729d11df6c32c6df0a163e5d0ce0 -> trunk/e7698ff5cf40729d11df6c32c6df0a163e5d0ce0 2025-07-17T06:36:10.0046204Z * [new tag] trunk/e78f2ac92b709a060aa323d6e527ec2ecc36fb93 -> trunk/e78f2ac92b709a060aa323d6e527ec2ecc36fb93 2025-07-17T06:36:10.0047012Z * [new tag] trunk/e7a66166ce5294a52bf3966aef49562f94343475 -> trunk/e7a66166ce5294a52bf3966aef49562f94343475 2025-07-17T06:36:10.0047787Z * [new tag] trunk/e7da21806fbc96d47ac03ea8f6507deb0ab48481 -> trunk/e7da21806fbc96d47ac03ea8f6507deb0ab48481 2025-07-17T06:36:10.0048575Z * [new tag] trunk/e8217ad8becd2b297682c685a9179997cb0a98cc -> trunk/e8217ad8becd2b297682c685a9179997cb0a98cc 2025-07-17T06:36:10.0049460Z * [new tag] trunk/e895e9689c625cbcd8f46880115e0d093713fa37 -> trunk/e895e9689c625cbcd8f46880115e0d093713fa37 2025-07-17T06:36:10.0050363Z * [new tag] trunk/e8b3dfa7c0b6d74fc84714dbb79cb6a8bad43ae7 -> trunk/e8b3dfa7c0b6d74fc84714dbb79cb6a8bad43ae7 2025-07-17T06:36:10.0051258Z * [new tag] trunk/e8bfce9a43960f417a36636a0e7f6a58b7dc56d2 -> trunk/e8bfce9a43960f417a36636a0e7f6a58b7dc56d2 2025-07-17T06:36:10.0052128Z * [new tag] trunk/e8cf5ff5641c1ce4c3046a85df55b15eaaea38b2 -> trunk/e8cf5ff5641c1ce4c3046a85df55b15eaaea38b2 2025-07-17T06:36:10.0053154Z * [new tag] trunk/e8d29c45e02402bcb4ae7726abd415bebd441852 -> trunk/e8d29c45e02402bcb4ae7726abd415bebd441852 2025-07-17T06:36:10.0054034Z * [new tag] trunk/e90148c91d3b8a759db558374c8539e47338926b -> trunk/e90148c91d3b8a759db558374c8539e47338926b 2025-07-17T06:36:10.0054943Z * [new tag] trunk/e92e3eaf4eb815ea28db9a5af9d9ee48c3f7be3f -> trunk/e92e3eaf4eb815ea28db9a5af9d9ee48c3f7be3f 2025-07-17T06:36:10.0055849Z * [new tag] trunk/e9367a7a4288e626f01fada3912d68756f1ca6d3 -> trunk/e9367a7a4288e626f01fada3912d68756f1ca6d3 2025-07-17T06:36:10.0056718Z * [new tag] trunk/e959dd017d7dcd7c6351c9ef303f3667aebe11f5 -> trunk/e959dd017d7dcd7c6351c9ef303f3667aebe11f5 2025-07-17T06:36:10.0057587Z * [new tag] trunk/e95e8eed0a96f024dc84012494f465b34eae9d22 -> trunk/e95e8eed0a96f024dc84012494f465b34eae9d22 2025-07-17T06:36:10.0058404Z * [new tag] trunk/e96f530af5bf8ceaeaa87ec7f4651490a25bce07 -> trunk/e96f530af5bf8ceaeaa87ec7f4651490a25bce07 2025-07-17T06:36:10.0059196Z * [new tag] trunk/e98dd95446e009ace1722498effbf32250d623e4 -> trunk/e98dd95446e009ace1722498effbf32250d623e4 2025-07-17T06:36:10.0059980Z * [new tag] trunk/e99a2a2dba90c9b6276219104bc99aff2f67e2f7 -> trunk/e99a2a2dba90c9b6276219104bc99aff2f67e2f7 2025-07-17T06:36:10.0060769Z * [new tag] trunk/e99cc126a4f4bd5233ff363f27d14a0fff4b4392 -> trunk/e99cc126a4f4bd5233ff363f27d14a0fff4b4392 2025-07-17T06:36:10.0061551Z * [new tag] trunk/e9fdaf8701b599fd943bb899639b5e8a4966b3c3 -> trunk/e9fdaf8701b599fd943bb899639b5e8a4966b3c3 2025-07-17T06:36:10.0062362Z * [new tag] trunk/ea23eb4b98ae8af40f0c38538a9e63f1b0dc40e2 -> trunk/ea23eb4b98ae8af40f0c38538a9e63f1b0dc40e2 2025-07-17T06:36:10.0063232Z * [new tag] trunk/ea37f720995616d8570045c63486198a021f8285 -> trunk/ea37f720995616d8570045c63486198a021f8285 2025-07-17T06:36:10.0064048Z * [new tag] trunk/ea74fdd24aa7d98433231f4a3d75cfd241d8720e -> trunk/ea74fdd24aa7d98433231f4a3d75cfd241d8720e 2025-07-17T06:36:10.0064849Z * [new tag] trunk/eab45643f22e58ee12d95d8b0162d51ca0a50801 -> trunk/eab45643f22e58ee12d95d8b0162d51ca0a50801 2025-07-17T06:36:10.0065638Z * [new tag] trunk/eabf7cd3c552e6c17321a63d7e5a19da92909910 -> trunk/eabf7cd3c552e6c17321a63d7e5a19da92909910 2025-07-17T06:36:10.0066539Z * [new tag] trunk/eaceb243df6fc17a37a2c1d9f8775d1561a0f67c -> trunk/eaceb243df6fc17a37a2c1d9f8775d1561a0f67c 2025-07-17T06:36:10.0067350Z * [new tag] trunk/eaf32fffb7e83b5331951b254ad213ceb2ae72f8 -> trunk/eaf32fffb7e83b5331951b254ad213ceb2ae72f8 2025-07-17T06:36:10.0068158Z * [new tag] trunk/eaf704914eb63efffafeb402633f76f2cd521ef4 -> trunk/eaf704914eb63efffafeb402633f76f2cd521ef4 2025-07-17T06:36:10.0069005Z * [new tag] trunk/eb152ab1dd9eafc777b6642bb141ab1b8376359a -> trunk/eb152ab1dd9eafc777b6642bb141ab1b8376359a 2025-07-17T06:36:10.0069891Z * [new tag] trunk/eb2af14f8e75c22c0a2fcf407005d2e8173d0df5 -> trunk/eb2af14f8e75c22c0a2fcf407005d2e8173d0df5 2025-07-17T06:36:10.0070694Z * [new tag] trunk/eb331b59fedb7f70229ca491029f2f7f27bbff54 -> trunk/eb331b59fedb7f70229ca491029f2f7f27bbff54 2025-07-17T06:36:10.0071499Z * [new tag] trunk/eb4cf59ecdf69dd53805a37525a7f750c8f1e0dd -> trunk/eb4cf59ecdf69dd53805a37525a7f750c8f1e0dd 2025-07-17T06:36:10.0276927Z * [new tag] trunk/eb9efb37c8f315f1d30e86d5797490c6a8666889 -> trunk/eb9efb37c8f315f1d30e86d5797490c6a8666889 2025-07-17T06:36:10.0277740Z * [new tag] trunk/eba5fc91ac924a7a05569c33b0f90f0faf22696d -> trunk/eba5fc91ac924a7a05569c33b0f90f0faf22696d 2025-07-17T06:36:10.0278546Z * [new tag] trunk/ebab2799423987a16975ab07ee49dd944e5315e6 -> trunk/ebab2799423987a16975ab07ee49dd944e5315e6 2025-07-17T06:36:10.0279428Z * [new tag] trunk/ebf83b8b7772632c0558db9a88281ee10ff2df38 -> trunk/ebf83b8b7772632c0558db9a88281ee10ff2df38 2025-07-17T06:36:10.0280220Z * [new tag] trunk/ec0276103fc023b93c6eb17639d4605656ea4f10 -> trunk/ec0276103fc023b93c6eb17639d4605656ea4f10 2025-07-17T06:36:10.0281019Z * [new tag] trunk/ec08eb8ba22e66b113e4f2aba1f6afb738f9d861 -> trunk/ec08eb8ba22e66b113e4f2aba1f6afb738f9d861 2025-07-17T06:36:10.0281818Z * [new tag] trunk/ec816d73b4c8f74a14e275891939de6cfd6891b6 -> trunk/ec816d73b4c8f74a14e275891939de6cfd6891b6 2025-07-17T06:36:10.0282614Z * [new tag] trunk/ecd73c58eeaf7e919316f9b9596f8c677af96c66 -> trunk/ecd73c58eeaf7e919316f9b9596f8c677af96c66 2025-07-17T06:36:10.0283409Z * [new tag] trunk/ed03492238c9ef76f5c1df6cfa54da83a2a384e1 -> trunk/ed03492238c9ef76f5c1df6cfa54da83a2a384e1 2025-07-17T06:36:10.0284191Z * [new tag] trunk/ed051c308464904e07d33c39524b3931dc8c947a -> trunk/ed051c308464904e07d33c39524b3931dc8c947a 2025-07-17T06:36:10.0284975Z * [new tag] trunk/ed508cc0182b923789555d4e1ec1f8b23707b7db -> trunk/ed508cc0182b923789555d4e1ec1f8b23707b7db 2025-07-17T06:36:10.0285754Z * [new tag] trunk/ed5d6d2a200a0f03b164053322341bb10acc051d -> trunk/ed5d6d2a200a0f03b164053322341bb10acc051d 2025-07-17T06:36:10.0286536Z * [new tag] trunk/ed661a5f11de116539f70882f4f59a61d5e3e209 -> trunk/ed661a5f11de116539f70882f4f59a61d5e3e209 2025-07-17T06:36:10.0287310Z * [new tag] trunk/ed6ae20cf0e31d49d54177251293267205e24021 -> trunk/ed6ae20cf0e31d49d54177251293267205e24021 2025-07-17T06:36:10.0288099Z * [new tag] trunk/ed6df0e324233fda094e3c1cb4de4009d1ba2413 -> trunk/ed6df0e324233fda094e3c1cb4de4009d1ba2413 2025-07-17T06:36:10.0288889Z * [new tag] trunk/ed911747c2a56cf84d648d677403d5bf6b2ebd0b -> trunk/ed911747c2a56cf84d648d677403d5bf6b2ebd0b 2025-07-17T06:36:10.0289667Z * [new tag] trunk/eda0a9cc90b9a63127a49d617329f98b6404e90d -> trunk/eda0a9cc90b9a63127a49d617329f98b6404e90d 2025-07-17T06:36:10.0290469Z * [new tag] trunk/edb92e16ba9ad12bd51c4f73389556e163e9cc08 -> trunk/edb92e16ba9ad12bd51c4f73389556e163e9cc08 2025-07-17T06:36:10.0291267Z * [new tag] trunk/edd45f3a020f892c17672cc2d08f64cb960006ad -> trunk/edd45f3a020f892c17672cc2d08f64cb960006ad 2025-07-17T06:36:10.0292149Z * [new tag] trunk/edd9c09e73aaa8d1a1667fa7ea5a337aa31fa6ec -> trunk/edd9c09e73aaa8d1a1667fa7ea5a337aa31fa6ec 2025-07-17T06:36:10.0292966Z * [new tag] trunk/eddddea9087a8840ce5ae1bbb3c6f59556d7c0f0 -> trunk/eddddea9087a8840ce5ae1bbb3c6f59556d7c0f0 2025-07-17T06:36:10.0293769Z * [new tag] trunk/ede6ead8cd8e925cb093f2b3016342e645bd728d -> trunk/ede6ead8cd8e925cb093f2b3016342e645bd728d 2025-07-17T06:36:10.0294579Z * [new tag] trunk/edf7bb4f514220f96ddfa646ae6e9e930a305ec1 -> trunk/edf7bb4f514220f96ddfa646ae6e9e930a305ec1 2025-07-17T06:36:10.0295378Z * [new tag] trunk/ee0992871c99fc6a1e19eb839ab65391a168d2f8 -> trunk/ee0992871c99fc6a1e19eb839ab65391a168d2f8 2025-07-17T06:36:10.0296155Z * [new tag] trunk/ee4d343499c80be16a58d5ac604da6e2130cd94d -> trunk/ee4d343499c80be16a58d5ac604da6e2130cd94d 2025-07-17T06:36:10.0297099Z * [new tag] trunk/ee56e9f8a8202bfa02c2d9ae3cfa07d4a41ab567 -> trunk/ee56e9f8a8202bfa02c2d9ae3cfa07d4a41ab567 2025-07-17T06:36:10.0297974Z * [new tag] trunk/ee5c2908cbfcbda6e8a5737d9939d36ba417d627 -> trunk/ee5c2908cbfcbda6e8a5737d9939d36ba417d627 2025-07-17T06:36:10.0298770Z * [new tag] trunk/ee9ac36c2316f430c4de2a0982bde3cb8087cbe7 -> trunk/ee9ac36c2316f430c4de2a0982bde3cb8087cbe7 2025-07-17T06:36:10.0299572Z * [new tag] trunk/eea3bcb3d146f16a8f8c91a9e2a8f1b76c5917f4 -> trunk/eea3bcb3d146f16a8f8c91a9e2a8f1b76c5917f4 2025-07-17T06:36:10.0300460Z * [new tag] trunk/eeaefa133694811aac1fd215bcae2e7f1e098d1d -> trunk/eeaefa133694811aac1fd215bcae2e7f1e098d1d 2025-07-17T06:36:10.0301283Z * [new tag] trunk/eecaa0bbc6a39c89366f9ec97797479c27f6d760 -> trunk/eecaa0bbc6a39c89366f9ec97797479c27f6d760 2025-07-17T06:36:10.0302080Z * [new tag] trunk/eef253d9f6fc8b9774d199889a817f50e89572c2 -> trunk/eef253d9f6fc8b9774d199889a817f50e89572c2 2025-07-17T06:36:10.0302911Z * [new tag] trunk/ef4cca2d79eba61441da46906b30f8f6165cc455 -> trunk/ef4cca2d79eba61441da46906b30f8f6165cc455 2025-07-17T06:36:10.0514646Z * [new tag] trunk/ef6d2cee7a93c1e8f52a7595b6f630d0fcd83692 -> trunk/ef6d2cee7a93c1e8f52a7595b6f630d0fcd83692 2025-07-17T06:36:10.0515563Z * [new tag] trunk/ef6dfa06a9ff84bf04b0d83cfab4cb396a508a0e -> trunk/ef6dfa06a9ff84bf04b0d83cfab4cb396a508a0e 2025-07-17T06:36:10.0516510Z * [new tag] trunk/ef97bd47131423e0819b293dc227b62d0c376023 -> trunk/ef97bd47131423e0819b293dc227b62d0c376023 2025-07-17T06:36:10.0517443Z * [new tag] trunk/efbf07e7ea46c33c936cac882eb1c8b782d1d070 -> trunk/efbf07e7ea46c33c936cac882eb1c8b782d1d070 2025-07-17T06:36:10.0518390Z * [new tag] trunk/effe376db07c7071fa4d704dd0787a394a5eda50 -> trunk/effe376db07c7071fa4d704dd0787a394a5eda50 2025-07-17T06:36:10.0519289Z * [new tag] trunk/f04fd4dc4eaf16557f9212240bdaa8377d51bad1 -> trunk/f04fd4dc4eaf16557f9212240bdaa8377d51bad1 2025-07-17T06:36:10.0520193Z * [new tag] trunk/f096820d0f845f36529fe774cf761d5fc4ad02a8 -> trunk/f096820d0f845f36529fe774cf761d5fc4ad02a8 2025-07-17T06:36:10.0521116Z * [new tag] trunk/f0b388665efd20c1ec35fc48afb115a0f15116ce -> trunk/f0b388665efd20c1ec35fc48afb115a0f15116ce 2025-07-17T06:36:10.0522020Z * [new tag] trunk/f0bee87eea03f6ded538590e2a073cc62ecd2818 -> trunk/f0bee87eea03f6ded538590e2a073cc62ecd2818 2025-07-17T06:36:10.0522932Z * [new tag] trunk/f1331f3f1b43d1848341a0f0da66a13cb05570d0 -> trunk/f1331f3f1b43d1848341a0f0da66a13cb05570d0 2025-07-17T06:36:10.0523837Z * [new tag] trunk/f140fac8dcfa6ec20d594bc4637417a83bc90036 -> trunk/f140fac8dcfa6ec20d594bc4637417a83bc90036 2025-07-17T06:36:10.0524726Z * [new tag] trunk/f151b201236f959e3874b73dde9bfae5e10dae78 -> trunk/f151b201236f959e3874b73dde9bfae5e10dae78 2025-07-17T06:36:10.0525603Z * [new tag] trunk/f154f9b3040369a7979d5de7acb6fe21433eda83 -> trunk/f154f9b3040369a7979d5de7acb6fe21433eda83 2025-07-17T06:36:10.0527622Z * [new tag] trunk/f16053f0c9a09fa337fbf85aaf64f88712b8dcdb -> trunk/f16053f0c9a09fa337fbf85aaf64f88712b8dcdb 2025-07-17T06:36:10.0528520Z * [new tag] trunk/f179b7198522e6d93bd103efba1a1ebd5a2cf891 -> trunk/f179b7198522e6d93bd103efba1a1ebd5a2cf891 2025-07-17T06:36:10.0529400Z * [new tag] trunk/f17f6581252ff07e75f33fdce0b4248acdb5da0b -> trunk/f17f6581252ff07e75f33fdce0b4248acdb5da0b 2025-07-17T06:36:10.0530295Z * [new tag] trunk/f1f49e56b079bfc73b1b2fb061d150ec787ee716 -> trunk/f1f49e56b079bfc73b1b2fb061d150ec787ee716 2025-07-17T06:36:10.0531095Z * [new tag] trunk/f2b44424a1f3481ddc066e8dd62c0cafa1298e92 -> trunk/f2b44424a1f3481ddc066e8dd62c0cafa1298e92 2025-07-17T06:36:10.0531887Z * [new tag] trunk/f2d70898c6fad6c6e867d9bf60eced6aacfa9782 -> trunk/f2d70898c6fad6c6e867d9bf60eced6aacfa9782 2025-07-17T06:36:10.0532693Z * [new tag] trunk/f2e712ca14dbbb8435427fd536b0dd63994a9265 -> trunk/f2e712ca14dbbb8435427fd536b0dd63994a9265 2025-07-17T06:36:10.0533486Z * [new tag] trunk/f2ecf6145fde55baa8a91e27b6b3489172f0e639 -> trunk/f2ecf6145fde55baa8a91e27b6b3489172f0e639 2025-07-17T06:36:10.0534283Z * [new tag] trunk/f34335bf3373301ba3af3ff8268cd0cd1715bd2e -> trunk/f34335bf3373301ba3af3ff8268cd0cd1715bd2e 2025-07-17T06:36:10.0535078Z * [new tag] trunk/f34ab1628b6798cc62f55260dfad872f5df8fd94 -> trunk/f34ab1628b6798cc62f55260dfad872f5df8fd94 2025-07-17T06:36:10.0536542Z * [new tag] trunk/f3e6c8e834a49f738e329b802b4b10912e33915f -> trunk/f3e6c8e834a49f738e329b802b4b10912e33915f 2025-07-17T06:36:10.0537348Z * [new tag] trunk/f3ec16c26a24bcbdcb96c692e321be1a4464067c -> trunk/f3ec16c26a24bcbdcb96c692e321be1a4464067c 2025-07-17T06:36:10.0538153Z * [new tag] trunk/f402eed4d9515dee5bb9b11a2b157de57a5988c1 -> trunk/f402eed4d9515dee5bb9b11a2b157de57a5988c1 2025-07-17T06:36:10.0538966Z * [new tag] trunk/f40efde2a474ffd77c021686da2f14864d6aeb6d -> trunk/f40efde2a474ffd77c021686da2f14864d6aeb6d 2025-07-17T06:36:10.0539778Z * [new tag] trunk/f41d017aa6ca1bd121cee6e428875b7fd31a7ad0 -> trunk/f41d017aa6ca1bd121cee6e428875b7fd31a7ad0 2025-07-17T06:36:10.0540567Z * [new tag] trunk/f4376cac54978b9d7c859c1e3495a57d72ab9601 -> trunk/f4376cac54978b9d7c859c1e3495a57d72ab9601 2025-07-17T06:36:10.0541357Z * [new tag] trunk/f4406689b8805ed23dfef34c6320bb99ea6d3767 -> trunk/f4406689b8805ed23dfef34c6320bb99ea6d3767 2025-07-17T06:36:10.0542315Z * [new tag] trunk/f44a9eee4778d2a2aafe3a0beeea7a37ab8d380e -> trunk/f44a9eee4778d2a2aafe3a0beeea7a37ab8d380e 2025-07-17T06:36:10.0543111Z * [new tag] trunk/f45f483884ef524f2d8260dcf2b2ba2c203eab2f -> trunk/f45f483884ef524f2d8260dcf2b2ba2c203eab2f 2025-07-17T06:36:10.0746979Z * [new tag] trunk/f45f6e86b9ef3d9c94b87c2240dbe9a07bb9fd3d -> trunk/f45f6e86b9ef3d9c94b87c2240dbe9a07bb9fd3d 2025-07-17T06:36:10.0747791Z * [new tag] trunk/f48a1576606186cf2104c82be367b617912322de -> trunk/f48a1576606186cf2104c82be367b617912322de 2025-07-17T06:36:10.0748576Z * [new tag] trunk/f4d60a68dd2fb9fda92af83df016f4cfe3af00ba -> trunk/f4d60a68dd2fb9fda92af83df016f4cfe3af00ba 2025-07-17T06:36:10.0749387Z * [new tag] trunk/f56bfb3030acff03e21d568089f3af9e09ec7cb2 -> trunk/f56bfb3030acff03e21d568089f3af9e09ec7cb2 2025-07-17T06:36:10.0750180Z * [new tag] trunk/f58a680d09e13658a52c6ba05c63c15759846bcc -> trunk/f58a680d09e13658a52c6ba05c63c15759846bcc 2025-07-17T06:36:10.0750961Z * [new tag] trunk/f59c76b5494f83abbb2ca169e13201439396c1aa -> trunk/f59c76b5494f83abbb2ca169e13201439396c1aa 2025-07-17T06:36:10.0751792Z * [new tag] trunk/f5bbaa22536437e9f689db8ee7a5ca472fdf4bd0 -> trunk/f5bbaa22536437e9f689db8ee7a5ca472fdf4bd0 2025-07-17T06:36:10.0752713Z * [new tag] trunk/f5e1b24945cf7852a1425923ca543e1f83be14b1 -> trunk/f5e1b24945cf7852a1425923ca543e1f83be14b1 2025-07-17T06:36:10.0753502Z * [new tag] trunk/f5e6e52f2504d0d2c553fd292c89d999b2033616 -> trunk/f5e6e52f2504d0d2c553fd292c89d999b2033616 2025-07-17T06:36:10.0754277Z * [new tag] trunk/f5eb42e4c0405141134e9c52919ebb36ec77ca5f -> trunk/f5eb42e4c0405141134e9c52919ebb36ec77ca5f 2025-07-17T06:36:10.0755081Z * [new tag] trunk/f5f4beaf562911b5cf1a9e8b9eae5e5946681f3c -> trunk/f5f4beaf562911b5cf1a9e8b9eae5e5946681f3c 2025-07-17T06:36:10.0755881Z * [new tag] trunk/f6d138807f138868de0397936e2bee482c1fb987 -> trunk/f6d138807f138868de0397936e2bee482c1fb987 2025-07-17T06:36:10.0756644Z * [new tag] trunk/f6e18bc1054624bb148632a85c10371d6cc62492 -> trunk/f6e18bc1054624bb148632a85c10371d6cc62492 2025-07-17T06:36:10.0757423Z * [new tag] trunk/f70c80105ebc2a118af848c80a18d6efff820f72 -> trunk/f70c80105ebc2a118af848c80a18d6efff820f72 2025-07-17T06:36:10.0758200Z * [new tag] trunk/f7127b9b940a98596599acda1f89fc5153635a5d -> trunk/f7127b9b940a98596599acda1f89fc5153635a5d 2025-07-17T06:36:10.0758979Z * [new tag] trunk/f7130c097efa826313df44f0dcfa7d4d2e4253ec -> trunk/f7130c097efa826313df44f0dcfa7d4d2e4253ec 2025-07-17T06:36:10.0759773Z * [new tag] trunk/f742b32a2ff6326f67512d2b426cdc2da8413a75 -> trunk/f742b32a2ff6326f67512d2b426cdc2da8413a75 2025-07-17T06:36:10.0760638Z * [new tag] trunk/f79689bd3d145e76746e4cf81e99c40df8272a72 -> trunk/f79689bd3d145e76746e4cf81e99c40df8272a72 2025-07-17T06:36:10.0761429Z * [new tag] trunk/f7a5ad6c2987ee5a83aa5d868cee3b8067d3de94 -> trunk/f7a5ad6c2987ee5a83aa5d868cee3b8067d3de94 2025-07-17T06:36:10.0762242Z * [new tag] trunk/f80a61adf57badf999387efe47b8b2ff3388bd96 -> trunk/f80a61adf57badf999387efe47b8b2ff3388bd96 2025-07-17T06:36:10.0763046Z * [new tag] trunk/f810480dbefabbff6cf0852c9f610f84dd440b8d -> trunk/f810480dbefabbff6cf0852c9f610f84dd440b8d 2025-07-17T06:36:10.0763837Z * [new tag] trunk/f810e98143b7b1fe3436d5315101b22aa8438775 -> trunk/f810e98143b7b1fe3436d5315101b22aa8438775 2025-07-17T06:36:10.0764619Z * [new tag] trunk/f8293116f55a9ad399e4938f0fe3e34c6faa47c4 -> trunk/f8293116f55a9ad399e4938f0fe3e34c6faa47c4 2025-07-17T06:36:10.0765404Z * [new tag] trunk/f85954e043a5b6affb589012e8cc5eff8fdb5358 -> trunk/f85954e043a5b6affb589012e8cc5eff8fdb5358 2025-07-17T06:36:10.0766203Z * [new tag] trunk/f860992db5601a78f73eefc0a56af1d7158d6953 -> trunk/f860992db5601a78f73eefc0a56af1d7158d6953 2025-07-17T06:36:10.0766966Z * [new tag] trunk/f87d1179391d66854e3c6ca20717803cfa22f878 -> trunk/f87d1179391d66854e3c6ca20717803cfa22f878 2025-07-17T06:36:10.0767748Z * [new tag] trunk/f88d7a7a34d5a54d58f0a7edc01ff69f46221b6c -> trunk/f88d7a7a34d5a54d58f0a7edc01ff69f46221b6c 2025-07-17T06:36:10.0768558Z * [new tag] trunk/f8baec8984ed90b526fdc03eec19d8039e7d373b -> trunk/f8baec8984ed90b526fdc03eec19d8039e7d373b 2025-07-17T06:36:10.0769423Z * [new tag] trunk/f8c0a4bd28087b02958b92d7b4f41ebc607292b7 -> trunk/f8c0a4bd28087b02958b92d7b4f41ebc607292b7 2025-07-17T06:36:10.0770330Z * [new tag] trunk/f8cc4c0af802269fbe16a418386a94b3b6547c74 -> trunk/f8cc4c0af802269fbe16a418386a94b3b6547c74 2025-07-17T06:36:10.0771137Z * [new tag] trunk/f97f03c7efcf2b7a45384b9094eb6be4cb419546 -> trunk/f97f03c7efcf2b7a45384b9094eb6be4cb419546 2025-07-17T06:36:10.0771940Z * [new tag] trunk/fa0ea57f5e083daab1eb9cda39ab53a5159b077d -> trunk/fa0ea57f5e083daab1eb9cda39ab53a5159b077d 2025-07-17T06:36:10.0772733Z * [new tag] trunk/fa1c20ae9285f7994a73d2d06025065f96b67a57 -> trunk/fa1c20ae9285f7994a73d2d06025065f96b67a57 2025-07-17T06:36:10.0975319Z * [new tag] trunk/fa3c38c7ae17b8d8fccd0958831f9f1ced9e46b3 -> trunk/fa3c38c7ae17b8d8fccd0958831f9f1ced9e46b3 2025-07-17T06:36:10.0976270Z * [new tag] trunk/fa4f07b5b80bdcf99a1c7452de41939d2ab5886f -> trunk/fa4f07b5b80bdcf99a1c7452de41939d2ab5886f 2025-07-17T06:36:10.0977071Z * [new tag] trunk/fa705f791249c5eee912096f1d7ac7b2d5b60e8c -> trunk/fa705f791249c5eee912096f1d7ac7b2d5b60e8c 2025-07-17T06:36:10.0977869Z * [new tag] trunk/fab53dfdf1d89cecd5e82b12cced9b6dd217e87c -> trunk/fab53dfdf1d89cecd5e82b12cced9b6dd217e87c 2025-07-17T06:36:10.0978712Z * [new tag] trunk/fab85fc5f995ef79e67dc4b083f8cfabe7a90798 -> trunk/fab85fc5f995ef79e67dc4b083f8cfabe7a90798 2025-07-17T06:36:10.0979526Z * [new tag] trunk/fac0cc16efd342637a3d1953caf2ecfa8a89947c -> trunk/fac0cc16efd342637a3d1953caf2ecfa8a89947c 2025-07-17T06:36:10.0980324Z * [new tag] trunk/fadc936fad0793e931ed2eb89577e1d10d212f71 -> trunk/fadc936fad0793e931ed2eb89577e1d10d212f71 2025-07-17T06:36:10.0981127Z * [new tag] trunk/fb45649df7267e97efffec8305cddcb23e97d53f -> trunk/fb45649df7267e97efffec8305cddcb23e97d53f 2025-07-17T06:36:10.0981983Z * [new tag] trunk/fb462cec8d8674ad547c55dbe90710bde1dc2019 -> trunk/fb462cec8d8674ad547c55dbe90710bde1dc2019 2025-07-17T06:36:10.0982826Z * [new tag] trunk/fb731fe371cb1b5bf95de84b19c213590526acb2 -> trunk/fb731fe371cb1b5bf95de84b19c213590526acb2 2025-07-17T06:36:10.0983756Z * [new tag] trunk/fb75dea2c1b93c78dccf08d5fd5e20b362ecd405 -> trunk/fb75dea2c1b93c78dccf08d5fd5e20b362ecd405 2025-07-17T06:36:10.0984571Z * [new tag] trunk/fb9a5d248f36ddce041025c8fc5be0d8bee454b0 -> trunk/fb9a5d248f36ddce041025c8fc5be0d8bee454b0 2025-07-17T06:36:10.0985381Z * [new tag] trunk/fbbab794ef6befbe7ffab3648e9b1f2042942fed -> trunk/fbbab794ef6befbe7ffab3648e9b1f2042942fed 2025-07-17T06:36:10.0986200Z * [new tag] trunk/fbd88ae2b5f444cb4b419c415258caeaef4b7325 -> trunk/fbd88ae2b5f444cb4b419c415258caeaef4b7325 2025-07-17T06:36:10.0986992Z * [new tag] trunk/fc0376e8b162d8fcf4375ae30566139eae7d48ed -> trunk/fc0376e8b162d8fcf4375ae30566139eae7d48ed 2025-07-17T06:36:10.0987873Z * [new tag] trunk/fc10d4b1d649f1460b587f3ab45ad4403d84518c -> trunk/fc10d4b1d649f1460b587f3ab45ad4403d84518c 2025-07-17T06:36:10.0988651Z * [new tag] trunk/fc177801afcbf12543b5e193e736b155f79d4ad3 -> trunk/fc177801afcbf12543b5e193e736b155f79d4ad3 2025-07-17T06:36:10.0989439Z * [new tag] trunk/fc5ae1229341ca2841a977197c644733c6a5c789 -> trunk/fc5ae1229341ca2841a977197c644733c6a5c789 2025-07-17T06:36:10.0990217Z * [new tag] trunk/fc772692622e89335dc28638c512bb33dbed1729 -> trunk/fc772692622e89335dc28638c512bb33dbed1729 2025-07-17T06:36:10.0990995Z * [new tag] trunk/fca7013f85d4e7ac07bdd461f490aa159feac6a0 -> trunk/fca7013f85d4e7ac07bdd461f490aa159feac6a0 2025-07-17T06:36:10.0991866Z * [new tag] trunk/fcbf7c749a839cc817927ceba8ea2887cc28dbf5 -> trunk/fcbf7c749a839cc817927ceba8ea2887cc28dbf5 2025-07-17T06:36:10.0992669Z * [new tag] trunk/fcc682be4bda58894a15fee1d9041c6043fea66f -> trunk/fcc682be4bda58894a15fee1d9041c6043fea66f 2025-07-17T06:36:10.0993531Z * [new tag] trunk/fd4bb29410c035b31ca55262c3012cadb1194aae -> trunk/fd4bb29410c035b31ca55262c3012cadb1194aae 2025-07-17T06:36:10.0994354Z * [new tag] trunk/fd4f704905f95b46c4c8fb4108461ff56ce750c5 -> trunk/fd4f704905f95b46c4c8fb4108461ff56ce750c5 2025-07-17T06:36:10.0995144Z * [new tag] trunk/fd8ea3c8a35e5b4aea3ebd712f2c7ee28c5a3655 -> trunk/fd8ea3c8a35e5b4aea3ebd712f2c7ee28c5a3655 2025-07-17T06:36:10.0995942Z * [new tag] trunk/fdc5b42a8fa2b15526c81f2c83f614e086056320 -> trunk/fdc5b42a8fa2b15526c81f2c83f614e086056320 2025-07-17T06:36:10.0996845Z * [new tag] trunk/fdf5d97fa8393f56aea2779877efd8a264ad5811 -> trunk/fdf5d97fa8393f56aea2779877efd8a264ad5811 2025-07-17T06:36:10.0997646Z * [new tag] trunk/fe1f1a38dff7c59ec0ec5b05fef058629845d061 -> trunk/fe1f1a38dff7c59ec0ec5b05fef058629845d061 2025-07-17T06:36:10.0998444Z * [new tag] trunk/fec571cfd458c4644a2f483dbf9f5480feca7939 -> trunk/fec571cfd458c4644a2f483dbf9f5480feca7939 2025-07-17T06:36:10.0999335Z * [new tag] trunk/fec8af8b98f5e17740ff947e9f8a1c447a497413 -> trunk/fec8af8b98f5e17740ff947e9f8a1c447a497413 2025-07-17T06:36:10.1000155Z * [new tag] trunk/fedbd1a48e1e474cf9da5637aae89b5bc4c20626 -> trunk/fedbd1a48e1e474cf9da5637aae89b5bc4c20626 2025-07-17T06:36:10.1000960Z * [new tag] trunk/fee2377f9ea62223f69ea9904c5e25ccb2af5961 -> trunk/fee2377f9ea62223f69ea9904c5e25ccb2af5961 2025-07-17T06:36:10.2575655Z * [new tag] trunk/feea575082439a0496dd404a4925b7d551039065 -> trunk/feea575082439a0496dd404a4925b7d551039065 2025-07-17T06:36:10.2576521Z * [new tag] trunk/ff611d971fe5362a71c15109cf020d30e6c4b2b9 -> trunk/ff611d971fe5362a71c15109cf020d30e6c4b2b9 2025-07-17T06:36:10.2577334Z * [new tag] trunk/ff7dd1776f9cb8448336338b19b9b53073f2fbda -> trunk/ff7dd1776f9cb8448336338b19b9b53073f2fbda 2025-07-17T06:36:10.2578113Z * [new tag] trunk/ff8b53c056e6556187690a37c944c92feb964d2d -> trunk/ff8b53c056e6556187690a37c944c92feb964d2d 2025-07-17T06:36:10.2579089Z * [new tag] trunk/ffac0de07e0173a073c92c157f43c515009c0de1 -> trunk/ffac0de07e0173a073c92c157f43c515009c0de1 2025-07-17T06:36:10.2579885Z * [new tag] trunk/ffaed8c569406839335bf46dafc4c3e8871e4b8a -> trunk/ffaed8c569406839335bf46dafc4c3e8871e4b8a 2025-07-17T06:36:10.2580696Z * [new tag] trunk/ffc6cbfaf78ca219092ce64dcf113377ae698300 -> trunk/ffc6cbfaf78ca219092ce64dcf113377ae698300 2025-07-17T06:36:10.2581275Z * [new tag] v0.1.1 -> v0.1.1 2025-07-17T06:36:10.2581623Z * [new tag] v0.1.10 -> v0.1.10 2025-07-17T06:36:10.2581958Z * [new tag] v0.1.11 -> v0.1.11 2025-07-17T06:36:10.2582276Z * [new tag] v0.1.12 -> v0.1.12 2025-07-17T06:36:10.2582607Z * [new tag] v0.1.2 -> v0.1.2 2025-07-17T06:36:10.2582934Z * [new tag] v0.1.3 -> v0.1.3 2025-07-17T06:36:10.2583248Z * [new tag] v0.1.4 -> v0.1.4 2025-07-17T06:36:10.2583586Z * [new tag] v0.1.5 -> v0.1.5 2025-07-17T06:36:10.2583960Z * [new tag] v0.1.6 -> v0.1.6 2025-07-17T06:36:10.2584322Z * [new tag] v0.1.7 -> v0.1.7 2025-07-17T06:36:10.2584674Z * [new tag] v0.1.8 -> v0.1.8 2025-07-17T06:36:10.2584997Z * [new tag] v0.1.9 -> v0.1.9 2025-07-17T06:36:10.2585318Z * [new tag] v0.2.0 -> v0.2.0 2025-07-17T06:36:10.2585628Z * [new tag] v0.3.0 -> v0.3.0 2025-07-17T06:36:10.2585943Z * [new tag] v0.3.1 -> v0.3.1 2025-07-17T06:36:10.2586256Z * [new tag] v0.4.0 -> v0.4.0 2025-07-17T06:36:10.2586571Z * [new tag] v0.4.1 -> v0.4.1 2025-07-17T06:36:10.2586891Z * [new tag] v1.0.0 -> v1.0.0 2025-07-17T06:36:10.2587231Z * [new tag] v1.0.0a0 -> v1.0.0a0 2025-07-17T06:36:10.2587563Z * [new tag] v1.0.1 -> v1.0.1 2025-07-17T06:36:10.2587883Z * [new tag] v1.0rc0 -> v1.0rc0 2025-07-17T06:36:10.2588210Z * [new tag] v1.0rc1 -> v1.0rc1 2025-07-17T06:36:10.2588692Z * [new tag] v1.1.0 -> v1.1.0 2025-07-17T06:36:10.2589032Z * [new tag] v1.1.0a0 -> v1.1.0a0 2025-07-17T06:36:10.2589371Z * [new tag] v1.10.0 -> v1.10.0 2025-07-17T06:36:10.2589719Z * [new tag] v1.10.0-rc1 -> v1.10.0-rc1 2025-07-17T06:36:10.2590072Z * [new tag] v1.10.0-rc2 -> v1.10.0-rc2 2025-07-17T06:36:10.2590417Z * [new tag] v1.10.0-rc3 -> v1.10.0-rc3 2025-07-17T06:36:10.2590775Z * [new tag] v1.10.1 -> v1.10.1 2025-07-17T06:36:10.2591107Z * [new tag] v1.10.1-rc1 -> v1.10.1-rc1 2025-07-17T06:36:10.2591458Z * [new tag] v1.10.2 -> v1.10.2 2025-07-17T06:36:10.2591902Z * [new tag] v1.10.2-rc1 -> v1.10.2-rc1 2025-07-17T06:36:10.2592246Z * [new tag] v1.11.0 -> v1.11.0 2025-07-17T06:36:10.2592590Z * [new tag] v1.11.0-rc1 -> v1.11.0-rc1 2025-07-17T06:36:10.2592935Z * [new tag] v1.11.0-rc2 -> v1.11.0-rc2 2025-07-17T06:36:10.2593283Z * [new tag] v1.11.0-rc3 -> v1.11.0-rc3 2025-07-17T06:36:10.2593626Z * [new tag] v1.11.0-rc4 -> v1.11.0-rc4 2025-07-17T06:36:10.2593982Z * [new tag] v1.11.0-rc5 -> v1.11.0-rc5 2025-07-17T06:36:10.2594432Z * [new tag] v1.11.0-rc6 -> v1.11.0-rc6 2025-07-17T06:36:10.2594775Z * [new tag] v1.11.0-rc7 -> v1.11.0-rc7 2025-07-17T06:36:10.2595124Z * [new tag] v1.12.0 -> v1.12.0 2025-07-17T06:36:10.2595461Z * [new tag] v1.12.0-rc1 -> v1.12.0-rc1 2025-07-17T06:36:10.2595820Z * [new tag] v1.12.0-rc2 -> v1.12.0-rc2 2025-07-17T06:36:10.2596161Z * [new tag] v1.12.0-rc3 -> v1.12.0-rc3 2025-07-17T06:36:10.2596512Z * [new tag] v1.12.0-rc4 -> v1.12.0-rc4 2025-07-17T06:36:10.2596870Z * [new tag] v1.12.0-rc5 -> v1.12.0-rc5 2025-07-17T06:36:10.2597213Z * [new tag] v1.12.0-rc6 -> v1.12.0-rc6 2025-07-17T06:36:10.3969777Z * [new tag] v1.12.0-rc7 -> v1.12.0-rc7 2025-07-17T06:36:10.3970223Z * [new tag] v1.12.0-rc8 -> v1.12.0-rc8 2025-07-17T06:36:10.3970578Z * [new tag] v1.12.1 -> v1.12.1 2025-07-17T06:36:10.3970913Z * [new tag] v1.12.1-rc1 -> v1.12.1-rc1 2025-07-17T06:36:10.3971317Z * [new tag] v1.12.1-rc2 -> v1.12.1-rc2 2025-07-17T06:36:10.3971662Z * [new tag] v1.12.1-rc3 -> v1.12.1-rc3 2025-07-17T06:36:10.3972003Z * [new tag] v1.12.1-rc4 -> v1.12.1-rc4 2025-07-17T06:36:10.3972426Z * [new tag] v1.12.1-rc5 -> v1.12.1-rc5 2025-07-17T06:36:10.3972762Z * [new tag] v1.13.0 -> v1.13.0 2025-07-17T06:36:10.3973138Z * [new tag] v1.13.0-rc1 -> v1.13.0-rc1 2025-07-17T06:36:10.3973475Z * [new tag] v1.13.0-rc2 -> v1.13.0-rc2 2025-07-17T06:36:10.3973833Z * [new tag] v1.13.0-rc3 -> v1.13.0-rc3 2025-07-17T06:36:10.3974215Z * [new tag] v1.13.0-rc4 -> v1.13.0-rc4 2025-07-17T06:36:10.3974706Z * [new tag] v1.13.0-rc5 -> v1.13.0-rc5 2025-07-17T06:36:10.3975048Z * [new tag] v1.13.0-rc6 -> v1.13.0-rc6 2025-07-17T06:36:10.3975594Z * [new tag] v1.13.1 -> v1.13.1 2025-07-17T06:36:10.3975966Z * [new tag] v1.13.1-rc1 -> v1.13.1-rc1 2025-07-17T06:36:10.3976307Z * [new tag] v1.2.0 -> v1.2.0 2025-07-17T06:36:10.3976648Z * [new tag] v1.2.0a0 -> v1.2.0a0 2025-07-17T06:36:10.3976984Z * [new tag] v1.3.0 -> v1.3.0 2025-07-17T06:36:10.3977308Z * [new tag] v1.3.0a0 -> v1.3.0a0 2025-07-17T06:36:10.3977653Z * [new tag] v1.3.1 -> v1.3.1 2025-07-17T06:36:10.3977968Z * [new tag] v1.4.0 -> v1.4.0 2025-07-17T06:36:10.3978343Z * [new tag] v1.4.0a0 -> v1.4.0a0 2025-07-17T06:36:10.3978677Z * [new tag] v1.4.1 -> v1.4.1 2025-07-17T06:36:10.3979052Z * [new tag] v1.5.0 -> v1.5.0 2025-07-17T06:36:10.3979436Z * [new tag] v1.5.0-rc1 -> v1.5.0-rc1 2025-07-17T06:36:10.3979817Z * [new tag] v1.5.0-rc2 -> v1.5.0-rc2 2025-07-17T06:36:10.3980208Z * [new tag] v1.5.0-rc3 -> v1.5.0-rc3 2025-07-17T06:36:10.3980581Z * [new tag] v1.5.0-rc4 -> v1.5.0-rc4 2025-07-17T06:36:10.3980916Z * [new tag] v1.5.0-rc5 -> v1.5.0-rc5 2025-07-17T06:36:10.3981352Z * [new tag] v1.5.1 -> v1.5.1 2025-07-17T06:36:10.3981682Z * [new tag] v1.5.1-rc1 -> v1.5.1-rc1 2025-07-17T06:36:10.3982071Z * [new tag] v1.6.0 -> v1.6.0 2025-07-17T06:36:10.3982439Z * [new tag] v1.6.0-rc1 -> v1.6.0-rc1 2025-07-17T06:36:10.3982797Z * [new tag] v1.6.0-rc2 -> v1.6.0-rc2 2025-07-17T06:36:10.3983141Z * [new tag] v1.6.0-rc3 -> v1.6.0-rc3 2025-07-17T06:36:10.3983487Z * [new tag] v1.6.0-rc4 -> v1.6.0-rc4 2025-07-17T06:36:10.3983827Z * [new tag] v1.6.0-rc5 -> v1.6.0-rc5 2025-07-17T06:36:10.3984156Z * [new tag] v1.6.0-rc6 -> v1.6.0-rc6 2025-07-17T06:36:10.3984503Z * [new tag] v1.6.0-rc7 -> v1.6.0-rc7 2025-07-17T06:36:10.3984829Z * [new tag] v1.7.0 -> v1.7.0 2025-07-17T06:36:10.3985167Z * [new tag] v1.7.0-rc1 -> v1.7.0-rc1 2025-07-17T06:36:10.3985498Z * [new tag] v1.7.0-rc2 -> v1.7.0-rc2 2025-07-17T06:36:10.3985921Z * [new tag] v1.7.0-rc3 -> v1.7.0-rc3 2025-07-17T06:36:10.3986259Z * [new tag] v1.7.0-rc4 -> v1.7.0-rc4 2025-07-17T06:36:10.3986670Z * [new tag] v1.7.1 -> v1.7.1 2025-07-17T06:36:10.3987003Z * [new tag] v1.7.1-rc1 -> v1.7.1-rc1 2025-07-17T06:36:10.3987330Z * [new tag] v1.7.1-rc2 -> v1.7.1-rc2 2025-07-17T06:36:10.3987675Z * [new tag] v1.7.1-rc3 -> v1.7.1-rc3 2025-07-17T06:36:10.3988004Z * [new tag] v1.8.0 -> v1.8.0 2025-07-17T06:36:10.3988326Z * [new tag] v1.8.0-rc1 -> v1.8.0-rc1 2025-07-17T06:36:10.3988663Z * [new tag] v1.8.0-rc2 -> v1.8.0-rc2 2025-07-17T06:36:10.3988999Z * [new tag] v1.8.0-rc3 -> v1.8.0-rc3 2025-07-17T06:36:10.3989342Z * [new tag] v1.8.0-rc4 -> v1.8.0-rc4 2025-07-17T06:36:10.3989670Z * [new tag] v1.8.0-rc5 -> v1.8.0-rc5 2025-07-17T06:36:10.3990103Z * [new tag] v1.8.1 -> v1.8.1 2025-07-17T06:36:10.3990445Z * [new tag] v1.8.1-rc1 -> v1.8.1-rc1 2025-07-17T06:36:10.3990783Z * [new tag] v1.8.1-rc2 -> v1.8.1-rc2 2025-07-17T06:36:10.4662893Z * [new tag] v1.8.1-rc3 -> v1.8.1-rc3 2025-07-17T06:36:10.4663292Z * [new tag] v1.8.2 -> v1.8.2 2025-07-17T06:36:10.4663640Z * [new tag] v1.8.2-rc1 -> v1.8.2-rc1 2025-07-17T06:36:10.4664011Z * [new tag] v1.9.0 -> v1.9.0 2025-07-17T06:36:10.4664348Z * [new tag] v1.9.0-rc1 -> v1.9.0-rc1 2025-07-17T06:36:10.4664696Z * [new tag] v1.9.0-rc2 -> v1.9.0-rc2 2025-07-17T06:36:10.4665028Z * [new tag] v1.9.0-rc3 -> v1.9.0-rc3 2025-07-17T06:36:10.4665374Z * [new tag] v1.9.0-rc4 -> v1.9.0-rc4 2025-07-17T06:36:10.4665718Z * [new tag] v1.9.1 -> v1.9.1 2025-07-17T06:36:10.4666057Z * [new tag] v1.9.1-rc1 -> v1.9.1-rc1 2025-07-17T06:36:10.4666402Z * [new tag] v1.9.1-rc2 -> v1.9.1-rc2 2025-07-17T06:36:10.4666728Z * [new tag] v2.0.0 -> v2.0.0 2025-07-17T06:36:10.4667068Z * [new tag] v2.0.0-rc1 -> v2.0.0-rc1 2025-07-17T06:36:10.4667758Z * [new tag] v2.0.0-rc2 -> v2.0.0-rc2 2025-07-17T06:36:10.4668115Z * [new tag] v2.0.0-rc3 -> v2.0.0-rc3 2025-07-17T06:36:10.4668468Z * [new tag] v2.0.0-rc4 -> v2.0.0-rc4 2025-07-17T06:36:10.4668803Z * [new tag] v2.0.0-rc5 -> v2.0.0-rc5 2025-07-17T06:36:10.4669143Z * [new tag] v2.0.0-rc6 -> v2.0.0-rc6 2025-07-17T06:36:10.4669478Z * [new tag] v2.0.1 -> v2.0.1 2025-07-17T06:36:10.4669820Z * [new tag] v2.0.1-rc1 -> v2.0.1-rc1 2025-07-17T06:36:10.4670149Z * [new tag] v2.0.1-rc2 -> v2.0.1-rc2 2025-07-17T06:36:10.4670492Z * [new tag] v2.0.1-rc3 -> v2.0.1-rc3 2025-07-17T06:36:10.4670827Z * [new tag] v2.0.1-rc4 -> v2.0.1-rc4 2025-07-17T06:36:10.4671156Z * [new tag] v2.1.0 -> v2.1.0 2025-07-17T06:36:10.4671604Z * [new tag] v2.1.0-rc1 -> v2.1.0-rc1 2025-07-17T06:36:10.4671968Z * [new tag] v2.1.0-rc2 -> v2.1.0-rc2 2025-07-17T06:36:10.4672319Z * [new tag] v2.1.0-rc3 -> v2.1.0-rc3 2025-07-17T06:36:10.4672664Z * [new tag] v2.1.0-rc4 -> v2.1.0-rc4 2025-07-17T06:36:10.4673000Z * [new tag] v2.1.0-rc5 -> v2.1.0-rc5 2025-07-17T06:36:10.4673350Z * [new tag] v2.1.0-rc6 -> v2.1.0-rc6 2025-07-17T06:36:10.4673675Z * [new tag] v2.1.1 -> v2.1.1 2025-07-17T06:36:10.4682981Z * [new tag] v2.1.1-rc1 -> v2.1.1-rc1 2025-07-17T06:36:10.4683403Z * [new tag] v2.1.1-rc2 -> v2.1.1-rc2 2025-07-17T06:36:10.4683763Z * [new tag] v2.1.1-rc3 -> v2.1.1-rc3 2025-07-17T06:36:10.4684122Z * [new tag] v2.1.1-rc4 -> v2.1.1-rc4 2025-07-17T06:36:10.4684480Z * [new tag] v2.1.1-rc5 -> v2.1.1-rc5 2025-07-17T06:36:10.4684828Z * [new tag] v2.1.1-rc6 -> v2.1.1-rc6 2025-07-17T06:36:10.4685159Z * [new tag] v2.1.2 -> v2.1.2 2025-07-17T06:36:10.4685900Z * [new tag] v2.1.2-rc1 -> v2.1.2-rc1 2025-07-17T06:36:10.4686239Z * [new tag] v2.1.2-rc2 -> v2.1.2-rc2 2025-07-17T06:36:10.4686591Z * [new tag] v2.1.2-rc3 -> v2.1.2-rc3 2025-07-17T06:36:10.4686939Z * [new tag] v2.2.0 -> v2.2.0 2025-07-17T06:36:10.4687272Z * [new tag] v2.2.0-rc1 -> v2.2.0-rc1 2025-07-17T06:36:10.4687611Z * [new tag] v2.2.0-rc2 -> v2.2.0-rc2 2025-07-17T06:36:10.4687956Z * [new tag] v2.2.0-rc3 -> v2.2.0-rc3 2025-07-17T06:36:10.4688300Z * [new tag] v2.2.0-rc4 -> v2.2.0-rc4 2025-07-17T06:36:10.4688638Z * [new tag] v2.2.0-rc5 -> v2.2.0-rc5 2025-07-17T06:36:10.4688976Z * [new tag] v2.2.0-rc6 -> v2.2.0-rc6 2025-07-17T06:36:10.4689326Z * [new tag] v2.2.0-rc7 -> v2.2.0-rc7 2025-07-17T06:36:10.4689663Z * [new tag] v2.2.0-rc8 -> v2.2.0-rc8 2025-07-17T06:36:10.4690008Z * [new tag] v2.2.1 -> v2.2.1 2025-07-17T06:36:10.4690334Z * [new tag] v2.2.1-rc1 -> v2.2.1-rc1 2025-07-17T06:36:10.4690677Z * [new tag] v2.2.1-rc2 -> v2.2.1-rc2 2025-07-17T06:36:10.4691013Z * [new tag] v2.2.1-rc3 -> v2.2.1-rc3 2025-07-17T06:36:10.4691635Z * [new tag] v2.2.2 -> v2.2.2 2025-07-17T06:36:10.4691985Z * [new tag] v2.2.2-rc1 -> v2.2.2-rc1 2025-07-17T06:36:10.4692319Z * [new tag] v2.2.2-rc2 -> v2.2.2-rc2 2025-07-17T06:36:10.4692676Z * [new tag] v2.2.2-rc3 -> v2.2.2-rc3 2025-07-17T06:36:10.5207879Z * [new tag] v2.3.0 -> v2.3.0 2025-07-17T06:36:10.5208321Z * [new tag] v2.3.0-rc1 -> v2.3.0-rc1 2025-07-17T06:36:10.5208706Z * [new tag] v2.3.0-rc10 -> v2.3.0-rc10 2025-07-17T06:36:10.5209062Z * [new tag] v2.3.0-rc11 -> v2.3.0-rc11 2025-07-17T06:36:10.5209497Z * [new tag] v2.3.0-rc12 -> v2.3.0-rc12 2025-07-17T06:36:10.5209863Z * [new tag] v2.3.0-rc2 -> v2.3.0-rc2 2025-07-17T06:36:10.5210239Z * [new tag] v2.3.0-rc3 -> v2.3.0-rc3 2025-07-17T06:36:10.5210584Z * [new tag] v2.3.0-rc4 -> v2.3.0-rc4 2025-07-17T06:36:10.5210939Z * [new tag] v2.3.0-rc5 -> v2.3.0-rc5 2025-07-17T06:36:10.5211288Z * [new tag] v2.3.0-rc6 -> v2.3.0-rc6 2025-07-17T06:36:10.5211642Z * [new tag] v2.3.0-rc7 -> v2.3.0-rc7 2025-07-17T06:36:10.5212070Z * [new tag] v2.3.0-rc8 -> v2.3.0-rc8 2025-07-17T06:36:10.5212485Z * [new tag] v2.3.0-rc9 -> v2.3.0-rc9 2025-07-17T06:36:10.5212825Z * [new tag] v2.3.1 -> v2.3.1 2025-07-17T06:36:10.5213167Z * [new tag] v2.3.1-rc1 -> v2.3.1-rc1 2025-07-17T06:36:10.5213510Z * [new tag] v2.3.1-rc2 -> v2.3.1-rc2 2025-07-17T06:36:10.5214026Z * [new tag] v2.3.1-rc3 -> v2.3.1-rc3 2025-07-17T06:36:10.5214635Z * [new tag] v2.4.0 -> v2.4.0 2025-07-17T06:36:10.5215219Z * [new tag] v2.4.0-rc1 -> v2.4.0-rc1 2025-07-17T06:36:10.5215757Z * [new tag] v2.4.0-rc2 -> v2.4.0-rc2 2025-07-17T06:36:10.5216316Z * [new tag] v2.4.0-rc3 -> v2.4.0-rc3 2025-07-17T06:36:10.5217315Z * [new tag] v2.4.0-rc4 -> v2.4.0-rc4 2025-07-17T06:36:10.5217974Z * [new tag] v2.4.0-rc5 -> v2.4.0-rc5 2025-07-17T06:36:10.5218641Z * [new tag] v2.4.0-rc6 -> v2.4.0-rc6 2025-07-17T06:36:10.5219203Z * [new tag] v2.4.0-rc7 -> v2.4.0-rc7 2025-07-17T06:36:10.5219774Z * [new tag] v2.4.0-rc8 -> v2.4.0-rc8 2025-07-17T06:36:10.5220316Z * [new tag] v2.4.0-rc9 -> v2.4.0-rc9 2025-07-17T06:36:10.5221007Z * [new tag] v2.4.1 -> v2.4.1 2025-07-17T06:36:10.5221671Z * [new tag] v2.4.1-rc1 -> v2.4.1-rc1 2025-07-17T06:36:10.5222247Z * [new tag] v2.4.1-rc2 -> v2.4.1-rc2 2025-07-17T06:36:10.5222768Z * [new tag] v2.4.1-rc3 -> v2.4.1-rc3 2025-07-17T06:36:10.5223289Z * [new tag] v2.5.0 -> v2.5.0 2025-07-17T06:36:10.5223823Z * [new tag] v2.5.0-rc1 -> v2.5.0-rc1 2025-07-17T06:36:10.5224277Z * [new tag] v2.5.0-rc10 -> v2.5.0-rc10 2025-07-17T06:36:10.5224629Z * [new tag] v2.5.0-rc2 -> v2.5.0-rc2 2025-07-17T06:36:10.5224977Z * [new tag] v2.5.0-rc3 -> v2.5.0-rc3 2025-07-17T06:36:10.5225311Z * [new tag] v2.5.0-rc4 -> v2.5.0-rc4 2025-07-17T06:36:10.5225830Z * [new tag] v2.5.0-rc5 -> v2.5.0-rc5 2025-07-17T06:36:10.5226184Z * [new tag] v2.5.0-rc6 -> v2.5.0-rc6 2025-07-17T06:36:10.5226528Z * [new tag] v2.5.0-rc7 -> v2.5.0-rc7 2025-07-17T06:36:10.5226883Z * [new tag] v2.5.0-rc8 -> v2.5.0-rc8 2025-07-17T06:36:10.5227268Z * [new tag] v2.5.0-rc9 -> v2.5.0-rc9 2025-07-17T06:36:10.5227636Z * [new tag] v2.5.1 -> v2.5.1 2025-07-17T06:36:10.5227974Z * [new tag] v2.5.1-rc1 -> v2.5.1-rc1 2025-07-17T06:36:10.5228326Z * [new tag] v2.6.0 -> v2.6.0 2025-07-17T06:36:10.5228678Z * [new tag] v2.6.0-rc1 -> v2.6.0-rc1 2025-07-17T06:36:10.5229027Z * [new tag] v2.6.0-rc2 -> v2.6.0-rc2 2025-07-17T06:36:10.5229390Z * [new tag] v2.6.0-rc3 -> v2.6.0-rc3 2025-07-17T06:36:10.5229739Z * [new tag] v2.6.0-rc4 -> v2.6.0-rc4 2025-07-17T06:36:10.5230091Z * [new tag] v2.6.0-rc5 -> v2.6.0-rc5 2025-07-17T06:36:10.5230427Z * [new tag] v2.6.0-rc6 -> v2.6.0-rc6 2025-07-17T06:36:10.5230770Z * [new tag] v2.6.0-rc7 -> v2.6.0-rc7 2025-07-17T06:36:10.5231113Z * [new tag] v2.6.0-rc8 -> v2.6.0-rc8 2025-07-17T06:36:10.5231548Z * [new tag] v2.6.0-rc9 -> v2.6.0-rc9 2025-07-17T06:36:10.5231894Z * [new tag] v2.7.0 -> v2.7.0 2025-07-17T06:36:10.5232231Z * [new tag] v2.7.0-rc1 -> v2.7.0-rc1 2025-07-17T06:36:10.5232591Z * [new tag] v2.7.0-rc10 -> v2.7.0-rc10 2025-07-17T06:36:10.5232941Z * [new tag] v2.7.0-rc2 -> v2.7.0-rc2 2025-07-17T06:36:11.0311765Z * [new tag] v2.7.0-rc3 -> v2.7.0-rc3 2025-07-17T06:36:11.0312167Z * [new tag] v2.7.0-rc4 -> v2.7.0-rc4 2025-07-17T06:36:11.0312531Z * [new tag] v2.7.0-rc5 -> v2.7.0-rc5 2025-07-17T06:36:11.0312874Z * [new tag] v2.7.0-rc6 -> v2.7.0-rc6 2025-07-17T06:36:11.0313440Z * [new tag] v2.7.0-rc7 -> v2.7.0-rc7 2025-07-17T06:36:11.0313781Z * [new tag] v2.7.0-rc8 -> v2.7.0-rc8 2025-07-17T06:36:11.0314112Z * [new tag] v2.7.0-rc9 -> v2.7.0-rc9 2025-07-17T06:36:11.0314450Z * [new tag] v2.7.1 -> v2.7.1 2025-07-17T06:36:11.0314779Z * [new tag] v2.7.1-rc1 -> v2.7.1-rc1 2025-07-17T06:36:11.0315133Z * [new tag] v2.7.1-rc2 -> v2.7.1-rc2 2025-07-17T06:36:11.0315477Z * [new tag] v2.7.1-rc3 -> v2.7.1-rc3 2025-07-17T06:36:11.0315806Z * [new tag] v2.7.1-rc4 -> v2.7.1-rc4 2025-07-17T06:36:11.0316144Z * [new tag] v2.7.1-rc5 -> v2.7.1-rc5 2025-07-17T06:36:11.0316561Z * [new tag] v2.8.0-rc1 -> v2.8.0-rc1 2025-07-17T06:36:11.0316907Z * [new tag] v2.8.0-rc2 -> v2.8.0-rc2 2025-07-17T06:36:11.0317245Z * [new tag] v2.8.0-rc3 -> v2.8.0-rc3 2025-07-17T06:36:11.0317578Z * [new tag] v2.8.0-rc4 -> v2.8.0-rc4 2025-07-17T06:36:11.0317916Z * [new tag] v2.8.0-rc5 -> v2.8.0-rc5 2025-07-17T06:36:11.0318262Z * [new tag] whc_flight_1 -> whc_flight_1 2025-07-17T06:36:11.0318614Z * [new tag] whc_flight_2 -> whc_flight_2 2025-07-17T06:36:11.0319120Z * [new tag] whc_flight_4 -> whc_flight_4 2025-07-17T06:36:11.0518647Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet a38f433be2e94a64b095a44ba39879d02d0c2316^{object} 2025-07-17T06:36:11.0724463Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:36:11.0757565Z ##[endgroup] 2025-07-17T06:36:11.0757971Z ##[group]Determining the checkout info 2025-07-17T06:36:11.0758996Z ##[endgroup] 2025-07-17T06:36:11.0769830Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-17T06:36:11.1044158Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-17T06:36:11.1272633Z ##[group]Checking out the ref 2025-07-17T06:36:11.1284354Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:36:12.6678163Z Updating files: 2% (434/19589) 2025-07-17T06:36:13.1980560Z Updating files: 3% (588/19589) 2025-07-17T06:36:13.2627766Z Updating files: 3% (717/19589) 2025-07-17T06:36:13.5995926Z Updating files: 4% (784/19589) 2025-07-17T06:36:14.0634627Z Updating files: 5% (980/19589) 2025-07-17T06:36:14.1868534Z Updating files: 6% (1176/19589) 2025-07-17T06:36:14.4918853Z Updating files: 6% (1237/19589) 2025-07-17T06:36:14.9456259Z Updating files: 7% (1372/19589) 2025-07-17T06:36:15.2069846Z Updating files: 8% (1568/19589) 2025-07-17T06:36:15.2849675Z Updating files: 8% (1650/19589) 2025-07-17T06:36:15.5701220Z Updating files: 9% (1764/19589) 2025-07-17T06:36:16.0040035Z Updating files: 10% (1959/19589) 2025-07-17T06:36:16.1950643Z Updating files: 11% (2155/19589) 2025-07-17T06:36:16.4084574Z Updating files: 11% (2232/19589) 2025-07-17T06:36:17.1943226Z Updating files: 12% (2351/19589) 2025-07-17T06:36:17.2094261Z Updating files: 12% (2536/19589) 2025-07-17T06:36:17.5111108Z Updating files: 13% (2547/19589) 2025-07-17T06:36:18.1277515Z Updating files: 14% (2743/19589) 2025-07-17T06:36:18.1973031Z Updating files: 15% (2939/19589) 2025-07-17T06:36:18.8810118Z Updating files: 15% (2970/19589) 2025-07-17T06:36:19.3382436Z Updating files: 16% (3135/19589) 2025-07-17T06:36:19.9546500Z Updating files: 16% (3143/19589) 2025-07-17T06:36:20.2250354Z Updating files: 17% (3331/19589) 2025-07-17T06:36:20.6268232Z Updating files: 17% (3431/19589) 2025-07-17T06:36:21.0155650Z Updating files: 18% (3527/19589) 2025-07-17T06:36:21.2358626Z Updating files: 19% (3722/19589) 2025-07-17T06:36:21.4059448Z Updating files: 19% (3828/19589) 2025-07-17T06:36:22.2160339Z Updating files: 20% (3918/19589) 2025-07-17T06:36:22.3210478Z Updating files: 20% (4097/19589) 2025-07-17T06:36:23.2379002Z Updating files: 21% (4114/19589) 2025-07-17T06:36:23.4724933Z Updating files: 21% (4281/19589) 2025-07-17T06:36:24.2147262Z Updating files: 22% (4310/19589) 2025-07-17T06:36:24.2538312Z Updating files: 22% (4432/19589) 2025-07-17T06:36:25.0382365Z Updating files: 23% (4506/19589) 2025-07-17T06:36:25.2179640Z Updating files: 24% (4702/19589) 2025-07-17T06:36:26.2283252Z Updating files: 24% (4713/19589) 2025-07-17T06:36:26.7947144Z Updating files: 24% (4815/19589) 2025-07-17T06:36:27.2482612Z Updating files: 25% (4898/19589) 2025-07-17T06:36:28.0342999Z Updating files: 25% (4959/19589) 2025-07-17T06:36:28.2695931Z Updating files: 26% (5094/19589) 2025-07-17T06:36:29.0099168Z Updating files: 26% (5127/19589) 2025-07-17T06:36:29.3125998Z Updating files: 27% (5290/19589) 2025-07-17T06:36:29.8560371Z Updating files: 27% (5339/19589) 2025-07-17T06:36:30.2291428Z Updating files: 28% (5485/19589) 2025-07-17T06:36:30.7732365Z Updating files: 28% (5566/19589) 2025-07-17T06:36:31.2440132Z Updating files: 29% (5681/19589) 2025-07-17T06:36:31.8908040Z Updating files: 29% (5751/19589) 2025-07-17T06:36:32.2797557Z Updating files: 30% (5877/19589) 2025-07-17T06:36:32.9417926Z Updating files: 30% (5923/19589) 2025-07-17T06:36:33.2453254Z Updating files: 31% (6073/19589) 2025-07-17T06:36:34.4500853Z Updating files: 31% (6115/19589) 2025-07-17T06:36:34.5560441Z Updating files: 31% (6241/19589) 2025-07-17T06:36:34.9895280Z Updating files: 32% (6269/19589) 2025-07-17T06:36:35.2621809Z Updating files: 33% (6465/19589) 2025-07-17T06:36:35.8523515Z Updating files: 33% (6549/19589) 2025-07-17T06:36:36.2543792Z Updating files: 34% (6661/19589) 2025-07-17T06:36:36.6638110Z Updating files: 34% (6771/19589) 2025-07-17T06:36:37.2719361Z Updating files: 35% (6857/19589) 2025-07-17T06:36:37.3663259Z Updating files: 35% (6950/19589) 2025-07-17T06:36:38.0121881Z Updating files: 36% (7053/19589) 2025-07-17T06:36:38.2751580Z Updating files: 37% (7248/19589) 2025-07-17T06:36:38.5667166Z Updating files: 37% (7306/19589) 2025-07-17T06:36:38.9271058Z Updating files: 38% (7444/19589) 2025-07-17T06:36:39.2967167Z Updating files: 39% (7640/19589) 2025-07-17T06:36:39.5430346Z Updating files: 39% (7754/19589) 2025-07-17T06:36:40.0506502Z Updating files: 40% (7836/19589) 2025-07-17T06:36:40.3274754Z Updating files: 41% (8032/19589) 2025-07-17T06:36:40.5885329Z Updating files: 41% (8110/19589) 2025-07-17T06:36:41.0165388Z Updating files: 42% (8228/19589) 2025-07-17T06:36:41.2779030Z Updating files: 43% (8424/19589) 2025-07-17T06:36:41.4816908Z Updating files: 43% (8526/19589) 2025-07-17T06:36:42.3254811Z Updating files: 44% (8620/19589) 2025-07-17T06:36:42.3256322Z Updating files: 44% (8814/19589) 2025-07-17T06:36:43.0190248Z Updating files: 45% (8816/19589) 2025-07-17T06:36:43.2883543Z Updating files: 46% (9011/19589) 2025-07-17T06:36:43.3950595Z Updating files: 46% (9180/19589) 2025-07-17T06:36:44.1239865Z Updating files: 47% (9207/19589) 2025-07-17T06:36:44.2977874Z Updating files: 48% (9403/19589) 2025-07-17T06:36:44.9574897Z Updating files: 48% (9442/19589) 2025-07-17T06:36:45.3168428Z Updating files: 49% (9599/19589) 2025-07-17T06:36:45.8143076Z Updating files: 49% (9669/19589) 2025-07-17T06:36:46.3133201Z Updating files: 50% (9795/19589) 2025-07-17T06:36:46.6246146Z Updating files: 50% (9905/19589) 2025-07-17T06:36:47.3131416Z Updating files: 51% (9991/19589) 2025-07-17T06:36:47.9436571Z Updating files: 52% (10187/19589) 2025-07-17T06:36:48.3560981Z Updating files: 53% (10383/19589) 2025-07-17T06:36:48.7092182Z Updating files: 53% (10477/19589) 2025-07-17T06:36:49.1744103Z Updating files: 54% (10579/19589) 2025-07-17T06:36:49.3301227Z Updating files: 55% (10774/19589) 2025-07-17T06:36:49.3338490Z Updating files: 55% (10957/19589) 2025-07-17T06:36:49.5313449Z Updating files: 56% (10970/19589) 2025-07-17T06:36:49.8973544Z Updating files: 57% (11166/19589) 2025-07-17T06:36:50.0498312Z Updating files: 58% (11362/19589) 2025-07-17T06:36:50.3313786Z Updating files: 59% (11558/19589) 2025-07-17T06:36:50.3377950Z Updating files: 59% (11737/19589) 2025-07-17T06:36:50.9345757Z Updating files: 60% (11754/19589) 2025-07-17T06:36:51.2791314Z Updating files: 61% (11950/19589) 2025-07-17T06:36:51.3554076Z Updating files: 62% (12146/19589) 2025-07-17T06:36:51.7614135Z Updating files: 62% (12181/19589) 2025-07-17T06:36:52.1554652Z Updating files: 63% (12342/19589) 2025-07-17T06:36:52.3349160Z Updating files: 64% (12537/19589) 2025-07-17T06:36:52.5978000Z Updating files: 64% (12577/19589) 2025-07-17T06:36:53.1190127Z Updating files: 65% (12733/19589) 2025-07-17T06:36:53.2802434Z Updating files: 66% (12929/19589) 2025-07-17T06:36:53.3481980Z Updating files: 67% (13125/19589) 2025-07-17T06:36:53.8194595Z Updating files: 67% (13137/19589) 2025-07-17T06:36:54.3364348Z Updating files: 68% (13321/19589) 2025-07-17T06:36:54.5618847Z Updating files: 68% (13461/19589) 2025-07-17T06:36:55.0988393Z Updating files: 69% (13517/19589) 2025-07-17T06:36:55.3704391Z Updating files: 70% (13713/19589) 2025-07-17T06:36:55.9002742Z Updating files: 70% (13787/19589) 2025-07-17T06:36:56.3488826Z Updating files: 71% (13909/19589) 2025-07-17T06:36:56.7534158Z Updating files: 71% (13989/19589) 2025-07-17T06:36:57.2758581Z Updating files: 72% (14105/19589) 2025-07-17T06:36:57.3681377Z Updating files: 73% (14300/19589) 2025-07-17T06:36:57.6172678Z Updating files: 73% (14324/19589) 2025-07-17T06:36:58.0907774Z Updating files: 74% (14496/19589) 2025-07-17T06:36:58.2850428Z Updating files: 75% (14692/19589) 2025-07-17T06:36:58.3556634Z Updating files: 76% (14888/19589) 2025-07-17T06:36:58.4271476Z Updating files: 76% (14976/19589) 2025-07-17T06:36:58.5171777Z Updating files: 77% (15084/19589) 2025-07-17T06:36:58.6232067Z Updating files: 78% (15280/19589) 2025-07-17T06:36:59.0022082Z Updating files: 79% (15476/19589) 2025-07-17T06:36:59.1116671Z Updating files: 80% (15672/19589) 2025-07-17T06:36:59.4421222Z Updating files: 81% (15868/19589) 2025-07-17T06:36:59.4634319Z Updating files: 81% (16029/19589) 2025-07-17T06:36:59.7637974Z Updating files: 82% (16063/19589) 2025-07-17T06:37:00.0096785Z Updating files: 83% (16259/19589) 2025-07-17T06:37:00.2410257Z Updating files: 84% (16455/19589) 2025-07-17T06:37:00.3659192Z Updating files: 85% (16651/19589) 2025-07-17T06:37:00.3660796Z Updating files: 86% (16847/19589) 2025-07-17T06:37:00.5020339Z Updating files: 86% (16848/19589) 2025-07-17T06:37:00.7319895Z Updating files: 87% (17043/19589) 2025-07-17T06:37:00.8197269Z Updating files: 88% (17239/19589) 2025-07-17T06:37:00.9010664Z Updating files: 89% (17435/19589) 2025-07-17T06:37:00.9915744Z Updating files: 90% (17631/19589) 2025-07-17T06:37:01.1096047Z Updating files: 91% (17826/19589) 2025-07-17T06:37:01.1963360Z Updating files: 92% (18022/19589) 2025-07-17T06:37:01.2966138Z Updating files: 93% (18218/19589) 2025-07-17T06:37:01.3661883Z Updating files: 94% (18414/19589) 2025-07-17T06:37:01.6497503Z Updating files: 94% (18545/19589) 2025-07-17T06:37:01.7882649Z Updating files: 95% (18610/19589) 2025-07-17T06:37:01.9449000Z Updating files: 96% (18806/19589) 2025-07-17T06:37:02.0738605Z Updating files: 97% (19002/19589) 2025-07-17T06:37:02.1960671Z Updating files: 98% (19198/19589) 2025-07-17T06:37:02.3247442Z Updating files: 99% (19394/19589) 2025-07-17T06:37:02.3247761Z Updating files: 100% (19589/19589) 2025-07-17T06:37:02.3248014Z Updating files: 100% (19589/19589), done. 2025-07-17T06:37:02.3685788Z Note: switching to 'a38f433be2e94a64b095a44ba39879d02d0c2316'. 2025-07-17T06:37:02.3686090Z 2025-07-17T06:37:02.3686283Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-17T06:37:02.3687004Z changes and commit them, and you can discard any commits you make in this 2025-07-17T06:37:02.3687508Z state without impacting any branches by switching back to a branch. 2025-07-17T06:37:02.3687796Z 2025-07-17T06:37:02.3687982Z If you want to create a new branch to retain commits you create, you may 2025-07-17T06:37:02.3688425Z do so (now or later) by using -c with the switch command. Example: 2025-07-17T06:37:02.3688677Z 2025-07-17T06:37:02.3688767Z git switch -c 2025-07-17T06:37:02.3688949Z 2025-07-17T06:37:02.3689045Z Or undo this operation with: 2025-07-17T06:37:02.3689203Z 2025-07-17T06:37:02.3689277Z git switch - 2025-07-17T06:37:02.3689386Z 2025-07-17T06:37:02.3689601Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-17T06:37:02.3689918Z 2025-07-17T06:37:02.3690141Z HEAD is now at a38f433be2e [Docker builds] Move from Miniconda to Miniforge (#158370) 2025-07-17T06:37:02.3865184Z ##[endgroup] 2025-07-17T06:37:02.3865610Z ##[group]Setting up auth for fetching submodules 2025-07-17T06:37:02.3880133Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-17T06:37:02.4133844Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2025-07-17T06:37:02.4371772Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2025-07-17T06:37:02.4622597Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-07-17T06:37:02.4860656Z ##[endgroup] 2025-07-17T06:37:02.4861009Z ##[group]Fetching submodules 2025-07-17T06:37:02.4871332Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2025-07-17T06:37:02.8916217Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2025-07-17T06:37:03.3493449Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2025-07-17T06:37:03.3494505Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2025-07-17T06:37:03.3495395Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2025-07-17T06:37:03.3496275Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2025-07-17T06:37:03.3497103Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2025-07-17T06:37:03.3498182Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2025-07-17T06:37:03.3499294Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2025-07-17T06:37:03.3500085Z Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter' 2025-07-17T06:37:03.3500907Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2025-07-17T06:37:03.3501866Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2025-07-17T06:37:03.3502951Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2025-07-17T06:37:03.3503845Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2025-07-17T06:37:03.3504750Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2025-07-17T06:37:03.3505857Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2025-07-17T06:37:03.3506666Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2025-07-17T06:37:03.3507574Z Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention' 2025-07-17T06:37:03.3508577Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2025-07-17T06:37:03.3509402Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2025-07-17T06:37:03.3510245Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:37:03.3511101Z Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo' 2025-07-17T06:37:03.3511901Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2025-07-17T06:37:03.3512714Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2025-07-17T06:37:03.3513473Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2025-07-17T06:37:03.3514237Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2025-07-17T06:37:03.3515191Z Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai' 2025-07-17T06:37:03.3516072Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2025-07-17T06:37:03.3516914Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2025-07-17T06:37:03.3517692Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2025-07-17T06:37:03.3518634Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2025-07-17T06:37:03.3519653Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2025-07-17T06:37:03.3520553Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2025-07-17T06:37:03.3521480Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2025-07-17T06:37:03.3522478Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2025-07-17T06:37:03.3565470Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2025-07-17T06:37:03.3566454Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2025-07-17T06:37:03.3567363Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2025-07-17T06:37:03.3568255Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2025-07-17T06:37:03.4306161Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2025-07-17T06:37:04.0758652Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2025-07-17T06:37:04.0759658Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2025-07-17T06:37:04.7165189Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2025-07-17T06:37:10.7838401Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2025-07-17T06:37:10.7839829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2025-07-17T06:37:10.7866312Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2025-07-17T06:37:10.7868307Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2025-07-17T06:37:10.7869755Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2025-07-17T06:37:10.7870803Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention'... 2025-07-17T06:37:10.7872561Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2025-07-17T06:37:10.7873647Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2025-07-17T06:37:10.7874889Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2025-07-17T06:37:10.7876328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2025-07-17T06:37:10.7877888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2025-07-17T06:37:10.7879113Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2025-07-17T06:37:10.7880122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kleidiai'... 2025-07-17T06:37:11.7129252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2025-07-17T06:37:33.9283313Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2025-07-17T06:37:33.9284570Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter'... 2025-07-17T06:37:33.9285101Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2025-07-17T06:37:33.9285653Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2025-07-17T06:37:33.9286207Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2025-07-17T06:37:33.9286796Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2025-07-17T06:37:33.9287368Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2025-07-17T06:37:33.9287920Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2025-07-17T06:37:33.9288493Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2025-07-17T06:37:33.9289033Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2025-07-17T06:37:33.9289933Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2025-07-17T06:37:33.9290714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2025-07-17T06:37:33.9291231Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2025-07-17T06:37:33.9291739Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2025-07-17T06:37:33.9292240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2025-07-17T06:37:33.9292760Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2025-07-17T06:37:33.9293264Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2025-07-17T06:37:33.9293785Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2025-07-17T06:37:33.9294343Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2025-07-17T06:37:34.1132670Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2025-07-17T06:37:34.2048262Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-07-17T06:37:34.2881658Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-07-17T06:37:34.4770591Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2025-07-17T06:37:34.8953712Z Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07' 2025-07-17T06:37:35.3883852Z Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1' 2025-07-17T06:37:41.3805421Z Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883' 2025-07-17T06:37:42.2243854Z Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150' 2025-07-17T06:37:42.2357490Z Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:37:45.0385283Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/aiter/3rdparty/composable_kernel'... 2025-07-17T06:37:47.9120534Z Submodule path 'third_party/aiter/3rdparty/composable_kernel': checked out 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' 2025-07-17T06:37:48.0820283Z Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f' 2025-07-17T06:37:51.5081926Z Submodule path 'third_party/composable_kernel': checked out '434d19f696da62c12b5372b32cbc9ba968588d7e' 2025-07-17T06:37:51.8062448Z Submodule path 'third_party/cpp-httplib': checked out '3af7f2c16147f3fbc6e4d717032daf505dc1652c' 2025-07-17T06:37:52.3603133Z Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d' 2025-07-17T06:37:52.5931057Z Submodule path 'third_party/cudnn_frontend': checked out 'f937055efc6d414d11f4c6577e3977fe74f35fb6' 2025-07-17T06:37:57.3932351Z Submodule path 'third_party/cutlass': checked out 'b995f933179c22d3fe0d871c3a53d11e4681950f' 2025-07-17T06:37:58.5184504Z Submodule path 'third_party/fbgemm': checked out '157e88b750c452bef2ab4653fe9d1eeb151ce4c3' 2025-07-17T06:37:58.5420659Z Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit' 2025-07-17T06:37:58.5421752Z Submodule 'external/composable_kernel' (https://github.com/jwfromm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:37:58.5422825Z Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:37:58.5423720Z Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass' 2025-07-17T06:37:58.5424663Z Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest' 2025-07-17T06:37:58.5425740Z Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:37:58.5426752Z Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json' 2025-07-17T06:38:07.6168235Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit'... 2025-07-17T06:38:07.6169031Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/hipify_torch'... 2025-07-17T06:38:07.6169734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cpuinfo'... 2025-07-17T06:38:07.6170429Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/composable_kernel'... 2025-07-17T06:38:07.6171168Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/googletest'... 2025-07-17T06:38:07.6171832Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/cutlass'... 2025-07-17T06:38:07.6172497Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/json'... 2025-07-17T06:38:08.0945730Z Submodule path 'third_party/fbgemm/external/asmjit': checked out 'e5d7c0bd5d9aec44d68830187138149e6a8c4e32' 2025-07-17T06:38:10.1756237Z Submodule path 'third_party/fbgemm/external/composable_kernel': checked out '4a61bdd4bd4ed730e078aebc7c0fcf046ff29406' 2025-07-17T06:38:10.6929976Z Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349' 2025-07-17T06:38:11.2121884Z From https://github.com/jwfromm/cutlass 2025-07-17T06:38:11.2122347Z * branch 3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3 -> FETCH_HEAD 2025-07-17T06:38:15.3755262Z Submodule path 'third_party/fbgemm/external/cutlass': checked out '3ed8d2ec4ba35ef5d9d8353826209b6f868f63d3' 2025-07-17T06:38:15.5945155Z Submodule path 'third_party/fbgemm/external/googletest': checked out 'f8d7d77c06936315286eb55f8de22cd23c188571' 2025-07-17T06:38:15.6754880Z Submodule path 'third_party/fbgemm/external/hipify_torch': checked out 'a4337c69fe0e2552a7b7b0669178926beeed828c' 2025-07-17T06:38:16.2895184Z Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03' 2025-07-17T06:38:16.8998075Z Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5' 2025-07-17T06:38:16.9125793Z Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:38:16.9126867Z Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:38:21.5665756Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/composable_kernel'... 2025-07-17T06:38:21.5666564Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flash-attention/csrc/cutlass'... 2025-07-17T06:38:23.7900384Z Submodule path 'third_party/flash-attention/csrc/composable_kernel': checked out '888317e698e9803c62bd38568abc9e05d7709f33' 2025-07-17T06:38:27.9023372Z Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420' 2025-07-17T06:38:29.0277038Z Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757' 2025-07-17T06:38:29.2000389Z Submodule path 'third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21' 2025-07-17T06:38:29.5058435Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2025-07-17T06:38:30.3184640Z Submodule path 'third_party/gloo': checked out 'c7b7b022c124d9643957d9bd55f57ac59fce8fa2' 2025-07-17T06:38:31.9236367Z Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723' 2025-07-17T06:38:32.0081097Z Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3' 2025-07-17T06:38:32.0188180Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2025-07-17T06:38:43.7753354Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2025-07-17T06:38:46.7815966Z Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d' 2025-07-17T06:38:46.9504221Z Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959' 2025-07-17T06:38:47.2644660Z Submodule path 'third_party/kineto': checked out '5e7501833f1021ce6f618572d3baf657b6319658' 2025-07-17T06:38:47.2797411Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:38:47.2798645Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:38:47.2799782Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:38:49.0595560Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2025-07-17T06:38:49.0596374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2025-07-17T06:38:49.0597417Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2025-07-17T06:38:49.6175198Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2025-07-17T06:38:49.6405429Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:38:49.6406606Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:38:49.6407678Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:38:49.6408798Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:38:49.6409934Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:38:49.6411129Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:38:49.6412396Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:38:49.6413694Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:38:49.7098526Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2025-07-17T06:38:57.5177990Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2025-07-17T06:38:57.5179032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2025-07-17T06:38:57.5180014Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2025-07-17T06:38:57.5180928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2025-07-17T06:38:57.5181873Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2025-07-17T06:38:57.5182819Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2025-07-17T06:38:57.5183709Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2025-07-17T06:38:58.2922546Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2025-07-17T06:38:58.4368160Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2025-07-17T06:38:58.6315878Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2025-07-17T06:38:58.7280707Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2025-07-17T06:38:58.7386331Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:38:59.3272437Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2025-07-17T06:38:59.3847215Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2025-07-17T06:38:59.5752663Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2025-07-17T06:38:59.7801023Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2025-07-17T06:39:01.8598886Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2025-07-17T06:39:02.0152376Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2025-07-17T06:39:02.1630884Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2025-07-17T06:39:02.4061003Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2025-07-17T06:39:02.6695180Z Submodule path 'third_party/kleidiai': checked out 'cca02c2f69dd18e1f12647c1c0bdc8cf90e680c7' 2025-07-17T06:39:02.8665979Z Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e' 2025-07-17T06:39:03.3518802Z Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72' 2025-07-17T06:39:06.7862129Z Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83' 2025-07-17T06:39:06.7999226Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:07.8153198Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2025-07-17T06:39:08.0304244Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T06:39:08.5063845Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2025-07-17T06:39:08.5298638Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:08.5299795Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:08.5300871Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:08.5301934Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:08.5303219Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:08.5304610Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:08.5305887Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:08.5306962Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:08.5719788Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2025-07-17T06:39:18.2193138Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2025-07-17T06:39:18.2194095Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2025-07-17T06:39:18.2195160Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2025-07-17T06:39:18.2196036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2025-07-17T06:39:18.2196887Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2025-07-17T06:39:18.2197730Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2025-07-17T06:39:18.2198531Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2025-07-17T06:39:18.3374997Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2025-07-17T06:39:18.5393494Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2025-07-17T06:39:18.6424379Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2025-07-17T06:39:19.1528804Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2025-07-17T06:39:19.2475815Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2025-07-17T06:39:19.3475030Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2025-07-17T06:39:19.4693597Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2025-07-17T06:39:19.4817186Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:19.4818441Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:21.5280464Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2025-07-17T06:39:21.5281514Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2025-07-17T06:39:22.2083779Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2025-07-17T06:39:22.4878205Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-07-17T06:39:27.5268636Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2025-07-17T06:39:27.6155745Z Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-07-17T06:39:29.0460985Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2025-07-17T06:39:29.0591973Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:29.0593063Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:30.3350582Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2025-07-17T06:39:30.3351436Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2025-07-17T06:39:30.4163705Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2025-07-17T06:39:31.9079679Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2025-07-17T06:39:31.9979258Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2025-07-17T06:39:32.1340193Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-07-17T06:39:33.7000383Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-07-17T06:39:33.8554830Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2025-07-17T06:39:34.0436053Z Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68' 2025-07-17T06:39:34.2332049Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2025-07-17T06:39:34.2496227Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:34.2497394Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:34.2498339Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:34.2499331Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:36.2193634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2025-07-17T06:39:36.2194628Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2025-07-17T06:39:36.2195371Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2025-07-17T06:39:36.2196112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2025-07-17T06:39:36.4357423Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2025-07-17T06:39:36.5467300Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2025-07-17T06:39:36.8682965Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2025-07-17T06:39:37.0188473Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2025-07-17T06:39:37.0300319Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:37.3276823Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2025-07-17T06:39:37.3878201Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2025-07-17T06:39:37.4122535Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2025-07-17T06:39:37.8354483Z Entering 'android/libs/fbjni' 2025-07-17T06:39:37.8770888Z Entering 'third_party/FP16' 2025-07-17T06:39:37.9145359Z Entering 'third_party/FXdiv' 2025-07-17T06:39:37.9512192Z Entering 'third_party/NNPACK' 2025-07-17T06:39:37.9894395Z Entering 'third_party/NVTX' 2025-07-17T06:39:38.0277686Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:39:38.0652354Z Entering 'third_party/XNNPACK' 2025-07-17T06:39:38.1055869Z Entering 'third_party/aiter' 2025-07-17T06:39:38.1417771Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:39:38.1825901Z Entering 'third_party/benchmark' 2025-07-17T06:39:38.2225961Z Entering 'third_party/composable_kernel' 2025-07-17T06:39:38.2606920Z Entering 'third_party/cpp-httplib' 2025-07-17T06:39:38.2980907Z Entering 'third_party/cpuinfo' 2025-07-17T06:39:38.3346939Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:39:38.3725694Z Entering 'third_party/cutlass' 2025-07-17T06:39:38.4124032Z Entering 'third_party/fbgemm' 2025-07-17T06:39:38.4478431Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:39:38.4851826Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:39:38.5248464Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:39:38.5652453Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:39:38.6091821Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:39:38.6462559Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:39:38.6831025Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:39:38.7215728Z Entering 'third_party/flash-attention' 2025-07-17T06:39:38.7573437Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:39:38.7951622Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:39:38.8399481Z Entering 'third_party/flatbuffers' 2025-07-17T06:39:38.8770298Z Entering 'third_party/fmt' 2025-07-17T06:39:38.9169572Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:39:38.9533180Z Entering 'third_party/gloo' 2025-07-17T06:39:38.9892805Z Entering 'third_party/googletest' 2025-07-17T06:39:39.0296888Z Entering 'third_party/ideep' 2025-07-17T06:39:39.0648095Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:39:39.1039537Z Entering 'third_party/ittapi' 2025-07-17T06:39:39.1446490Z Entering 'third_party/kineto' 2025-07-17T06:39:39.1798121Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:39:39.2176700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:39:39.2554032Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:39:39.2925848Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:39:39.3300108Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:39:39.3660996Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:39:39.4059458Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:39:39.4474415Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:39:39.4842504Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:39:39.5239690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:39:39.5657898Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:39:39.6053742Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:39:39.6446618Z Entering 'third_party/kleidiai' 2025-07-17T06:39:39.6827567Z Entering 'third_party/mimalloc' 2025-07-17T06:39:39.7194336Z Entering 'third_party/nlohmann' 2025-07-17T06:39:39.7556232Z Entering 'third_party/onnx' 2025-07-17T06:39:39.7930459Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:39.8320121Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:39:39.8674219Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:39.9042817Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:39.9411796Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:39.9781838Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:40.0153079Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:40.0515047Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:40.0884332Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:40.1258899Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:40.1643248Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:40.2036359Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:40.2457521Z Entering 'third_party/pocketfft' 2025-07-17T06:39:40.2822228Z Entering 'third_party/protobuf' 2025-07-17T06:39:40.3179247Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:40.3544170Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:40.3932856Z Entering 'third_party/psimd' 2025-07-17T06:39:40.4302019Z Entering 'third_party/pthreadpool' 2025-07-17T06:39:40.4669125Z Entering 'third_party/pybind11' 2025-07-17T06:39:40.5059316Z Entering 'third_party/python-peachpy' 2025-07-17T06:39:40.5430208Z Entering 'third_party/sleef' 2025-07-17T06:39:40.5827384Z Entering 'third_party/tensorpipe' 2025-07-17T06:39:40.6180545Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:40.6563277Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:40.6933819Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:40.7312254Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:40.7673536Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:40.8147791Z ##[endgroup] 2025-07-17T06:39:40.8148250Z ##[group]Persisting credentials for submodules 2025-07-17T06:39:40.8162370Z [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-07-17T06:39:41.1704984Z Entering 'android/libs/fbjni' 2025-07-17T06:39:41.2266979Z Entering 'third_party/FP16' 2025-07-17T06:39:41.2825250Z Entering 'third_party/FXdiv' 2025-07-17T06:39:41.3372710Z Entering 'third_party/NNPACK' 2025-07-17T06:39:41.3917153Z Entering 'third_party/NVTX' 2025-07-17T06:39:41.4463886Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:39:41.5015674Z Entering 'third_party/XNNPACK' 2025-07-17T06:39:41.5624280Z Entering 'third_party/aiter' 2025-07-17T06:39:41.6161450Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:39:41.6741523Z Entering 'third_party/benchmark' 2025-07-17T06:39:41.7296496Z Entering 'third_party/composable_kernel' 2025-07-17T06:39:41.7872409Z Entering 'third_party/cpp-httplib' 2025-07-17T06:39:41.8429775Z Entering 'third_party/cpuinfo' 2025-07-17T06:39:41.8995081Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:39:41.9597594Z Entering 'third_party/cutlass' 2025-07-17T06:39:42.0157636Z Entering 'third_party/fbgemm' 2025-07-17T06:39:42.0723653Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:39:42.1282940Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:39:42.1864367Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:39:42.2421630Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:39:42.2985842Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:39:42.3559116Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:39:42.4140056Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:39:42.4724881Z Entering 'third_party/flash-attention' 2025-07-17T06:39:42.5264372Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:39:42.5820484Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:39:42.6463128Z Entering 'third_party/flatbuffers' 2025-07-17T06:39:42.7030005Z Entering 'third_party/fmt' 2025-07-17T06:39:42.7597737Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:39:42.8188743Z Entering 'third_party/gloo' 2025-07-17T06:39:42.8738876Z Entering 'third_party/googletest' 2025-07-17T06:39:42.9340924Z Entering 'third_party/ideep' 2025-07-17T06:39:42.9897898Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:39:43.0483779Z Entering 'third_party/ittapi' 2025-07-17T06:39:43.1068596Z Entering 'third_party/kineto' 2025-07-17T06:39:43.1611480Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:39:43.2163084Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:39:43.2789817Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:39:43.3353333Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:39:43.3934963Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:39:43.4517849Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:39:43.5103455Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:39:43.5678884Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:39:43.6267600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:39:43.6836143Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:39:43.7427439Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:39:43.8021454Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:39:43.8625248Z Entering 'third_party/kleidiai' 2025-07-17T06:39:43.9183716Z Entering 'third_party/mimalloc' 2025-07-17T06:39:43.9747113Z Entering 'third_party/nlohmann' 2025-07-17T06:39:44.0352326Z Entering 'third_party/onnx' 2025-07-17T06:39:44.0915153Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:44.1494705Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:39:44.2053060Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:44.2616477Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:44.3199346Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:44.3778864Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:44.4343438Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:44.4914212Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:44.5488035Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:44.6032738Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:44.6592176Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:44.7169692Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:44.7775035Z Entering 'third_party/pocketfft' 2025-07-17T06:39:44.8336924Z Entering 'third_party/protobuf' 2025-07-17T06:39:44.8876656Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:44.9432643Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:45.0004326Z Entering 'third_party/psimd' 2025-07-17T06:39:45.0558072Z Entering 'third_party/pthreadpool' 2025-07-17T06:39:45.1131633Z Entering 'third_party/pybind11' 2025-07-17T06:39:45.1688756Z Entering 'third_party/python-peachpy' 2025-07-17T06:39:45.2243655Z Entering 'third_party/sleef' 2025-07-17T06:39:45.2794736Z Entering 'third_party/tensorpipe' 2025-07-17T06:39:45.3330096Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:45.3893915Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:45.4455706Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:45.5017607Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:45.5565887Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:45.6247618Z [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-07-17T06:39:45.9542701Z Entering 'android/libs/fbjni' 2025-07-17T06:39:46.0080956Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2025-07-17T06:39:46.0219498Z Entering 'third_party/FP16' 2025-07-17T06:39:46.0751244Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2025-07-17T06:39:46.0888796Z Entering 'third_party/FXdiv' 2025-07-17T06:39:46.1448593Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2025-07-17T06:39:46.1590636Z Entering 'third_party/NNPACK' 2025-07-17T06:39:46.2156203Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2025-07-17T06:39:46.2290654Z Entering 'third_party/NVTX' 2025-07-17T06:39:46.2816943Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2025-07-17T06:39:46.2962318Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:39:46.3493898Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2025-07-17T06:39:46.3631100Z Entering 'third_party/XNNPACK' 2025-07-17T06:39:46.4179699Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2025-07-17T06:39:46.4331830Z Entering 'third_party/aiter' 2025-07-17T06:39:46.4856624Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/config remote.origin.url 2025-07-17T06:39:46.4981307Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:39:46.5516301Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/aiter/modules/3rdparty/composable_kernel/config remote.origin.url 2025-07-17T06:39:46.5682941Z Entering 'third_party/benchmark' 2025-07-17T06:39:46.6209348Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:39:46.6344066Z Entering 'third_party/composable_kernel' 2025-07-17T06:39:46.6868814Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2025-07-17T06:39:46.7018841Z Entering 'third_party/cpp-httplib' 2025-07-17T06:39:46.7555500Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2025-07-17T06:39:46.7704925Z Entering 'third_party/cpuinfo' 2025-07-17T06:39:46.8249736Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2025-07-17T06:39:46.8395661Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:39:46.8946612Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2025-07-17T06:39:46.9094456Z Entering 'third_party/cutlass' 2025-07-17T06:39:46.9649180Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2025-07-17T06:39:46.9804118Z Entering 'third_party/fbgemm' 2025-07-17T06:39:47.0331971Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2025-07-17T06:39:47.0458784Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:39:47.1024209Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/asmjit/config remote.origin.url 2025-07-17T06:39:47.1182463Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:39:47.1722139Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/composable_kernel/config remote.origin.url 2025-07-17T06:39:47.1863919Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:39:47.2436152Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cpuinfo/config remote.origin.url 2025-07-17T06:39:47.2575387Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:39:47.3145276Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/cutlass/config remote.origin.url 2025-07-17T06:39:47.3295009Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:39:47.3832338Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/googletest/config remote.origin.url 2025-07-17T06:39:47.3976268Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:39:47.4507848Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/hipify_torch/config remote.origin.url 2025-07-17T06:39:47.4650220Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:39:47.5181738Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/external/json/config remote.origin.url 2025-07-17T06:39:47.5333656Z Entering 'third_party/flash-attention' 2025-07-17T06:39:47.5877978Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/config remote.origin.url 2025-07-17T06:39:47.6004547Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:39:47.6545232Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/composable_kernel/config remote.origin.url 2025-07-17T06:39:47.6723193Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:39:47.7255577Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flash-attention/modules/csrc/cutlass/config remote.origin.url 2025-07-17T06:39:47.7419649Z Entering 'third_party/flatbuffers' 2025-07-17T06:39:47.7953902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2025-07-17T06:39:47.8095782Z Entering 'third_party/fmt' 2025-07-17T06:39:47.8626602Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2025-07-17T06:39:47.8769677Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:39:47.9332364Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2025-07-17T06:39:47.9470030Z Entering 'third_party/gloo' 2025-07-17T06:39:48.0014689Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2025-07-17T06:39:48.0163968Z Entering 'third_party/googletest' 2025-07-17T06:39:48.0702432Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:39:48.0838112Z Entering 'third_party/ideep' 2025-07-17T06:39:48.1391395Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2025-07-17T06:39:48.1516494Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:39:48.2066833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2025-07-17T06:39:48.2246612Z Entering 'third_party/ittapi' 2025-07-17T06:39:48.2774473Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2025-07-17T06:39:48.2909853Z Entering 'third_party/kineto' 2025-07-17T06:39:48.3436736Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2025-07-17T06:39:48.3560014Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:39:48.4115539Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2025-07-17T06:39:48.4244452Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:39:48.4783607Z 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-07-17T06:39:48.4928908Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:39:48.5466662Z 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-07-17T06:39:48.5602989Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:39:48.6142049Z 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-07-17T06:39:48.6283341Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:39:48.7331717Z 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-07-17T06:39:48.7458767Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:39:48.8027297Z 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-07-17T06:39:48.8230148Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:39:48.8780808Z 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-07-17T06:39:48.8918512Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:39:48.9485628Z 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-07-17T06:39:48.9625316Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:39:49.0228529Z 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-07-17T06:39:49.0365091Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:39:49.0902847Z 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-07-17T06:39:49.1061780Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:39:49.1594261Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2025-07-17T06:39:49.1742340Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:39:49.2285856Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2025-07-17T06:39:49.2439765Z Entering 'third_party/kleidiai' 2025-07-17T06:39:49.2965296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kleidiai/config remote.origin.url 2025-07-17T06:39:49.3103561Z Entering 'third_party/mimalloc' 2025-07-17T06:39:49.3660427Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2025-07-17T06:39:49.3824529Z Entering 'third_party/nlohmann' 2025-07-17T06:39:49.4356679Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2025-07-17T06:39:49.4497905Z Entering 'third_party/onnx' 2025-07-17T06:39:49.5064173Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2025-07-17T06:39:49.5209701Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:49.5764532Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:39:49.5947272Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:39:49.6490157Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2025-07-17T06:39:49.6615367Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:49.7145336Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:39:49.7285441Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:49.7829898Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:39:49.7966853Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:49.8494142Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2025-07-17T06:39:49.8631527Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:49.9165185Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2025-07-17T06:39:49.9356469Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:49.9885251Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2025-07-17T06:39:50.0021382Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:50.0588598Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2025-07-17T06:39:50.0727319Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:50.1272670Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2025-07-17T06:39:50.1406844Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:50.1974620Z 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-07-17T06:39:50.2119857Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:50.2667229Z 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-07-17T06:39:50.2837188Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:50.3399878Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2025-07-17T06:39:50.3575287Z Entering 'third_party/pocketfft' 2025-07-17T06:39:50.4128052Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2025-07-17T06:39:50.4265545Z Entering 'third_party/protobuf' 2025-07-17T06:39:50.4817980Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2025-07-17T06:39:50.4947306Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:50.5503352Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2025-07-17T06:39:50.5636216Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:50.6175955Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:39:50.6334139Z Entering 'third_party/psimd' 2025-07-17T06:39:50.6873039Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2025-07-17T06:39:50.7009419Z Entering 'third_party/pthreadpool' 2025-07-17T06:39:50.7554426Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2025-07-17T06:39:50.7696623Z Entering 'third_party/pybind11' 2025-07-17T06:39:50.8229887Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:39:50.8370371Z Entering 'third_party/python-peachpy' 2025-07-17T06:39:50.8902779Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2025-07-17T06:39:50.9037998Z Entering 'third_party/sleef' 2025-07-17T06:39:50.9602438Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2025-07-17T06:39:50.9741272Z Entering 'third_party/tensorpipe' 2025-07-17T06:39:51.0272538Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2025-07-17T06:39:51.0440563Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:51.0994364Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2025-07-17T06:39:51.1129320Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:51.1657039Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2025-07-17T06:39:51.1795654Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:51.2337786Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2025-07-17T06:39:51.2479353Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:51.3006436Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2025-07-17T06:39:51.3127604Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:51.3663232Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2025-07-17T06:39:51.4278369Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2025-07-17T06:39:51.7812547Z Entering 'android/libs/fbjni' 2025-07-17T06:39:51.8182237Z Entering 'third_party/FP16' 2025-07-17T06:39:51.8548157Z Entering 'third_party/FXdiv' 2025-07-17T06:39:51.8904195Z Entering 'third_party/NNPACK' 2025-07-17T06:39:51.9277457Z Entering 'third_party/NVTX' 2025-07-17T06:39:51.9646527Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:39:52.0015366Z Entering 'third_party/XNNPACK' 2025-07-17T06:39:52.0398212Z Entering 'third_party/aiter' 2025-07-17T06:39:52.0761604Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:39:52.1153849Z Entering 'third_party/benchmark' 2025-07-17T06:39:52.1522103Z Entering 'third_party/composable_kernel' 2025-07-17T06:39:52.1889464Z Entering 'third_party/cpp-httplib' 2025-07-17T06:39:52.2263486Z Entering 'third_party/cpuinfo' 2025-07-17T06:39:52.2630628Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:39:52.2993398Z Entering 'third_party/cutlass' 2025-07-17T06:39:52.3370778Z Entering 'third_party/fbgemm' 2025-07-17T06:39:52.3724715Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:39:52.4091400Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:39:52.4459388Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:39:52.4826905Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:39:52.5206416Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:39:52.5575562Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:39:52.5934808Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:39:52.6317492Z Entering 'third_party/flash-attention' 2025-07-17T06:39:52.6671364Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:39:52.7045818Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:39:52.7431981Z Entering 'third_party/flatbuffers' 2025-07-17T06:39:52.7805705Z Entering 'third_party/fmt' 2025-07-17T06:39:52.8170539Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:39:52.8535699Z Entering 'third_party/gloo' 2025-07-17T06:39:52.8890722Z Entering 'third_party/googletest' 2025-07-17T06:39:52.9280025Z Entering 'third_party/ideep' 2025-07-17T06:39:52.9651752Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:39:53.0044218Z Entering 'third_party/ittapi' 2025-07-17T06:39:53.0407542Z Entering 'third_party/kineto' 2025-07-17T06:39:53.0761848Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:39:53.1124558Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:39:53.1524660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:39:53.1902668Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:39:53.2280446Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:39:53.2662150Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:39:53.3054540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:39:53.3439086Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:39:53.3827853Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:39:53.4201421Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:39:53.4620401Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:39:53.4989654Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:39:53.5376459Z Entering 'third_party/kleidiai' 2025-07-17T06:39:53.5778013Z Entering 'third_party/mimalloc' 2025-07-17T06:39:53.6166638Z Entering 'third_party/nlohmann' 2025-07-17T06:39:53.6535374Z Entering 'third_party/onnx' 2025-07-17T06:39:53.6915611Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:53.7299207Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:39:53.7655444Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:53.8025977Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:53.8392566Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:53.8759493Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:53.9159345Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:53.9529523Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:53.9895343Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:54.0250014Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:54.0628331Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:54.1022583Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:54.1430609Z Entering 'third_party/pocketfft' 2025-07-17T06:39:54.1806738Z Entering 'third_party/protobuf' 2025-07-17T06:39:54.2153460Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:54.2547612Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:54.2925968Z Entering 'third_party/psimd' 2025-07-17T06:39:54.3297024Z Entering 'third_party/pthreadpool' 2025-07-17T06:39:54.3702756Z Entering 'third_party/pybind11' 2025-07-17T06:39:54.4078505Z Entering 'third_party/python-peachpy' 2025-07-17T06:39:54.4444150Z Entering 'third_party/sleef' 2025-07-17T06:39:54.4836276Z Entering 'third_party/tensorpipe' 2025-07-17T06:39:54.5189650Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:54.5560208Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:54.5957059Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:54.6327529Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:54.6705978Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:54.7202599Z [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-07-17T06:39:55.0795343Z Entering 'android/libs/fbjni' 2025-07-17T06:39:55.1171572Z Entering 'third_party/FP16' 2025-07-17T06:39:55.1537588Z Entering 'third_party/FXdiv' 2025-07-17T06:39:55.1900829Z Entering 'third_party/NNPACK' 2025-07-17T06:39:55.2263507Z Entering 'third_party/NVTX' 2025-07-17T06:39:55.2629633Z Entering 'third_party/VulkanMemoryAllocator' 2025-07-17T06:39:55.3005198Z Entering 'third_party/XNNPACK' 2025-07-17T06:39:55.3388690Z Entering 'third_party/aiter' 2025-07-17T06:39:55.3744539Z Entering 'third_party/aiter/3rdparty/composable_kernel' 2025-07-17T06:39:55.4148585Z Entering 'third_party/benchmark' 2025-07-17T06:39:55.4514064Z Entering 'third_party/composable_kernel' 2025-07-17T06:39:55.4890022Z Entering 'third_party/cpp-httplib' 2025-07-17T06:39:55.5259775Z Entering 'third_party/cpuinfo' 2025-07-17T06:39:55.5631075Z Entering 'third_party/cudnn_frontend' 2025-07-17T06:39:55.6008127Z Entering 'third_party/cutlass' 2025-07-17T06:39:55.6387141Z Entering 'third_party/fbgemm' 2025-07-17T06:39:55.6785451Z Entering 'third_party/fbgemm/external/asmjit' 2025-07-17T06:39:55.7165362Z Entering 'third_party/fbgemm/external/composable_kernel' 2025-07-17T06:39:55.7548232Z Entering 'third_party/fbgemm/external/cpuinfo' 2025-07-17T06:39:55.7922388Z Entering 'third_party/fbgemm/external/cutlass' 2025-07-17T06:39:55.8303307Z Entering 'third_party/fbgemm/external/googletest' 2025-07-17T06:39:55.8676434Z Entering 'third_party/fbgemm/external/hipify_torch' 2025-07-17T06:39:55.9082968Z Entering 'third_party/fbgemm/external/json' 2025-07-17T06:39:55.9474545Z Entering 'third_party/flash-attention' 2025-07-17T06:39:55.9828197Z Entering 'third_party/flash-attention/csrc/composable_kernel' 2025-07-17T06:39:56.0241107Z Entering 'third_party/flash-attention/csrc/cutlass' 2025-07-17T06:39:56.0646632Z Entering 'third_party/flatbuffers' 2025-07-17T06:39:56.1012143Z Entering 'third_party/fmt' 2025-07-17T06:39:56.1431461Z Entering 'third_party/gemmlowp/gemmlowp' 2025-07-17T06:39:56.1807109Z Entering 'third_party/gloo' 2025-07-17T06:39:56.2176966Z Entering 'third_party/googletest' 2025-07-17T06:39:56.2544707Z Entering 'third_party/ideep' 2025-07-17T06:39:56.2900310Z Entering 'third_party/ideep/mkl-dnn' 2025-07-17T06:39:56.3323784Z Entering 'third_party/ittapi' 2025-07-17T06:39:56.3690242Z Entering 'third_party/kineto' 2025-07-17T06:39:56.4038958Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2025-07-17T06:39:56.4395186Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2025-07-17T06:39:56.4789759Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2025-07-17T06:39:56.5165581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2025-07-17T06:39:56.5550208Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2025-07-17T06:39:56.5907930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2025-07-17T06:39:56.6298191Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2025-07-17T06:39:56.6673088Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2025-07-17T06:39:56.7042151Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2025-07-17T06:39:56.7423292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2025-07-17T06:39:56.7826449Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2025-07-17T06:39:56.8253961Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2025-07-17T06:39:56.8691448Z Entering 'third_party/kleidiai' 2025-07-17T06:39:56.9056371Z Entering 'third_party/mimalloc' 2025-07-17T06:39:56.9433772Z Entering 'third_party/nlohmann' 2025-07-17T06:39:56.9812318Z Entering 'third_party/onnx' 2025-07-17T06:39:57.0194376Z Entering 'third_party/onnx/third_party/pybind11' 2025-07-17T06:39:57.0591916Z Entering 'third_party/opentelemetry-cpp' 2025-07-17T06:39:57.0955738Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2025-07-17T06:39:57.1365086Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2025-07-17T06:39:57.1744641Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2025-07-17T06:39:57.2113400Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2025-07-17T06:39:57.2494417Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2025-07-17T06:39:57.2873757Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2025-07-17T06:39:57.3251650Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2025-07-17T06:39:57.3599249Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2025-07-17T06:39:57.3975419Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2025-07-17T06:39:57.4361513Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2025-07-17T06:39:57.4775019Z Entering 'third_party/pocketfft' 2025-07-17T06:39:57.5149181Z Entering 'third_party/protobuf' 2025-07-17T06:39:57.5507254Z Entering 'third_party/protobuf/third_party/benchmark' 2025-07-17T06:39:57.5910639Z Entering 'third_party/protobuf/third_party/googletest' 2025-07-17T06:39:57.6315497Z Entering 'third_party/psimd' 2025-07-17T06:39:57.6683662Z Entering 'third_party/pthreadpool' 2025-07-17T06:39:57.7054654Z Entering 'third_party/pybind11' 2025-07-17T06:39:57.7426817Z Entering 'third_party/python-peachpy' 2025-07-17T06:39:57.7795716Z Entering 'third_party/sleef' 2025-07-17T06:39:57.8156839Z Entering 'third_party/tensorpipe' 2025-07-17T06:39:57.8512583Z Entering 'third_party/tensorpipe/third_party/googletest' 2025-07-17T06:39:57.8896283Z Entering 'third_party/tensorpipe/third_party/libnop' 2025-07-17T06:39:57.9265050Z Entering 'third_party/tensorpipe/third_party/libuv' 2025-07-17T06:39:57.9633272Z Entering 'third_party/tensorpipe/third_party/pybind11' 2025-07-17T06:39:57.9985596Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2025-07-17T06:39:58.0480021Z ##[endgroup] 2025-07-17T06:39:58.0743757Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-17T06:39:58.0946555Z a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:39:58.1238626Z Prepare all required actions 2025-07-17T06:39:58.1301129Z ##[group]Run ./.github/actions/setup-win 2025-07-17T06:39:58.1301395Z with: 2025-07-17T06:39:58.1301584Z cuda-version: cpu 2025-07-17T06:39:58.1301766Z env: 2025-07-17T06:39:58.1301951Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:39:58.1302165Z ##[endgroup] 2025-07-17T06:39:58.1416081Z ##[group]Run set -euo pipefail 2025-07-17T06:39:58.1416378Z set -euo pipefail 2025-07-17T06:39:58.1416621Z function get_ec2_metadata() { 2025-07-17T06:39:58.1416965Z  # Pulled from instance metadata endpoint for EC2 2025-07-17T06:39:58.1417541Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-17T06:39:58.1418060Z  category=$1 2025-07-17T06:39:58.1418983Z  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-07-17T06:39:58.1419888Z } 2025-07-17T06:39:58.1420129Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-17T06:39:58.1420498Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-17T06:39:58.1420929Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-17T06:39:58.1421294Z echo "system info $(uname -a)" 2025-07-17T06:39:58.1440565Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:39:58.1440982Z env: 2025-07-17T06:39:58.1441161Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:39:58.1441394Z ##[endgroup] 2025-07-17T06:39:58.2062287Z ami-id: ami-0d9ca55f96fe08fd6 2025-07-17T06:39:58.2510714Z instance-id: i-08e411e7dd7a68541 2025-07-17T06:39:58.2867935Z instance-type: c5d.4xlarge 2025-07-17T06:39:58.3061890Z system info MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys 2025-07-17T06:39:58.3156550Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T06:39:58.3157452Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-17T06:39:58.3173705Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T06:39:58.3174131Z env: 2025-07-17T06:39:58.3174305Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:39:58.3174519Z ##[endgroup] 2025-07-17T06:39:58.6619950Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T06:39:58.6688914Z Finished 2025-07-17T06:39:58.6975288Z ##[group]Run # Windows conda is baked into the AMI at this location 2025-07-17T06:39:58.6975749Z # Windows conda is baked into the AMI at this location 2025-07-17T06:39:58.6976177Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2025-07-17T06:39:58.6976497Z  2025-07-17T06:39:58.6976678Z { 2025-07-17T06:39:58.6976950Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2025-07-17T06:39:58.6977324Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2025-07-17T06:39:58.6977665Z  echo "CONDA_INSTALL=${CONDA} install"; 2025-07-17T06:39:58.6977960Z } >> "${GITHUB_ENV}" 2025-07-17T06:39:58.6996455Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:39:58.6996880Z env: 2025-07-17T06:39:58.6997056Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:39:58.6997287Z ##[endgroup] 2025-07-17T06:39:58.7266719Z ##[group]Run set +e 2025-07-17T06:39:58.7266966Z set +e 2025-07-17T06:39:58.7267161Z set -x 2025-07-17T06:39:58.7267326Z  2025-07-17T06:39:58.7267524Z PYTHON3=$(${CONDA_RUN} which python3) 2025-07-17T06:39:58.7267838Z EXIT_CODE=$? 2025-07-17T06:39:58.7268025Z  2025-07-17T06:39:58.7269569Z if [[ "${EXIT_CODE}" == "0" ]]; then 2025-07-17T06:39:58.7270029Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2025-07-17T06:39:58.7270424Z  2025-07-17T06:39:58.7270615Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2025-07-17T06:39:58.7270930Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-07-17T06:39:58.7271210Z else 2025-07-17T06:39:58.7271616Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2025-07-17T06:39:58.7272283Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2025-07-17T06:39:58.7272914Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2025-07-17T06:39:58.7273448Z  # needed. In both cases, Python binary is just called python 2025-07-17T06:39:58.7273835Z  PYTHON=$(${CONDA_RUN} which python) 2025-07-17T06:39:58.7274108Z  EXIT_CODE=$? 2025-07-17T06:39:58.7274319Z  2025-07-17T06:39:58.7274496Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2025-07-17T06:39:58.7274925Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2025-07-17T06:39:58.7275314Z  2025-07-17T06:39:58.7275564Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2025-07-17T06:39:58.7276107Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2025-07-17T06:39:58.7276584Z  # here pointing to Python 2025-07-17T06:39:58.7276869Z  ln -s "${PYTHON}" "${PYTHON3}" 2025-07-17T06:39:58.7277116Z  2025-07-17T06:39:58.7277317Z  PYTHON_PATH=$(dirname "${PYTHON}") 2025-07-17T06:39:58.7277624Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2025-07-17T06:39:58.7278064Z  else 2025-07-17T06:39:58.7278285Z  echo "Found no Python using ${CONDA_RUN}" 2025-07-17T06:39:58.7278576Z  fi 2025-07-17T06:39:58.7278749Z fi 2025-07-17T06:39:58.7299632Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:39:58.7300073Z env: 2025-07-17T06:39:58.7300288Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:39:58.7300680Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:39:58.7301220Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:39:58.7301719Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:39:58.7302090Z ##[endgroup] 2025-07-17T06:39:58.7535293Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2025-07-17T06:40:14.8837983Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2025-07-17T06:40:14.8863346Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2025-07-17T06:40:14.9771999Z + PYTHON3= 2025-07-17T06:40:14.9772213Z + EXIT_CODE=1 2025-07-17T06:40:14.9772563Z + [[ 1 == \0 ]] 2025-07-17T06:40:14.9833816Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2025-07-17T06:40:16.6393454Z + PYTHON=/c/Jenkins/Miniconda3/python 2025-07-17T06:40:16.6393778Z + EXIT_CODE=0 2025-07-17T06:40:16.6393941Z + [[ 0 == \0 ]] 2025-07-17T06:40:16.6394395Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2025-07-17T06:40:16.6395892Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2025-07-17T06:40:16.6511305Z ++ echo /c/Jenkins/Miniconda3/python 2025-07-17T06:40:16.6561820Z ++ sed s/python/python3/ 2025-07-17T06:40:16.6625893Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2025-07-17T06:40:16.6805466Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2025-07-17T06:40:16.6805883Z ++ dirname /c/Jenkins/Miniconda3/python 2025-07-17T06:40:16.6875079Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2025-07-17T06:40:16.6875401Z + echo /c/Jenkins/Miniconda3 2025-07-17T06:40:16.6976723Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-07-17T06:40:16.6977284Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2025-07-17T06:40:16.6977724Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2025-07-17T06:40:16.6999370Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:16.6999800Z env: 2025-07-17T06:40:16.6999973Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:16.7000327Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:16.7000812Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:16.7001264Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:16.7001601Z ##[endgroup] 2025-07-17T06:40:16.7921041Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-07-17T06:40:16.7921950Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2025-07-17T06:40:16.7922701Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2025-07-17T06:40:16.7923302Z # that it doesn't interfere 2025-07-17T06:40:16.7923733Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2025-07-17T06:40:16.7940305Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T06:40:16.7940746Z env: 2025-07-17T06:40:16.7940921Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:16.7941297Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:16.7941791Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:16.7942267Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:16.7942660Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:16.7943006Z ##[endgroup] 2025-07-17T06:40:17.1457817Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T06:40:17.1527464Z Finished 2025-07-17T06:40:18.6025114Z ##[group]Run choco install handle -y 2025-07-17T06:40:18.6025456Z choco install handle -y 2025-07-17T06:40:18.6025736Z handle C:\actions-runner\_work\ 2025-07-17T06:40:18.6045283Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T06:40:18.6045775Z env: 2025-07-17T06:40:18.6045995Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:18.6046402Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:18.6047008Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:18.6047553Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:18.6048001Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:18.6048342Z ##[endgroup] 2025-07-17T06:40:18.9394426Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T06:40:18.9465125Z Finished 2025-07-17T06:40:21.6177892Z Chocolatey v2.4.3 2025-07-17T06:40:21.7705070Z Installing the following packages: 2025-07-17T06:40:21.7710257Z handle 2025-07-17T06:40:21.7713762Z By installing, you accept licenses for the packages. 2025-07-17T06:40:22.9483163Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-07-17T06:40:23.0568091Z 2025-07-17T06:40:23.0568750Z Progress: Downloading Handle 5.0... 15% 2025-07-17T06:40:23.0569093Z Progress: Downloading Handle 5.0... 45% 2025-07-17T06:40:23.0569378Z Progress: Downloading Handle 5.0... 75% 2025-07-17T06:40:23.0569653Z Progress: Downloading Handle 5.0... 100% 2025-07-17T06:40:23.2912888Z 2025-07-17T06:40:23.2913254Z handle v5.0.0 [Approved] 2025-07-17T06:40:23.3110081Z handle package files install completed. Performing other installation steps. 2025-07-17T06:40:24.5491576Z Downloading Handle 2025-07-17T06:40:24.5491942Z from 'https://download.sysinternals.com/files/Handle.zip' 2025-07-17T06:40:24.6392359Z 2025-07-17T06:40:24.6410270Z Progress: 19% - Saving 143.51 KB of 729.82 KB 2025-07-17T06:40:24.6424424Z Progress: 41% - Saving 303.51 KB of 729.82 KB 2025-07-17T06:40:24.6440745Z Progress: 63% - Saving 463.51 KB of 729.82 KB 2025-07-17T06:40:24.6460164Z Progress: 85% - Saving 623.51 KB of 729.82 KB 2025-07-17T06:40:24.6463749Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2025-07-17T06:40:24.6470306Z Download of Handle.zip (729.82 KB) completed. 2025-07-17T06:40:27.8076786Z Hashes match. 2025-07-17T06:40:27.8336105Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2025-07-17T06:40:28.2941524Z C:\ProgramData\chocolatey\lib\Handle\tools 2025-07-17T06:40:28.2990557Z HKEY_CURRENT_USER\Software\Sysinternals 2025-07-17T06:40:28.3020752Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2025-07-17T06:40:28.8236794Z ShimGen has successfully created a shim for handle.exe 2025-07-17T06:40:29.0006478Z ShimGen has successfully created a shim for handle64.exe 2025-07-17T06:40:29.1658344Z ShimGen has successfully created a shim for handle64a.exe 2025-07-17T06:40:29.1916277Z The install of handle was successful. 2025-07-17T06:40:29.1919769Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2025-07-17T06:40:29.2026242Z 2025-07-17T06:40:29.2026363Z Chocolatey installed 1/1 packages. 2025-07-17T06:40:29.2026763Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-07-17T06:40:29.4002016Z 2025-07-17T06:40:29.4002413Z Nthandle v5.0 - Handle viewer 2025-07-17T06:40:29.4002735Z Copyright (C) 1997-2022 Mark Russinovich 2025-07-17T06:40:29.4003016Z Sysinternals - www.sysinternals.com 2025-07-17T06:40:29.4003198Z 2025-07-17T06:40:29.5007498Z powershell.exe pid: 5836 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:40:29.5008074Z handle.exe pid: 5960 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:40:29.5008602Z handle.exe pid: 5944 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:40:29.5009158Z handle64.exe pid: 4924 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:40:29.5340004Z ##[group]Run python3 .github/scripts/parse_ref.py 2025-07-17T06:40:29.5340387Z python3 .github/scripts/parse_ref.py 2025-07-17T06:40:29.5360284Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:29.5360686Z env: 2025-07-17T06:40:29.5360867Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:29.5361229Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:29.5361723Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:29.5362175Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:29.5362552Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:29.5362834Z ##[endgroup] 2025-07-17T06:40:29.6008332Z Setting output branch=main 2025-07-17T06:40:29.6167553Z Prepare all required actions 2025-07-17T06:40:29.6205464Z ##[group]Run ./.github/actions/get-workflow-job-id 2025-07-17T06:40:29.6205756Z with: 2025-07-17T06:40:29.6206498Z github-token: *** 2025-07-17T06:40:29.6206746Z env: 2025-07-17T06:40:29.6206911Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:29.6207259Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:29.6207765Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:29.6208203Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:29.6208574Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:29.6208833Z ##[endgroup] 2025-07-17T06:40:29.6281051Z ##[group]Run set -eux 2025-07-17T06:40:29.6281354Z set -eux 2025-07-17T06:40:29.6281780Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2025-07-17T06:40:29.6301124Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:29.6301543Z env: 2025-07-17T06:40:29.6301718Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:29.6302140Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:29.6302683Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:29.6303204Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:29.6303579Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:29.6304033Z GITHUB_TOKEN: *** 2025-07-17T06:40:29.6304216Z ##[endgroup] 2025-07-17T06:40:29.6488411Z + python3 .github/scripts/get_workflow_job_id.py 16337959945 i-08e411e7dd7a68541 2025-07-17T06:40:30.1330423Z Setting output job-id=46153715425 2025-07-17T06:40:30.1330772Z Setting output job-name=win-vs2022-cpu-py3 / build 2025-07-17T06:40:30.1632172Z Prepare all required actions 2025-07-17T06:40:30.1632535Z Getting action download info 2025-07-17T06:40:30.2871425Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-07-17T06:40:30.4838727Z ##[group]Run ./.github/actions/filter-test-configs 2025-07-17T06:40:30.4839033Z with: 2025-07-17T06:40:30.4839377Z github-token: *** 2025-07-17T06:40:30.4840379Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2025-07-17T06:40:30.4841447Z job-name: win-vs2022-cpu-py3 / build 2025-07-17T06:40:30.4841696Z env: 2025-07-17T06:40:30.4841870Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:30.4842211Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:30.4842734Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:30.4843201Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:30.4843573Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:30.4843844Z ##[endgroup] 2025-07-17T06:40:30.4937766Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-17T06:40:30.4938022Z with: 2025-07-17T06:40:30.4938178Z shell: bash 2025-07-17T06:40:30.4938354Z timeout_minutes: 10 2025-07-17T06:40:30.4938556Z max_attempts: 5 2025-07-17T06:40:30.4938742Z retry_wait_seconds: 30 2025-07-17T06:40:30.4939555Z 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-07-17T06:40:30.4940298Z polling_interval_seconds: 1 2025-07-17T06:40:30.4940530Z warning_on_retry: true 2025-07-17T06:40:30.4940749Z continue_on_error: false 2025-07-17T06:40:30.4940958Z env: 2025-07-17T06:40:30.4941124Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:30.4941483Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:30.4941978Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:30.4942422Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:30.4942800Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:30.4943231Z GITHUB_TOKEN: *** 2025-07-17T06:40:30.4943420Z ##[endgroup] 2025-07-17T06:40:30.6130929Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2025-07-17T06:40:35.6206306Z Collecting requests==2.27.1 2025-07-17T06:40:35.8191219Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2025-07-17T06:40:35.9155947Z Collecting pyyaml==6.0.1 2025-07-17T06:40:35.9214365Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl.metadata (2.1 kB) 2025-07-17T06:40:35.9401151Z 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-07-17T06:40:35.9407316Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2025.4.26) 2025-07-17T06:40:35.9419002Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2025-07-17T06:40:35.9433213Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2025-07-17T06:40:36.0551820Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2025-07-17T06:40:36.1172986Z ---------------------------------------- 63.1/63.1 kB 1.1 MB/s eta 0:00:00 2025-07-17T06:40:36.1260953Z Downloading PyYAML-6.0.1-cp39-cp39-win_amd64.whl (152 kB) 2025-07-17T06:40:36.1746130Z ---------------------------------------- 152.8/152.8 kB 3.0 MB/s eta 0:00:00 2025-07-17T06:40:37.2572823Z Installing collected packages: requests, pyyaml 2025-07-17T06:40:37.2573287Z Attempting uninstall: requests 2025-07-17T06:40:37.2583252Z Found existing installation: requests 2.32.3 2025-07-17T06:40:37.2658159Z Uninstalling requests-2.32.3: 2025-07-17T06:40:37.2681296Z Successfully uninstalled requests-2.32.3 2025-07-17T06:40:37.3285233Z Attempting uninstall: pyyaml 2025-07-17T06:40:37.3292368Z Found existing installation: PyYAML 6.0.2 2025-07-17T06:40:37.3369067Z Uninstalling PyYAML-6.0.2: 2025-07-17T06:40:37.3397142Z Successfully uninstalled PyYAML-6.0.2 2025-07-17T06:40:37.4440611Z Successfully installed pyyaml-6.0.1 requests-2.27.1 2025-07-17T06:40:38.6285444Z Command completed after 1 attempt(s). 2025-07-17T06:40:38.6428432Z ##[group]Run set -x 2025-07-17T06:40:38.6428664Z set -x 2025-07-17T06:40:38.6428849Z  2025-07-17T06:40:38.6429179Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-17T06:40:38.6429617Z # in runner workspace 2025-07-17T06:40:38.6430039Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2025-07-17T06:40:38.6449365Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:38.6449775Z env: 2025-07-17T06:40:38.6449954Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:38.6450308Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:38.6450800Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:38.6451254Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:38.6451630Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:38.6451896Z ##[endgroup] 2025-07-17T06:40:38.6642825Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2025-07-17T06:40:38.7068555Z Setting output branch=main 2025-07-17T06:40:38.7229874Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-17T06:40:38.7230249Z echo "Workflow: ${GITHUB_WORKFLOW}" 2025-07-17T06:40:38.7230538Z echo "Job name: ${JOB_NAME}" 2025-07-17T06:40:38.7230785Z  2025-07-17T06:40:38.7231107Z # Use relative path here as this could be checked out anywhere, not necessarily 2025-07-17T06:40:38.7231525Z # in runner workspace 2025-07-17T06:40:38.7231887Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2025-07-17T06:40:38.7232314Z  --workflow "${GITHUB_WORKFLOW}" \ 2025-07-17T06:40:38.7232590Z  --job-name "${JOB_NAME}" \ 2025-07-17T06:40:38.7232860Z  --test-matrix "{ include: [ 2025-07-17T06:40:38.7233285Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-07-17T06:40:38.7233945Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-07-17T06:40:38.7234585Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2025-07-17T06:40:38.7234987Z ]} 2025-07-17T06:40:38.7235164Z " \ 2025-07-17T06:40:38.7235357Z  --selected-test-configs "" \ 2025-07-17T06:40:38.7235743Z  --pr-number "${PR_NUMBER}" \ 2025-07-17T06:40:38.7236002Z  --tag "${TAG}" \ 2025-07-17T06:40:38.7236245Z  --event-name "${EVENT_NAME}" \ 2025-07-17T06:40:38.7236519Z  --schedule "${SCHEDULE}" \ 2025-07-17T06:40:38.7236778Z  --branch "${HEAD_BRANCH}" 2025-07-17T06:40:38.7255829Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:38.7256241Z env: 2025-07-17T06:40:38.7256499Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:38.7256904Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:38.7257399Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:38.7258444Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:38.7258843Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:38.7259494Z GITHUB_TOKEN: *** 2025-07-17T06:40:38.7259714Z JOB_NAME: win-vs2022-cpu-py3 / build 2025-07-17T06:40:38.7259971Z PR_NUMBER: 2025-07-17T06:40:38.7260136Z TAG: 2025-07-17T06:40:38.7260303Z EVENT_NAME: push 2025-07-17T06:40:38.7260485Z SCHEDULE: 2025-07-17T06:40:38.7260658Z HEAD_BRANCH: main 2025-07-17T06:40:38.7260832Z ##[endgroup] 2025-07-17T06:40:38.7443608Z Workflow: trunk 2025-07-17T06:40:38.7443864Z Job name: win-vs2022-cpu-py3 / build 2025-07-17T06:40:39.0356063Z Setting output keep-going=True 2025-07-17T06:40:39.0356501Z Setting output ci-verbose-test-logs=False 2025-07-17T06:40:39.0356804Z Setting output ci-test-showlocals=False 2025-07-17T06:40:39.0357090Z Setting output ci-no-test-timeout=False 2025-07-17T06:40:39.0357349Z Setting output ci-no-td=False 2025-07-17T06:40:39.0357642Z Setting output ci-td-distributed=False 2025-07-17T06:40:39.0357910Z Setting output is-unstable=False 2025-07-17T06:40:39.0358172Z Setting output reenabled-issues= 2025-07-17T06:40:39.0359379Z Setting output test-matrix={"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]} 2025-07-17T06:40:39.0360616Z Setting output is-test-matrix-empty=False 2025-07-17T06:40:39.0633428Z ##[group]Run echo "Filtered matrix:" 2025-07-17T06:40:39.0633719Z echo "Filtered matrix:" 2025-07-17T06:40:39.0634779Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2025-07-17T06:40:39.0635809Z  2025-07-17T06:40:39.0635968Z echo 2025-07-17T06:40:39.0636303Z echo "Is the current job unstable? False" 2025-07-17T06:40:39.0636586Z  2025-07-17T06:40:39.0636754Z echo 2025-07-17T06:40:39.0636968Z echo "Is keep-going label set? True" 2025-07-17T06:40:39.0637231Z  2025-07-17T06:40:39.0637396Z echo 2025-07-17T06:40:39.0637588Z echo "Reenabled issues? " 2025-07-17T06:40:39.0656576Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:39.0656978Z env: 2025-07-17T06:40:39.0657170Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:39.0657526Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:39.0658017Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:39.0658482Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:39.0658865Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:39.0659143Z ##[endgroup] 2025-07-17T06:40:39.0844335Z Filtered matrix: 2025-07-17T06:40:39.0845600Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2025-07-17T06:40:39.0846812Z 2025-07-17T06:40:39.0846915Z Is the current job unstable? False 2025-07-17T06:40:39.0847137Z 2025-07-17T06:40:39.0847225Z Is keep-going label set? True 2025-07-17T06:40:39.0847432Z 2025-07-17T06:40:39.0847504Z Reenabled issues? 2025-07-17T06:40:39.0955864Z Prepare all required actions 2025-07-17T06:40:39.0956320Z Getting action download info 2025-07-17T06:40:39.2322555Z ##[group]Run ./.github/actions/pytest-cache-download 2025-07-17T06:40:39.2322858Z with: 2025-07-17T06:40:39.2323049Z cache_dir: .pytest_cache 2025-07-17T06:40:39.2323302Z job_identifier: trunk_win-vs2022-cpu-py3 2025-07-17T06:40:39.2323623Z s3_bucket: gha-artifacts 2025-07-17T06:40:39.2324014Z env: 2025-07-17T06:40:39.2324186Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:39.2324538Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:39.2325052Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:39.2325512Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:39.2325883Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:39.2326154Z ##[endgroup] 2025-07-17T06:40:39.2427864Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-17T06:40:39.2428166Z with: 2025-07-17T06:40:39.2428322Z shell: bash 2025-07-17T06:40:39.2428498Z timeout_minutes: 5 2025-07-17T06:40:39.2428685Z max_attempts: 5 2025-07-17T06:40:39.2428872Z retry_wait_seconds: 30 2025-07-17T06:40:39.2429145Z command: set -eu python3 -m pip install boto3==1.35.42 2025-07-17T06:40:39.2429480Z polling_interval_seconds: 1 2025-07-17T06:40:39.2429714Z warning_on_retry: true 2025-07-17T06:40:39.2429930Z continue_on_error: false 2025-07-17T06:40:39.2430134Z env: 2025-07-17T06:40:39.2430292Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:39.2430647Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:39.2431136Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:39.2431591Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:39.2431969Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:39.2432234Z ##[endgroup] 2025-07-17T06:40:40.7605626Z Collecting boto3==1.35.42 2025-07-17T06:40:40.9444280Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2025-07-17T06:40:41.6053787Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2025-07-17T06:40:41.6110053Z Downloading botocore-1.35.99-py3-none-any.whl.metadata (5.7 kB) 2025-07-17T06:40:41.6182844Z 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-07-17T06:40:41.6442356Z Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.35.42) 2025-07-17T06:40:41.6480926Z Downloading s3transfer-0.10.4-py3-none-any.whl.metadata (1.7 kB) 2025-07-17T06:40:41.6611901Z 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-07-17T06:40:41.6623955Z 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-07-17T06:40:41.9088804Z 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.17.0) 2025-07-17T06:40:41.9318441Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2025-07-17T06:40:42.0360868Z ---------------------------------------- 139.2/139.2 kB 1.2 MB/s eta 0:00:00 2025-07-17T06:40:42.0399179Z Downloading botocore-1.35.99-py3-none-any.whl (13.3 MB) 2025-07-17T06:40:42.1511079Z ---------------------------------------- 13.3/13.3 MB 131.0 MB/s eta 0:00:00 2025-07-17T06:40:42.1550374Z Downloading s3transfer-0.10.4-py3-none-any.whl (83 kB) 2025-07-17T06:40:42.1632815Z ---------------------------------------- 83.2/83.2 kB ? eta 0:00:00 2025-07-17T06:40:42.9950712Z Installing collected packages: botocore, s3transfer, boto3 2025-07-17T06:40:42.9951634Z Attempting uninstall: botocore 2025-07-17T06:40:42.9961203Z Found existing installation: botocore 1.37.10 2025-07-17T06:40:43.2054361Z Uninstalling botocore-1.37.10: 2025-07-17T06:40:43.2872224Z Successfully uninstalled botocore-1.37.10 2025-07-17T06:40:45.6330235Z Attempting uninstall: s3transfer 2025-07-17T06:40:45.6340892Z Found existing installation: s3transfer 0.11.2 2025-07-17T06:40:45.6415077Z Uninstalling s3transfer-0.11.2: 2025-07-17T06:40:45.6436845Z Successfully uninstalled s3transfer-0.11.2 2025-07-17T06:40:46.0832608Z Attempting uninstall: boto3 2025-07-17T06:40:46.0841291Z Found existing installation: boto3 1.37.10 2025-07-17T06:40:46.1010452Z Uninstalling boto3-1.37.10: 2025-07-17T06:40:46.1063692Z Successfully uninstalled boto3-1.37.10 2025-07-17T06:40:46.2697921Z Successfully installed boto3-1.35.42 botocore-1.35.99 s3transfer-0.10.4 2025-07-17T06:40:47.3685648Z Command completed after 1 attempt(s). 2025-07-17T06:40:47.3834072Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2025-07-17T06:40:47.3834500Z python3 .github/scripts/pytest_cache.py \ 2025-07-17T06:40:47.3834815Z  --download \ 2025-07-17T06:40:47.3835085Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2025-07-17T06:40:47.3835411Z  --pr_identifier $GITHUB_REF \ 2025-07-17T06:40:47.3835699Z  --job_identifier $JOB_IDENTIFIER \ 2025-07-17T06:40:47.3835997Z  --temp_dir $RUNNER_TEMP \ 2025-07-17T06:40:47.3836245Z  --repo $REPO \ 2025-07-17T06:40:47.3836480Z  --bucket $BUCKET \ 2025-07-17T06:40:47.3855757Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:47.3856173Z env: 2025-07-17T06:40:47.3856344Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:47.3856701Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:47.3857282Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:47.3857776Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:47.3858164Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:47.3858443Z CACHE_DIR: .pytest_cache 2025-07-17T06:40:47.3858688Z JOB_IDENTIFIER: trunk_win-vs2022-cpu-py3 2025-07-17T06:40:47.3858956Z REPO: pytorch/pytorch 2025-07-17T06:40:47.3859161Z BUCKET: gha-artifacts 2025-07-17T06:40:47.3859359Z ##[endgroup] 2025-07-17T06:40:49.5198963Z PR identifier for `refs/heads/main` is `96e092540d6b3c4076e3d2bc6f1f9013` 2025-07-17T06:40:49.5200491Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/heads/main', job_identifier='trunk_win-vs2022-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2025-07-17T06:40:49.5202405Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/02715d0876bc66f46b9c7b4f277bedf8e251cc82/default/1.zip 2025-07-17T06:40:49.5204195Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\02715d0876bc66f46b9c7b4f277bedf8e251cc82\default\1.zip 2025-07-17T06:40:49.5205965Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a0023d9840570938a10472418eaac85098ec41b/default/1.zip 2025-07-17T06:40:49.5207705Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a0023d9840570938a10472418eaac85098ec41b\default\1.zip 2025-07-17T06:40:49.5210123Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0a624c2dc5675e35917976467a8c533baf2a98a0/default/1.zip 2025-07-17T06:40:49.5211889Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a624c2dc5675e35917976467a8c533baf2a98a0\default\1.zip 2025-07-17T06:40:49.5213642Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/0f21fa84fb605c61482e4218df89f8bb1ef70c14/default/1.zip 2025-07-17T06:40:49.5215507Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f21fa84fb605c61482e4218df89f8bb1ef70c14\default\1.zip 2025-07-17T06:40:49.5217355Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/11d6ad8b2e7359e2f654474f31692ba1aec67980/default/1.zip 2025-07-17T06:40:49.5219107Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\11d6ad8b2e7359e2f654474f31692ba1aec67980\default\1.zip 2025-07-17T06:40:49.5220832Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2471cc33550fc00164e2759b1d9928960e9cfaf6/default/1.zip 2025-07-17T06:40:49.5222581Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2471cc33550fc00164e2759b1d9928960e9cfaf6\default\1.zip 2025-07-17T06:40:49.5224317Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/276c790010b015b79a7ca110e28f8e2111cfdb79/default/2.zip 2025-07-17T06:40:49.5226054Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\276c790010b015b79a7ca110e28f8e2111cfdb79\default\2.zip 2025-07-17T06:40:49.5227791Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/2815ade9a80e1f557370e86500b21cbc465a8ffe/default/1.zip 2025-07-17T06:40:49.5229526Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2815ade9a80e1f557370e86500b21cbc465a8ffe\default\1.zip 2025-07-17T06:40:49.5231255Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/30d2648a4ae1585e70189e6fdca6dc9ac3d074ec/default/1.zip 2025-07-17T06:40:49.5233000Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\30d2648a4ae1585e70189e6fdca6dc9ac3d074ec\default\1.zip 2025-07-17T06:40:49.5234742Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3106a33e410db9d1c2b0e47f9e329611d344a827/default/2.zip 2025-07-17T06:40:49.5236476Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\2.zip 2025-07-17T06:40:49.5238280Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3106a33e410db9d1c2b0e47f9e329611d344a827/default/3.zip 2025-07-17T06:40:49.5240021Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\3.zip 2025-07-17T06:40:49.5241836Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/35d03398e511fa0921c9db928c661dc9531ff2fc/default/2.zip 2025-07-17T06:40:49.5243566Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\35d03398e511fa0921c9db928c661dc9531ff2fc\default\2.zip 2025-07-17T06:40:49.5245310Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/39a8f66d5939e892bcb07ef97462af47d3201491/default/3.zip 2025-07-17T06:40:49.5247050Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39a8f66d5939e892bcb07ef97462af47d3201491\default\3.zip 2025-07-17T06:40:49.5248780Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4/default/1.zip 2025-07-17T06:40:49.5250532Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4\default\1.zip 2025-07-17T06:40:49.5252276Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/3ee8828c87ce6186607c3d3ab3852518fca49228/default/3.zip 2025-07-17T06:40:49.5253997Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ee8828c87ce6186607c3d3ab3852518fca49228\default\3.zip 2025-07-17T06:40:49.5255732Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/408d9884b07cf7268961bae7138a6436916d4a43/default/1.zip 2025-07-17T06:40:49.5257531Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\408d9884b07cf7268961bae7138a6436916d4a43\default\1.zip 2025-07-17T06:40:49.5259291Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4a80ddfbe70bf6b75acc3177e5d2095b285da841/default/1.zip 2025-07-17T06:40:50.4474536Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4a80ddfbe70bf6b75acc3177e5d2095b285da841\default\1.zip 2025-07-17T06:40:50.4476631Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4ab4d29cbee1f90daf14444d5ca3a53653c7784d/default/1.zip 2025-07-17T06:40:50.4478592Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4ab4d29cbee1f90daf14444d5ca3a53653c7784d\default\1.zip 2025-07-17T06:40:50.4480352Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4b55871e06d6bad54eac45e45a9af615d758a39f/default/2.zip 2025-07-17T06:40:50.4482123Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4b55871e06d6bad54eac45e45a9af615d758a39f\default\2.zip 2025-07-17T06:40:50.4483982Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4c0aa37dda605e7cf3372c71940d7e3a93ecef8d/default/1.zip 2025-07-17T06:40:50.4485737Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\1.zip 2025-07-17T06:40:50.4487481Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4c0aa37dda605e7cf3372c71940d7e3a93ecef8d/default/2.zip 2025-07-17T06:40:50.4489229Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\2.zip 2025-07-17T06:40:50.4490955Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/4f70fbbd16d1f0d62af082246a95e56cffccc860/default/3.zip 2025-07-17T06:40:50.4492799Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f70fbbd16d1f0d62af082246a95e56cffccc860\default\3.zip 2025-07-17T06:40:50.4494553Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/52e4e41cbc36a5cf44395ff84ca2d069263560de/default/1.zip 2025-07-17T06:40:50.4496280Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\52e4e41cbc36a5cf44395ff84ca2d069263560de\default\1.zip 2025-07-17T06:40:50.4498106Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/54998c2daaf5b8919cf82367492dd3c5177ab935/default/2.zip 2025-07-17T06:40:50.4499860Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\2.zip 2025-07-17T06:40:50.4501584Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/54998c2daaf5b8919cf82367492dd3c5177ab935/default/3.zip 2025-07-17T06:40:50.4503324Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\3.zip 2025-07-17T06:40:50.4505066Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/55108074c0795be3b617d3b13b06794f63e1f8ca/default/1.zip 2025-07-17T06:40:50.4507425Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55108074c0795be3b617d3b13b06794f63e1f8ca\default\1.zip 2025-07-17T06:40:50.4509183Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4/default/1.zip 2025-07-17T06:40:50.4511140Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4\default\1.zip 2025-07-17T06:40:50.4513011Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/56b3bf0c74f5837fd4fa6293bc515d353cb10295/default/2.zip 2025-07-17T06:40:50.4514755Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56b3bf0c74f5837fd4fa6293bc515d353cb10295\default\2.zip 2025-07-17T06:40:50.4516504Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5a2db5152d23f76dbb45d20008d9af68e761e8d1/default/1.zip 2025-07-17T06:40:50.4518261Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a2db5152d23f76dbb45d20008d9af68e761e8d1\default\1.zip 2025-07-17T06:40:50.4520002Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5a533f74a160f6a570c2b9770ffdd89874ba59e2/default/2.zip 2025-07-17T06:40:50.4521748Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a533f74a160f6a570c2b9770ffdd89874ba59e2\default\2.zip 2025-07-17T06:40:50.4523585Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/5aee022d8b2bc9d31ddaf877315ffb8ad9d62985/default/1.zip 2025-07-17T06:40:50.4525331Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5aee022d8b2bc9d31ddaf877315ffb8ad9d62985\default\1.zip 2025-07-17T06:40:50.4527091Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/60b41de0ca0e5240eccf15c26a2b55b4a34d6f47/default/3.zip 2025-07-17T06:40:50.4528845Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\60b41de0ca0e5240eccf15c26a2b55b4a34d6f47\default\3.zip 2025-07-17T06:40:50.4530582Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/61eaaa21a42398941ea3fb01585a0926e9544831/default/1.zip 2025-07-17T06:40:50.4532322Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\61eaaa21a42398941ea3fb01585a0926e9544831\default\1.zip 2025-07-17T06:40:50.4534048Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/640f5a70905b01405f1ce397d25308d3e6a1d421/default/2.zip 2025-07-17T06:40:51.2555851Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\640f5a70905b01405f1ce397d25308d3e6a1d421\default\2.zip 2025-07-17T06:40:51.2557679Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6f23f53599629a47d6e097b2a027048658a142d4/default/1.zip 2025-07-17T06:40:51.2559557Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6f23f53599629a47d6e097b2a027048658a142d4\default\1.zip 2025-07-17T06:40:51.2561301Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/6fe7456aa1a2d025d1d06e15ba3896e6adba94b8/default/1.zip 2025-07-17T06:40:51.2563066Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6fe7456aa1a2d025d1d06e15ba3896e6adba94b8\default\1.zip 2025-07-17T06:40:51.2564812Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/80d89974c173c9d7a2c59fe9dfce2fe1301e2833/default/1.zip 2025-07-17T06:40:51.2566541Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\80d89974c173c9d7a2c59fe9dfce2fe1301e2833\default\1.zip 2025-07-17T06:40:51.2568278Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/815545f2dd6ade563cb1263f8bb7813f355edb2e/default/1.zip 2025-07-17T06:40:51.2570024Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\815545f2dd6ade563cb1263f8bb7813f355edb2e\default\1.zip 2025-07-17T06:40:51.2571756Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/84b77ec1280a56bece8408a2e0e179b9eb95e1e2/default/1.zip 2025-07-17T06:40:51.2573504Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\1.zip 2025-07-17T06:40:51.2575234Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/84b77ec1280a56bece8408a2e0e179b9eb95e1e2/default/3.zip 2025-07-17T06:40:51.2577008Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\3.zip 2025-07-17T06:40:51.2578733Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e02cd9c5ab151faad80e18e648c82a204fc3735/default/1.zip 2025-07-17T06:40:51.2580547Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\1.zip 2025-07-17T06:40:51.2582295Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/8e02cd9c5ab151faad80e18e648c82a204fc3735/default/2.zip 2025-07-17T06:40:51.2584134Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\2.zip 2025-07-17T06:40:51.2585855Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/937529f0b31788726e53890f5601886c64dc9eec/default/1.zip 2025-07-17T06:40:51.2587665Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\1.zip 2025-07-17T06:40:51.2589389Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/937529f0b31788726e53890f5601886c64dc9eec/default/3.zip 2025-07-17T06:40:51.2591094Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\3.zip 2025-07-17T06:40:51.2592815Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/98a34e8d4b4d73504afbf49f70284221e6303314/default/2.zip 2025-07-17T06:40:51.2594554Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\98a34e8d4b4d73504afbf49f70284221e6303314\default\2.zip 2025-07-17T06:40:51.2596284Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/a95504b10fff38b5308660e0b535961beed6c9f1/default/3.zip 2025-07-17T06:40:51.2598014Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a95504b10fff38b5308660e0b535961beed6c9f1\default\3.zip 2025-07-17T06:40:51.2599765Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/b6188174795956f959feae0cbc33cbdb7901c4b6/default/1.zip 2025-07-17T06:40:51.2601505Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6188174795956f959feae0cbc33cbdb7901c4b6\default\1.zip 2025-07-17T06:40:51.2603247Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bb462a6237c163774c99e01462703ebce55f4589/default/2.zip 2025-07-17T06:40:51.2604978Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\2.zip 2025-07-17T06:40:51.2606708Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bb462a6237c163774c99e01462703ebce55f4589/default/3.zip 2025-07-17T06:40:51.2608439Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\3.zip 2025-07-17T06:40:51.2610229Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/bbb930aba2e769e3ed981f2a035133891de36dae/default/2.zip 2025-07-17T06:40:51.2611975Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbb930aba2e769e3ed981f2a035133891de36dae\default\2.zip 2025-07-17T06:40:51.2613779Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35/default/3.zip 2025-07-17T06:40:51.7658357Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35\default\3.zip 2025-07-17T06:40:51.7660284Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c5589074e64b28afd737174ae1e9c2ba0b925e56/default/2.zip 2025-07-17T06:40:51.7662142Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5589074e64b28afd737174ae1e9c2ba0b925e56\default\2.zip 2025-07-17T06:40:51.7663949Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c5d3e7a4ff460eed70b8443485a7e3568e87aee9/default/1.zip 2025-07-17T06:40:51.7665706Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5d3e7a4ff460eed70b8443485a7e3568e87aee9\default\1.zip 2025-07-17T06:40:51.7667446Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/c95f7fa874a3116f1067f9092456ee7281003614/default/1.zip 2025-07-17T06:40:51.7669291Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c95f7fa874a3116f1067f9092456ee7281003614\default\1.zip 2025-07-17T06:40:51.7671034Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cc410d3761001499611bca6cf835239b86093791/default/3.zip 2025-07-17T06:40:51.7672760Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cc410d3761001499611bca6cf835239b86093791\default\3.zip 2025-07-17T06:40:51.7674613Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/ccc6279b4086d55cd1f7e2d699473478610d8a7b/default/1.zip 2025-07-17T06:40:51.7676355Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ccc6279b4086d55cd1f7e2d699473478610d8a7b\default\1.zip 2025-07-17T06:40:51.7678074Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cd66ff80307862ef8e75520054ecd19a5eff9f7e/default/2.zip 2025-07-17T06:40:51.7679850Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\2.zip 2025-07-17T06:40:51.7682280Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cd66ff80307862ef8e75520054ecd19a5eff9f7e/default/3.zip 2025-07-17T06:40:51.7684038Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\3.zip 2025-07-17T06:40:51.7686359Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/cd995bfb2aac8891465809be3ce29543bd524287/default/1.zip 2025-07-17T06:40:51.7688107Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd995bfb2aac8891465809be3ce29543bd524287\default\1.zip 2025-07-17T06:40:51.7689880Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d5781c8d21b3dca35715a093ba52c5698551ad9b/default/3.zip 2025-07-17T06:40:51.7691757Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d5781c8d21b3dca35715a093ba52c5698551ad9b\default\3.zip 2025-07-17T06:40:51.7693509Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/d83ff89d3bf54ecc95d441411ecbf07831cc0e5a/default/1.zip 2025-07-17T06:40:51.7695272Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d83ff89d3bf54ecc95d441411ecbf07831cc0e5a\default\1.zip 2025-07-17T06:40:51.7696997Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da910e603a764c1f935dd0409b4c18bd84b1f045/default/2.zip 2025-07-17T06:40:51.7698731Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\2.zip 2025-07-17T06:40:51.7700575Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/da910e603a764c1f935dd0409b4c18bd84b1f045/default/3.zip 2025-07-17T06:40:51.7702323Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\3.zip 2025-07-17T06:40:51.7704051Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e28925aa7566da3ffe4f13dd8d59a6767bf97b2e/default/3.zip 2025-07-17T06:40:51.7705796Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e28925aa7566da3ffe4f13dd8d59a6767bf97b2e\default\3.zip 2025-07-17T06:40:51.7707681Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/e583b888194c8c74ebbd332c09c394acebbbbcff/default/2.zip 2025-07-17T06:40:51.7709537Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e583b888194c8c74ebbd332c09c394acebbbbcff\default\2.zip 2025-07-17T06:40:51.7711282Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/efbf07e7ea46c33c936cac882eb1c8b782d1d070/default/1.zip 2025-07-17T06:40:51.7713034Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\efbf07e7ea46c33c936cac882eb1c8b782d1d070\default\1.zip 2025-07-17T06:40:51.7714848Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f179b7198522e6d93bd103efba1a1ebd5a2cf891/default/2.zip 2025-07-17T06:40:51.7716590Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f179b7198522e6d93bd103efba1a1ebd5a2cf891\default\2.zip 2025-07-17T06:40:51.7718340Z Downloading s3://gha-artifacts/pytest_cache/pytorch/pytorch/96e092540d6b3c4076e3d2bc6f1f9013/trunk_win-vs2022-cpu-py3/f56bfb3030acff03e21d568089f3af9e09ec7cb2/default/3.zip 2025-07-17T06:40:52.1318115Z to C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f56bfb3030acff03e21d568089f3af9e09ec7cb2\default\3.zip 2025-07-17T06:40:52.1320358Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\02715d0876bc66f46b9c7b4f277bedf8e251cc82\default\1.zip 2025-07-17T06:40:52.1321788Z to C:\actions-runner\_work\_temp\unzipped-caches\f60b710162bae2c1693aea0f855e7c76\.pytest_cache 2025-07-17T06:40:52.1323218Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\02715d0876bc66f46b9c7b4f277bedf8e251cc82\default\1.zip 2025-07-17T06:40:52.1325438Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a0023d9840570938a10472418eaac85098ec41b\default\1.zip 2025-07-17T06:40:52.1326977Z to C:\actions-runner\_work\_temp\unzipped-caches\fa152490db0677aff2d7e5443395a6e2\.pytest_cache 2025-07-17T06:40:52.1328414Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a0023d9840570938a10472418eaac85098ec41b\default\1.zip 2025-07-17T06:40:52.1330600Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a624c2dc5675e35917976467a8c533baf2a98a0\default\1.zip 2025-07-17T06:40:52.1332013Z to C:\actions-runner\_work\_temp\unzipped-caches\f4c8a74dd0449f905fcd15b0a88c6ad3\.pytest_cache 2025-07-17T06:40:52.1333452Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0a624c2dc5675e35917976467a8c533baf2a98a0\default\1.zip 2025-07-17T06:40:52.1335817Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f21fa84fb605c61482e4218df89f8bb1ef70c14\default\1.zip 2025-07-17T06:40:52.1337273Z to C:\actions-runner\_work\_temp\unzipped-caches\26033f58776a38d910aa05a2bfae7205\.pytest_cache 2025-07-17T06:40:52.1338698Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\0f21fa84fb605c61482e4218df89f8bb1ef70c14\default\1.zip 2025-07-17T06:40:52.1341082Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\11d6ad8b2e7359e2f654474f31692ba1aec67980\default\1.zip 2025-07-17T06:40:52.1342495Z to C:\actions-runner\_work\_temp\unzipped-caches\8ab4d97075ae9b8fca698fec6af78c02\.pytest_cache 2025-07-17T06:40:52.1343933Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\11d6ad8b2e7359e2f654474f31692ba1aec67980\default\1.zip 2025-07-17T06:40:52.1346136Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2471cc33550fc00164e2759b1d9928960e9cfaf6\default\1.zip 2025-07-17T06:40:52.1347538Z to C:\actions-runner\_work\_temp\unzipped-caches\14a8f62d4da9a3758117f266c1085539\.pytest_cache 2025-07-17T06:40:52.1348967Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2471cc33550fc00164e2759b1d9928960e9cfaf6\default\1.zip 2025-07-17T06:40:52.1351155Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\276c790010b015b79a7ca110e28f8e2111cfdb79\default\2.zip 2025-07-17T06:40:52.1352550Z to C:\actions-runner\_work\_temp\unzipped-caches\43e4a1c876418ed794b8fcb36eae80f2\.pytest_cache 2025-07-17T06:40:52.1353987Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\276c790010b015b79a7ca110e28f8e2111cfdb79\default\2.zip 2025-07-17T06:40:52.1356174Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2815ade9a80e1f557370e86500b21cbc465a8ffe\default\1.zip 2025-07-17T06:40:52.1357562Z to C:\actions-runner\_work\_temp\unzipped-caches\6f224f60f827e2561ac7171697718dd0\.pytest_cache 2025-07-17T06:40:52.1359002Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\2815ade9a80e1f557370e86500b21cbc465a8ffe\default\1.zip 2025-07-17T06:40:52.1361254Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\30d2648a4ae1585e70189e6fdca6dc9ac3d074ec\default\1.zip 2025-07-17T06:40:52.1362637Z to C:\actions-runner\_work\_temp\unzipped-caches\c7e0719657405442440bd039a04b1460\.pytest_cache 2025-07-17T06:40:52.1364070Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\30d2648a4ae1585e70189e6fdca6dc9ac3d074ec\default\1.zip 2025-07-17T06:40:52.1366377Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\2.zip 2025-07-17T06:40:52.1367767Z to C:\actions-runner\_work\_temp\unzipped-caches\bd0cd2b8e6ffbd30196139dd6e2e79a3\.pytest_cache 2025-07-17T06:40:52.1369213Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\2.zip 2025-07-17T06:40:52.1371396Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\3.zip 2025-07-17T06:40:52.1372788Z to C:\actions-runner\_work\_temp\unzipped-caches\67174fc492dd3382f1330f41c4190998\.pytest_cache 2025-07-17T06:40:52.1374222Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3106a33e410db9d1c2b0e47f9e329611d344a827\default\3.zip 2025-07-17T06:40:52.5442245Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\35d03398e511fa0921c9db928c661dc9531ff2fc\default\2.zip 2025-07-17T06:40:52.5443739Z to C:\actions-runner\_work\_temp\unzipped-caches\3ab88da722ebad21569ef0d783276eae\.pytest_cache 2025-07-17T06:40:52.5445225Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\35d03398e511fa0921c9db928c661dc9531ff2fc\default\2.zip 2025-07-17T06:40:52.5447412Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39a8f66d5939e892bcb07ef97462af47d3201491\default\3.zip 2025-07-17T06:40:52.5448845Z to C:\actions-runner\_work\_temp\unzipped-caches\3feaea9a67ebb7da4ff0c852d703d5d9\.pytest_cache 2025-07-17T06:40:52.5450295Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39a8f66d5939e892bcb07ef97462af47d3201491\default\3.zip 2025-07-17T06:40:52.5452481Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4\default\1.zip 2025-07-17T06:40:52.5453900Z to C:\actions-runner\_work\_temp\unzipped-caches\94a9fe373dab80811689da162f85bfde\.pytest_cache 2025-07-17T06:40:52.5455534Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\39c605e8b3c13e7f6b5b1bbbe3f4060e24b2a3e4\default\1.zip 2025-07-17T06:40:52.5457732Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ee8828c87ce6186607c3d3ab3852518fca49228\default\3.zip 2025-07-17T06:40:52.5459275Z to C:\actions-runner\_work\_temp\unzipped-caches\5acf42ff5146c6f46a08dcf35d46ae33\.pytest_cache 2025-07-17T06:40:52.5460886Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\3ee8828c87ce6186607c3d3ab3852518fca49228\default\3.zip 2025-07-17T06:40:52.5463437Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\408d9884b07cf7268961bae7138a6436916d4a43\default\1.zip 2025-07-17T06:40:52.5465004Z to C:\actions-runner\_work\_temp\unzipped-caches\b4ef4053a464cf26c922b75f31c29aef\.pytest_cache 2025-07-17T06:40:52.5466607Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\408d9884b07cf7268961bae7138a6436916d4a43\default\1.zip 2025-07-17T06:40:52.5469050Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4a80ddfbe70bf6b75acc3177e5d2095b285da841\default\1.zip 2025-07-17T06:40:52.5470611Z to C:\actions-runner\_work\_temp\unzipped-caches\dee9c84f42d838109152f7e593088fbd\.pytest_cache 2025-07-17T06:40:52.5472249Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4a80ddfbe70bf6b75acc3177e5d2095b285da841\default\1.zip 2025-07-17T06:40:52.5474698Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4ab4d29cbee1f90daf14444d5ca3a53653c7784d\default\1.zip 2025-07-17T06:40:52.5476261Z to C:\actions-runner\_work\_temp\unzipped-caches\f8da571db5832146a870089ec68ef362\.pytest_cache 2025-07-17T06:40:52.5477860Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4ab4d29cbee1f90daf14444d5ca3a53653c7784d\default\1.zip 2025-07-17T06:40:52.5480339Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4b55871e06d6bad54eac45e45a9af615d758a39f\default\2.zip 2025-07-17T06:40:52.5481915Z to C:\actions-runner\_work\_temp\unzipped-caches\c73adee9e9be14abfeed645614024fb9\.pytest_cache 2025-07-17T06:40:52.5483605Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4b55871e06d6bad54eac45e45a9af615d758a39f\default\2.zip 2025-07-17T06:40:52.5486094Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\1.zip 2025-07-17T06:40:52.5487746Z to C:\actions-runner\_work\_temp\unzipped-caches\dafbd922adc82d2caf8fc7111ec34bf5\.pytest_cache 2025-07-17T06:40:52.5489349Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\1.zip 2025-07-17T06:40:52.5491803Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\2.zip 2025-07-17T06:40:52.5493420Z to C:\actions-runner\_work\_temp\unzipped-caches\dd99760e123bcd4299c254b6c973977e\.pytest_cache 2025-07-17T06:40:52.5495015Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4c0aa37dda605e7cf3372c71940d7e3a93ecef8d\default\2.zip 2025-07-17T06:40:52.5497459Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f70fbbd16d1f0d62af082246a95e56cffccc860\default\3.zip 2025-07-17T06:40:52.5499035Z to C:\actions-runner\_work\_temp\unzipped-caches\c62b0b3ac15cae0c24316b0f8b57be7b\.pytest_cache 2025-07-17T06:40:52.5500602Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\4f70fbbd16d1f0d62af082246a95e56cffccc860\default\3.zip 2025-07-17T06:40:52.5502903Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\52e4e41cbc36a5cf44395ff84ca2d069263560de\default\1.zip 2025-07-17T06:40:52.5504303Z to C:\actions-runner\_work\_temp\unzipped-caches\61fbbd7ad82c25648ab0ce65437f6193\.pytest_cache 2025-07-17T06:40:53.0944388Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\52e4e41cbc36a5cf44395ff84ca2d069263560de\default\1.zip 2025-07-17T06:40:53.0946658Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\2.zip 2025-07-17T06:40:53.0948117Z to C:\actions-runner\_work\_temp\unzipped-caches\11da479c9e261ceda2bae0643cd4726f\.pytest_cache 2025-07-17T06:40:53.0949560Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\2.zip 2025-07-17T06:40:53.0951922Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\3.zip 2025-07-17T06:40:53.0953355Z to C:\actions-runner\_work\_temp\unzipped-caches\3aef688ff6a09f0c0aa5c2a1bbe53913\.pytest_cache 2025-07-17T06:40:53.0954792Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\54998c2daaf5b8919cf82367492dd3c5177ab935\default\3.zip 2025-07-17T06:40:53.0957096Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55108074c0795be3b617d3b13b06794f63e1f8ca\default\1.zip 2025-07-17T06:40:53.0958503Z to C:\actions-runner\_work\_temp\unzipped-caches\1f5f647fcd1059bcced7ac66142b223d\.pytest_cache 2025-07-17T06:40:53.0959942Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55108074c0795be3b617d3b13b06794f63e1f8ca\default\1.zip 2025-07-17T06:40:53.0962124Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4\default\1.zip 2025-07-17T06:40:53.0963532Z to C:\actions-runner\_work\_temp\unzipped-caches\a8aa28e63162b2c369fc453190057d89\.pytest_cache 2025-07-17T06:40:53.0964990Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\55ef7b15e0b2de903bfc26adfb0788ecfbcb4ed4\default\1.zip 2025-07-17T06:40:53.0967174Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56b3bf0c74f5837fd4fa6293bc515d353cb10295\default\2.zip 2025-07-17T06:40:53.0968564Z to C:\actions-runner\_work\_temp\unzipped-caches\54ef8cf1912b633d380911481805b52c\.pytest_cache 2025-07-17T06:40:53.0970011Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\56b3bf0c74f5837fd4fa6293bc515d353cb10295\default\2.zip 2025-07-17T06:40:53.0972202Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a2db5152d23f76dbb45d20008d9af68e761e8d1\default\1.zip 2025-07-17T06:40:53.0973602Z to C:\actions-runner\_work\_temp\unzipped-caches\0ce867ceab382e77fb4cd26e82215c4b\.pytest_cache 2025-07-17T06:40:53.0975046Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a2db5152d23f76dbb45d20008d9af68e761e8d1\default\1.zip 2025-07-17T06:40:53.0977233Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a533f74a160f6a570c2b9770ffdd89874ba59e2\default\2.zip 2025-07-17T06:40:53.0978692Z to C:\actions-runner\_work\_temp\unzipped-caches\abcee743fe08005dc1aabbfb6276e624\.pytest_cache 2025-07-17T06:40:53.0980145Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5a533f74a160f6a570c2b9770ffdd89874ba59e2\default\2.zip 2025-07-17T06:40:53.0982520Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5aee022d8b2bc9d31ddaf877315ffb8ad9d62985\default\1.zip 2025-07-17T06:40:53.0983934Z to C:\actions-runner\_work\_temp\unzipped-caches\d629d6365bbc8887caaada435b5bcb32\.pytest_cache 2025-07-17T06:40:53.0985390Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\5aee022d8b2bc9d31ddaf877315ffb8ad9d62985\default\1.zip 2025-07-17T06:40:53.0987596Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\60b41de0ca0e5240eccf15c26a2b55b4a34d6f47\default\3.zip 2025-07-17T06:40:53.0988990Z to C:\actions-runner\_work\_temp\unzipped-caches\61735eb83568908c6875da364b449ff1\.pytest_cache 2025-07-17T06:40:53.0990425Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\60b41de0ca0e5240eccf15c26a2b55b4a34d6f47\default\3.zip 2025-07-17T06:40:53.0992613Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\61eaaa21a42398941ea3fb01585a0926e9544831\default\1.zip 2025-07-17T06:40:53.0994008Z to C:\actions-runner\_work\_temp\unzipped-caches\b550f47bd7838b710b9e34d5eeb44f08\.pytest_cache 2025-07-17T06:40:53.0995450Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\61eaaa21a42398941ea3fb01585a0926e9544831\default\1.zip 2025-07-17T06:40:53.0997633Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\640f5a70905b01405f1ce397d25308d3e6a1d421\default\2.zip 2025-07-17T06:40:53.0999020Z to C:\actions-runner\_work\_temp\unzipped-caches\25e430734a5f7c819075bfaaeac93de4\.pytest_cache 2025-07-17T06:40:53.1000443Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\640f5a70905b01405f1ce397d25308d3e6a1d421\default\2.zip 2025-07-17T06:40:53.6497307Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6f23f53599629a47d6e097b2a027048658a142d4\default\1.zip 2025-07-17T06:40:53.6498791Z to C:\actions-runner\_work\_temp\unzipped-caches\691c6892440dc4b3357b11d6e454c36f\.pytest_cache 2025-07-17T06:40:53.6500924Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6f23f53599629a47d6e097b2a027048658a142d4\default\1.zip 2025-07-17T06:40:53.6503136Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6fe7456aa1a2d025d1d06e15ba3896e6adba94b8\default\1.zip 2025-07-17T06:40:53.6504772Z to C:\actions-runner\_work\_temp\unzipped-caches\4ced5809a71d034d573bd7f05d7cbf88\.pytest_cache 2025-07-17T06:40:53.6506221Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\6fe7456aa1a2d025d1d06e15ba3896e6adba94b8\default\1.zip 2025-07-17T06:40:53.6508411Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\80d89974c173c9d7a2c59fe9dfce2fe1301e2833\default\1.zip 2025-07-17T06:40:53.6509838Z to C:\actions-runner\_work\_temp\unzipped-caches\3a1df5d7cd4d0dceeb3a8ea3b213d072\.pytest_cache 2025-07-17T06:40:53.6511284Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\80d89974c173c9d7a2c59fe9dfce2fe1301e2833\default\1.zip 2025-07-17T06:40:53.6513462Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\815545f2dd6ade563cb1263f8bb7813f355edb2e\default\1.zip 2025-07-17T06:40:53.6514948Z to C:\actions-runner\_work\_temp\unzipped-caches\6eb1c3268abc088261c70a924f4dcb6d\.pytest_cache 2025-07-17T06:40:53.6516413Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\815545f2dd6ade563cb1263f8bb7813f355edb2e\default\1.zip 2025-07-17T06:40:53.6518622Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\1.zip 2025-07-17T06:40:53.6520018Z to C:\actions-runner\_work\_temp\unzipped-caches\44406b1af95661f1d5103b3a45d34aef\.pytest_cache 2025-07-17T06:40:53.6521486Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\1.zip 2025-07-17T06:40:53.6523673Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\3.zip 2025-07-17T06:40:53.6525072Z to C:\actions-runner\_work\_temp\unzipped-caches\d2340bb77f4b32a37808e7ee8fc5490f\.pytest_cache 2025-07-17T06:40:53.6526602Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\84b77ec1280a56bece8408a2e0e179b9eb95e1e2\default\3.zip 2025-07-17T06:40:53.6528925Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\1.zip 2025-07-17T06:40:53.6530429Z to C:\actions-runner\_work\_temp\unzipped-caches\cbc06234523401b890ed0fffb4b6a807\.pytest_cache 2025-07-17T06:40:53.6531887Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\1.zip 2025-07-17T06:40:53.6534179Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\2.zip 2025-07-17T06:40:53.6535591Z to C:\actions-runner\_work\_temp\unzipped-caches\3a11f4854ded69c3e816058b2aeeda2f\.pytest_cache 2025-07-17T06:40:53.6537024Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\8e02cd9c5ab151faad80e18e648c82a204fc3735\default\2.zip 2025-07-17T06:40:53.6539270Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\1.zip 2025-07-17T06:40:53.6540705Z to C:\actions-runner\_work\_temp\unzipped-caches\1221111a6d737406b94344bd69018859\.pytest_cache 2025-07-17T06:40:53.6542120Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\1.zip 2025-07-17T06:40:53.6544402Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\3.zip 2025-07-17T06:40:53.6545905Z to C:\actions-runner\_work\_temp\unzipped-caches\de82d8ddf8b527664b86cf0c8d810b65\.pytest_cache 2025-07-17T06:40:53.6547344Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\937529f0b31788726e53890f5601886c64dc9eec\default\3.zip 2025-07-17T06:40:53.6549536Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\98a34e8d4b4d73504afbf49f70284221e6303314\default\2.zip 2025-07-17T06:40:53.6551035Z to C:\actions-runner\_work\_temp\unzipped-caches\3e292181e1f30af9537ab7438e34d3bd\.pytest_cache 2025-07-17T06:40:53.6552465Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\98a34e8d4b4d73504afbf49f70284221e6303314\default\2.zip 2025-07-17T06:40:53.6554734Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a95504b10fff38b5308660e0b535961beed6c9f1\default\3.zip 2025-07-17T06:40:53.6556199Z to C:\actions-runner\_work\_temp\unzipped-caches\74aa97c4f4eee770b27aaa573f20de46\.pytest_cache 2025-07-17T06:40:54.1336633Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\a95504b10fff38b5308660e0b535961beed6c9f1\default\3.zip 2025-07-17T06:40:54.1339179Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6188174795956f959feae0cbc33cbdb7901c4b6\default\1.zip 2025-07-17T06:40:54.1340744Z to C:\actions-runner\_work\_temp\unzipped-caches\a424ccf230399603c7779e64a50b09c5\.pytest_cache 2025-07-17T06:40:54.1342184Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\b6188174795956f959feae0cbc33cbdb7901c4b6\default\1.zip 2025-07-17T06:40:54.1344427Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\2.zip 2025-07-17T06:40:54.1345842Z to C:\actions-runner\_work\_temp\unzipped-caches\8f5448ac15be1ee9cf81ece283c242e4\.pytest_cache 2025-07-17T06:40:54.1347278Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\2.zip 2025-07-17T06:40:54.1349458Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\3.zip 2025-07-17T06:40:54.1350873Z to C:\actions-runner\_work\_temp\unzipped-caches\e6dcc122931319eac77e29c963d02449\.pytest_cache 2025-07-17T06:40:54.1352310Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bb462a6237c163774c99e01462703ebce55f4589\default\3.zip 2025-07-17T06:40:54.1354487Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbb930aba2e769e3ed981f2a035133891de36dae\default\2.zip 2025-07-17T06:40:54.1355905Z to C:\actions-runner\_work\_temp\unzipped-caches\affda80ed49df0bfb363cf2230a346dc\.pytest_cache 2025-07-17T06:40:54.1357353Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\bbb930aba2e769e3ed981f2a035133891de36dae\default\2.zip 2025-07-17T06:40:54.1359549Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35\default\3.zip 2025-07-17T06:40:54.1361109Z to C:\actions-runner\_work\_temp\unzipped-caches\f3459fbfc73005a3e8d8dee4bee03231\.pytest_cache 2025-07-17T06:40:54.1362571Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\be56a8d7ac0dc72f6946354d7ac5be9ece0f1c35\default\3.zip 2025-07-17T06:40:54.1364873Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5589074e64b28afd737174ae1e9c2ba0b925e56\default\2.zip 2025-07-17T06:40:54.1366307Z to C:\actions-runner\_work\_temp\unzipped-caches\81cca5256a95751e6554192ba19882dc\.pytest_cache 2025-07-17T06:40:54.1367743Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5589074e64b28afd737174ae1e9c2ba0b925e56\default\2.zip 2025-07-17T06:40:54.1369934Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5d3e7a4ff460eed70b8443485a7e3568e87aee9\default\1.zip 2025-07-17T06:40:54.1371349Z to C:\actions-runner\_work\_temp\unzipped-caches\8d7a20c3fc20a0e6f50942020ddde590\.pytest_cache 2025-07-17T06:40:54.1372792Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c5d3e7a4ff460eed70b8443485a7e3568e87aee9\default\1.zip 2025-07-17T06:40:54.1374988Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c95f7fa874a3116f1067f9092456ee7281003614\default\1.zip 2025-07-17T06:40:54.1376385Z to C:\actions-runner\_work\_temp\unzipped-caches\3bb51b777c229c77d49fd22201c5a0af\.pytest_cache 2025-07-17T06:40:54.1377820Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\c95f7fa874a3116f1067f9092456ee7281003614\default\1.zip 2025-07-17T06:40:54.1380009Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cc410d3761001499611bca6cf835239b86093791\default\3.zip 2025-07-17T06:40:54.1381395Z to C:\actions-runner\_work\_temp\unzipped-caches\f6873272b2e1a9170dc83ed078a3afd9\.pytest_cache 2025-07-17T06:40:54.1382825Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cc410d3761001499611bca6cf835239b86093791\default\3.zip 2025-07-17T06:40:54.1385124Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ccc6279b4086d55cd1f7e2d699473478610d8a7b\default\1.zip 2025-07-17T06:40:54.1386533Z to C:\actions-runner\_work\_temp\unzipped-caches\1758b766c2ce4c4dad85ad1191189e03\.pytest_cache 2025-07-17T06:40:54.1388041Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\ccc6279b4086d55cd1f7e2d699473478610d8a7b\default\1.zip 2025-07-17T06:40:54.1390225Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\2.zip 2025-07-17T06:40:54.1391712Z to C:\actions-runner\_work\_temp\unzipped-caches\6189b5202e88af7daddd5cc476fa7ff7\.pytest_cache 2025-07-17T06:40:54.1393148Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\2.zip 2025-07-17T06:40:54.1395342Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\3.zip 2025-07-17T06:40:54.1396746Z to C:\actions-runner\_work\_temp\unzipped-caches\326d097b74e52c2648d03ea6489a5fe2\.pytest_cache 2025-07-17T06:40:54.1398175Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd66ff80307862ef8e75520054ecd19a5eff9f7e\default\3.zip 2025-07-17T06:40:54.1400378Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd995bfb2aac8891465809be3ce29543bd524287\default\1.zip 2025-07-17T06:40:54.1401794Z to C:\actions-runner\_work\_temp\unzipped-caches\3785407452b0bf9bfe588b127e48410e\.pytest_cache 2025-07-17T06:40:54.1403222Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\cd995bfb2aac8891465809be3ce29543bd524287\default\1.zip 2025-07-17T06:40:54.1405410Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d5781c8d21b3dca35715a093ba52c5698551ad9b\default\3.zip 2025-07-17T06:40:54.1406804Z to C:\actions-runner\_work\_temp\unzipped-caches\341c37ede62f1499401e24feb2f9105c\.pytest_cache 2025-07-17T06:40:54.1408236Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d5781c8d21b3dca35715a093ba52c5698551ad9b\default\3.zip 2025-07-17T06:40:54.1410434Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d83ff89d3bf54ecc95d441411ecbf07831cc0e5a\default\1.zip 2025-07-17T06:40:54.1411848Z to C:\actions-runner\_work\_temp\unzipped-caches\81aaef5b7e46ca3983ef07aa0e80709e\.pytest_cache 2025-07-17T06:40:54.1413359Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\d83ff89d3bf54ecc95d441411ecbf07831cc0e5a\default\1.zip 2025-07-17T06:40:54.1415550Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\2.zip 2025-07-17T06:40:54.1417013Z to C:\actions-runner\_work\_temp\unzipped-caches\253cef9c3ac2f9cfda5c00af5d8f6414\.pytest_cache 2025-07-17T06:40:54.1418460Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\2.zip 2025-07-17T06:40:54.1420646Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\3.zip 2025-07-17T06:40:54.1422051Z to C:\actions-runner\_work\_temp\unzipped-caches\a06a5274f49c9f2b42c286450ae96ddf\.pytest_cache 2025-07-17T06:40:54.1423488Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\da910e603a764c1f935dd0409b4c18bd84b1f045\default\3.zip 2025-07-17T06:40:54.1425745Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e28925aa7566da3ffe4f13dd8d59a6767bf97b2e\default\3.zip 2025-07-17T06:40:54.1427163Z to C:\actions-runner\_work\_temp\unzipped-caches\ce801e89d8b1d1c4c78b4d89cbfb31ce\.pytest_cache 2025-07-17T06:40:54.1428627Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e28925aa7566da3ffe4f13dd8d59a6767bf97b2e\default\3.zip 2025-07-17T06:40:54.1430821Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e583b888194c8c74ebbd332c09c394acebbbbcff\default\2.zip 2025-07-17T06:40:54.1432224Z to C:\actions-runner\_work\_temp\unzipped-caches\5281af1657b7fa67a468c94d71ca7fc3\.pytest_cache 2025-07-17T06:40:54.1433663Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\e583b888194c8c74ebbd332c09c394acebbbbcff\default\2.zip 2025-07-17T06:40:54.1435869Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\efbf07e7ea46c33c936cac882eb1c8b782d1d070\default\1.zip 2025-07-17T06:40:54.1437273Z to C:\actions-runner\_work\_temp\unzipped-caches\04c901098549d8c41af017a7dbf91584\.pytest_cache 2025-07-17T06:40:54.1438714Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\efbf07e7ea46c33c936cac882eb1c8b782d1d070\default\1.zip 2025-07-17T06:40:54.1440977Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f179b7198522e6d93bd103efba1a1ebd5a2cf891\default\2.zip 2025-07-17T06:40:54.1442584Z to C:\actions-runner\_work\_temp\unzipped-caches\ba52d01f497fdbeaa2fbd49ff857e97e\.pytest_cache 2025-07-17T06:40:54.1444180Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f179b7198522e6d93bd103efba1a1ebd5a2cf891\default\2.zip 2025-07-17T06:40:54.1446659Z Unzipping C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f56bfb3030acff03e21d568089f3af9e09ec7cb2\default\3.zip 2025-07-17T06:40:54.1448062Z to C:\actions-runner\_work\_temp\unzipped-caches\4349d142278ab0d35a7de63d51aaea99\.pytest_cache 2025-07-17T06:40:54.1449497Z Merging cache from C:\actions-runner\_work\_temp\cache-zip-downloads\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\pytest_cache\pytorch\pytorch\96e092540d6b3c4076e3d2bc6f1f9013\trunk_win-vs2022-cpu-py3\f56bfb3030acff03e21d568089f3af9e09ec7cb2\default\3.zip 2025-07-17T06:40:54.2025033Z ##[group]Run .ci/pytorch/win-build.sh 2025-07-17T06:40:54.2025354Z .ci/pytorch/win-build.sh 2025-07-17T06:40:54.2043558Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-17T06:40:54.2043970Z env: 2025-07-17T06:40:54.2044140Z GIT_DEFAULT_BRANCH: main 2025-07-17T06:40:54.2044496Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:40:54.2044982Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:40:54.2045437Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:40:54.2045816Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:40:54.2046160Z PYTORCH_FINAL_PACKAGE_DIR: /c/16337959945/build-results/ 2025-07-17T06:40:54.2046474Z BRANCH: main 2025-07-17T06:40:54.2046671Z BUILD_ENVIRONMENT: win-vs2022-cpu-py3 2025-07-17T06:40:54.2046929Z BUILD_WHEEL: 1 2025-07-17T06:40:54.2047103Z MAX_JOBS: 8 2025-07-17T06:40:54.2047335Z CUDA_VERSION: cpu 2025-07-17T06:40:54.2047519Z PYTHON_VERSION: 3.9 2025-07-17T06:40:54.2047739Z SCCACHE_BUCKET: ossci-compiler-cache 2025-07-17T06:40:54.2048000Z SCCACHE_S3_KEY_PREFIX: trunk 2025-07-17T06:40:54.2048236Z SCCACHE_REGION: us-east-1 2025-07-17T06:40:54.2048454Z VC_PRODUCT: BuildTools 2025-07-17T06:40:54.2048661Z VC_VERSION: 2025-07-17T06:40:54.2048832Z VC_YEAR: 2022 2025-07-17T06:40:54.2049136Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T06:40:54.2049516Z AWS_DEFAULT_REGION: us-east-1 2025-07-17T06:40:54.2049734Z PR_NUMBER: 2025-07-17T06:40:54.2049942Z SHA1: a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:40:54.2050211Z DEBUG: 0 2025-07-17T06:40:54.2050388Z TORCH_CUDA_ARCH_LIST: 8.6 2025-07-17T06:40:54.2050594Z USE_CUDA: 0 2025-07-17T06:40:54.2050761Z USE_XPU: 0 2025-07-17T06:40:54.2050919Z XPU_VERSION: 2025-07-17T06:40:54.2051107Z OUR_GITHUB_JOB_ID: 46153715425 2025-07-17T06:40:54.2051335Z ##[endgroup] 2025-07-17T06:40:54.2741551Z ++ [[ win-vs2022-cpu-py3 == *rocm* ]] 2025-07-17T06:40:54.2741905Z ++ BUILD_TEST_LIBTORCH=0 2025-07-17T06:40:54.2742266Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2025-07-17T06:40:54.2744705Z ++ [[ win-vs2022-cpu-py3 != *win-* ]] 2025-07-17T06:40:54.2745121Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-17T06:40:54.2745593Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-17T06:40:54.2799309Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-17T06:40:54.2894570Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2025-07-17T06:40:54.2894965Z + export TMP_DIR_WIN 2025-07-17T06:40:54.2895257Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/16337959945/build-results/ 2025-07-17T06:40:54.2895667Z + PYTORCH_FINAL_PACKAGE_DIR=/c/16337959945/build-results/ 2025-07-17T06:40:54.2896006Z + [[ -n /c/16337959945/build-results/ ]] 2025-07-17T06:40:54.2896497Z + mkdir -p /c/16337959945/build-results/ 2025-07-17T06:40:54.3027155Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-17T06:40:54.3027844Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-17T06:40:54.3028285Z + set +ex 2025-07-17T06:40:55.3070980Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-07-17T06:40:55.3208638Z 2025-07-17T06:40:55.3209369Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2025-07-17T06:40:55.3212461Z 2025-07-17T06:40:55.3216423Z 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-07-17T06:40:55.3218992Z 2025-07-17T06:40:55.3219496Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-17T06:40:55.3220094Z 2025-07-17T06:40:55.3220612Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2025-07-17T06:40:55.3230033Z 2025-07-17T06:40:55.3230534Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2025-07-17T06:40:55.3230946Z echo skip magma installation for cpu builds 2025-07-17T06:40:55.3231234Z exit /b 0 2025-07-17T06:40:55.3231411Z ) 2025-07-17T06:40:55.3231593Z skip magma installation for cpu builds 2025-07-17T06:40:55.3234280Z 2025-07-17T06:40:55.3234665Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-07-17T06:40:55.3235891Z 2025-07-17T06:40:55.3236147Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-07-17T06:40:55.3237212Z 2025-07-17T06:40:55.3237791Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2025-07-17T06:40:55.3246665Z 2025-07-17T06:40:55.3247089Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2025-07-17T06:40:55.3255057Z 2025-07-17T06:40:55.3255405Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2025-07-17T06:40:55.3255898Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2025-07-17T06:40:55.3256347Z taskkill /im sccache.exe /f /t || ver 1>nul 2025-07-17T06:40:55.3256824Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2025-07-17T06:40:55.3257239Z ) 2025-07-17T06:40:55.3258534Z if "win-vs2022-cpu-py3" == "" (curl --retry 3 --retry-all-errors -k https://s3.amazonaws.com/ossci-windows/sccache-v0.7.4.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) else (aws s3 cp s3://ossci-windows/sccache-v0.7.4.exe C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ) 2025-07-17T06:40:55.3259781Z ) 2025-07-17T06:40:56.5972822Z Completed 256.0 KiB/18.8 MiB (700.6 KiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.5979071Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.5982661Z Completed 768.0 KiB/18.8 MiB (2.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.5987491Z Completed 1.0 MiB/18.8 MiB (2.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.5998185Z Completed 1.2 MiB/18.8 MiB (3.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6006558Z Completed 1.5 MiB/18.8 MiB (4.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6014409Z Completed 1.8 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6021108Z Completed 2.0 MiB/18.8 MiB (5.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6022668Z Completed 2.2 MiB/18.8 MiB (6.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6030239Z Completed 2.5 MiB/18.8 MiB (6.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6035949Z Completed 2.8 MiB/18.8 MiB (7.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6044165Z Completed 3.0 MiB/18.8 MiB (8.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6051337Z Completed 3.2 MiB/18.8 MiB (8.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6060751Z Completed 3.5 MiB/18.8 MiB (9.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6062115Z Completed 3.8 MiB/18.8 MiB (10.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6067654Z Completed 4.0 MiB/18.8 MiB (10.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6074187Z Completed 4.2 MiB/18.8 MiB (11.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6079046Z Completed 4.5 MiB/18.8 MiB (12.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6084409Z Completed 4.8 MiB/18.8 MiB (12.6 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6087379Z Completed 5.0 MiB/18.8 MiB (13.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6092098Z Completed 5.2 MiB/18.8 MiB (13.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6098286Z Completed 5.5 MiB/18.8 MiB (14.5 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6104354Z Completed 5.8 MiB/18.8 MiB (15.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6111561Z Completed 6.0 MiB/18.8 MiB (15.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6112706Z Completed 6.2 MiB/18.8 MiB (16.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6118700Z Completed 6.5 MiB/18.8 MiB (17.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6123975Z Completed 6.8 MiB/18.8 MiB (17.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6130188Z Completed 7.0 MiB/18.8 MiB (18.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6133505Z Completed 7.2 MiB/18.8 MiB (19.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6144371Z Completed 7.5 MiB/18.8 MiB (19.6 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6151133Z Completed 7.8 MiB/18.8 MiB (20.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6160407Z Completed 8.0 MiB/18.8 MiB (20.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6168424Z Completed 8.2 MiB/18.8 MiB (21.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6170241Z Completed 8.5 MiB/18.8 MiB (22.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6178373Z Completed 8.8 MiB/18.8 MiB (22.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6185210Z Completed 9.0 MiB/18.8 MiB (23.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6194356Z Completed 9.2 MiB/18.8 MiB (23.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6198455Z Completed 9.5 MiB/18.8 MiB (24.5 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6207207Z Completed 9.8 MiB/18.8 MiB (25.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6212834Z Completed 10.0 MiB/18.8 MiB (25.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6217775Z Completed 10.2 MiB/18.8 MiB (26.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6226640Z Completed 10.5 MiB/18.8 MiB (26.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6229398Z Completed 10.8 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6239691Z Completed 11.0 MiB/18.8 MiB (28.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6241245Z Completed 11.2 MiB/18.8 MiB (28.6 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6253014Z Completed 11.5 MiB/18.8 MiB (29.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6265010Z Completed 11.8 MiB/18.8 MiB (29.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6275077Z Completed 12.0 MiB/18.8 MiB (30.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6280274Z Completed 12.2 MiB/18.8 MiB (30.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6286495Z Completed 12.5 MiB/18.8 MiB (31.5 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6293663Z Completed 12.8 MiB/18.8 MiB (32.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6299999Z Completed 13.0 MiB/18.8 MiB (32.6 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6306316Z Completed 13.2 MiB/18.8 MiB (33.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6313775Z Completed 13.5 MiB/18.8 MiB (33.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6322225Z Completed 13.8 MiB/18.8 MiB (34.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6329518Z Completed 14.0 MiB/18.8 MiB (34.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6336786Z Completed 14.2 MiB/18.8 MiB (35.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6343018Z Completed 14.5 MiB/18.8 MiB (36.0 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6348860Z Completed 14.8 MiB/18.8 MiB (36.6 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6355693Z Completed 15.0 MiB/18.8 MiB (37.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6362827Z Completed 15.2 MiB/18.8 MiB (37.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6368344Z Completed 15.5 MiB/18.8 MiB (38.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6373466Z Completed 15.8 MiB/18.8 MiB (38.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6378941Z Completed 16.0 MiB/18.8 MiB (39.4 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6834476Z Completed 16.2 MiB/18.8 MiB (39.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6851458Z Completed 16.5 MiB/18.8 MiB (36.5 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6874989Z Completed 16.8 MiB/18.8 MiB (36.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6885460Z Completed 17.0 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6902704Z Completed 17.2 MiB/18.8 MiB (37.7 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6919828Z Completed 17.5 MiB/18.8 MiB (38.1 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6930245Z Completed 17.8 MiB/18.8 MiB (38.5 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6946894Z Completed 18.0 MiB/18.8 MiB (38.9 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6957033Z Completed 18.2 MiB/18.8 MiB (39.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6968401Z Completed 18.5 MiB/18.8 MiB (39.8 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6975636Z Completed 18.8 MiB/18.8 MiB (40.2 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6982894Z Completed 18.8 MiB/18.8 MiB (40.3 MiB/s) with 1 file(s) remaining 2025-07-17T06:40:56.6983442Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2025-07-17T06:40:56.7925686Z 2025-07-17T06:40:56.7926229Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-07-17T06:40:56.7927272Z 2025-07-17T06:40:56.7927778Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-07-17T06:40:56.7929548Z 2025-07-17T06:40:56.7930014Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-07-17T06:40:56.7930334Z set CUDA_VERSION=xpu 2025-07-17T06:40:56.7930840Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\..\windows\internal\xpu_install.bat 2025-07-17T06:40:56.7931389Z if errorlevel 1 exit /b 1 2025-07-17T06:40:56.7931609Z ) 2025-07-17T06:40:56.7931794Z 2025-07-17T06:40:56.7932391Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2025-07-17T06:40:56.7942760Z 2025-07-17T06:40:56.7943500Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2022-cpu-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2025-07-17T06:40:56.7946420Z 2025-07-17T06:40:56.7946797Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2025-07-17T06:40:56.7949157Z 2025-07-17T06:40:56.7949416Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2025-07-17T06:40:56.7950442Z 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-07-17T06:40:56.7951363Z if errorlevel 1 exit /b 2025-07-17T06:40:56.7951601Z if not errorlevel 0 exit /b 2025-07-17T06:40:56.7952364Z 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-07-17T06:40:56.7953149Z if errorlevel 1 exit /b 2025-07-17T06:40:56.7953365Z if not errorlevel 0 exit /b 2025-07-17T06:40:56.7953743Z ) 2025-07-17T06:40:56.7953838Z 2025-07-17T06:40:56.7954189Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2025-07-17T06:40:58.1116341Z Chocolatey v2.4.3 2025-07-17T06:40:58.2534103Z Upgrading the following packages: 2025-07-17T06:40:58.2547560Z cmake 2025-07-17T06:40:58.2547860Z By upgrading, you accept licenses for the packages. 2025-07-17T06:40:58.5840268Z cmake is not installed. Installing... 2025-07-17T06:40:59.2585004Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-07-17T06:41:00.6053713Z 2025-07-17T06:41:00.6054179Z cmake.install v3.27.9 [Approved] 2025-07-17T06:41:00.6251872Z cmake.install package files upgrade completed. Performing other installation steps. 2025-07-17T06:41:01.2501299Z Installing 64-bit cmake.install... 2025-07-17T06:41:14.2173873Z cmake.install has been installed. 2025-07-17T06:41:14.2927429Z cmake.install may be able to be automatically uninstalled. 2025-07-17T06:41:14.2973065Z Environment Vars (like PATH) have changed. Close/reopen your shell to 2025-07-17T06:41:14.2973539Z see the changes (or in powershell/cmd.exe just type `refreshenv`). 2025-07-17T06:41:14.8561406Z The upgrade of cmake.install was successful. 2025-07-17T06:41:14.8564323Z Deployed to 'C:\Program Files\CMake\' 2025-07-17T06:41:14.8602249Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2025-07-17T06:41:14.9299519Z 2025-07-17T06:41:14.9316113Z cmake v3.27.9 [Approved] 2025-07-17T06:41:14.9316562Z cmake package files upgrade completed. Performing other installation steps. 2025-07-17T06:41:15.0160466Z The upgrade of cmake was successful. 2025-07-17T06:41:15.0164470Z Deployed to 'C:\ProgramData\chocolatey\lib\cmake' 2025-07-17T06:41:15.0245642Z 2025-07-17T06:41:15.0245861Z Chocolatey upgraded 2/2 packages. 2025-07-17T06:41:15.0246274Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2025-07-17T06:41:15.7786424Z Collecting mkl==2024.2.0 2025-07-17T06:41:15.9768014Z Downloading mkl-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2025-07-17T06:41:16.0023829Z Collecting mkl-static==2024.2.0 2025-07-17T06:41:16.0074320Z Downloading mkl_static-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.5 kB) 2025-07-17T06:41:16.0340756Z Collecting mkl-include==2024.2.0 2025-07-17T06:41:16.0387869Z Downloading mkl_include-2024.2.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-07-17T06:41:16.0680658Z Collecting intel-openmp>=2023 (from mkl==2024.2.0) 2025-07-17T06:41:16.0731298Z Downloading intel_openmp-2025.2.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-07-17T06:41:16.0960474Z Collecting tbb==2021.* (from mkl==2024.2.0) 2025-07-17T06:41:16.1009724Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2025-07-17T06:41:16.1275420Z Collecting tbb-devel==2021.* (from mkl-static==2024.2.0) 2025-07-17T06:41:16.1323799Z Downloading tbb_devel-2021.13.1-py3-none-win_amd64.whl.metadata (1.2 kB) 2025-07-17T06:41:16.1546957Z Collecting intel-cmplr-lib-ur==2025.2.0 (from intel-openmp>=2023->mkl==2024.2.0) 2025-07-17T06:41:16.1597460Z Downloading intel_cmplr_lib_ur-2025.2.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2025-07-17T06:41:16.1771724Z Collecting umf==0.11.* (from intel-cmplr-lib-ur==2025.2.0->intel-openmp>=2023->mkl==2024.2.0) 2025-07-17T06:41:16.1823441Z Downloading umf-0.11.0-py2.py3-none-win_amd64.whl.metadata (1.1 kB) 2025-07-17T06:41:16.1993451Z Collecting tcmlib>=1.4 (from umf==0.11.*->intel-cmplr-lib-ur==2025.2.0->intel-openmp>=2023->mkl==2024.2.0) 2025-07-17T06:41:16.2036426Z Downloading tcmlib-1.4.0-py2.py3-none-win_amd64.whl.metadata (1.0 kB) 2025-07-17T06:41:16.2154336Z Downloading mkl-2024.2.0-py2.py3-none-win_amd64.whl (161.5 MB) 2025-07-17T06:41:18.4934402Z ---------------------------------------- 161.5/161.5 MB 6.8 MB/s eta 0:00:00 2025-07-17T06:41:18.4983821Z Downloading mkl_static-2024.2.0-py2.py3-none-win_amd64.whl (207.3 MB) 2025-07-17T06:41:21.8389811Z ---------------------------------------- 207.3/207.3 MB 4.4 MB/s eta 0:00:00 2025-07-17T06:41:21.8447874Z Downloading mkl_include-2024.2.0-py2.py3-none-win_amd64.whl (1.3 MB) 2025-07-17T06:41:21.8621261Z ---------------------------------------- 1.3/1.3 MB 87.7 MB/s eta 0:00:00 2025-07-17T06:41:21.8665872Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2025-07-17T06:41:21.8754790Z ---------------------------------------- 286.9/286.9 kB ? eta 0:00:00 2025-07-17T06:41:21.8803461Z Downloading tbb_devel-2021.13.1-py3-none-win_amd64.whl (5.7 MB) 2025-07-17T06:41:21.9234486Z ---------------------------------------- 5.7/5.7 MB 182.4 MB/s eta 0:00:00 2025-07-17T06:41:21.9306855Z Downloading intel_openmp-2025.2.0-py2.py3-none-win_amd64.whl (34.0 MB) 2025-07-17T06:41:22.2464443Z ---------------------------------------- 34.0/34.0 MB 50.4 MB/s eta 0:00:00 2025-07-17T06:41:22.2535332Z Downloading intel_cmplr_lib_ur-2025.2.0-py2.py3-none-win_amd64.whl (1.2 MB) 2025-07-17T06:41:22.3647074Z ---------------------------------------- 1.2/1.2 MB 10.6 MB/s eta 0:00:00 2025-07-17T06:41:22.3694580Z Downloading umf-0.11.0-py2.py3-none-win_amd64.whl (231 kB) 2025-07-17T06:41:22.3786452Z ---------------------------------------- 231.7/231.7 kB ? eta 0:00:00 2025-07-17T06:41:22.3843258Z Downloading tcmlib-1.4.0-py2.py3-none-win_amd64.whl (370 kB) 2025-07-17T06:41:22.3947435Z --------------------------------------- 370.3/370.3 kB 11.6 MB/s eta 0:00:00 2025-07-17T06:41:24.2781829Z Installing collected packages: tcmlib, tbb, mkl-include, umf, tbb-devel, intel-cmplr-lib-ur, intel-openmp, mkl-static, mkl 2025-07-17T06:41:31.7059512Z Successfully installed intel-cmplr-lib-ur-2025.2.0 intel-openmp-2025.2.0 mkl-2024.2.0 mkl-include-2024.2.0 mkl-static-2024.2.0 tbb-2021.13.1 tbb-devel-2021.13.1 tcmlib-1.4.0 umf-0.11.0 2025-07-17T06:41:32.0198170Z ********************************************************************** 2025-07-17T06:41:32.0198639Z ** Visual Studio 2022 Developer Command Prompt v17.8.22 2025-07-17T06:41:32.0199021Z ** Copyright (c) 2022 Microsoft Corporation 2025-07-17T06:41:32.0199332Z ********************************************************************** 2025-07-17T06:41:32.4899858Z [vcvarsall.bat] Environment initialized for: 'x64' 2025-07-17T06:41:32.4936060Z 2025-07-17T06:41:32.4936479Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2025-07-17T06:41:32.4940115Z 2025-07-17T06:41:32.4940404Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2025-07-17T06:41:32.4942704Z 2025-07-17T06:41:32.4942956Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2025-07-17T06:41:32.4945500Z 2025-07-17T06:41:32.4952823Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;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\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\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;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-07-17T06:41:32.4960069Z 2025-07-17T06:41:32.4960328Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2025-07-17T06:41:32.4960691Z 2025-07-17T06:41:32.4960911Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2025-07-17T06:41:32.4961264Z 2025-07-17T06:41:32.4961504Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-07-17T06:41:32.4961902Z 2025-07-17T06:41:32.4962089Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-07-17T06:41:32.5125303Z Stopping sccache server... 2025-07-17T06:41:33.5149596Z sccache: error: couldn't connect to server 2025-07-17T06:41:33.5151528Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2025-07-17T06:41:33.5174668Z 2025-07-17T06:41:33.5175336Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2025-07-17T06:41:33.5265770Z sccache: Starting the server... 2025-07-17T06:41:33.7121452Z 2025-07-17T06:41:33.7122141Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2025-07-17T06:41:33.7230360Z Compile requests 0 2025-07-17T06:41:33.7230711Z Compile requests executed 0 2025-07-17T06:41:33.7230995Z Cache hits 0 2025-07-17T06:41:33.7231314Z Cache misses 0 2025-07-17T06:41:33.7231577Z Cache timeouts 0 2025-07-17T06:41:33.7231848Z Cache read errors 0 2025-07-17T06:41:33.7232112Z Forced recaches 0 2025-07-17T06:41:33.7232423Z Cache write errors 0 2025-07-17T06:41:33.7232718Z Compilation failures 0 2025-07-17T06:41:33.7232996Z Cache errors 0 2025-07-17T06:41:33.7233258Z Non-cacheable compilations 0 2025-07-17T06:41:33.7233546Z Non-cacheable calls 0 2025-07-17T06:41:33.7233830Z Non-compilation calls 0 2025-07-17T06:41:33.7234101Z Unsupported compiler calls 0 2025-07-17T06:41:33.7234389Z Average cache write 0.000 s 2025-07-17T06:41:33.7234664Z Average compiler 0.000 s 2025-07-17T06:41:33.7234953Z Average cache read hit 0.000 s 2025-07-17T06:41:33.7235241Z Failed distributed compilations 0 2025-07-17T06:41:33.7235828Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-07-17T06:41:33.7236221Z Version (client) 0.7.4 2025-07-17T06:41:33.7250504Z 2025-07-17T06:41:33.7250850Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2025-07-17T06:41:33.7253051Z 2025-07-17T06:41:33.7253317Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-07-17T06:41:33.7255767Z 2025-07-17T06:41:33.7256057Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2025-07-17T06:41:33.7259988Z 2025-07-17T06:41:33.7260235Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2025-07-17T06:41:33.7260571Z 2025-07-17T06:41:33.7260738Z 2025-07-17T06:41:33.7260904Z 2025-07-17T06:41:33.7261876Z 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-07-17T06:41:33.7262726Z if errorlevel 1 goto fail 2025-07-17T06:41:33.7263001Z if not errorlevel 0 goto fail 2025-07-17T06:41:33.7264138Z 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.9\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2025-07-17T06:41:33.7265528Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-07-17T06:41:33.7266144Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2025-07-17T06:41:33.7267005Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2025-07-17T06:41:33.7268212Z 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-07-17T06:41:33.7269063Z ) 2025-07-17T06:41:33.7269157Z 2025-07-17T06:41:33.7269303Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2025-07-17T06:41:33.7437261Z ACTIONS_ID_TOKEN_REQUEST_TOKEN=*** 2025-07-17T06:41:33.7438215Z ACTIONS_ID_TOKEN_REQUEST_URL=https://run-actions-2-azure-eastus.actions.githubusercontent.com/8//idtoken/f6c081a3-8a6f-44b6-a437-366cdb9b3828/67d389a2-fd31-595a-b1f7-16be9f2b9172?api-version=2.0 2025-07-17T06:41:33.7439256Z ACTIONS_RUNNER_HOOK_JOB_COMPLETED=C:\actions-runner\jobcompleted.ps1 2025-07-17T06:41:33.7439642Z ALLUSERSPROFILE=C:\ProgramData 2025-07-17T06:41:33.7440005Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-07-17T06:41:33.7440400Z APPDATA=C:\Users\runneruser\AppData\Roaming 2025-07-17T06:41:33.7440686Z AWS_DEFAULT_REGION=us-east-1 2025-07-17T06:41:33.7440905Z AWS_EXECUTION_ENV=EC2 2025-07-17T06:41:33.7441105Z BRANCH=main 2025-07-17T06:41:33.7441301Z BUILD_ENVIRONMENT=win-vs2022-cpu-py3 2025-07-17T06:41:33.7441558Z BUILD_TYPE=release 2025-07-17T06:41:33.7441745Z BUILD_WHEEL=1 2025-07-17T06:41:33.7441903Z CI=true 2025-07-17T06:41:33.7442081Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2025-07-17T06:41:33.7442332Z CMAKE_C_COMPILER_LAUNCHER=sccache 2025-07-17T06:41:33.7442574Z CMAKE_GENERATOR=Ninja 2025-07-17T06:41:33.7442777Z CommandPromptType=Native 2025-07-17T06:41:33.7443047Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2025-07-17T06:41:33.7443351Z COMPUTERNAME=EC2AMAZ-IFQ8336 2025-07-17T06:41:33.7443595Z COMSPEC=C:\Windows\system32\cmd.exe 2025-07-17T06:41:33.7443946Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T06:41:33.7444316Z CONDA_DEFAULT_ENV=base 2025-07-17T06:41:33.7444561Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2025-07-17T06:41:33.7444937Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T06:41:33.7445282Z CONDA_PARENT_DIR=C:\Jenkins 2025-07-17T06:41:33.7445750Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2025-07-17T06:41:33.7446015Z CONDA_PROMPT_MODIFIER=(base) 2025-07-17T06:41:33.7446285Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2025-07-17T06:41:33.7446712Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T06:41:33.7447084Z CONDA_SHLVL=1 2025-07-17T06:41:33.7447368Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-17T06:41:33.7447824Z CUDA_PATH_V12_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6 2025-07-17T06:41:33.7448283Z CUDA_PATH_V12_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8 2025-07-17T06:41:33.7448745Z CUDA_PATH_V12_9=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.9 2025-07-17T06:41:33.7449087Z CUDA_VERSION=cpu 2025-07-17T06:41:33.7449310Z ChocolateyInstall=C:\ProgramData\chocolatey 2025-07-17T06:41:33.7449667Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2025-07-17T06:41:33.7450155Z CommonProgramW6432=C:\Program Files\Common Files 2025-07-17T06:41:33.7450434Z DEBUG=0 2025-07-17T06:41:33.7450766Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\ 2025-07-17T06:41:33.7451191Z DISTUTILS_USE_SDK=1 2025-07-17T06:41:33.7451424Z DriverData=C:\Windows\System32\Drivers\DriverData 2025-07-17T06:41:33.7451727Z EC2LAUNCH_TELEMETRY=1 2025-07-17T06:41:33.7452084Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2025-07-17T06:41:33.7454248Z EXTERNAL_INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-17T06:41:33.7456240Z Framework40Version=v4.0 2025-07-17T06:41:33.7456504Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2025-07-17T06:41:33.7456863Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2025-07-17T06:41:33.7457187Z FrameworkVersion=v4.0.30319 2025-07-17T06:41:33.7457424Z FrameworkVersion64=v4.0.30319 2025-07-17T06:41:33.7457659Z GITHUB_ACTION=build 2025-07-17T06:41:33.7457840Z GITHUB_ACTIONS=true 2025-07-17T06:41:33.7458028Z GITHUB_ACTION_REF= 2025-07-17T06:41:33.7458218Z GITHUB_ACTION_REPOSITORY= 2025-07-17T06:41:33.7458445Z GITHUB_ACTOR=pytorchmergebot 2025-07-17T06:41:33.7458670Z GITHUB_ACTOR_ID=97764156 2025-07-17T06:41:33.7458915Z GITHUB_API_URL=https://api.github.com 2025-07-17T06:41:33.7459174Z GITHUB_BASE_REF= 2025-07-17T06:41:33.7459594Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_c85abbd9-a91d-4106-95fd-e4133f7dc109 2025-07-17T06:41:33.7460089Z GITHUB_EVENT_NAME=push 2025-07-17T06:41:33.7460429Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2025-07-17T06:41:33.7460878Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2025-07-17T06:41:33.7461171Z GITHUB_HEAD_REF= 2025-07-17T06:41:33.7461360Z GITHUB_JOB=build 2025-07-17T06:41:33.7461801Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_c85abbd9-a91d-4106-95fd-e4133f7dc109 2025-07-17T06:41:33.7462619Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_c85abbd9-a91d-4106-95fd-e4133f7dc109 2025-07-17T06:41:33.7463174Z GITHUB_REF=refs/heads/main 2025-07-17T06:41:33.7463390Z GITHUB_REF_NAME=main 2025-07-17T06:41:33.7463608Z GITHUB_REF_PROTECTED=true 2025-07-17T06:41:33.7463822Z GITHUB_REF_TYPE=branch 2025-07-17T06:41:33.7464058Z GITHUB_REPOSITORY=pytorch/pytorch 2025-07-17T06:41:33.7464310Z GITHUB_REPOSITORY_ID=65600975 2025-07-17T06:41:33.7464554Z GITHUB_REPOSITORY_OWNER=pytorch 2025-07-17T06:41:33.7464797Z GITHUB_REPOSITORY_OWNER_ID=21003710 2025-07-17T06:41:33.7465182Z GITHUB_RETENTION_DAYS=90 2025-07-17T06:41:33.7465398Z GITHUB_RUN_ATTEMPT=1 2025-07-17T06:41:33.7465608Z GITHUB_RUN_ID=16337959945 2025-07-17T06:41:33.7465829Z GITHUB_RUN_NUMBER=136346 2025-07-17T06:41:33.7466060Z GITHUB_SERVER_URL=https://github.com 2025-07-17T06:41:33.7466375Z GITHUB_SHA=a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:41:33.7466917Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_c85abbd9-a91d-4106-95fd-e4133f7dc109 2025-07-17T06:41:33.7467712Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_c85abbd9-a91d-4106-95fd-e4133f7dc109 2025-07-17T06:41:33.7468272Z GITHUB_TRIGGERING_ACTOR=pytorchmergebot 2025-07-17T06:41:33.7468541Z GITHUB_WORKFLOW=trunk 2025-07-17T06:41:33.7468892Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/heads/main 2025-07-17T06:41:33.7469374Z GITHUB_WORKFLOW_SHA=a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:41:33.7470517Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:41:33.7470859Z GIT_DEFAULT_BRANCH=main 2025-07-17T06:41:33.7471069Z HOME=C:\Users\runneruser 2025-07-17T06:41:33.7472964Z INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include;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\\um;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\\winrt;C:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt;C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um 2025-07-17T06:41:33.7475166Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2025-07-17T06:41:33.7476444Z LIB=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-17T06:41:33.7478586Z LIBPATH=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-17T06:41:33.7480016Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2025-07-17T06:41:33.7480296Z MAX_JOBS=8 2025-07-17T06:41:33.7480556Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2025-07-17T06:41:33.7480900Z NUMBER_OF_PROCESSORS=16 2025-07-17T06:41:33.7481104Z OS=Windows_NT 2025-07-17T06:41:33.7481281Z OUR_GITHUB_JOB_ID=46153715425 2025-07-17T06:41:33.7488056Z PATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin;C:\Program Files\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;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\2022\BuildTools\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2022\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;C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\Linux\bin\ConnectionManagerExe 2025-07-17T06:41:33.7494969Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2025-07-17T06:41:33.7495361Z Platform=x64 2025-07-17T06:41:33.7495560Z PROCESSOR_ARCHITECTURE=AMD64 2025-07-17T06:41:33.7495926Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2025-07-17T06:41:33.7496299Z PROCESSOR_LEVEL=6 2025-07-17T06:41:33.7496501Z PROCESSOR_REVISION=5507 2025-07-17T06:41:33.7496719Z PROGRAMFILES=C:\Program Files 2025-07-17T06:41:33.7496955Z PROMPT=(base) $P$G 2025-07-17T06:41:33.7497131Z PR_NUMBER= 2025-07-17T06:41:33.7497568Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2025-07-17T06:41:33.7498082Z PUBLIC=C:\Users\Public 2025-07-17T06:41:33.7498936Z *** 2025-07-17T06:41:33.7499103Z PYTHON_VERSION=3.9 2025-07-17T06:41:33.7499357Z PYTORCH_FINAL_PACKAGE_DIR=C:/16337959945/build-results/ 2025-07-17T06:41:33.7499689Z ProgramData=C:\ProgramData 2025-07-17T06:41:33.7499933Z ProgramFiles(x86)=C:\Program Files (x86) 2025-07-17T06:41:33.7500216Z ProgramW6432=C:\Program Files 2025-07-17T06:41:33.7500442Z RUNNER_ARCH=X64 2025-07-17T06:41:33.7500645Z RUNNER_ENVIRONMENT=self-hosted 2025-07-17T06:41:33.7500882Z RUNNER_NAME=i-08e411e7dd7a68541 2025-07-17T06:41:33.7501108Z RUNNER_OS=Windows 2025-07-17T06:41:33.7501316Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2025-07-17T06:41:33.7501626Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2025-07-17T06:41:33.7502001Z RUNNER_TRACKING_ID=github_872b4af8-92af-46bc-9012-c444fba1583f 2025-07-17T06:41:33.7502374Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2025-07-17T06:41:33.7502691Z SCCACHE_BUCKET=ossci-compiler-cache 2025-07-17T06:41:33.7502934Z SCCACHE_IDLE_TIMEOUT=0 2025-07-17T06:41:33.7503155Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2025-07-17T06:41:33.7503390Z SCCACHE_REGION=us-east-1 2025-07-17T06:41:33.7503684Z SCCACHE_S3_KEY_PREFIX=trunk 2025-07-17T06:41:33.7504123Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2025-07-17T06:41:33.7504602Z SHA1=a38f433be2e94a64b095a44ba39879d02d0c2316 2025-07-17T06:41:33.7504875Z SHLVL=2 2025-07-17T06:41:33.7505107Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2025-07-17T06:41:33.7505428Z SYSTEMDRIVE=C: 2025-07-17T06:41:33.7505611Z SYSTEMROOT=C:\Windows 2025-07-17T06:41:33.7505842Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:41:33.7506104Z TERM=xterm-256color 2025-07-17T06:41:33.7506321Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:41:33.7506606Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T06:41:33.7506954Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2025-07-17T06:41:33.7507367Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2025-07-17T06:41:33.7507707Z TORCH_CUDA_ARCH_LIST=8.6 2025-07-17T06:41:33.7507929Z UCRTVersion=10.0.19041.0 2025-07-17T06:41:33.7508214Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-17T06:41:33.7508557Z UPDATEFILE=update.finished 2025-07-17T06:41:33.7508775Z USERDOMAIN=EC2AMAZ-IFQ8336 2025-07-17T06:41:33.7508988Z USERNAME=runneruser 2025-07-17T06:41:33.7509332Z USERPROFILE=C:\Users\runneruser 2025-07-17T06:41:33.7509565Z USE_CUDA=0 2025-07-17T06:41:33.7509721Z USE_XPU=0 2025-07-17T06:41:33.7510093Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\VC\ 2025-07-17T06:41:33.7510700Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\ 2025-07-17T06:41:33.7511343Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\ 2025-07-17T06:41:33.7512085Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Redist\MSVC\14.38.33130\ 2025-07-17T06:41:33.7512579Z VCToolsVersion=14.38.33130 2025-07-17T06:41:33.7512805Z VC_PRODUCT=BuildTools 2025-07-17T06:41:33.7512990Z VC_VERSION= 2025-07-17T06:41:33.7513159Z VC_YEAR=2022 2025-07-17T06:41:33.7513344Z VERBOSE_ARG='SilentlyContinue' 2025-07-17T06:41:33.7513593Z VisualStudioVersion=17.0 2025-07-17T06:41:33.7514087Z VS170COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\Tools\ 2025-07-17T06:41:33.7514536Z VSCMD_ARG_app_plat=Desktop 2025-07-17T06:41:33.7514766Z VSCMD_ARG_HOST_ARCH=x64 2025-07-17T06:41:33.7514971Z VSCMD_ARG_TGT_ARCH=x64 2025-07-17T06:41:33.7515169Z VSCMD_VER=17.8.22 2025-07-17T06:41:33.7515494Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\ 2025-07-17T06:41:33.7515881Z WINDIR=C:\Windows 2025-07-17T06:41:33.7516415Z 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-07-17T06:41:33.7517113Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2025-07-17T06:41:33.7517522Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2025-07-17T06:41:33.7517839Z WindowsSDKLibVersion=10.0.19041.0\ 2025-07-17T06:41:33.7518238Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2025-07-17T06:41:33.7518639Z WindowsSDKVersion=10.0.19041.0\ 2025-07-17T06:41:33.7519134Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2025-07-17T06:41:33.7519951Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2025-07-17T06:41:33.7520444Z XPU_VERSION= 2025-07-17T06:41:33.7520836Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2025-07-17T06:41:33.7521314Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2025-07-17T06:41:33.7521561Z __DOTNET_ADD_64BIT=1 2025-07-17T06:41:33.7521784Z __DOTNET_PREFERRED_BITNESS=64 2025-07-17T06:41:33.7524901Z __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-07-17T06:41:33.7528032Z 2025-07-17T06:41:33.7528261Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2025-07-17T06:41:34.1138515Z Building wheel torch-2.9.0a0+gita38f433 2025-07-17T06:41:34.2060934Z -- Building version 2.9.0a0+gita38f433 2025-07-17T06:41:34.6292949Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\_msvccompiler.py:12: UserWarning: _get_vc_env is private; find an alternative (pypa/distutils#340) 2025-07-17T06:41:34.6293681Z warnings.warn( 2025-07-17T06:41:34.6301956Z cmake -GNinja -DBUILD_ENVIRONMENT=win-vs2022-cpu-py3 -DBUILD_PYTHON=True -DBUILD_TEST=True -DBUILD_TYPE=release -DBUILD_WHEEL=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_LAUNCHER=sccache -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_GENERATOR=Ninja -DCMAKE_INSTALL_PREFIX=C:\actions-runner\_work\pytorch\pytorch\torch -DCMAKE_PREFIX_PATH=C:\Jenkins\Miniconda3\Lib\site-packages -DPython_EXECUTABLE=C:\Jenkins\Miniconda3\python.exe -DTORCH_BUILD_VERSION=2.9.0a0+gita38f433 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2025-07-17T06:41:46.6570870Z -- The CXX compiler identification is MSVC 19.38.33145.0 2025-07-17T06:41:46.8043105Z -- The C compiler identification is MSVC 19.38.33145.0 2025-07-17T06:41:46.8252556Z -- Detecting CXX compiler ABI info 2025-07-17T06:41:53.9933829Z -- Detecting CXX compiler ABI info - done 2025-07-17T06:41:53.9957364Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped 2025-07-17T06:41:53.9961550Z -- Detecting CXX compile features 2025-07-17T06:41:53.9975204Z -- Detecting CXX compile features - done 2025-07-17T06:41:54.0076354Z -- Detecting C compiler ABI info 2025-07-17T06:41:54.3345340Z -- Detecting C compiler ABI info - done 2025-07-17T06:41:54.3368283Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe - skipped 2025-07-17T06:41:54.3372341Z -- Detecting C compile features 2025-07-17T06:41:54.3382769Z -- Detecting C compile features - done 2025-07-17T06:41:54.3430924Z -- Not forcing any particular BLAS to be found 2025-07-17T06:41:54.3525624Z CMake Warning at CMakeLists.txt:418 (message): 2025-07-17T06:41:54.3526037Z TensorPipe cannot be used on Windows. Set it to OFF 2025-07-17T06:41:54.3526289Z 2025-07-17T06:41:54.3526294Z 2025-07-17T06:41:54.3526414Z CMake Warning at CMakeLists.txt:420 (message): 2025-07-17T06:41:54.3526810Z KleidiAI cannot be used on Windows. Set it to OFF 2025-07-17T06:41:54.3527085Z 2025-07-17T06:41:54.3527089Z 2025-07-17T06:41:54.3588166Z -- Performing Test C_HAS_AVX_1 2025-07-17T06:41:55.1945162Z -- Performing Test C_HAS_AVX_1 - Success 2025-07-17T06:41:55.1949420Z -- Performing Test C_HAS_AVX2_1 2025-07-17T06:41:55.5543190Z -- Performing Test C_HAS_AVX2_1 - Success 2025-07-17T06:41:55.5547855Z -- Performing Test C_HAS_AVX512_1 2025-07-17T06:41:55.9104178Z -- Performing Test C_HAS_AVX512_1 - Success 2025-07-17T06:41:55.9108618Z -- Performing Test CXX_HAS_AVX_1 2025-07-17T06:41:56.2724597Z -- Performing Test CXX_HAS_AVX_1 - Success 2025-07-17T06:41:56.2729009Z -- Performing Test CXX_HAS_AVX2_1 2025-07-17T06:41:56.6390157Z -- Performing Test CXX_HAS_AVX2_1 - Success 2025-07-17T06:41:56.6394572Z -- Performing Test CXX_HAS_AVX512_1 2025-07-17T06:41:57.0057089Z -- Performing Test CXX_HAS_AVX512_1 - Success 2025-07-17T06:41:57.0059733Z -- Current compiler supports avx2 extension. Will build perfkernels. 2025-07-17T06:41:57.0065246Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2025-07-17T06:41:57.6789451Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2025-07-17T06:41:57.6790001Z -- Current compiler supports avx512f extension. Will build fbgemm. 2025-07-17T06:41:57.6814446Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2025-07-17T06:41:57.9954643Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2025-07-17T06:41:57.9979509Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2025-07-17T06:41:58.3140032Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2025-07-17T06:41:58.3147001Z -- Could not find hardware support for NEON on this machine. 2025-07-17T06:41:58.3147393Z -- No OMAP3 processor on this machine. 2025-07-17T06:41:58.3147675Z -- No OMAP4 processor on this machine. 2025-07-17T06:41:58.3148214Z -- Compiler does not support SVE extension. Will not build perfkernels. 2025-07-17T06:41:58.3225725Z -- Performing Test HAS/UTF_8 2025-07-17T06:41:58.6364290Z -- Performing Test HAS/UTF_8 - Success 2025-07-17T06:41:58.6387832Z -- Building using own protobuf under third_party per request. 2025-07-17T06:41:58.6388206Z -- Use custom protobuf build. 2025-07-17T06:41:58.6404138Z CMake Deprecation Warning at third_party/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): 2025-07-17T06:41:58.6404783Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-07-17T06:41:58.6405154Z CMake. 2025-07-17T06:41:58.6405267Z 2025-07-17T06:41:58.6405468Z Update the VERSION argument value or use a ... suffix to tell 2025-07-17T06:41:58.6405948Z CMake that the project does not need compatibility with older versions. 2025-07-17T06:41:58.6406312Z 2025-07-17T06:41:58.6406316Z 2025-07-17T06:41:58.6418665Z -- 2025-07-17T06:41:58.6419134Z -- 3.13.0.0 2025-07-17T06:41:58.6435921Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-07-17T06:41:58.7838082Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2025-07-17T06:41:58.7839939Z -- Looking for pthread_create in pthreads 2025-07-17T06:41:58.9611772Z -- Looking for pthread_create in pthreads - not found 2025-07-17T06:41:58.9612644Z -- Looking for pthread_create in pthread 2025-07-17T06:41:59.1338943Z -- Looking for pthread_create in pthread - not found 2025-07-17T06:41:59.1354930Z -- Found Threads: TRUE 2025-07-17T06:41:59.1849675Z -- Caffe2 protobuf include directory: $$ 2025-07-17T06:41:59.1883215Z -- Trying to find preferred BLAS backend of choice: MKL 2025-07-17T06:41:59.1906255Z -- MKL_THREADING = OMP 2025-07-17T06:41:59.1909101Z -- Looking for sys/types.h 2025-07-17T06:41:59.5484618Z -- Looking for sys/types.h - found 2025-07-17T06:41:59.5486356Z -- Looking for stdint.h 2025-07-17T06:41:59.8515490Z -- Looking for stdint.h - found 2025-07-17T06:41:59.8517863Z -- Looking for stddef.h 2025-07-17T06:42:00.1634703Z -- Looking for stddef.h - found 2025-07-17T06:42:00.1635626Z -- Check size of void* 2025-07-17T06:42:00.4808541Z -- Check size of void* - done 2025-07-17T06:42:00.5181889Z -- Looking for cblas_sgemm 2025-07-17T06:42:01.0771083Z -- Looking for cblas_sgemm - found 2025-07-17T06:42:01.0775032Z -- Looking for cblas_gemm_bf16bf16f32 2025-07-17T06:42:01.6377543Z -- Looking for cblas_gemm_bf16bf16f32 - found 2025-07-17T06:42:01.6377918Z -- Looking for cblas_gemm_f16f16f32 2025-07-17T06:42:02.1773333Z -- Looking for cblas_gemm_f16f16f32 - found 2025-07-17T06:42:02.2095552Z -- MKL libraries: C:/Jenkins/Miniconda3/Library/lib/mkl_intel_lp64.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_intel_thread.lib;C:/Jenkins/Miniconda3/Library/lib/mkl_core.lib;C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-07-17T06:42:02.2096634Z CMake Warning (dev) in cmake/Dependencies.cmake: 2025-07-17T06:42:02.2096979Z A logical block opening on the line 2025-07-17T06:42:02.2097165Z 2025-07-17T06:42:02.2097452Z C:/actions-runner/_work/pytorch/pytorch/cmake/Dependencies.cmake:261 (if) 2025-07-17T06:42:02.2097781Z 2025-07-17T06:42:02.2097862Z closes on the line 2025-07-17T06:42:02.2098005Z 2025-07-17T06:42:02.2098237Z C:/actions-runner/_work/pytorch/pytorch/cmake/Dependencies.cmake:263 (endif) 2025-07-17T06:42:02.2098577Z 2025-07-17T06:42:02.2098683Z with mis-matching arguments. 2025-07-17T06:42:02.2098945Z Call Stack (most recent call first): 2025-07-17T06:42:02.2099222Z CMakeLists.txt:865 (include) 2025-07-17T06:42:02.2099575Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:02.2099898Z 2025-07-17T06:42:02.2101103Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2025-07-17T06:42:02.2101470Z -- MKL OpenMP type: Intel 2025-07-17T06:42:02.2101827Z -- MKL OpenMP library: C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-07-17T06:42:02.3893212Z -- The ASM compiler identification is MSVC 2025-07-17T06:42:02.3908393Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe 2025-07-17T06:42:02.4019301Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-07-17T06:42:02.4073897Z -- Generating microkernels.cmake 2025-07-17T06:42:06.9394453Z 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-07-17T06:42:06.9395832Z 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-07-17T06:42:06.9396656Z No microkernel found in src\reference\binary-elementwise.cc 2025-07-17T06:42:06.9398058Z No microkernel found in src\reference\packing.cc 2025-07-17T06:42:06.9398443Z No microkernel found in src\reference\unary-elementwise.cc 2025-07-17T06:42:07.0510600Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.49.0.windows.1") 2025-07-17T06:42:07.0936482Z -- Google Benchmark version: v1.9.3, normalized to 1.9.3 2025-07-17T06:42:07.0950641Z -- Looking for shm_open in rt 2025-07-17T06:42:07.2621863Z -- Looking for shm_open in rt - not found 2025-07-17T06:42:07.2673332Z -- Performing Test HAVE_CXX_FLAG_WX 2025-07-17T06:42:07.5901215Z -- Performing Test HAVE_CXX_FLAG_WX - Success 2025-07-17T06:42:07.5904896Z -- Compiling and running to test HAVE_STD_REGEX 2025-07-17T06:42:10.6061867Z -- Performing Test HAVE_STD_REGEX -- success 2025-07-17T06:42:10.6062879Z -- Compiling and running to test HAVE_GNU_POSIX_REGEX 2025-07-17T06:42:10.7133963Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2025-07-17T06:42:10.7134555Z -- Compiling and running to test HAVE_POSIX_REGEX 2025-07-17T06:42:10.8072186Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2025-07-17T06:42:10.8073255Z -- Compiling and running to test HAVE_STEADY_CLOCK 2025-07-17T06:42:11.4722239Z -- Performing Test HAVE_STEADY_CLOCK -- success 2025-07-17T06:42:11.4757165Z -- Compiling and running to test HAVE_PTHREAD_AFFINITY 2025-07-17T06:42:11.5699600Z -- Performing Test HAVE_PTHREAD_AFFINITY -- failed to compile 2025-07-17T06:42:11.5895600Z CMake Warning (dev) at third_party/fbgemm/CMakeLists.txt:97 (find_package): 2025-07-17T06:42:11.5896188Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-07-17T06:42:11.5896696Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-07-17T06:42:11.5897186Z the cmake_policy command to set the policy and suppress this warning. 2025-07-17T06:42:11.5897482Z 2025-07-17T06:42:11.5897690Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:11.5897979Z 2025-07-17T06:42:11.6474595Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2025-07-17T06:42:11.6500548Z -- Performing Test COMPILER_SUPPORTS_AVX512 2025-07-17T06:42:11.9563071Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2025-07-17T06:42:11.9572395Z -- Performing Test HAVE_GNU_F2H_IEEE 2025-07-17T06:42:12.1403350Z -- Performing Test HAVE_GNU_F2H_IEEE - Failed 2025-07-17T06:42:12.1438483Z -- Check OMP with lib C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib and flags -openmp:experimental 2025-07-17T06:42:12.4486439Z -- Check OMP with lib C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib and flags -openmp:experimental 2025-07-17T06:42:13.0984552Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-07-17T06:42:13.0985318Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-07-17T06:42:13.0985832Z does not match the name of the calling package (OpenMP). This can lead to 2025-07-17T06:42:13.0986333Z problems in calling code that expects `find_package` result variables 2025-07-17T06:42:13.0986737Z (e.g., `_FOUND`) to follow a certain pattern. 2025-07-17T06:42:13.0987069Z Call Stack (most recent call first): 2025-07-17T06:42:13.0987656Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-07-17T06:42:13.0988120Z third_party/fbgemm/CMakeLists.txt:148 (find_package) 2025-07-17T06:42:13.0988547Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:13.0988860Z 2025-07-17T06:42:13.0988981Z -- Found OpenMP_C: -openmp:experimental 2025-07-17T06:42:13.6507591Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-07-17T06:42:13.6508369Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-07-17T06:42:13.6508897Z does not match the name of the calling package (OpenMP). This can lead to 2025-07-17T06:42:13.6509381Z problems in calling code that expects `find_package` result variables 2025-07-17T06:42:13.6509805Z (e.g., `_FOUND`) to follow a certain pattern. 2025-07-17T06:42:13.6510302Z Call Stack (most recent call first): 2025-07-17T06:42:13.6510735Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-07-17T06:42:13.6511197Z third_party/fbgemm/CMakeLists.txt:148 (find_package) 2025-07-17T06:42:13.6511628Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:13.6511918Z 2025-07-17T06:42:13.6512056Z -- Found OpenMP_CXX: -openmp:experimental 2025-07-17T06:42:13.6520870Z -- Found OpenMP: TRUE 2025-07-17T06:42:13.6523248Z -- OpenMP found! OpenMP_C_INCLUDE_DIRS = 2025-07-17T06:42:13.9445894Z -- ========== 2025-07-17T06:42:13.9446166Z -- CMAKE_BUILD_TYPE = Release 2025-07-17T06:42:13.9446511Z -- CMAKE_CXX_FLAGS_DEBUG is /Ob0 /Od /RTC1 /bigobj 2025-07-17T06:42:13.9446908Z -- CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2025-07-17T06:42:13.9447266Z -- ========== 2025-07-17T06:42:13.9639857Z ** AsmJit Summary ** 2025-07-17T06:42:13.9640311Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/external/asmjit 2025-07-17T06:42:13.9640808Z ASMJIT_TEST=FALSE 2025-07-17T06:42:13.9641032Z ASMJIT_TARGET_TYPE=SHARED 2025-07-17T06:42:13.9641272Z ASMJIT_DEPS= 2025-07-17T06:42:13.9641457Z ASMJIT_LIBS=asmjit 2025-07-17T06:42:13.9641667Z ASMJIT_CFLAGS= 2025-07-17T06:42:13.9642083Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2025-07-17T06:42:13.9642570Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2025-07-17T06:42:13.9642839Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2025-07-17T06:42:13.9738777Z -- Performing Test HAS_WNO_DEPRECATED_ENUM_ENUM_CONVERSION 2025-07-17T06:42:14.0510403Z -- Performing Test HAS_WNO_DEPRECATED_ENUM_ENUM_CONVERSION - Failed 2025-07-17T06:42:14.0534348Z -- Performing Test HAS_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION 2025-07-17T06:42:14.1275297Z -- Performing Test HAS_WNO_DEPRECATED_ANON_ENUM_ENUM_CONVERSION - Failed 2025-07-17T06:42:14.1301514Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_ENUM_ENUM_CONVERSION 2025-07-17T06:42:14.2051776Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_ENUM_ENUM_CONVERSION - Failed 2025-07-17T06:42:14.2311966Z CMake Deprecation Warning at third_party/FP16/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-07-17T06:42:14.2312605Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-07-17T06:42:14.2312984Z CMake. 2025-07-17T06:42:14.2313139Z 2025-07-17T06:42:14.2313358Z Update the VERSION argument value or use a ... suffix to tell 2025-07-17T06:42:14.2313895Z CMake that the project does not need compatibility with older versions. 2025-07-17T06:42:14.2314211Z 2025-07-17T06:42:14.2314215Z 2025-07-17T06:42:14.2379432Z CMake Deprecation Warning at third_party/psimd/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-07-17T06:42:14.2380029Z Compatibility with CMake < 3.5 will be removed from a future version of 2025-07-17T06:42:14.2380393Z CMake. 2025-07-17T06:42:14.2380492Z 2025-07-17T06:42:14.2380719Z Update the VERSION argument value or use a ... suffix to tell 2025-07-17T06:42:14.2381414Z CMake that the project does not need compatibility with older versions. 2025-07-17T06:42:14.2381757Z 2025-07-17T06:42:14.2381763Z 2025-07-17T06:42:14.2429359Z -- Using third party subdirectory Eigen. 2025-07-17T06:42:20.8631872Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2025-07-17T06:42:20.8634281Z -- Using third_party/pybind11. 2025-07-17T06:42:20.8635560Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2025-07-17T06:42:20.8684957Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2025-07-17T06:42:20.8685523Z -- Using third_party/opentelemetry-cpp. 2025-07-17T06:42:20.8686576Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2025-07-17T06:42:21.4139931Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2025-07-17T06:42:21.8066487Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2025-07-17T06:42:21.8074711Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2025-07-17T06:42:21.8078884Z CMake Warning at cmake/Dependencies.cmake:922 (message): 2025-07-17T06:42:21.8079345Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2025-07-17T06:42:21.8079732Z Call Stack (most recent call first): 2025-07-17T06:42:21.8080005Z CMakeLists.txt:865 (include) 2025-07-17T06:42:21.8080164Z 2025-07-17T06:42:21.8080169Z 2025-07-17T06:42:21.8134699Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2025-07-17T06:42:21.8135221Z -- Will link against OpenMP libraries: C:/Jenkins/Miniconda3/Library/lib/libiomp5md.lib 2025-07-17T06:42:21.8143999Z -- Found nvtx3: C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX/c/include 2025-07-17T06:42:21.8164305Z -- MSVC detected 2025-07-17T06:42:21.8164523Z -- Set USE_REDIS OFF 2025-07-17T06:42:21.8164802Z -- Set USE_IBVERBS OFF 2025-07-17T06:42:21.8165005Z -- Set USE_NCCL OFF 2025-07-17T06:42:21.8165212Z -- Set USE_RCCL OFF 2025-07-17T06:42:21.8165395Z -- Set USE_LIBUV OFF 2025-07-17T06:42:21.8175389Z -- Gloo build as SHARED library 2025-07-17T06:42:22.2617460Z -- Found Python3: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2025-07-17T06:42:22.2630342Z -- ONNX_PROTOC_EXECUTABLE: $ 2025-07-17T06:42:22.2630795Z -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND 2025-07-17T06:42:22.2634694Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-07-17T06:42:22.2641491Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-07-17T06:42:22.2648359Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-07-17T06:42:22.4890789Z -- 2025-07-17T06:42:22.4891072Z -- ******** Summary ******** 2025-07-17T06:42:22.4891369Z -- CMake version : 3.27.9 2025-07-17T06:42:22.4891760Z -- CMake command : C:/Program Files/CMake/bin/cmake.exe 2025-07-17T06:42:22.4892158Z -- System : Windows 2025-07-17T06:42:22.4892782Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe 2025-07-17T06:42:22.4893428Z -- C++ compiler version : 19.38.33145.0 2025-07-17T06:42:22.4893978Z -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2025-07-17T06:42:22.4894487Z -- Build type : Release 2025-07-17T06:42:22.4895924Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2025-07-17T06:42:22.4896401Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-07-17T06:42:22.4897117Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-07-17T06:42:22.4897654Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2025-07-17T06:42:22.4898044Z -- 2025-07-17T06:42:22.4898259Z -- ONNX version : 1.18.0 2025-07-17T06:42:22.4898564Z -- ONNX NAMESPACE : onnx_torch 2025-07-17T06:42:22.4898887Z -- ONNX_USE_LITE_PROTO : OFF 2025-07-17T06:42:22.4899175Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2025-07-17T06:42:22.4899487Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2025-07-17T06:42:22.4899784Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2025-07-17T06:42:22.4900095Z -- ONNX_WERROR : OFF 2025-07-17T06:42:22.4900382Z -- ONNX_BUILD_TESTS : OFF 2025-07-17T06:42:22.4901720Z -- BUILD_SHARED_LIBS : OFF 2025-07-17T06:42:22.4902817Z CMake Warning at cmake/Dependencies.cmake:1443 (message): 2025-07-17T06:42:22.4903306Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2025-07-17T06:42:22.4903709Z Call Stack (most recent call first): 2025-07-17T06:42:22.4903977Z CMakeLists.txt:865 (include) 2025-07-17T06:42:22.4904163Z 2025-07-17T06:42:22.4904167Z 2025-07-17T06:42:22.4904228Z -- 2025-07-17T06:42:22.4904535Z -- Protobuf compiler : $ 2025-07-17T06:42:22.4904895Z -- Protobuf includes : 2025-07-17T06:42:22.4905168Z -- Protobuf libraries : 2025-07-17T06:42:22.4905434Z -- ONNX_BUILD_PYTHON : OFF 2025-07-17T06:42:22.4905806Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2025-07-17T06:42:22.4906176Z -- Adding -DNDEBUG to compile flags 2025-07-17T06:42:22.4907647Z -- Could not find hardware support for NEON on this machine. 2025-07-17T06:42:22.4907999Z -- No OMAP3 processor on this machine. 2025-07-17T06:42:22.4908290Z -- No OMAP4 processor on this machine. 2025-07-17T06:42:22.4923286Z -- Looking for sbgemm_ 2025-07-17T06:42:27.9613076Z -- Looking for sbgemm_ - not found 2025-07-17T06:42:27.9622901Z -- Found a library with LAPACK API (mkl). 2025-07-17T06:42:27.9624439Z disabling CUDA because NOT USE_CUDA is set 2025-07-17T06:42:27.9624788Z disabling ROCM because NOT USE_ROCM is set 2025-07-17T06:42:27.9625109Z -- MIOpen not found. Compiling without MIOpen support 2025-07-17T06:42:27.9633506Z -- Will build oneDNN UKERNEL 2025-07-17T06:42:27.9760937Z -- MKLDNN_CPU_RUNTIME = OMP 2025-07-17T06:42:27.9787776Z -- DNNL_TARGET_ARCH: X64 2025-07-17T06:42:27.9834568Z -- DNNL_LIBRARY_NAME: dnnl 2025-07-17T06:42:27.9982173Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-07-17T06:42:27.9982922Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2025-07-17T06:42:27.9983436Z does not match the name of the calling package (OpenMP). This can lead to 2025-07-17T06:42:27.9983943Z problems in calling code that expects `find_package` result variables 2025-07-17T06:42:27.9984342Z (e.g., `_FOUND`) to follow a certain pattern. 2025-07-17T06:42:27.9984628Z Call Stack (most recent call first): 2025-07-17T06:42:27.9985022Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-07-17T06:42:27.9985499Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-07-17T06:42:27.9985905Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-07-17T06:42:27.9986318Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:27.9986611Z 2025-07-17T06:42:27.9989469Z -- Found OpenMP_C: -openmp:experimental 2025-07-17T06:42:27.9999406Z CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2025-07-17T06:42:28.0000130Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2025-07-17T06:42:28.0001286Z does not match the name of the calling package (OpenMP). This can lead to 2025-07-17T06:42:28.0001766Z problems in calling code that expects `find_package` result variables 2025-07-17T06:42:28.0002169Z (e.g., `_FOUND`) to follow a certain pattern. 2025-07-17T06:42:28.0002464Z Call Stack (most recent call first): 2025-07-17T06:42:28.0002837Z cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) 2025-07-17T06:42:28.0003313Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) 2025-07-17T06:42:28.0003711Z third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) 2025-07-17T06:42:28.0004137Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:28.0004422Z 2025-07-17T06:42:28.0006881Z -- Found OpenMP_CXX: -openmp:experimental 2025-07-17T06:42:28.0470459Z -- Enabled testing coverage: CI 2025-07-17T06:42:28.0481935Z -- Enabled workload: TRAINING 2025-07-17T06:42:28.0482441Z -- Enabled primitives: ALL 2025-07-17T06:42:28.0482722Z -- Enabled primitive CPU ISA: ALL 2025-07-17T06:42:28.0483260Z -- Enabled primitive GPU ISA: ALL 2025-07-17T06:42:28.0483584Z -- Enabled GeMM kernels ISA: ALL 2025-07-17T06:42:28.0586055Z -- Primitive cache is enabled 2025-07-17T06:42:28.0586786Z -- Experimental functionality for ukernels is enabled 2025-07-17T06:42:28.1206396Z -- The ASM_MASM compiler identification is MSVC 2025-07-17T06:42:28.1674381Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/ml64.exe 2025-07-17T06:42:28.1921612Z -- Graph component is enabled 2025-07-17T06:42:28.2024548Z -- Graph compiler backend is disabled. 2025-07-17T06:42:28.2133361Z -- Found MKL-DNN: TRUE 2025-07-17T06:42:28.2222381Z -- {fmt} version: 11.2.0 2025-07-17T06:42:28.2222636Z -- Build type: Release 2025-07-17T06:42:28.2302834Z -- Using CPU-only version of Kineto 2025-07-17T06:42:28.2315458Z -- Configuring Kineto dependency: 2025-07-17T06:42:28.2315967Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2025-07-17T06:42:28.2316421Z -- KINETO_BUILD_TESTS = OFF 2025-07-17T06:42:28.2316671Z -- KINETO_LIBRARY_TYPE = static 2025-07-17T06:42:28.2366909Z CMake Warning (dev) at third_party/kineto/libkineto/CMakeLists.txt:15 (find_package): 2025-07-17T06:42:28.2367501Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2025-07-17T06:42:28.2367997Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2025-07-17T06:42:28.2368487Z the cmake_policy command to set the policy and suppress this warning. 2025-07-17T06:42:28.2368778Z 2025-07-17T06:42:28.2368968Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-07-17T06:42:28.2369256Z 2025-07-17T06:42:28.2826633Z -- CUDA_SOURCE_DIR = 2025-07-17T06:42:28.2826939Z -- ROCM_SOURCE_DIR = 2025-07-17T06:42:28.3218558Z -- CUPTI unavailable or disabled - not building GPU profilers 2025-07-17T06:42:28.4070189Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2025-07-17T06:42:28.4070849Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2025-07-17T06:42:28.4071324Z -- CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2025-07-17T06:42:28.4071644Z -- ROCTRACER_INCLUDE_DIR = /include/roctracer 2025-07-17T06:42:28.4072203Z -- DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2025-07-17T06:42:28.4073138Z -- IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2025-07-17T06:42:28.4133816Z -- Configured Kineto (CPU) 2025-07-17T06:42:28.4157775Z -- Performing Test HAS/WD4624 2025-07-17T06:42:28.8008977Z -- Performing Test HAS/WD4624 - Success 2025-07-17T06:42:28.8032451Z -- Performing Test HAS/WD4068 2025-07-17T06:42:29.1143760Z -- Performing Test HAS/WD4068 - Success 2025-07-17T06:42:29.1170363Z -- Performing Test HAS/WD4067 2025-07-17T06:42:29.4285314Z -- Performing Test HAS/WD4067 - Success 2025-07-17T06:42:29.4310877Z -- Performing Test HAS/WD4267 2025-07-17T06:42:29.7570522Z -- Performing Test HAS/WD4267 - Success 2025-07-17T06:42:29.7596197Z -- Performing Test HAS/WD4661 2025-07-17T06:42:30.0699270Z -- Performing Test HAS/WD4661 - Success 2025-07-17T06:42:30.0723085Z -- Performing Test HAS/WD4717 2025-07-17T06:42:30.3795071Z -- Performing Test HAS/WD4717 - Success 2025-07-17T06:42:30.3818370Z -- Performing Test HAS/WD4244 2025-07-17T06:42:30.6958986Z -- Performing Test HAS/WD4244 - Success 2025-07-17T06:42:30.6987658Z -- Performing Test HAS/WD4804 2025-07-17T06:42:31.0173809Z -- Performing Test HAS/WD4804 - Success 2025-07-17T06:42:31.0199466Z -- Performing Test HAS/WD4273 2025-07-17T06:42:31.3318328Z -- Performing Test HAS/WD4273 - Success 2025-07-17T06:42:31.3345209Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2025-07-17T06:42:31.4113182Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2025-07-17T06:42:32.5834993Z -- 2025-07-17T06:42:32.5835771Z -- Architecture: x64 2025-07-17T06:42:32.5839551Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2025-07-17T06:42:32.5845600Z -- 2025-07-17T06:42:32.5845801Z -- Library name : mimalloc 2025-07-17T06:42:32.5846047Z -- Version : 2.2.4 2025-07-17T06:42:32.5846279Z -- Build type : release 2025-07-17T06:42:32.5846860Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe 2025-07-17T06:42:32.5847463Z -- Compiler flags : /Zc:__cplusplus 2025-07-17T06:42:32.5847823Z -- Compiler defines : MI_CMAKE_BUILD_TYPE=release;MI_BUILD_RELEASE 2025-07-17T06:42:32.5848237Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2025-07-17T06:42:32.5848560Z -- Build targets : static 2025-07-17T06:42:32.5848771Z -- 2025-07-17T06:42:32.5954414Z -- don't use NUMA 2025-07-17T06:42:32.6007333Z -- Looking for backtrace 2025-07-17T06:42:32.6957500Z -- Looking for backtrace - not found 2025-07-17T06:42:32.7043050Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2025-07-17T06:42:37.8097914Z -- headers outputs: 2025-07-17T06:42:39.8927648Z -- sources outputs: 2025-07-17T06:42:41.4393070Z -- declarations_yaml outputs: 2025-07-17T06:42:41.4472304Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2025-07-17T06:42:46.7949580Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2025-07-17T06:42:47.0136314Z -- Using ATen parallel backend: OMP 2025-07-17T06:42:47.0151602Z disabling CUDA because USE_CUDA is set false 2025-07-17T06:42:47.4107168Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.16") 2025-07-17T06:42:47.4963964Z -- Check size of long double 2025-07-17T06:42:47.8242753Z -- Check size of long double - done 2025-07-17T06:42:47.8247675Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2025-07-17T06:42:47.9576680Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2025-07-17T06:42:47.9579922Z -- Performing Test COMPILER_SUPPORTS_SSE2 2025-07-17T06:42:48.3469613Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2025-07-17T06:42:48.3472575Z -- Performing Test COMPILER_SUPPORTS_SSE4 2025-07-17T06:42:48.7084942Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2025-07-17T06:42:48.7088104Z -- Performing Test COMPILER_SUPPORTS_AVX 2025-07-17T06:42:49.0716969Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2025-07-17T06:42:49.0719980Z -- Performing Test COMPILER_SUPPORTS_FMA4 2025-07-17T06:42:49.4507576Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2025-07-17T06:42:49.4510341Z -- Performing Test COMPILER_SUPPORTS_AVX2 2025-07-17T06:42:49.8176561Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2025-07-17T06:42:49.8176972Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2025-07-17T06:42:50.1966872Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2025-07-17T06:42:50.2009869Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2025-07-17T06:42:50.2021341Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2025-07-17T06:42:50.2031110Z -- Found OpenMP: TRUE (found version "2.0") 2025-07-17T06:42:50.2035887Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2025-07-17T06:42:50.7570596Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2025-07-17T06:42:50.7572970Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2025-07-17T06:42:50.8769225Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2025-07-17T06:42:50.8771922Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2025-07-17T06:42:51.0154567Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2025-07-17T06:42:51.0156987Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2025-07-17T06:42:51.2216053Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2025-07-17T06:42:51.2218606Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2025-07-17T06:42:51.3176115Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2025-07-17T06:42:51.4025401Z Target system: Windows-10.0.17763 2025-07-17T06:42:51.4025745Z -- Configuring build for SLEEF-v3.8.0 2025-07-17T06:42:51.4026035Z Target processor: AMD64 2025-07-17T06:42:51.4026269Z Host system: Windows-10.0.17763 2025-07-17T06:42:51.4026526Z Host processor: AMD64 2025-07-17T06:42:51.4027120Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe 2025-07-17T06:42:51.4027724Z CMake: 3.27.9 2025-07-17T06:42:51.4027984Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2025-07-17T06:42:51.4028484Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2025-07-17T06:42:51.4028925Z -- Building shared libs : OFF 2025-07-17T06:42:51.4029163Z -- Building static test bins: OFF 2025-07-17T06:42:51.4029425Z -- MPFR : LIB_MPFR-NOTFOUND 2025-07-17T06:42:51.4029654Z -- GMP : LIBGMP-NOTFOUND 2025-07-17T06:42:51.4029886Z -- RT : 2025-07-17T06:42:51.4030070Z -- FFTW3 : LIBFFTW3-NOTFOUND 2025-07-17T06:42:51.4030291Z -- OPENSSL : 3.0.16 2025-07-17T06:42:51.4030493Z -- SDE : SDE_COMMAND-NOTFOUND 2025-07-17T06:42:51.4030761Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2025-07-17T06:42:51.4586690Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2025-07-17T06:42:51.4587307Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2025-07-17T06:42:51.4588051Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2025-07-17T06:42:51.4588745Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2025-07-17T06:42:52.1610025Z CMake Warning at CMakeLists.txt:1269 (message): 2025-07-17T06:42:52.1610498Z Generated cmake files are only fully tested if one builds with system glog, 2025-07-17T06:42:52.1611018Z gflags, and protobuf. Other settings may generate files that are not well 2025-07-17T06:42:52.1611426Z tested. 2025-07-17T06:42:52.1611529Z 2025-07-17T06:42:52.1611534Z 2025-07-17T06:42:52.1632060Z -- 2025-07-17T06:42:52.1632294Z -- ******** Summary ******** 2025-07-17T06:42:52.1632533Z -- General: 2025-07-17T06:42:52.1632728Z -- CMake version : 3.27.9 2025-07-17T06:42:52.1633052Z -- CMake command : C:/Program Files/CMake/bin/cmake.exe 2025-07-17T06:42:52.1633401Z -- System : Windows 2025-07-17T06:42:52.1633972Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe 2025-07-17T06:42:52.1634549Z -- C++ compiler id : MSVC 2025-07-17T06:42:52.1634799Z -- C++ compiler version : 19.38.33145.0 2025-07-17T06:42:52.1635073Z -- Using ccache if found : OFF 2025-07-17T06:42:52.1636307Z -- CXX flags : /DWIN32 /D_WINDOWS /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-07-17T06:42:52.1637944Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-07-17T06:42:52.1638393Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-07-17T06:42:52.1638841Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2025-07-17T06:42:52.1639210Z -- Build type : Release 2025-07-17T06:42:52.1640237Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;IDEEP_USE_MKL;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2025-07-17T06:42:52.1641339Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2025-07-17T06:42:52.1641917Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2025-07-17T06:42:52.1642318Z -- USE_GOLD_LINKER : OFF 2025-07-17T06:42:52.1642548Z -- 2025-07-17T06:42:52.1642714Z -- TORCH_VERSION : 2.9.0 2025-07-17T06:42:52.1642973Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2025-07-17T06:42:52.1643250Z -- BUILD_BINARY : OFF 2025-07-17T06:42:52.1643484Z -- BUILD_CUSTOM_PROTOBUF : ON 2025-07-17T06:42:52.1643726Z -- Link local protobuf : ON 2025-07-17T06:42:52.1643966Z -- BUILD_PYTHON : True 2025-07-17T06:42:52.1644208Z -- Python version : 3.9.19 2025-07-17T06:42:52.1644521Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2025-07-17T06:42:52.1644933Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2025-07-17T06:42:52.1645443Z -- Python includes : C:/Jenkins/Miniconda3/include 2025-07-17T06:42:52.1645906Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2025-07-17T06:42:52.1646269Z -- BUILD_SHARED_LIBS : ON 2025-07-17T06:42:52.1646531Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2025-07-17T06:42:52.1646806Z -- BUILD_TEST : True 2025-07-17T06:42:52.1647051Z -- BUILD_JNI : OFF 2025-07-17T06:42:52.1647359Z -- BUILD_MOBILE_AUTOGRAD : OFF 2025-07-17T06:42:52.1647647Z -- BUILD_LITE_INTERPRETER: OFF 2025-07-17T06:42:52.1647904Z -- INTERN_BUILD_MOBILE : 2025-07-17T06:42:52.1648124Z -- TRACING_BASED : OFF 2025-07-17T06:42:52.1648352Z -- USE_BLAS : 1 2025-07-17T06:42:52.1648566Z -- BLAS : mkl 2025-07-17T06:42:52.1648793Z -- BLAS_HAS_SBGEMM : 2025-07-17T06:42:52.1649094Z -- USE_LAPACK : 1 2025-07-17T06:42:52.1649325Z -- LAPACK : mkl 2025-07-17T06:42:52.1649541Z -- USE_ASAN : OFF 2025-07-17T06:42:52.1649762Z -- USE_TSAN : OFF 2025-07-17T06:42:52.1650020Z -- USE_CPP_CODE_COVERAGE : OFF 2025-07-17T06:42:52.1650246Z -- USE_CUDA : 0 2025-07-17T06:42:52.1650490Z -- USE_XPU : 0 2025-07-17T06:42:52.1650701Z -- USE_ROCM : OFF 2025-07-17T06:42:52.1650924Z -- BUILD_NVFUSER : 2025-07-17T06:42:52.1651143Z -- USE_EIGEN_FOR_BLAS : 2025-07-17T06:42:52.1651376Z -- USE_FBGEMM : ON 2025-07-17T06:42:52.1651598Z -- USE_FAKELOWP : OFF 2025-07-17T06:42:52.1651841Z -- USE_KINETO : ON 2025-07-17T06:42:52.1652061Z -- USE_GFLAGS : OFF 2025-07-17T06:42:52.1652281Z -- USE_GLOG : OFF 2025-07-17T06:42:52.1652509Z -- USE_LITE_PROTO : OFF 2025-07-17T06:42:52.1652732Z -- USE_PYTORCH_METAL : OFF 2025-07-17T06:42:52.1652989Z -- USE_PYTORCH_METAL_EXPORT : OFF 2025-07-17T06:42:52.1653245Z -- USE_MPS : OFF 2025-07-17T06:42:52.1653474Z -- CAN_COMPILE_METAL : 2025-07-17T06:42:52.1653693Z -- USE_MKL : ON 2025-07-17T06:42:52.1653921Z -- USE_STATIC_MKL : OFF 2025-07-17T06:42:52.1654320Z -- USE_MKLDNN : ON 2025-07-17T06:42:52.1654548Z -- USE_MKLDNN_ACL : OFF 2025-07-17T06:42:52.1654786Z -- USE_MKLDNN_CBLAS : OFF 2025-07-17T06:42:52.1655010Z -- USE_UCC : OFF 2025-07-17T06:42:52.1655242Z -- USE_ITT : ON 2025-07-17T06:42:52.1655458Z -- USE_XCCL : OFF 2025-07-17T06:42:52.1655686Z -- USE_NCCL : OFF 2025-07-17T06:42:52.1655919Z -- Found NVSHMEM : 2025-07-17T06:42:52.1656143Z -- USE_NNPACK : OFF 2025-07-17T06:42:52.1656365Z -- USE_NUMPY : ON 2025-07-17T06:42:52.1656599Z -- USE_OBSERVERS : ON 2025-07-17T06:42:52.1656817Z -- USE_OPENCL : OFF 2025-07-17T06:42:52.1657045Z -- USE_OPENMP : ON 2025-07-17T06:42:52.1657277Z -- USE_MIMALLOC : ON 2025-07-17T06:42:52.1657503Z -- USE_MIMALLOC_ON_MKL : OFF 2025-07-17T06:42:52.1657751Z -- USE_VULKAN : OFF 2025-07-17T06:42:52.1658070Z -- USE_PROF : OFF 2025-07-17T06:42:52.1658313Z -- USE_PYTORCH_QNNPACK : OFF 2025-07-17T06:42:52.1658553Z -- USE_XNNPACK : ON 2025-07-17T06:42:52.1658791Z -- USE_DISTRIBUTED : ON 2025-07-17T06:42:52.1659022Z -- USE_MPI : OFF 2025-07-17T06:42:52.1659265Z -- USE_GLOO : ON 2025-07-17T06:42:52.1659501Z -- USE_GLOO_WITH_OPENSSL : OFF 2025-07-17T06:42:52.1659741Z -- USE_GLOO_IBVERBS : OFF 2025-07-17T06:42:52.1659984Z -- USE_TENSORPIPE : OFF 2025-07-17T06:42:52.1660269Z -- Public Dependencies : caffe2::mkl 2025-07-17T06:42:52.1661012Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2025-07-17T06:42:52.1661728Z -- Public CUDA Deps. : 2025-07-17T06:42:52.1661972Z -- Private CUDA Deps. : 2025-07-17T06:42:52.1662198Z -- USE_COREML_DELEGATE : OFF 2025-07-17T06:42:52.1662468Z -- BUILD_LAZY_TS_BACKEND : ON 2025-07-17T06:42:52.1662707Z -- USE_ROCM_KERNEL_ASSERT : OFF 2025-07-17T06:42:52.1741371Z -- Performing Test HAS_WMISSING_PROTOTYPES 2025-07-17T06:42:52.2540987Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2025-07-17T06:42:52.2566197Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2025-07-17T06:42:52.3340359Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2025-07-17T06:42:52.3417698Z -- Configuring done (77.7s) 2025-07-17T06:42:59.8342783Z -- Generating done (6.4s) 2025-07-17T06:43:00.0697669Z CMake Warning: 2025-07-17T06:43:00.0698028Z Manually-specified variables were not used by the project: 2025-07-17T06:43:00.0698398Z 2025-07-17T06:43:00.0698485Z BUILD_ENVIRONMENT 2025-07-17T06:43:00.0698697Z BUILD_TYPE 2025-07-17T06:43:00.0698903Z BUILD_WHEEL 2025-07-17T06:43:00.0699020Z 2025-07-17T06:43:00.0699025Z 2025-07-17T06:43:00.0723366Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2025-07-17T06:43:00.1624579Z cmake --build . --target install --config Release -j 8 2025-07-17T06:43:05.9960465Z [1/4] Generating ATen declarations_yaml 2025-07-17T06:43:14.1023464Z [2/4] Generating ATen headers 2025-07-17T06:43:14.5273022Z [3/4] Generating ATen sources 2025-07-17T06:43:20.0247856Z [1/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2025-07-17T06:43:20.0418082Z [2/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-07-17T06:43:20.0465051Z [3/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2025-07-17T06:43:20.0586102Z [4/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2025-07-17T06:43:20.0643341Z [5/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-07-17T06:43:20.0727391Z [6/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-07-17T06:43:20.0913382Z [7/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-07-17T06:43:20.1259205Z [8/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-07-17T06:43:20.2913440Z [9/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-07-17T06:43:20.3697697Z [10/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2025-07-17T06:43:20.4035329Z [11/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2025-07-17T06:43:20.4230761Z [12/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-07-17T06:43:20.5243869Z [13/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-07-17T06:43:20.5462828Z [14/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-07-17T06:43:20.5518367Z [15/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-07-17T06:43:20.5533519Z [16/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-07-17T06:43:20.6832918Z [17/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-07-17T06:43:20.7155936Z [18/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-07-17T06:43:20.7379903Z [19/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-07-17T06:43:20.7580364Z [20/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-07-17T06:43:20.8012880Z [21/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-07-17T06:43:20.8155742Z [22/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-07-17T06:43:20.9382537Z [23/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-07-17T06:43:20.9396926Z [24/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-07-17T06:43:21.0516062Z [25/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2025-07-17T06:43:21.1021785Z [26/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-07-17T06:43:21.1043352Z [27/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2025-07-17T06:43:21.1687666Z [28/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2025-07-17T06:43:21.3371941Z [29/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2025-07-17T06:43:21.3430182Z [30/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2025-07-17T06:43:21.4846500Z [31/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2025-07-17T06:43:21.4948137Z [32/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2025-07-17T06:43:21.4969464Z [33/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2025-07-17T06:43:21.5376976Z [34/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2025-07-17T06:43:21.7243921Z [35/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2025-07-17T06:43:21.7816971Z [36/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2025-07-17T06:43:21.7828590Z [37/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2025-07-17T06:43:21.7931283Z [38/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2025-07-17T06:43:21.8527764Z [39/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2025-07-17T06:43:21.8887593Z [40/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2025-07-17T06:43:21.9568417Z [41/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2025-07-17T06:43:22.0386325Z [42/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2025-07-17T06:43:22.0451719Z [43/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2025-07-17T06:43:22.0855639Z [44/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2025-07-17T06:43:22.1657555Z [45/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2025-07-17T06:43:22.2676985Z [46/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2025-07-17T06:43:22.2945504Z [47/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2025-07-17T06:43:22.3531936Z [48/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2025-07-17T06:43:22.3593481Z [49/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2025-07-17T06:43:22.4276558Z [50/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2025-07-17T06:43:22.5828645Z [51/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2025-07-17T06:43:22.6078957Z [52/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2025-07-17T06:43:22.6559527Z [53/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2025-07-17T06:43:22.6575710Z [54/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2025-07-17T06:43:22.6653416Z [55/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2025-07-17T06:43:22.7122982Z [56/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2025-07-17T06:43:22.8926157Z [57/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2025-07-17T06:43:23.0021348Z [58/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2025-07-17T06:43:23.0103764Z [59/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2025-07-17T06:43:23.0120585Z [60/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2025-07-17T06:43:23.0137320Z [61/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2025-07-17T06:43:23.0195976Z [62/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2025-07-17T06:43:23.1585348Z [63/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-07-17T06:43:23.1873830Z [64/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-07-17T06:43:23.2170768Z [65/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2025-07-17T06:43:23.3363513Z [66/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2025-07-17T06:43:23.3978793Z [67/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2025-07-17T06:43:23.4075909Z [68/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2025-07-17T06:43:23.4172090Z [69/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2025-07-17T06:43:23.4377159Z [70/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2025-07-17T06:43:23.5937316Z [71/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2025-07-17T06:43:23.6168684Z [72/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2025-07-17T06:43:23.6275415Z [73/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2025-07-17T06:43:23.6437045Z [74/7175] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2025-07-17T06:43:23.7563366Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-07-17T06:43:23.7563948Z 2025-07-17T06:43:23.7563956Z 2025-07-17T06:43:23.7564240Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:43:23.7564723Z 2025-07-17T06:43:23.7564730Z 2025-07-17T06:43:23.7564736Z 2025-07-17T06:43:23.7564742Z 2025-07-17T06:43:23.7565516Z [75/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2025-07-17T06:43:23.7677801Z [76/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2025-07-17T06:43:23.8114170Z [77/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2025-07-17T06:43:23.8271717Z [78/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2025-07-17T06:43:23.9464732Z [79/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2025-07-17T06:43:24.0129356Z [80/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2025-07-17T06:43:24.1398909Z [81/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2025-07-17T06:43:24.1556709Z [82/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2025-07-17T06:43:24.2265069Z [83/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2025-07-17T06:43:24.2347228Z [84/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2025-07-17T06:43:24.3137187Z [85/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2025-07-17T06:43:24.3739624Z [86/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2025-07-17T06:43:24.4003420Z [87/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2025-07-17T06:43:24.5093540Z [88/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2025-07-17T06:43:24.5189778Z [89/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2025-07-17T06:43:24.6277515Z [90/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2025-07-17T06:43:24.6361546Z [91/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2025-07-17T06:43:24.6973226Z [92/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2025-07-17T06:43:24.7669854Z [93/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2025-07-17T06:43:24.7750593Z [94/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2025-07-17T06:43:24.8134041Z [95/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2025-07-17T06:43:24.8917188Z [96/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2025-07-17T06:43:25.0505072Z [97/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2025-07-17T06:43:25.0522779Z [98/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2025-07-17T06:43:25.0860084Z [99/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2025-07-17T06:43:25.1820817Z [100/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2025-07-17T06:43:25.1979588Z [101/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2025-07-17T06:43:25.2336155Z [102/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2025-07-17T06:43:25.2575264Z [103/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2025-07-17T06:43:25.4154241Z [104/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2025-07-17T06:43:25.4551553Z [105/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2025-07-17T06:43:25.4743066Z [106/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2025-07-17T06:43:25.5699035Z [107/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2025-07-17T06:43:25.5786692Z [108/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2025-07-17T06:43:25.6445891Z [109/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2025-07-17T06:43:25.6618838Z [110/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2025-07-17T06:43:25.7198773Z [111/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2025-07-17T06:43:25.7783842Z [112/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2025-07-17T06:43:25.8038066Z [113/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2025-07-17T06:43:25.8293574Z [114/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2025-07-17T06:43:26.1487909Z [115/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2025-07-17T06:43:26.1582706Z [116/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2025-07-17T06:43:26.1599308Z [117/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2025-07-17T06:43:26.1614895Z [118/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2025-07-17T06:43:26.1632019Z [119/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2025-07-17T06:43:26.1760580Z [120/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2025-07-17T06:43:26.1936397Z [121/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2025-07-17T06:43:26.2789017Z [122/7175] Linking CXX static library lib\libprotobuf.lib 2025-07-17T06:43:26.5452964Z [123/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2025-07-17T06:43:26.5630623Z [124/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2025-07-17T06:43:26.5721325Z [125/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2025-07-17T06:43:26.5966541Z [126/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2025-07-17T06:43:26.6043625Z [127/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2025-07-17T06:43:26.6154236Z [128/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2025-07-17T06:43:26.6265483Z [129/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2025-07-17T06:43:26.6684305Z [130/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2025-07-17T06:43:26.9421389Z [131/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2025-07-17T06:43:26.9790416Z [132/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2025-07-17T06:43:27.0109730Z [133/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2025-07-17T06:43:27.0165496Z [134/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2025-07-17T06:43:27.0406211Z [135/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2025-07-17T06:43:27.0488807Z [136/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2025-07-17T06:43:27.0505267Z [137/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2025-07-17T06:43:27.0563622Z [138/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2025-07-17T06:43:27.1097273Z [139/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2025-07-17T06:43:27.3254451Z [140/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2025-07-17T06:43:27.3498943Z [141/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2025-07-17T06:43:27.4259394Z [142/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2025-07-17T06:43:27.4371137Z [143/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2025-07-17T06:43:27.4446772Z [144/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2025-07-17T06:43:27.4537336Z [145/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2025-07-17T06:43:27.5098398Z [146/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2025-07-17T06:43:27.5384714Z [147/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2025-07-17T06:43:27.7037308Z [148/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2025-07-17T06:43:27.7480778Z [149/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2025-07-17T06:43:27.8528558Z [150/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2025-07-17T06:43:27.8609285Z [151/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2025-07-17T06:43:27.8754567Z [152/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2025-07-17T06:43:27.8996980Z [153/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2025-07-17T06:43:27.9226774Z [154/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2025-07-17T06:43:27.9439672Z [155/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2025-07-17T06:43:27.9552081Z [156/7175] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2025-07-17T06:43:28.0703597Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-07-17T06:43:28.0703983Z 2025-07-17T06:43:28.0703987Z 2025-07-17T06:43:28.0704156Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:43:28.0704522Z 2025-07-17T06:43:28.0704528Z 2025-07-17T06:43:28.0704534Z 2025-07-17T06:43:28.0704538Z 2025-07-17T06:43:28.0705002Z [157/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2025-07-17T06:43:28.0821999Z [158/7175] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2025-07-17T06:43:28.1226265Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-07-17T06:43:28.1226601Z 2025-07-17T06:43:28.1226668Z 2025-07-17T06:43:28.1226911Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:43:28.1227284Z 2025-07-17T06:43:28.1227289Z 2025-07-17T06:43:28.1227294Z 2025-07-17T06:43:28.1227299Z 2025-07-17T06:43:28.1228027Z [159/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2025-07-17T06:43:28.1982577Z [160/7175] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2025-07-17T06:43:28.2332509Z [161/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2025-07-17T06:43:28.2610178Z [162/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2025-07-17T06:43:28.2712094Z [163/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2025-07-17T06:43:28.2777938Z [164/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2025-07-17T06:43:28.3216107Z [165/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2025-07-17T06:43:28.3660710Z [166/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2025-07-17T06:43:28.3675868Z [167/7175] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2025-07-17T06:43:28.3720833Z [168/7175] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2025-07-17T06:43:28.4123822Z [169/7175] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2025-07-17T06:43:28.4953157Z [170/7175] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2025-07-17T06:43:28.5216719Z [171/7175] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2025-07-17T06:43:28.5348690Z [172/7175] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2025-07-17T06:43:28.5675638Z [173/7175] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2025-07-17T06:43:28.6010060Z [174/7175] Linking C static library lib\pthreadpool.lib 2025-07-17T06:43:28.6059637Z [175/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2025-07-17T06:43:28.6338519Z [176/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2025-07-17T06:43:28.6978297Z [177/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2025-07-17T06:43:28.7626076Z [178/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2025-07-17T06:43:28.7637841Z [179/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2025-07-17T06:43:28.7648805Z [180/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2025-07-17T06:43:28.7701703Z [181/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2025-07-17T06:43:28.7719147Z [182/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2025-07-17T06:43:28.9129437Z [183/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2025-07-17T06:43:28.9313592Z [184/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2025-07-17T06:43:28.9357023Z [185/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2025-07-17T06:43:28.9371850Z [186/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2025-07-17T06:43:28.9471741Z [187/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2025-07-17T06:43:28.9523088Z [188/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2025-07-17T06:43:28.9675128Z [189/7175] Linking CXX static library lib\libprotoc.lib 2025-07-17T06:43:29.0391592Z [190/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2025-07-17T06:43:29.0538247Z [191/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2025-07-17T06:43:29.0724192Z [192/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2025-07-17T06:43:29.0795351Z [193/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2025-07-17T06:43:29.0841816Z [194/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-07-17T06:43:29.0937395Z [195/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2025-07-17T06:43:29.1549064Z [196/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2025-07-17T06:43:29.1979296Z [197/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2025-07-17T06:43:29.2027920Z [198/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2025-07-17T06:43:29.2076832Z [199/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2025-07-17T06:43:29.2183912Z [200/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2025-07-17T06:43:29.2256038Z [201/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2025-07-17T06:43:29.2311664Z [202/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2025-07-17T06:43:29.2607019Z [203/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2025-07-17T06:43:29.3342304Z [204/7175] 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-07-17T06:43:29.3387510Z [205/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2025-07-17T06:43:29.3508868Z [206/7175] 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-07-17T06:43:29.3521638Z [207/7175] 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-07-17T06:43:29.3532443Z [208/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2025-07-17T06:43:29.3582772Z [209/7175] 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-07-17T06:43:29.3754973Z [210/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2025-07-17T06:43:29.4412775Z [211/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2025-07-17T06:43:29.4535948Z [212/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2025-07-17T06:43:29.4581342Z [213/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2025-07-17T06:43:29.4641377Z [214/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2025-07-17T06:43:29.4653879Z [215/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2025-07-17T06:43:29.4878841Z [216/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2025-07-17T06:43:29.4894122Z [217/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u4.c.obj 2025-07-17T06:43:29.5493237Z [218/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2025-07-17T06:43:29.5724460Z [219/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2025-07-17T06:43:29.5739233Z [220/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2025-07-17T06:43:29.5787627Z [221/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2025-07-17T06:43:29.6166022Z [222/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vadd-f16c-u16.c.obj 2025-07-17T06:43:29.6423605Z [223/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2025-07-17T06:43:29.6435010Z [224/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2025-07-17T06:43:29.6823845Z [225/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u8.c.obj 2025-07-17T06:43:29.7677710Z [226/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u8.c.obj 2025-07-17T06:43:29.7690462Z [227/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2025-07-17T06:43:29.7702509Z [228/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2025-07-17T06:43:29.7714678Z [229/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2025-07-17T06:43:29.7729290Z [230/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2025-07-17T06:43:29.7745077Z [231/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u16.c.obj 2025-07-17T06:43:29.7854958Z [232/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmul-f16c-u16.c.obj 2025-07-17T06:43:29.8966486Z [233/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u16.c.obj 2025-07-17T06:43:29.8981326Z [234/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u16.c.obj 2025-07-17T06:43:29.8992850Z [235/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u16.c.obj 2025-07-17T06:43:29.9050316Z [236/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u16.c.obj 2025-07-17T06:43:29.9160784Z [237/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u8.c.obj 2025-07-17T06:43:29.9177675Z [238/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2025-07-17T06:43:29.9606698Z [239/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u16.c.obj 2025-07-17T06:43:30.0209610Z [240/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u16.c.obj 2025-07-17T06:43:30.0223363Z [241/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsub-f16c-u16.c.obj 2025-07-17T06:43:30.0235358Z [242/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2025-07-17T06:43:30.0291315Z [243/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2025-07-17T06:43:30.0378812Z [244/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2025-07-17T06:43:30.0780971Z [245/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2025-07-17T06:43:30.1132875Z [246/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2025-07-17T06:43:30.1287060Z [247/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2025-07-17T06:43:30.1494412Z [248/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2025-07-17T06:43:30.1562658Z [249/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2025-07-17T06:43:30.1577936Z [250/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2025-07-17T06:43:30.1638420Z [251/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2025-07-17T06:43:30.2163445Z [252/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2025-07-17T06:43:30.2355477Z [253/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2025-07-17T06:43:30.2610455Z [254/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2025-07-17T06:43:30.2621070Z [255/7175] Linking CXX executable bin\protoc.exe 2025-07-17T06:43:30.2737415Z [256/7175] 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-07-17T06:43:30.2832463Z [257/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2025-07-17T06:43:30.2848880Z [258/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2025-07-17T06:43:30.2906423Z [259/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2025-07-17T06:43:30.3346317Z [260/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2025-07-17T06:43:30.3428936Z [261/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2025-07-17T06:43:30.3485736Z [262/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2025-07-17T06:43:30.3550780Z [263/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2025-07-17T06:43:30.3596922Z [264/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2025-07-17T06:43:30.3638986Z [265/7175] Running gen_proto.py on onnx/onnx.in.proto 2025-07-17T06:43:30.3789770Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2025-07-17T06:43:30.3790185Z 2025-07-17T06:43:30.3790513Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2025-07-17T06:43:30.3790982Z 2025-07-17T06:43:30.3791574Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2025-07-17T06:43:30.3792313Z 2025-07-17T06:43:30.3792742Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2025-07-17T06:43:30.3793262Z 2025-07-17T06:43:30.3793699Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2025-07-17T06:43:30.3794317Z 2025-07-17T06:43:30.3795080Z [266/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2025-07-17T06:43:30.4016933Z [267/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2025-07-17T06:43:30.4515001Z [268/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2025-07-17T06:43:30.4679877Z [269/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2025-07-17T06:43:30.4778769Z [270/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2025-07-17T06:43:30.4900212Z [271/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2025-07-17T06:43:30.4956634Z [272/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2025-07-17T06:43:30.5317227Z [273/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2025-07-17T06:43:30.5375736Z [274/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2025-07-17T06:43:30.5806527Z [275/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2025-07-17T06:43:30.5968082Z [276/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2025-07-17T06:43:30.6107598Z [277/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2025-07-17T06:43:30.6216105Z [278/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2025-07-17T06:43:30.6315342Z [279/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2025-07-17T06:43:30.6603901Z [280/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2025-07-17T06:43:30.6915699Z [281/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2025-07-17T06:43:30.7199780Z [282/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2025-07-17T06:43:30.7261512Z [283/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2025-07-17T06:43:30.7423718Z [284/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2025-07-17T06:43:30.7599492Z [285/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2025-07-17T06:43:30.7656652Z [286/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2025-07-17T06:43:30.7970977Z [287/7175] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2025-07-17T06:43:30.8168232Z [288/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2025-07-17T06:43:30.8505443Z [289/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2025-07-17T06:43:30.8663565Z [290/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2025-07-17T06:43:30.8717800Z [291/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2025-07-17T06:43:30.8863788Z [292/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2025-07-17T06:43:30.8935503Z [293/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2025-07-17T06:43:30.8951580Z [294/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2025-07-17T06:43:30.9197681Z [295/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-07-17T06:43:30.9333239Z [296/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2025-07-17T06:43:30.9940217Z [297/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2025-07-17T06:43:31.0038596Z [298/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2025-07-17T06:43:31.0050136Z [299/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2025-07-17T06:43:31.0154275Z [300/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2025-07-17T06:43:31.0296011Z [301/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2025-07-17T06:43:31.0356564Z [302/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2025-07-17T06:43:31.0452569Z [303/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2025-07-17T06:43:31.0635574Z [304/7175] 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-07-17T06:43:31.1254148Z [305/7175] 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-07-17T06:43:31.1404688Z [306/7175] 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-07-17T06:43:31.1460552Z [307/7175] 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-07-17T06:43:31.1505564Z [308/7175] 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-07-17T06:43:31.1619442Z [309/7175] 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-07-17T06:43:31.1698580Z [310/7175] 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-07-17T06:43:31.1752539Z [311/7175] 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-07-17T06:43:31.1986617Z [312/7175] 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-07-17T06:43:31.2559017Z [313/7175] 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-07-17T06:43:31.2738650Z [314/7175] 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-07-17T06:43:31.2794349Z [315/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2025-07-17T06:43:31.2843242Z [316/7175] 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-07-17T06:43:31.2902511Z [317/7175] 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-07-17T06:43:31.2956671Z [318/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2025-07-17T06:43:31.3179819Z [319/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2025-07-17T06:43:31.3313635Z [320/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2025-07-17T06:43:31.3957809Z [321/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2025-07-17T06:43:31.3970747Z [322/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2025-07-17T06:43:31.4037799Z [323/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2025-07-17T06:43:31.4351011Z [324/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.4420413Z [325/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.4470991Z [326/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2025-07-17T06:43:31.4668904Z [327/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x32-minmax-avx512f-broadcast.c.obj 2025-07-17T06:43:31.4692909Z [328/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2025-07-17T06:43:31.5572877Z [329/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2025-07-17T06:43:31.5824652Z [330/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2025-07-17T06:43:31.5836786Z [331/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2025-07-17T06:43:31.5914988Z [332/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2025-07-17T06:43:31.5929157Z [333/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2025-07-17T06:43:31.6114220Z [334/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2025-07-17T06:43:31.6195600Z [335/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.6493484Z [336/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2025-07-17T06:43:31.6991928Z [337/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2025-07-17T06:43:31.7290119Z [338/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2025-07-17T06:43:31.7502417Z [339/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2025-07-17T06:43:31.7561898Z [340/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2025-07-17T06:43:31.7576677Z [341/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2025-07-17T06:43:31.7588162Z [342/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2025-07-17T06:43:31.7639636Z [343/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2025-07-17T06:43:31.8013955Z [344/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.8403678Z [345/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-gemm\gen\f32-gemm-7x32-minmax-avx512f-broadcast.c.obj 2025-07-17T06:43:31.8539480Z [346/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2025-07-17T06:43:31.8590726Z [347/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2025-07-17T06:43:31.8683666Z [348/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2025-07-17T06:43:31.8964084Z [349/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.9091776Z [350/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2025-07-17T06:43:31.9423181Z [351/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:31.9821920Z [352/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x32-minmax-avx512f-broadcast.c.obj 2025-07-17T06:43:31.9941940Z [353/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2025-07-17T06:43:32.0090446Z [354/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2025-07-17T06:43:32.0149050Z [355/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2025-07-17T06:43:32.0160566Z [356/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2025-07-17T06:43:32.0171639Z [357/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2025-07-17T06:43:32.0376484Z [358/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2025-07-17T06:43:32.0635553Z [359/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2025-07-17T06:43:32.1153206Z [360/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2025-07-17T06:43:32.1315489Z [361/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T06:43:32.1485281Z [362/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2025-07-17T06:43:32.1559558Z [363/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2025-07-17T06:43:32.1657942Z [364/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2025-07-17T06:43:32.1819931Z [365/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2025-07-17T06:43:32.1846872Z [366/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2025-07-17T06:43:32.2027664Z [367/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2025-07-17T06:43:32.2394057Z [368/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2025-07-17T06:43:32.2574210Z [369/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2025-07-17T06:43:32.2784556Z [370/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2025-07-17T06:43:32.2835258Z [371/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-07-17T06:43:32.2985452Z [372/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2025-07-17T06:43:32.3035244Z [373/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2025-07-17T06:43:32.3206321Z [374/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2025-07-17T06:43:32.3387017Z [375/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-igemm\gen\f32-igemm-7x32-minmax-avx512f-broadcast.c.obj 2025-07-17T06:43:32.3447053Z [376/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2025-07-17T06:43:32.3838320Z [377/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2025-07-17T06:43:32.4376652Z [378/7175] 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-07-17T06:43:32.4459232Z [379/7175] 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-07-17T06:43:32.4609947Z [380/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2025-07-17T06:43:32.4690190Z [381/7175] 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-07-17T06:43:32.4808313Z [382/7175] 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-07-17T06:43:32.4863566Z [383/7175] 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-07-17T06:43:32.5134896Z [384/7175] 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-07-17T06:43:32.5348696Z [385/7175] 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-07-17T06:43:32.5758156Z [386/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2025-07-17T06:43:32.5913194Z [387/7175] 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-07-17T06:43:32.5999556Z [388/7175] 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-07-17T06:43:32.6156754Z [389/7175] 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-07-17T06:43:32.6256575Z [390/7175] 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-07-17T06:43:32.6513338Z [391/7175] 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-07-17T06:43:32.6680129Z [392/7175] 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-07-17T06:43:32.6770553Z [393/7175] 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-07-17T06:43:32.7214408Z [394/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2025-07-17T06:43:32.7402963Z [395/7175] 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-07-17T06:43:32.7459509Z [396/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2025-07-17T06:43:32.7638391Z [397/7175] 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-07-17T06:43:32.7810466Z [398/7175] 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-07-17T06:43:32.7992175Z [399/7175] 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-07-17T06:43:32.8241414Z [400/7175] 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-07-17T06:43:32.8318536Z [401/7175] 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-07-17T06:43:32.8406034Z [402/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2025-07-17T06:43:32.8656296Z [403/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2025-07-17T06:43:32.8712752Z [404/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2025-07-17T06:43:32.9012910Z [405/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2025-07-17T06:43:32.9072263Z [406/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2025-07-17T06:43:32.9149060Z [407/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2025-07-17T06:43:32.9385690Z [408/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2025-07-17T06:43:32.9488887Z [409/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2025-07-17T06:43:32.9792283Z [410/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2025-07-17T06:43:32.9859514Z [411/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2025-07-17T06:43:33.0047283Z [412/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2025-07-17T06:43:33.0119061Z [413/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2025-07-17T06:43:33.0288220Z [414/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2025-07-17T06:43:33.0405266Z [415/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2025-07-17T06:43:33.0481638Z [416/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2025-07-17T06:43:33.0905044Z [417/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc2.c.obj 2025-07-17T06:43:33.0972959Z [418/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.obj 2025-07-17T06:43:33.0988152Z [419/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc2.c.obj 2025-07-17T06:43:33.1222095Z [420/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2025-07-17T06:43:33.1292053Z [421/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2025-07-17T06:43:33.1443646Z [422/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2025-07-17T06:43:33.1552239Z [423/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2025-07-17T06:43:33.1705727Z [424/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2025-07-17T06:43:33.2064460Z [425/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2025-07-17T06:43:33.2125244Z [426/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2025-07-17T06:43:33.2296053Z [427/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2025-07-17T06:43:33.2441771Z [428/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2025-07-17T06:43:33.2569057Z [429/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2025-07-17T06:43:33.2638602Z [430/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2025-07-17T06:43:33.2650219Z [431/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2025-07-17T06:43:33.2765356Z [432/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2025-07-17T06:43:33.3205166Z [433/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2025-07-17T06:43:33.3224275Z [434/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2025-07-17T06:43:33.3373724Z [435/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2025-07-17T06:43:33.3545785Z [436/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2025-07-17T06:43:33.3698175Z [437/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2025-07-17T06:43:33.3757046Z [438/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2025-07-17T06:43:33.3907166Z [439/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2025-07-17T06:43:33.4021990Z [440/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2025-07-17T06:43:33.4336604Z [441/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2025-07-17T06:43:33.4620644Z [442/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u32.c.obj 2025-07-17T06:43:33.4785720Z [443/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-avx-u16.c.obj 2025-07-17T06:43:33.4848385Z [444/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2025-07-17T06:43:33.4972881Z [445/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vadd-sse-u8.c.obj 2025-07-17T06:43:33.5060728Z [446/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u32.c.obj 2025-07-17T06:43:33.5078461Z [447/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-avx-u16.c.obj 2025-07-17T06:43:33.5289617Z [448/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2025-07-17T06:43:33.5584940Z [449/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vaddc-sse-u8.c.obj 2025-07-17T06:43:33.5955504Z [450/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx-u16.c.obj 2025-07-17T06:43:33.6043581Z [451/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u32.c.obj 2025-07-17T06:43:33.6110651Z [452/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2025-07-17T06:43:33.6291856Z [453/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdiv-sse-u8.c.obj 2025-07-17T06:43:33.6354152Z [454/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u32.c.obj 2025-07-17T06:43:33.6371230Z [455/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-avx-u16.c.obj 2025-07-17T06:43:33.6673193Z [456/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2025-07-17T06:43:33.6809951Z [457/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vdivc-sse-u8.c.obj 2025-07-17T06:43:33.7214088Z [458/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2025-07-17T06:43:33.7273184Z [459/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2025-07-17T06:43:33.7444259Z [460/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2025-07-17T06:43:33.7587686Z [461/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2025-07-17T06:43:33.7602437Z [462/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2025-07-17T06:43:33.7742007Z [463/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2025-07-17T06:43:33.8061251Z [464/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2025-07-17T06:43:33.8485071Z [465/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2025-07-17T06:43:33.8548198Z [466/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2025-07-17T06:43:33.8654697Z [467/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2025-07-17T06:43:33.8714040Z [468/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2025-07-17T06:43:33.8778499Z [469/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2025-07-17T06:43:33.8856134Z [470/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2025-07-17T06:43:33.9065861Z [471/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2025-07-17T06:43:33.9613508Z [472/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2025-07-17T06:43:33.9918247Z [473/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u32.c.obj 2025-07-17T06:43:33.9973445Z [474/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2025-07-17T06:43:33.9995905Z [475/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2025-07-17T06:43:34.0063956Z [476/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-avx-u16.c.obj 2025-07-17T06:43:34.0075973Z [477/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmul-sse-u8.c.obj 2025-07-17T06:43:34.0131187Z [478/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx-u16.c.obj 2025-07-17T06:43:34.0249790Z [479/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u32.c.obj 2025-07-17T06:43:34.1235118Z [480/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2025-07-17T06:43:34.1248334Z [481/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u32.c.obj 2025-07-17T06:43:34.1294967Z [482/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-avx-u16.c.obj 2025-07-17T06:43:34.1358801Z [483/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u8.c.obj 2025-07-17T06:43:34.1373419Z [484/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u8.c.obj 2025-07-17T06:43:34.1435916Z [485/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u16.c.obj 2025-07-17T06:43:34.1499489Z [486/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u32.c.obj 2025-07-17T06:43:34.1754114Z [487/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vmulc-sse-u8.c.obj 2025-07-17T06:43:34.2643335Z [488/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u32.c.obj 2025-07-17T06:43:34.2699608Z [489/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u8.c.obj 2025-07-17T06:43:34.2712874Z [490/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u16.c.obj 2025-07-17T06:43:34.2775724Z [491/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2025-07-17T06:43:34.2792566Z [492/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u8.c.obj 2025-07-17T06:43:34.2809172Z [493/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u16.c.obj 2025-07-17T06:43:34.2871816Z [494/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u8.c.obj 2025-07-17T06:43:34.3073793Z [495/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u32.c.obj 2025-07-17T06:43:34.4030700Z [496/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u16.c.obj 2025-07-17T06:43:34.4043785Z [497/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u32.c.obj 2025-07-17T06:43:34.4162677Z [498/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2025-07-17T06:43:34.4181672Z [499/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u8.c.obj 2025-07-17T06:43:34.4236047Z [500/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2025-07-17T06:43:34.4337553Z [501/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2025-07-17T06:43:34.4434515Z [502/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u8.c.obj 2025-07-17T06:43:34.5098709Z [503/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u8.c.obj 2025-07-17T06:43:34.5303012Z [504/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2025-07-17T06:43:34.5449098Z [505/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2025-07-17T06:43:34.5467901Z [506/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2025-07-17T06:43:34.5568828Z [507/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2025-07-17T06:43:34.5632983Z [508/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2025-07-17T06:43:34.5690853Z [509/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx-u16.c.obj 2025-07-17T06:43:34.5970344Z [510/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2025-07-17T06:43:34.6508562Z [511/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u32.c.obj 2025-07-17T06:43:34.6527098Z [512/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2025-07-17T06:43:34.6659075Z [513/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsub-sse-u8.c.obj 2025-07-17T06:43:34.6810408Z [514/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx-u16.c.obj 2025-07-17T06:43:34.6862507Z [515/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u32.c.obj 2025-07-17T06:43:34.6932308Z [516/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-sse-u8.c.obj 2025-07-17T06:43:34.6946244Z [517/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2025-07-17T06:43:34.7186196Z [518/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2025-07-17T06:43:34.7780080Z [519/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2025-07-17T06:43:34.7794884Z [520/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2025-07-17T06:43:34.7967202Z [521/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2025-07-17T06:43:34.8037636Z [522/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u32.c.obj 2025-07-17T06:43:34.8115719Z [523/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2025-07-17T06:43:34.8242188Z [524/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u16.c.obj 2025-07-17T06:43:34.8261888Z [525/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2025-07-17T06:43:34.8404830Z [526/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2025-07-17T06:43:34.9045350Z [527/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2025-07-17T06:43:34.9265741Z [528/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2025-07-17T06:43:34.9529580Z [529/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2025-07-17T06:43:34.9569939Z [530/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2025-07-17T06:43:34.9583891Z [531/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2025-07-17T06:43:34.9647971Z [532/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2025-07-17T06:43:34.9931483Z [533/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2025-07-17T06:43:35.0066351Z [534/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2025-07-17T06:43:35.0190748Z [535/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2025-07-17T06:43:35.0482425Z [536/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2025-07-17T06:43:35.0817911Z [537/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2025-07-17T06:43:35.0892874Z [538/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2025-07-17T06:43:35.1049411Z [539/7175] 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-07-17T06:43:35.1190693Z [540/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2025-07-17T06:43:35.1279530Z [541/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2025-07-17T06:43:35.1384763Z [542/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2025-07-17T06:43:35.1652027Z [543/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2025-07-17T06:43:35.1719886Z [544/7175] 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-07-17T06:43:35.2057587Z [545/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2025-07-17T06:43:35.2192795Z [546/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2025-07-17T06:43:35.2364995Z [547/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2025-07-17T06:43:35.2476843Z [548/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2025-07-17T06:43:35.2591640Z [549/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2025-07-17T06:43:35.2609724Z [550/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2025-07-17T06:43:35.3088230Z [551/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2025-07-17T06:43:35.3205724Z [552/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2025-07-17T06:43:35.3225461Z [553/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2025-07-17T06:43:35.3610590Z [554/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2025-07-17T06:43:35.3708989Z [555/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2025-07-17T06:43:35.3831504Z [556/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2025-07-17T06:43:35.3893529Z [557/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2025-07-17T06:43:35.3954392Z [558/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2025-07-17T06:43:35.4249808Z [559/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2025-07-17T06:43:35.4447406Z [560/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2025-07-17T06:43:35.4461916Z [561/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2025-07-17T06:43:35.4963831Z [562/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2025-07-17T06:43:35.4976939Z [563/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2025-07-17T06:43:35.5030764Z [564/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2025-07-17T06:43:35.5111608Z [565/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2025-07-17T06:43:35.5127872Z [566/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2025-07-17T06:43:35.5646809Z [567/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2025-07-17T06:43:35.5663037Z [568/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2025-07-17T06:43:35.5723135Z [569/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2025-07-17T06:43:35.6644259Z [570/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2025-07-17T06:43:35.6656819Z [571/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2025-07-17T06:43:35.6668272Z [572/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2025-07-17T06:43:35.6680216Z [573/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2025-07-17T06:43:35.6691581Z [574/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2025-07-17T06:43:35.6745871Z [575/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2025-07-17T06:43:35.6804903Z [576/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2025-07-17T06:43:35.6852743Z [577/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2025-07-17T06:43:35.7980635Z [578/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2025-07-17T06:43:35.7997381Z [579/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2025-07-17T06:43:35.8050297Z [580/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2025-07-17T06:43:35.8062707Z [581/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2025-07-17T06:43:35.8125162Z [582/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2025-07-17T06:43:35.8140990Z [583/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2025-07-17T06:43:35.8157611Z [584/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2025-07-17T06:43:35.8221360Z [585/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2025-07-17T06:43:35.9244246Z [586/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2025-07-17T06:43:35.9256805Z [587/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2025-07-17T06:43:35.9365048Z [588/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2025-07-17T06:43:35.9376657Z [589/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2025-07-17T06:43:35.9436999Z [590/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2025-07-17T06:43:35.9490321Z [591/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2025-07-17T06:43:35.9630677Z [592/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2025-07-17T06:43:35.9784747Z [593/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2025-07-17T06:43:36.0518351Z [594/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2025-07-17T06:43:36.0563316Z [595/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2025-07-17T06:43:36.0651724Z [596/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2025-07-17T06:43:36.0706986Z [597/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2025-07-17T06:43:36.0767142Z [598/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2025-07-17T06:43:36.0834728Z [599/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2025-07-17T06:43:36.0902297Z [600/7175] 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-07-17T06:43:36.1067657Z [601/7175] 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-07-17T06:43:36.1899449Z [602/7175] 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-07-17T06:43:36.1953590Z [603/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2025-07-17T06:43:36.1975166Z [604/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2025-07-17T06:43:36.2027132Z [605/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2025-07-17T06:43:36.2040181Z [606/7175] 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-07-17T06:43:36.2102967Z [607/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2025-07-17T06:43:36.2170286Z [608/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2025-07-17T06:43:36.2327511Z [609/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-div.c.obj 2025-07-17T06:43:36.3315447Z [610/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2025-07-17T06:43:36.3327830Z [611/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-8-div.c.obj 2025-07-17T06:43:36.3403579Z [612/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2025-07-17T06:43:36.3420017Z [613/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-div.c.obj 2025-07-17T06:43:36.3480332Z [614/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-div.c.obj 2025-07-17T06:43:36.3494954Z [615/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-nr.c.obj 2025-07-17T06:43:36.3574434Z [616/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2025-07-17T06:43:36.3685885Z [617/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2025-07-17T06:43:36.4604193Z [618/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2025-07-17T06:43:36.4710009Z [619/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2025-07-17T06:43:36.4723098Z [620/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2025-07-17T06:43:36.4780803Z [621/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2025-07-17T06:43:36.4881845Z [622/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2025-07-17T06:43:36.4942001Z [623/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2025-07-17T06:43:36.5182131Z [624/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2025-07-17T06:43:36.5996886Z [625/7175] 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-07-17T06:43:36.6048882Z [626/7175] 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-07-17T06:43:36.6104401Z [627/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2025-07-17T06:43:36.6208557Z [628/7175] 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-07-17T06:43:36.6332720Z [629/7175] 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-07-17T06:43:36.6344782Z [630/7175] 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-07-17T06:43:36.6400964Z [631/7175] 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-07-17T06:43:36.6673314Z [632/7175] 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-07-17T06:43:36.7477115Z [633/7175] 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-07-17T06:43:36.7526361Z [634/7175] 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-07-17T06:43:36.7661418Z [635/7175] 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-07-17T06:43:36.7758685Z [636/7175] 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-07-17T06:43:36.7851641Z [637/7175] 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-07-17T06:43:36.7866489Z [638/7175] 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-07-17T06:43:36.8008016Z [639/7175] 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-07-17T06:43:36.8021746Z [640/7175] 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-07-17T06:43:36.8826016Z [641/7175] 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-07-17T06:43:36.8889816Z [642/7175] 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-07-17T06:43:36.9117217Z [643/7175] 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-07-17T06:43:36.9214039Z [644/7175] 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-07-17T06:43:36.9308930Z [645/7175] 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-07-17T06:43:36.9363890Z [646/7175] 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-07-17T06:43:36.9451897Z [647/7175] 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-07-17T06:43:36.9468251Z [648/7175] 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-07-17T06:43:37.0246455Z [649/7175] 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-07-17T06:43:37.0335943Z [650/7175] 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-07-17T06:43:37.0557883Z [651/7175] 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-07-17T06:43:37.0754045Z [652/7175] 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-07-17T06:43:37.0795523Z [653/7175] 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-07-17T06:43:37.0852839Z [654/7175] 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-07-17T06:43:37.0865705Z [655/7175] 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-07-17T06:43:37.1010855Z [656/7175] 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-07-17T06:43:37.1667269Z [657/7175] 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-07-17T06:43:37.1862221Z [658/7175] 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-07-17T06:43:37.2067800Z [659/7175] 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-07-17T06:43:37.2311223Z [660/7175] 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-07-17T06:43:37.2407414Z [661/7175] 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-07-17T06:43:37.2459924Z [662/7175] 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-07-17T06:43:37.2475281Z [663/7175] 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-07-17T06:43:37.3229395Z [664/7175] 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-07-17T06:43:37.3279418Z [665/7175] 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-07-17T06:43:37.3477293Z [666/7175] 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-07-17T06:43:37.3493105Z [667/7175] 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-07-17T06:43:37.3786638Z [668/7175] 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-07-17T06:43:37.3952278Z [669/7175] 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-07-17T06:43:37.4068640Z [670/7175] 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-07-17T06:43:37.4126663Z [671/7175] 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-07-17T06:43:37.4648999Z [672/7175] 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-07-17T06:43:37.4812936Z [673/7175] 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-07-17T06:43:37.4887501Z [674/7175] 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-07-17T06:43:37.4909961Z [675/7175] 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-07-17T06:43:37.5312733Z [676/7175] 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-07-17T06:43:37.5422574Z [677/7175] 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-07-17T06:43:37.5668694Z [678/7175] 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-07-17T06:43:37.5713138Z [679/7175] 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-07-17T06:43:37.6070149Z [680/7175] 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-07-17T06:43:37.6349276Z [681/7175] 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-07-17T06:43:37.6363816Z [682/7175] 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-07-17T06:43:37.6417450Z [683/7175] 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-07-17T06:43:37.6881119Z [684/7175] 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-07-17T06:43:37.6947183Z [685/7175] 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-07-17T06:43:37.7064869Z [686/7175] 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-07-17T06:43:37.7120663Z [687/7175] 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-07-17T06:43:37.7795987Z [688/7175] 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-07-17T06:43:37.7849535Z [689/7175] 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-07-17T06:43:37.7867737Z [690/7175] 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-07-17T06:43:37.7991533Z [691/7175] 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-07-17T06:43:37.8397557Z [692/7175] 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-07-17T06:43:37.8456507Z [693/7175] 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-07-17T06:43:37.8541066Z [694/7175] 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-07-17T06:43:37.8728732Z [695/7175] 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-07-17T06:43:37.9129255Z [696/7175] 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-07-17T06:43:37.9292984Z [697/7175] 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-07-17T06:43:37.9495965Z [698/7175] 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-07-17T06:43:37.9816149Z [699/7175] 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-07-17T06:43:37.9972599Z [700/7175] 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-07-17T06:43:38.0025226Z [701/7175] 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-07-17T06:43:38.0038925Z [702/7175] 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-07-17T06:43:38.0132841Z [703/7175] 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-07-17T06:43:38.0276294Z [704/7175] 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-07-17T06:43:38.0466476Z [705/7175] 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-07-17T06:43:38.0726215Z [706/7175] 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-07-17T06:43:38.1298374Z [707/7175] 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-07-17T06:43:38.1312050Z [708/7175] 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-07-17T06:43:38.1368018Z [709/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T06:43:38.1473642Z [710/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T06:43:38.1493721Z [711/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:38.1626582Z [712/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:38.1797957Z [713/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T06:43:38.2064885Z [714/7175] 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-07-17T06:43:38.2641120Z [715/7175] 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-07-17T06:43:38.2796270Z [716/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T06:43:38.2927638Z [717/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:38.2987715Z [718/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T06:43:38.3001645Z [719/7175] 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-07-17T06:43:38.3053351Z [720/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:38.3294277Z [721/7175] 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-07-17T06:43:38.3365710Z [722/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T06:43:38.3915471Z [723/7175] 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-07-17T06:43:38.3968816Z [724/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2025-07-17T06:43:38.4110017Z [725/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2025-07-17T06:43:38.4218519Z [726/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2025-07-17T06:43:38.4288647Z [727/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2025-07-17T06:43:38.4493161Z [728/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2025-07-17T06:43:38.4512660Z [729/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2025-07-17T06:43:38.4626139Z [730/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2025-07-17T06:43:38.5070240Z [731/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni-prfm.c.obj 2025-07-17T06:43:38.5208837Z [732/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2025-07-17T06:43:38.5302004Z [733/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-scalar.c.obj 2025-07-17T06:43:38.5496831Z [734/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni-prfm.c.obj 2025-07-17T06:43:38.5763835Z [735/7175] 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-07-17T06:43:38.5819132Z [736/7175] 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-07-17T06:43:38.6049556Z [737/7175] 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-07-17T06:43:38.6062121Z [738/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-goi-scalar.c.obj 2025-07-17T06:43:38.6422879Z [739/7175] 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-07-17T06:43:38.6561666Z [740/7175] 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-07-17T06:43:38.6646445Z [741/7175] 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-07-17T06:43:38.6860539Z [742/7175] 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-07-17T06:43:38.7046069Z [743/7175] 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-07-17T06:43:38.7340059Z [744/7175] 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-07-17T06:43:38.7394104Z [745/7175] 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-07-17T06:43:38.7407248Z [746/7175] 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-07-17T06:43:38.7817910Z [747/7175] 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-07-17T06:43:38.7877007Z [748/7175] 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-07-17T06:43:38.7932358Z [749/7175] 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-07-17T06:43:38.8157846Z [750/7175] 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-07-17T06:43:38.8508910Z [751/7175] 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-07-17T06:43:38.8660454Z [752/7175] 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-07-17T06:43:38.8767073Z [753/7175] 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-07-17T06:43:38.9184776Z [754/7175] 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-07-17T06:43:38.9232976Z [755/7175] 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-07-17T06:43:38.9286384Z [756/7175] 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-07-17T06:43:38.9536346Z [757/7175] 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-07-17T06:43:38.9701144Z [758/7175] 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-07-17T06:43:38.9756134Z [759/7175] 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-07-17T06:43:39.0129818Z [760/7175] 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-07-17T06:43:39.0294572Z [761/7175] 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-07-17T06:43:39.0686825Z [762/7175] 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-07-17T06:43:39.0748149Z [763/7175] 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-07-17T06:43:39.0761028Z [764/7175] 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-07-17T06:43:39.1055033Z [765/7175] 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-07-17T06:43:39.1174561Z [766/7175] 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-07-17T06:43:39.1374671Z [767/7175] 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-07-17T06:43:39.1539664Z [768/7175] 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-07-17T06:43:39.1753628Z [769/7175] 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-07-17T06:43:39.2215111Z [770/7175] 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-07-17T06:43:39.2273921Z [771/7175] 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-07-17T06:43:39.2509778Z [772/7175] 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-07-17T06:43:39.2523373Z [773/7175] 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-07-17T06:43:39.2615450Z [774/7175] 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-07-17T06:43:39.2966585Z [775/7175] 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-07-17T06:43:39.3262892Z [776/7175] 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-07-17T06:43:39.3595761Z [777/7175] 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-07-17T06:43:39.3727908Z [778/7175] 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-07-17T06:43:39.3843931Z [779/7175] 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-07-17T06:43:39.3895942Z [780/7175] 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-07-17T06:43:39.3913040Z [781/7175] 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-07-17T06:43:39.4106894Z [782/7175] 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-07-17T06:43:39.4350468Z [783/7175] 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-07-17T06:43:39.4681435Z [784/7175] 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-07-17T06:43:39.4846800Z [785/7175] 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-07-17T06:43:39.4987379Z [786/7175] 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-07-17T06:43:39.5209994Z [787/7175] 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-07-17T06:43:39.5323464Z [788/7175] 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-07-17T06:43:39.5445090Z [789/7175] 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-07-17T06:43:39.5496495Z [790/7175] 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-07-17T06:43:39.5935858Z [791/7175] 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-07-17T06:43:39.5994633Z [792/7175] 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-07-17T06:43:39.6251619Z [793/7175] 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-07-17T06:43:39.6437096Z [794/7175] 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-07-17T06:43:39.6587880Z [795/7175] 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-07-17T06:43:39.6707125Z [796/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2025-07-17T06:43:39.6760967Z [797/7175] 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-07-17T06:43:39.6818695Z [798/7175] 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-07-17T06:43:39.7055085Z [799/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2025-07-17T06:43:39.7129253Z [800/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2025-07-17T06:43:39.7465737Z [801/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2025-07-17T06:43:39.7605599Z [802/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2025-07-17T06:43:39.7728553Z [803/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2025-07-17T06:43:39.7913100Z [804/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2025-07-17T06:43:39.7966615Z [805/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2025-07-17T06:43:39.8089340Z [806/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2025-07-17T06:43:39.8400935Z [807/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-07-17T06:43:39.8577724Z [808/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2025-07-17T06:43:39.8693527Z [809/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-07-17T06:43:39.9039433Z [810/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-07-17T06:43:39.9140669Z [811/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-07-17T06:43:39.9157801Z [812/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2025-07-17T06:43:39.9222082Z [813/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2025-07-17T06:43:39.9286255Z [814/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-07-17T06:43:39.9636202Z [815/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-07-17T06:43:39.9999338Z [816/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-07-17T06:43:40.0124015Z [817/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-07-17T06:43:40.0289422Z [818/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2025-07-17T06:43:40.0392864Z [819/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-07-17T06:43:40.0477842Z [820/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-07-17T06:43:40.0595657Z [821/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2025-07-17T06:43:40.0814415Z [822/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2025-07-17T06:43:40.0830799Z [823/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2025-07-17T06:43:40.1210367Z [824/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2025-07-17T06:43:40.1225276Z [825/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2025-07-17T06:43:40.1576697Z [826/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2025-07-17T06:43:40.1590417Z [827/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2025-07-17T06:43:40.1804149Z [828/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2025-07-17T06:43:40.1823402Z [829/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2025-07-17T06:43:40.2020911Z [830/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2025-07-17T06:43:40.2078517Z [831/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2025-07-17T06:43:40.2421782Z [832/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2025-07-17T06:43:40.2498362Z [833/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2025-07-17T06:43:40.2798359Z [834/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2025-07-17T06:43:40.2814247Z [835/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2025-07-17T06:43:40.3044014Z [836/7175] 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-07-17T06:43:40.3215355Z [837/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2025-07-17T06:43:40.3324375Z [838/7175] 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-07-17T06:43:40.3340237Z [839/7175] 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-07-17T06:43:40.3650301Z [840/7175] 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-07-17T06:43:40.3762464Z [841/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-07-17T06:43:40.4065285Z [842/7175] 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-07-17T06:43:40.4153275Z [843/7175] 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-07-17T06:43:40.4369040Z [844/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2025-07-17T06:43:40.4425399Z [845/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2025-07-17T06:43:40.4436810Z [846/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2025-07-17T06:43:40.4485642Z [847/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2025-07-17T06:43:40.5258846Z [848/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-07-17T06:43:40.5317276Z [849/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T06:43:40.5401693Z [850/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T06:43:40.5459773Z [851/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:40.5695496Z [852/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:40.5708444Z [853/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T06:43:40.5764749Z [854/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T06:43:40.5820047Z [855/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T06:43:40.6663553Z [856/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T06:43:40.6719858Z [857/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-07-17T06:43:40.6786923Z [858/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T06:43:40.6798670Z [859/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:40.7116391Z [860/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T06:43:40.7308825Z [861/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:40.7360944Z [862/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T06:43:40.7481883Z [863/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T06:43:40.7858888Z [864/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2025-07-17T06:43:40.7876181Z [865/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2025-07-17T06:43:40.7934931Z [866/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2025-07-17T06:43:40.8157332Z [867/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2025-07-17T06:43:40.8173504Z [868/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2025-07-17T06:43:40.8500183Z [869/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2025-07-17T06:43:40.8558922Z [870/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2025-07-17T06:43:40.9032688Z [871/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T06:43:40.9365146Z [872/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:40.9378381Z [873/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:40.9547512Z [874/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T06:43:40.9648677Z [875/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T06:43:40.9663713Z [876/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T06:43:40.9966799Z [877/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:40.9981491Z [878/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2025-07-17T06:43:41.0440594Z [879/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T06:43:41.0847862Z [880/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T06:43:41.0864745Z [881/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:41.1104644Z [882/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2025-07-17T06:43:41.1162559Z [883/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T06:43:41.1210871Z [884/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T06:43:41.1309182Z [885/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T06:43:41.1394521Z [886/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:41.1973019Z [887/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:41.2227285Z [888/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T06:43:41.2239573Z [889/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T06:43:41.2470988Z [890/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T06:43:41.2544339Z [891/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2025-07-17T06:43:41.2701049Z [892/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T06:43:41.2890785Z [893/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T06:43:41.3004402Z [894/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T06:43:41.3338008Z [895/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T06:43:41.3609637Z [896/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T06:43:41.3622646Z [897/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2025-07-17T06:43:41.3784746Z [898/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c64.c.obj 2025-07-17T06:43:41.3862776Z [899/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T06:43:41.3919485Z [900/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rdsum\gen\qu8-rdsum-scalar.c.obj 2025-07-17T06:43:41.4079109Z [901/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u64-acc2.c.obj 2025-07-17T06:43:41.4475957Z [902/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u32-acc2.c.obj 2025-07-17T06:43:41.4800770Z [903/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2025-07-17T06:43:41.4965102Z [904/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2025-07-17T06:43:41.5019369Z [905/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u4.c.obj 2025-07-17T06:43:41.5107904Z [906/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-07-17T06:43:41.5121893Z [907/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2025-07-17T06:43:41.5286507Z [908/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2025-07-17T06:43:41.5304676Z [909/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2025-07-17T06:43:41.5619848Z [910/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2025-07-17T06:43:41.6023541Z [911/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2025-07-17T06:43:41.6215222Z [912/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2025-07-17T06:43:41.6287089Z [913/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2025-07-17T06:43:41.6352518Z [914/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2025-07-17T06:43:41.6399639Z [915/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2025-07-17T06:43:41.6658267Z [916/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2025-07-17T06:43:41.6717827Z [917/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2025-07-17T06:43:41.6832543Z [918/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2025-07-17T06:43:41.7141391Z [919/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2025-07-17T06:43:41.7412464Z [920/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2025-07-17T06:43:41.7470834Z [921/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2025-07-17T06:43:41.7574955Z [922/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2025-07-17T06:43:41.7631328Z [923/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2025-07-17T06:43:41.7779368Z [924/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2025-07-17T06:43:41.7905577Z [925/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2025-07-17T06:43:41.8107983Z [926/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2025-07-17T06:43:41.8370296Z [927/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2025-07-17T06:43:41.8655975Z [928/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2025-07-17T06:43:41.8719350Z [929/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2025-07-17T06:43:41.9004447Z [930/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2025-07-17T06:43:41.9070253Z [931/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2025-07-17T06:43:41.9083933Z [932/7175] 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-07-17T06:43:41.9137069Z [933/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2025-07-17T06:43:41.9339863Z [934/7175] 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-07-17T06:43:41.9579944Z [935/7175] 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-07-17T06:43:41.9947329Z [936/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2025-07-17T06:43:41.9963116Z [937/7175] 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-07-17T06:43:42.0243967Z [938/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx2.c.obj 2025-07-17T06:43:42.0297246Z [939/7175] 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-07-17T06:43:42.0490279Z [940/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-scalar.c.obj 2025-07-17T06:43:42.0502736Z [941/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s32-f32-vcvt\gen\s32-f32-vcvt-avx512f.c.obj 2025-07-17T06:43:42.0761652Z [942/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2025-07-17T06:43:42.0927380Z [943/7175] 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-07-17T06:43:42.0975432Z [944/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2025-07-17T06:43:42.1027782Z [945/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2025-07-17T06:43:42.1289802Z [946/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-07-17T06:43:42.1345226Z [947/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-07-17T06:43:42.1549427Z [948/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2025-07-17T06:43:42.2084059Z [949/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx512skx-u256.c.obj 2025-07-17T06:43:42.2182632Z [950/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-avx2-u128.c.obj 2025-07-17T06:43:42.2240053Z [951/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2025-07-17T06:43:42.2320757Z [952/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2025-07-17T06:43:42.2427148Z [953/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2025-07-17T06:43:42.2490478Z [954/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2025-07-17T06:43:42.2541667Z [955/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2025-07-17T06:43:42.2556978Z [956/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2025-07-17T06:43:42.3026240Z [957/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2025-07-17T06:43:42.3314871Z [958/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2025-07-17T06:43:42.3550094Z [959/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2025-07-17T06:43:42.3563366Z [960/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2025-07-17T06:43:42.3694933Z [961/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2025-07-17T06:43:42.3860138Z [962/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx512skx-u256.c.obj 2025-07-17T06:43:42.3875368Z [963/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2025-07-17T06:43:42.4103208Z [964/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-avx2-u128.c.obj 2025-07-17T06:43:42.4160415Z [965/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2025-07-17T06:43:42.4414592Z [966/7175] 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-07-17T06:43:42.4653676Z [967/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2025-07-17T06:43:42.4705681Z [968/7175] 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-07-17T06:43:42.4793047Z [969/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2025-07-17T06:43:42.4902374Z [970/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2025-07-17T06:43:42.4922825Z [971/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2025-07-17T06:43:42.5185155Z [972/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2025-07-17T06:43:42.5304264Z [973/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u8.c.obj 2025-07-17T06:43:42.5530552Z [974/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2025-07-17T06:43:42.6069238Z [975/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2025-07-17T06:43:42.6085221Z [976/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2025-07-17T06:43:42.6150960Z [977/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u8.c.obj 2025-07-17T06:43:42.6163387Z [978/7175] 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-07-17T06:43:42.6175783Z [979/7175] 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-07-17T06:43:42.6402440Z [980/7175] 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-07-17T06:43:42.6418353Z [981/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2025-07-17T06:43:42.6648794Z [982/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2025-07-17T06:43:42.6838686Z [983/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2025-07-17T06:43:42.6887686Z [984/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2025-07-17T06:43:42.6932716Z [985/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2025-07-17T06:43:42.7097525Z [986/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2025-07-17T06:43:42.7179651Z [987/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2025-07-17T06:43:42.7191572Z [988/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2025-07-17T06:43:42.7273291Z [989/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2025-07-17T06:43:42.7326495Z [990/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2025-07-17T06:43:42.7583251Z [991/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2025-07-17T06:43:42.7650672Z [992/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2025-07-17T06:43:42.7670243Z [993/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2025-07-17T06:43:42.7882995Z [994/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2025-07-17T06:43:42.8173168Z [995/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2025-07-17T06:43:42.8317183Z [996/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2025-07-17T06:43:42.8365366Z [997/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2025-07-17T06:43:42.8415479Z [998/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2025-07-17T06:43:42.8496442Z [999/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2025-07-17T06:43:42.8508105Z [1000/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2025-07-17T06:43:42.8568781Z [1001/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2025-07-17T06:43:42.8624839Z [1002/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2025-07-17T06:43:42.9318790Z [1003/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2025-07-17T06:43:42.9548196Z [1004/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u2.c.obj 2025-07-17T06:43:42.9571682Z [1005/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u2.c.obj 2025-07-17T06:43:42.9623066Z [1006/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2025-07-17T06:43:42.9711959Z [1007/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u2.c.obj 2025-07-17T06:43:42.9765782Z [1008/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2025-07-17T06:43:42.9930226Z [1009/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2025-07-17T06:43:42.9942688Z [1010/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u2.c.obj 2025-07-17T06:43:42.9992950Z [1011/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2025-07-17T06:43:43.0197581Z [1012/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2025-07-17T06:43:43.0243517Z [1013/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2025-07-17T06:43:43.0353035Z [1014/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2025-07-17T06:43:43.0496014Z [1015/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2025-07-17T06:43:43.0592960Z [1016/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2025-07-17T06:43:43.0678796Z [1017/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2025-07-17T06:43:43.0726833Z [1018/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2025-07-17T06:43:43.0878961Z [1019/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2025-07-17T06:43:43.0941494Z [1020/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2025-07-17T06:43:43.1082043Z [1021/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2025-07-17T06:43:43.1140734Z [1022/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2025-07-17T06:43:43.1215795Z [1023/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2025-07-17T06:43:43.1285492Z [1024/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2025-07-17T06:43:43.1360618Z [1025/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2025-07-17T06:43:43.1573140Z [1026/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2025-07-17T06:43:43.1639086Z [1027/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2025-07-17T06:43:43.1744565Z [1028/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2025-07-17T06:43:43.1787340Z [1029/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2025-07-17T06:43:43.1873049Z [1030/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2025-07-17T06:43:43.1980022Z [1031/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2025-07-17T06:43:43.2032037Z [1032/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2025-07-17T06:43:43.2117163Z [1033/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2025-07-17T06:43:43.2328899Z [1034/7175] Linking C static library lib\cpuinfo.lib 2025-07-17T06:43:43.2460374Z [1035/7175] Running gen_proto.py on onnx/onnx-operators.in.proto 2025-07-17T06:43:43.2461584Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2025-07-17T06:43:43.2462965Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2025-07-17T06:43:43.2466136Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2025-07-17T06:43:43.2467654Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2025-07-17T06:43:43.2472262Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2025-07-17T06:43:43.2473048Z 2025-07-17T06:43:43.2473316Z [1036/7175] Running gen_proto.py on onnx/onnx-data.in.proto 2025-07-17T06:43:43.2577866Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2025-07-17T06:43:43.2578606Z 2025-07-17T06:43:43.2579581Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2025-07-17T06:43:43.2580516Z 2025-07-17T06:43:43.2581191Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2025-07-17T06:43:43.2582071Z 2025-07-17T06:43:43.2582596Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2025-07-17T06:43:43.2583314Z 2025-07-17T06:43:43.2583861Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2025-07-17T06:43:43.2584610Z 2025-07-17T06:43:43.2584857Z [1037/7175] Linking C executable sleef\bin\mkrename.exe 2025-07-17T06:43:43.2613056Z [1038/7175] Linking C executable sleef\bin\mkdisp.exe 2025-07-17T06:43:43.2624322Z [1039/7175] Linking C executable sleef\bin\mkalias.exe 2025-07-17T06:43:43.3136996Z [1040/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2025-07-17T06:43:43.3267805Z [1041/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2025-07-17T06:43:43.3315047Z [1042/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2025-07-17T06:43:43.3327812Z [1043/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2025-07-17T06:43:43.3338001Z [1044/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2025-07-17T06:43:43.3560495Z [1045/7175] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2025-07-17T06:43:43.4253491Z [1046/7175] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2025-07-17T06:43:43.4478253Z [1047/7175] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2025-07-17T06:43:43.4493482Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.4494702Z [1048/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2025-07-17T06:43:43.5400784Z [1049/7175] Building C object confu-deps\XNNPACK\CMakeFiles\datatype.dir\src\datatype.c.obj 2025-07-17T06:43:43.5587249Z [1050/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2025-07-17T06:43:43.5601486Z [1051/7175] Building CXX object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\reference\packing.cc.obj 2025-07-17T06:43:43.5603567Z 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-07-17T06:43:43.5605783Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:43.5608146Z 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-07-17T06:43:43.5610281Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:43.5612406Z 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-07-17T06:43:43.5614505Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:43.5616719Z 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-07-17T06:43:43.5618840Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:43.5620929Z 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-07-17T06:43:43.5623024Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:43.5625039Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5087): warning C4244: '=': conversion from 'const _Ty' to 'float', possible loss of data 2025-07-17T06:43:43.5626447Z with 2025-07-17T06:43:43.5626740Z [ 2025-07-17T06:43:43.5627009Z _Ty=int 2025-07-17T06:43:43.5627318Z ] 2025-07-17T06:43:43.5628506Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5087): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:43.5631343Z 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-07-17T06:43:43.5633316Z with 2025-07-17T06:43:43.5633599Z [ 2025-07-17T06:43:43.5633867Z Src=float, 2025-07-17T06:43:43.5634182Z Dst=float 2025-07-17T06:43:43.5634489Z ] 2025-07-17T06:43:43.5635957Z 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-07-17T06:43:43.5638350Z with 2025-07-17T06:43:43.5638628Z [ 2025-07-17T06:43:43.5638885Z _OutIt=float *, 2025-07-17T06:43:43.5639236Z Dst=float, 2025-07-17T06:43:43.5639533Z _Diff=size_t, 2025-07-17T06:43:43.5639894Z _Ty=int 2025-07-17T06:43:43.5640417Z ] 2025-07-17T06:43:43.5641935Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5087): warning C4244: 'argument': conversion from 'const _Ty' to 'float', possible loss of data 2025-07-17T06:43:43.5643023Z with 2025-07-17T06:43:43.5643210Z [ 2025-07-17T06:43:43.5643381Z _Ty=int 2025-07-17T06:43:43.5643554Z ] 2025-07-17T06:43:43.5644216Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5087): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:43.5645840Z 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-07-17T06:43:43.5646923Z with 2025-07-17T06:43:43.5647096Z [ 2025-07-17T06:43:43.5647474Z Src=float, 2025-07-17T06:43:43.5647683Z Dst=xnn_float16 2025-07-17T06:43:43.5647910Z ] 2025-07-17T06:43:43.5800220Z 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-07-17T06:43:43.5801427Z with 2025-07-17T06:43:43.5801591Z [ 2025-07-17T06:43:43.5801763Z _OutIt=xnn_float16 *, 2025-07-17T06:43:43.5801996Z Dst=xnn_float16, 2025-07-17T06:43:43.5802212Z _Diff=size_t, 2025-07-17T06:43:43.5802405Z _Ty=int 2025-07-17T06:43:43.5802575Z ] 2025-07-17T06:43:43.5803032Z [1052/7175] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2025-07-17T06:43:43.5813583Z [1053/7175] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2025-07-17T06:43:43.5890158Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.5890993Z [1054/7175] Linking C static library lib\microkernels-prod.lib 2025-07-17T06:43:43.6874743Z [1055/7175] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2025-07-17T06:43:43.6890637Z [1056/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2025-07-17T06:43:43.6968817Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.6969363Z [1057/7175] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2025-07-17T06:43:43.6984078Z [1058/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2025-07-17T06:43:43.7062446Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.7063615Z [1059/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2025-07-17T06:43:43.7150155Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.7150844Z [1060/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2025-07-17T06:43:43.7697591Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.7698846Z [1061/7175] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2025-07-17T06:43:43.8124245Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.8125163Z [1062/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2025-07-17T06:43:43.8245270Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.8245987Z [1063/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2025-07-17T06:43:43.8297962Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.8299131Z [1064/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2025-07-17T06:43:43.8476372Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.8477973Z [1065/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2025-07-17T06:43:43.9422152Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.9422803Z [1066/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2025-07-17T06:43:43.9480191Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.9480795Z [1067/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\pack-lh.c.obj 2025-07-17T06:43:43.9589566Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.9590446Z [1068/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2025-07-17T06:43:43.9643103Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.9643805Z [1069/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2025-07-17T06:43:43.9819385Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:43.9820241Z [1070/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2025-07-17T06:43:44.0040914Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0042432Z [1071/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2025-07-17T06:43:44.0315729Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0316577Z [1072/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2025-07-17T06:43:44.0568400Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0569587Z [1073/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2025-07-17T06:43:44.0636896Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0637513Z [1074/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2025-07-17T06:43:44.0669396Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0670618Z [1075/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2025-07-17T06:43:44.0807864Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.0809161Z [1076/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2025-07-17T06:43:44.1019613Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.1020286Z [1077/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2025-07-17T06:43:44.1208206Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.1208865Z [1078/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2025-07-17T06:43:44.1537436Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.1538088Z [1079/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2025-07-17T06:43:44.1712336Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.1713591Z [1080/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2025-07-17T06:43:44.1874803Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.1875437Z [1081/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2025-07-17T06:43:44.2295455Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.2297161Z [1082/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2025-07-17T06:43:44.2547437Z [1083/7175] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2025-07-17T06:43:44.2548433Z 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-07-17T06:43:44.2549755Z 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-07-17T06:43:44.2551749Z 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-07-17T06:43:44.3387324Z 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-07-17T06:43:44.3389339Z [1084/7175] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\unary-elementwise.cc.obj 2025-07-17T06:43:44.3391571Z 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-07-17T06:43:44.3393746Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3395900Z 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-07-17T06:43:44.3398052Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3400216Z 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-07-17T06:43:44.3402400Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:44.3404568Z 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-07-17T06:43:44.3406845Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:44.3810360Z 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-07-17T06:43:44.3811577Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3812480Z [1085/7175] Building CXX object confu-deps\XNNPACK\CMakeFiles\reference-ukernels.dir\src\reference\binary-elementwise.cc.obj 2025-07-17T06:43:44.3813645Z 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-07-17T06:43:44.3814842Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3815969Z 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-07-17T06:43:44.3817174Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3818516Z 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-07-17T06:43:44.3819703Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:44.3820854Z 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-07-17T06:43:44.3821983Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(535): note: see declaration of 'xnn_bfloat16' 2025-07-17T06:43:44.3965491Z 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-07-17T06:43:44.3967522Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\xnnpack/math.h(522): note: see declaration of 'xnn_float16' 2025-07-17T06:43:44.3968995Z [1086/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2025-07-17T06:43:44.4346830Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.4347462Z [1087/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2025-07-17T06:43:44.4565086Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.4565975Z [1088/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2025-07-17T06:43:44.4767569Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.4768626Z [1089/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2025-07-17T06:43:44.4961619Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.4962782Z [1090/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2025-07-17T06:43:44.5158487Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.5159772Z [1091/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2025-07-17T06:43:44.5784583Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.5785538Z [1092/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\binary.c.obj 2025-07-17T06:43:44.6335238Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.6336039Z [1093/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2025-07-17T06:43:44.6634364Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.6635106Z [1094/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2025-07-17T06:43:44.6795103Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.6795925Z [1095/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2025-07-17T06:43:44.7162790Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.7163502Z [1096/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2025-07-17T06:43:44.7418838Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.7419988Z [1097/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deprecated.c.obj 2025-07-17T06:43:44.7612920Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.7613690Z [1098/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2025-07-17T06:43:44.7825677Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.7826885Z [1099/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2025-07-17T06:43:44.8266489Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.8267134Z [1100/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2025-07-17T06:43:44.8852589Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.8853789Z [1101/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2025-07-17T06:43:44.9251052Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.9251737Z [1102/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2025-07-17T06:43:44.9534815Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.9536274Z [1103/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2025-07-17T06:43:44.9743651Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.9744652Z [1104/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\pack-lh.c.obj 2025-07-17T06:43:44.9941748Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:44.9942904Z [1105/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2025-07-17T06:43:45.0318192Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.0318909Z [1106/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2025-07-17T06:43:45.0542645Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.0543331Z [1107/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2025-07-17T06:43:45.0748315Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.0750091Z [1108/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2025-07-17T06:43:45.1474466Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.1475900Z [1109/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2025-07-17T06:43:45.1967440Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.1968069Z [1110/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reduce.c.obj 2025-07-17T06:43:45.2148088Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.2148988Z [1111/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2025-07-17T06:43:45.2356556Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.2357303Z [1112/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2025-07-17T06:43:45.2530956Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.2532056Z [1113/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2025-07-17T06:43:45.2543051Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.2543440Z [1114/7175] Generating sleeflibm_AVX.h.tmp 2025-07-17T06:43:45.2682000Z [1115/7175] Generating sleeflibm_AVX2.h.tmp 2025-07-17T06:43:45.2696562Z [1116/7175] Generating sleeflibm_AVX2128.h.tmp 2025-07-17T06:43:45.2817525Z [1117/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2025-07-17T06:43:45.2828017Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.2828638Z [1118/7175] Generating sleeflibm_AVX512F.h.tmp 2025-07-17T06:43:45.2841091Z [1119/7175] Generating sleeflibm_AVX512FNOFMA.h.tmp 2025-07-17T06:43:45.2902191Z [1120/7175] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2025-07-17T06:43:45.2955118Z [1121/7175] Generating sleeflibm_AVX512F_.h.tmp 2025-07-17T06:43:45.2965383Z [1122/7175] Generating sleeflibm_AVX_.h.tmp 2025-07-17T06:43:45.2974721Z [1123/7175] Generating sleeflibm_DSP_SCALAR.h.tmp 2025-07-17T06:43:45.3032441Z [1124/7175] Generating sleeflibm_FMA4.h.tmp 2025-07-17T06:43:45.3089071Z [1125/7175] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2025-07-17T06:43:45.3101178Z [1126/7175] Generating sleeflibm_PUREC_SCALAR.h.tmp 2025-07-17T06:43:45.3111194Z [1127/7175] Generating sleeflibm_SSE2.h.tmp 2025-07-17T06:43:45.3192419Z [1128/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unary.c.obj 2025-07-17T06:43:45.3195867Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.3196763Z [1129/7175] Generating sleeflibm_SSE4.h.tmp 2025-07-17T06:43:45.3230186Z [1130/7175] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2025-07-17T06:43:45.3244172Z [1131/7175] Generating sleeflibm_SSE_.h.tmp 2025-07-17T06:43:45.3294962Z [1132/7175] Generating alias_AVX512F_dp.h.tmp 2025-07-17T06:43:45.3305634Z [1133/7175] Generating alias_AVX512F_sp.h.tmp 2025-07-17T06:43:45.3321849Z [1134/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2025-07-17T06:43:45.3377353Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.3377874Z [1135/7175] Generating dispavx.c.tmp 2025-07-17T06:43:45.3389080Z [1136/7175] Generating dispsse.c.tmp 2025-07-17T06:43:45.3400334Z [1137/7175] Generating dispscalar.c.body 2025-07-17T06:43:45.3986491Z [1138/7175] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2025-07-17T06:43:45.5661499Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:45.5661940Z [1139/7175] Generating build_identifier.c 2025-07-17T06:43:45.6545222Z [1140/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2025-07-17T06:43:45.7125657Z [1141/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2025-07-17T06:43:45.8134640Z [1142/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2025-07-17T06:43:45.8661921Z [1143/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2025-07-17T06:43:45.8663189Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8664566Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8665915Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8667376Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8668701Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8670072Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.8671623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.9413841Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.9415239Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.9416597Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:45.9417889Z [1144/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2025-07-17T06:43:45.9577391Z [1145/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2025-07-17T06:43:45.9908705Z [1146/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2025-07-17T06:43:46.0088431Z [1147/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2025-07-17T06:43:46.0263873Z [1148/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2025-07-17T06:43:46.0488534Z [1149/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2025-07-17T06:43:46.1266552Z [1150/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2025-07-17T06:43:46.1431368Z [1151/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2025-07-17T06:43:46.1916117Z [1152/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2025-07-17T06:43:46.3110867Z [1153/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2025-07-17T06:43:46.3348593Z [1154/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2025-07-17T06:43:46.3537372Z [1155/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2025-07-17T06:43:46.3756437Z [1156/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2025-07-17T06:43:46.3944634Z [1157/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2025-07-17T06:43:46.4560070Z [1158/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\instdb.cpp.obj 2025-07-17T06:43:46.4762502Z [1159/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2025-07-17T06:43:46.5642363Z [1160/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2025-07-17T06:43:46.6303235Z [1161/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2025-07-17T06:43:46.6650536Z [1162/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2025-07-17T06:43:46.7051168Z [1163/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2025-07-17T06:43:46.7748283Z [1164/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2025-07-17T06:43:46.8197926Z [1165/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2025-07-17T06:43:46.8412307Z [1166/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2025-07-17T06:43:46.8943435Z [1167/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2025-07-17T06:43:46.9138259Z [1168/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2025-07-17T06:43:46.9571555Z [1169/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2025-07-17T06:43:46.9824696Z [1170/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2025-07-17T06:43:47.0018752Z [1171/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2025-07-17T06:43:47.0488123Z [1172/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2025-07-17T06:43:47.1656847Z [1173/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2025-07-17T06:43:47.1873685Z [1174/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2025-07-17T06:43:47.2048255Z [1175/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2025-07-17T06:43:47.2247755Z [1176/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2025-07-17T06:43:47.2691171Z [1177/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2025-07-17T06:43:47.4083256Z [1178/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2025-07-17T06:43:47.4084502Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4085998Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4087525Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4088866Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4090229Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4091565Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4092947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4591068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4592598Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4594003Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4595408Z [1179/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2025-07-17T06:43:47.4596906Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4599629Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4602176Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4604999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4607940Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4610477Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.4613058Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5235305Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5236830Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5238193Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5239300Z [1180/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2025-07-17T06:43:47.5240440Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5241831Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5243279Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5244610Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5245938Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5247374Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5248830Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5906515Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5907900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5909267Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5910352Z [1181/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2025-07-17T06:43:47.5911744Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5913180Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5914520Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5915872Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5917390Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5918897Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.5920550Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6537823Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6539297Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6540703Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6541841Z [1182/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2025-07-17T06:43:47.6542973Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6544319Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6545639Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6547015Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6548633Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6549954Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6551288Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6909151Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6911127Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6912561Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6913720Z [1183/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2025-07-17T06:43:47.6914777Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6916122Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6917465Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6918783Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6920156Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6921647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:47.6923032Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7519579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7520981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7522413Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7523547Z [1184/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2025-07-17T06:43:48.7524657Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7526201Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7527632Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7528975Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7530444Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7531766Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7533100Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7676104Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7677479Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7679875Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7681000Z [1185/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2025-07-17T06:43:48.7682079Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7683436Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7685819Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7687174Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7688623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7689970Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7692274Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7837440Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7839065Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7840444Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7841530Z [1186/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2025-07-17T06:43:48.7842606Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7844054Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7845481Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7846813Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7848230Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7849562Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.7850950Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8057800Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8059920Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8061879Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8063567Z [1187/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2025-07-17T06:43:48.8065232Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8067384Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8069338Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8071488Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8074032Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8076833Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8079395Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8644790Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8646166Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8647843Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8649043Z [1188/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2025-07-17T06:43:48.8650157Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(132): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8651660Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(133): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8653069Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(134): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8654390Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(135): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8655769Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(137): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8657182Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(138): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.8658500Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(139): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.9337961Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(140): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.9339484Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(141): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.9340932Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\arm\../arm/a64operand.h(142): warning C5054: operator '|': deprecated between enumerations of different types 2025-07-17T06:43:48.9342179Z [1189/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2025-07-17T06:43:48.9343381Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(244): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9344761Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(244): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:48.9346547Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(252): note: see reference to class template instantiation 'asmjit::_abi_1_13::x86::X86CDisp8SHL_T<0>' being compiled 2025-07-17T06:43:48.9347981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(245): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9349586Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(246): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9351031Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(247): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9353091Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(276): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9354519Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(276): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:48.9356129Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(284): note: see reference to class template instantiation 'asmjit::_abi_1_13::x86::X86Mod16BaseIndexTable_T<0>' being compiled 2025-07-17T06:43:48.9357808Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(276): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9359195Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(276): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9360693Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(276): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9362141Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(277): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9363562Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(277): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9364874Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(277): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9366236Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(277): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9367693Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(278): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9369105Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(278): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9370449Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(278): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9371826Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(278): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9374086Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(279): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9375696Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(279): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9377839Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(279): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9885999Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\external\asmjit\src\asmjit\x86\x86assembler.cpp(279): warning C5054: operator '==': deprecated between enumerations of different types 2025-07-17T06:43:48.9888440Z [1190/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2025-07-17T06:43:49.0994288Z [1191/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2025-07-17T06:43:49.1582861Z [1192/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2025-07-17T06:43:49.1853666Z [1193/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2025-07-17T06:43:49.2004483Z [1194/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2025-07-17T06:43:49.2286727Z [1195/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2025-07-17T06:43:49.2412218Z [1196/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2025-07-17T06:43:49.2508169Z [1197/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2025-07-17T06:43:49.4112828Z [1198/7175] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2025-07-17T06:43:49.6120641Z [1199/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2025-07-17T06:43:49.6201015Z [1200/7175] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2025-07-17T06:43:49.6278026Z [1201/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2025-07-17T06:43:49.6391153Z [1202/7175] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2025-07-17T06:43:49.6652386Z [1203/7175] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2025-07-17T06:43:49.6774993Z [1204/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2025-07-17T06:43:49.6854008Z [1205/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2025-07-17T06:43:49.8147693Z [1206/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2025-07-17T06:43:50.0377651Z [1207/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2025-07-17T06:43:50.0447635Z [1208/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\libc.c.obj 2025-07-17T06:43:50.0611436Z [1209/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2025-07-17T06:43:50.0684326Z [1210/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2025-07-17T06:43:50.0833203Z [1211/7175] Generating include/renameavx512fnofma.h 2025-07-17T06:43:50.0905843Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2025-07-17T06:43:50.0906480Z 2025-07-17T06:43:50.0907300Z [1212/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2025-07-17T06:43:50.0972414Z [1213/7175] Generating include/renameavx512f.h 2025-07-17T06:43:50.1048354Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2025-07-17T06:43:50.1048768Z 2025-07-17T06:43:50.1048874Z [1214/7175] Generating include/renameavx2.h 2025-07-17T06:43:50.1127035Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2025-07-17T06:43:50.1127731Z 2025-07-17T06:43:50.1128374Z [1215/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2025-07-17T06:43:50.1138718Z [1216/7175] Generating include/renameavx2128.h 2025-07-17T06:43:50.1186548Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2025-07-17T06:43:50.1186879Z 2025-07-17T06:43:50.1187042Z [1217/7175] Generating include/renamefma4.h 2025-07-17T06:43:50.1264442Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2025-07-17T06:43:50.1265220Z 2025-07-17T06:43:50.1265406Z [1218/7175] Generating include/renameavx.h 2025-07-17T06:43:50.1276329Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2025-07-17T06:43:50.1276794Z 2025-07-17T06:43:50.1276968Z [1219/7175] Generating include/renamesse4.h 2025-07-17T06:43:50.1321421Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2025-07-17T06:43:50.1321885Z 2025-07-17T06:43:50.1322062Z [1220/7175] Generating include/renamesse2.h 2025-07-17T06:43:50.1403032Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2025-07-17T06:43:50.1403753Z 2025-07-17T06:43:50.1404028Z [1221/7175] Generating include/renamepurec_scalar.h 2025-07-17T06:43:50.1418029Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2025-07-17T06:43:50.1418614Z 2025-07-17T06:43:50.1418901Z [1222/7175] Generating include/renamepurecfma_scalar.h 2025-07-17T06:43:50.1455170Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2025-07-17T06:43:50.1455786Z 2025-07-17T06:43:50.1456006Z [1223/7175] Generating include/renamecuda.h 2025-07-17T06:43:50.1651202Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2025-07-17T06:43:50.1651492Z 2025-07-17T06:43:50.1651605Z [1224/7175] Generating include/alias_avx512f.h 2025-07-17T06:43:50.1679358Z [1225/7175] Generating dispscalar.c 2025-07-17T06:43:50.1689936Z [1226/7175] Generating ../../../include/sleef.h 2025-07-17T06:43:50.1779792Z [1227/7175] Generating include/renamedspscalar.h 2025-07-17T06:43:50.1812448Z [1228/7175] Generating include/renamedsp128.h 2025-07-17T06:43:50.1927195Z [1229/7175] Generating dispsse.c 2025-07-17T06:43:50.1949970Z [1230/7175] Generating include/renamedsp256.h 2025-07-17T06:43:50.2042953Z [1231/7175] Generating dispavx.c 2025-07-17T06:43:50.2098305Z [1232/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2025-07-17T06:43:50.4302296Z [1233/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2025-07-17T06:43:50.4985498Z [1234/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2025-07-17T06:43:50.5482215Z [1235/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2025-07-17T06:43:50.5607145Z [1236/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2025-07-17T06:43:50.5691608Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.5692704Z [1237/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2025-07-17T06:43:50.6124301Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.6125198Z [1238/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2025-07-17T06:43:50.6216565Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.6217216Z [1239/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2025-07-17T06:43:50.6268446Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.6269914Z [1240/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2025-07-17T06:43:50.8513068Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.8513847Z [1241/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2025-07-17T06:43:50.8806464Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.8807438Z [1242/7175] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2025-07-17T06:43:50.9481286Z [1243/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2025-07-17T06:43:50.9655564Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:50.9656726Z [1244/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2025-07-17T06:43:51.0178439Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.0179565Z [1245/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2025-07-17T06:43:51.0457520Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.0458624Z [1246/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2025-07-17T06:43:51.0626935Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.0627603Z [1247/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2025-07-17T06:43:51.0716130Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.0717257Z [1248/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2025-07-17T06:43:51.2800930Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.2801588Z [1249/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2025-07-17T06:43:51.2875879Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.2877102Z [1250/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2025-07-17T06:43:51.3639412Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.3640799Z [1251/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pack-lh-config.c.obj 2025-07-17T06:43:51.3758203Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.3759752Z [1252/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2025-07-17T06:43:51.4202014Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.4203062Z [1253/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2025-07-17T06:43:51.4536473Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.4537179Z [1254/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2025-07-17T06:43:51.5005428Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.5006522Z [1255/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2025-07-17T06:43:51.5168192Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.5168913Z [1256/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2025-07-17T06:43:51.7183712Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.7184498Z [1257/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2025-07-17T06:43:51.7434586Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.7435275Z [1258/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2025-07-17T06:43:51.7668494Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.7669111Z [1259/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2025-07-17T06:43:51.8093053Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8094011Z [1260/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2025-07-17T06:43:51.8158781Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8159461Z [1261/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2025-07-17T06:43:51.8308245Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8309426Z [1262/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2025-07-17T06:43:51.8331130Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8332206Z [1263/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2025-07-17T06:43:51.8543770Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8544445Z [1264/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2025-07-17T06:43:51.8808373Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8809621Z [1265/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2025-07-17T06:43:51.8868762Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.8869762Z [1266/7175] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2025-07-17T06:43:51.9191075Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2025-07-17T06:43:51.9191868Z [1267/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2025-07-17T06:43:52.1850415Z [1268/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2025-07-17T06:43:52.2138056Z [1269/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2025-07-17T06:43:52.2141901Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.2144592Z with 2025-07-17T06:43:52.2144937Z [ 2025-07-17T06:43:52.2145208Z T=uint8_t, 2025-07-17T06:43:52.2145849Z accT=int32_t, 2025-07-17T06:43:52.2146321Z inpType=uint8_t 2025-07-17T06:43:52.2146647Z ] 2025-07-17T06:43:52.2147981Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:52.2149197Z with 2025-07-17T06:43:52.2149449Z [ 2025-07-17T06:43:52.2149679Z T=uint8_t, 2025-07-17T06:43:52.2149977Z accT=int32_t 2025-07-17T06:43:52.2150289Z ] 2025-07-17T06:43:52.2152029Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:52.2154545Z with 2025-07-17T06:43:52.2154873Z [ 2025-07-17T06:43:52.2155391Z T=uint8_t, 2025-07-17T06:43:52.2156003Z accT=int32_t 2025-07-17T06:43:52.2156407Z ] 2025-07-17T06:43:52.2157457Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:52.2158464Z with 2025-07-17T06:43:52.2158710Z [ 2025-07-17T06:43:52.2158916Z T=uint8_t, 2025-07-17T06:43:52.2159146Z accT=int32_t 2025-07-17T06:43:52.2159403Z ] 2025-07-17T06:43:52.2160634Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.2162062Z with 2025-07-17T06:43:52.2162313Z [ 2025-07-17T06:43:52.2162675Z T=int8_t, 2025-07-17T06:43:52.2162898Z accT=int32_t, 2025-07-17T06:43:52.2163210Z inpType=int8_t 2025-07-17T06:43:52.2163417Z ] 2025-07-17T06:43:52.2164197Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:52.2164948Z with 2025-07-17T06:43:52.2165172Z [ 2025-07-17T06:43:52.2165342Z T=int8_t, 2025-07-17T06:43:52.2165530Z accT=int32_t 2025-07-17T06:43:52.2165727Z ] 2025-07-17T06:43:52.2167068Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:52.2168441Z with 2025-07-17T06:43:52.2168644Z [ 2025-07-17T06:43:52.2168797Z T=int8_t, 2025-07-17T06:43:52.2169026Z accT=int32_t 2025-07-17T06:43:52.2169295Z ] 2025-07-17T06:43:52.2170399Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:52.2171799Z with 2025-07-17T06:43:52.2172088Z [ 2025-07-17T06:43:52.2172371Z T=int8_t, 2025-07-17T06:43:52.2172667Z accT=int32_t 2025-07-17T06:43:52.2173260Z ] 2025-07-17T06:43:52.2176034Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.2178873Z with 2025-07-17T06:43:52.2179150Z [ 2025-07-17T06:43:52.2179337Z T=uint8_t, 2025-07-17T06:43:52.2179599Z accT=int32_t, 2025-07-17T06:43:52.2180341Z inpType=uint8_t 2025-07-17T06:43:52.2180773Z ] 2025-07-17T06:43:52.2182451Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:52.2183963Z with 2025-07-17T06:43:52.2184264Z [ 2025-07-17T06:43:52.2184566Z T=uint8_t, 2025-07-17T06:43:52.2184943Z accT=int32_t 2025-07-17T06:43:52.2185296Z ] 2025-07-17T06:43:52.2187155Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:52.2189187Z with 2025-07-17T06:43:52.2189428Z [ 2025-07-17T06:43:52.2189589Z T=uint8_t, 2025-07-17T06:43:52.2189888Z accT=int32_t 2025-07-17T06:43:52.2190162Z ] 2025-07-17T06:43:52.2191131Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:52.2192110Z with 2025-07-17T06:43:52.2192280Z [ 2025-07-17T06:43:52.2192457Z T=uint8_t, 2025-07-17T06:43:52.2192734Z accT=int32_t 2025-07-17T06:43:52.2192970Z ] 2025-07-17T06:43:52.2196417Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.2199634Z with 2025-07-17T06:43:52.2200107Z [ 2025-07-17T06:43:52.2200447Z T=uint8_t, 2025-07-17T06:43:52.2200830Z accT=int32_t, 2025-07-17T06:43:52.2201199Z inpType=uint8_t 2025-07-17T06:43:52.2202055Z ] 2025-07-17T06:43:52.2203625Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:52.2205228Z with 2025-07-17T06:43:52.2205524Z [ 2025-07-17T06:43:52.2205799Z T=uint8_t, 2025-07-17T06:43:52.2206145Z accT=int32_t 2025-07-17T06:43:52.2206492Z ] 2025-07-17T06:43:52.2208799Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:52.2211051Z with 2025-07-17T06:43:52.2211293Z [ 2025-07-17T06:43:52.2211491Z T=uint8_t, 2025-07-17T06:43:52.2211703Z accT=int32_t 2025-07-17T06:43:52.2211939Z ] 2025-07-17T06:43:52.2212878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:52.2214070Z with 2025-07-17T06:43:52.2214248Z [ 2025-07-17T06:43:52.2214448Z T=uint8_t, 2025-07-17T06:43:52.2214647Z accT=int32_t 2025-07-17T06:43:52.2214889Z ] 2025-07-17T06:43:52.2216677Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.2218213Z with 2025-07-17T06:43:52.2218445Z [ 2025-07-17T06:43:52.2218648Z T=uint8_t, 2025-07-17T06:43:52.2218856Z accT=int32_t, 2025-07-17T06:43:52.2219134Z inpType=uint8_t 2025-07-17T06:43:52.2219438Z ] 2025-07-17T06:43:52.2220304Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:52.2221119Z with 2025-07-17T06:43:52.2221293Z [ 2025-07-17T06:43:52.2221507Z T=uint8_t, 2025-07-17T06:43:52.2221813Z accT=int32_t 2025-07-17T06:43:52.2222076Z ] 2025-07-17T06:43:52.2223892Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:52.2226516Z with 2025-07-17T06:43:52.2226786Z [ 2025-07-17T06:43:52.2227033Z T=uint8_t, 2025-07-17T06:43:52.2227335Z accT=int32_t 2025-07-17T06:43:52.2227643Z ] 2025-07-17T06:43:52.2229045Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:52.2230949Z with 2025-07-17T06:43:52.2231246Z [ 2025-07-17T06:43:52.2231538Z T=uint8_t, 2025-07-17T06:43:52.2232128Z accT=int32_t 2025-07-17T06:43:52.2232512Z ] 2025-07-17T06:43:52.2234648Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.2238396Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.2242536Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.2246378Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3388053Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3390481Z [1270/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2025-07-17T06:43:52.3392392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3394068Z with 2025-07-17T06:43:52.3394316Z [ 2025-07-17T06:43:52.3394588Z inpType=uint8_t 2025-07-17T06:43:52.3394917Z ] 2025-07-17T06:43:52.3395990Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3397819Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3399724Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3401681Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3403128Z with 2025-07-17T06:43:52.3403299Z [ 2025-07-17T06:43:52.3403467Z inpType=int8_t 2025-07-17T06:43:52.3403682Z ] 2025-07-17T06:43:52.3404468Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3406373Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3408398Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3410470Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3411714Z with 2025-07-17T06:43:52.3411911Z [ 2025-07-17T06:43:52.3412124Z inpType=uint8_t 2025-07-17T06:43:52.3412335Z ] 2025-07-17T06:43:52.3413075Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3414973Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3416890Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3418738Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3420052Z with 2025-07-17T06:43:52.3420217Z [ 2025-07-17T06:43:52.3420380Z inpType=int8_t 2025-07-17T06:43:52.3420597Z ] 2025-07-17T06:43:52.3421447Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3423407Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3425300Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3428262Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3429964Z with 2025-07-17T06:43:52.3430134Z [ 2025-07-17T06:43:52.3430299Z inpType=uint8_t 2025-07-17T06:43:52.3430517Z ] 2025-07-17T06:43:52.3431476Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3433512Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3437130Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3439947Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3441232Z with 2025-07-17T06:43:52.3441406Z [ 2025-07-17T06:43:52.3441574Z inpType=uint8_t 2025-07-17T06:43:52.3441790Z ] 2025-07-17T06:43:52.3442586Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3444485Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3446429Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3448351Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3449720Z with 2025-07-17T06:43:52.3449890Z [ 2025-07-17T06:43:52.3450068Z inpType=uint8_t 2025-07-17T06:43:52.3450282Z ] 2025-07-17T06:43:52.3451041Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3452889Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3454772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3456813Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3458205Z with 2025-07-17T06:43:52.3458373Z [ 2025-07-17T06:43:52.3458542Z inpType=uint8_t 2025-07-17T06:43:52.3458757Z ] 2025-07-17T06:43:52.3459514Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3461449Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3463373Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3465294Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3466571Z with 2025-07-17T06:43:52.3466738Z [ 2025-07-17T06:43:52.3466903Z inpType=uint8_t 2025-07-17T06:43:52.3467113Z ] 2025-07-17T06:43:52.3467873Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3469740Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3471623Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3473533Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3474798Z with 2025-07-17T06:43:52.3474977Z [ 2025-07-17T06:43:52.3475143Z inpType=uint8_t 2025-07-17T06:43:52.3475355Z ] 2025-07-17T06:43:52.3476130Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3477987Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3479863Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3481922Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3483429Z with 2025-07-17T06:43:52.3483608Z [ 2025-07-17T06:43:52.3483776Z inpType=uint8_t 2025-07-17T06:43:52.3484005Z ] 2025-07-17T06:43:52.3484776Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3486699Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3488576Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3490612Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3492129Z with 2025-07-17T06:43:52.3492362Z [ 2025-07-17T06:43:52.3492527Z inpType=uint8_t 2025-07-17T06:43:52.3492735Z ] 2025-07-17T06:43:52.3493506Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3495360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3497369Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3499412Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3500813Z with 2025-07-17T06:43:52.3500985Z [ 2025-07-17T06:43:52.3501143Z inpType=uint8_t 2025-07-17T06:43:52.3501355Z ] 2025-07-17T06:43:52.3502162Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3504366Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:52.3506556Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3508885Z 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-07-17T06:43:52.3510129Z with 2025-07-17T06:43:52.3510298Z [ 2025-07-17T06:43:52.3510463Z inpType=uint8_t 2025-07-17T06:43:52.3510667Z ] 2025-07-17T06:43:52.3511416Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3513327Z 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-07-17T06:43:52.3516323Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3519527Z 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-07-17T06:43:52.3521672Z with 2025-07-17T06:43:52.3521964Z [ 2025-07-17T06:43:52.3522255Z inpType=int8_t 2025-07-17T06:43:52.3522625Z ] 2025-07-17T06:43:52.3524032Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3527318Z 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-07-17T06:43:52.3530639Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,int8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3533907Z 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-07-17T06:43:52.3536170Z with 2025-07-17T06:43:52.3536459Z [ 2025-07-17T06:43:52.3536747Z inpType=uint8_t 2025-07-17T06:43:52.3537084Z ] 2025-07-17T06:43:52.3538368Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3541529Z 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-07-17T06:43:52.3543693Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3545609Z 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-07-17T06:43:52.3546946Z with 2025-07-17T06:43:52.3547118Z [ 2025-07-17T06:43:52.3547304Z inpType=int8_t 2025-07-17T06:43:52.3547534Z ] 2025-07-17T06:43:52.3548269Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3550135Z 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-07-17T06:43:52.3552144Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,int8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3554061Z 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-07-17T06:43:52.3555362Z with 2025-07-17T06:43:52.3555530Z [ 2025-07-17T06:43:52.3555736Z inpType=uint8_t 2025-07-17T06:43:52.3555946Z ] 2025-07-17T06:43:52.3556780Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3558969Z 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-07-17T06:43:52.3561287Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3563588Z 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-07-17T06:43:52.3564831Z with 2025-07-17T06:43:52.3564997Z [ 2025-07-17T06:43:52.3565174Z inpType=uint8_t 2025-07-17T06:43:52.3565424Z ] 2025-07-17T06:43:52.3566828Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3568800Z 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-07-17T06:43:52.3570860Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3572871Z 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-07-17T06:43:52.3575162Z with 2025-07-17T06:43:52.3575466Z [ 2025-07-17T06:43:52.3575745Z inpType=uint8_t 2025-07-17T06:43:52.3576110Z ] 2025-07-17T06:43:52.3577523Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3581039Z 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-07-17T06:43:52.3584791Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3588117Z 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-07-17T06:43:52.3590172Z with 2025-07-17T06:43:52.3590432Z [ 2025-07-17T06:43:52.3590692Z inpType=uint8_t 2025-07-17T06:43:52.3591008Z ] 2025-07-17T06:43:52.3592185Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3594406Z 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-07-17T06:43:52.3597017Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3598951Z 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-07-17T06:43:52.3600268Z with 2025-07-17T06:43:52.3600441Z [ 2025-07-17T06:43:52.3600619Z inpType=uint8_t 2025-07-17T06:43:52.3600836Z ] 2025-07-17T06:43:52.3601604Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3603415Z 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-07-17T06:43:52.3605226Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3607367Z 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-07-17T06:43:52.3608783Z with 2025-07-17T06:43:52.3608974Z [ 2025-07-17T06:43:52.3609143Z inpType=uint8_t 2025-07-17T06:43:52.3609445Z ] 2025-07-17T06:43:52.3610220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3612327Z 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-07-17T06:43:52.3614492Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3616483Z 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-07-17T06:43:52.3617701Z with 2025-07-17T06:43:52.3617878Z [ 2025-07-17T06:43:52.3618071Z inpType=uint8_t 2025-07-17T06:43:52.3618276Z ] 2025-07-17T06:43:52.3619142Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3620955Z 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-07-17T06:43:52.3622886Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3624921Z 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-07-17T06:43:52.3626184Z with 2025-07-17T06:43:52.3626356Z [ 2025-07-17T06:43:52.3626558Z inpType=uint8_t 2025-07-17T06:43:52.3626764Z ] 2025-07-17T06:43:52.3627525Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::PackMatrix' 2025-07-17T06:43:52.3629335Z 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-07-17T06:43:52.3631607Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int16_t>::packedBufferSize' 2025-07-17T06:43:52.3633759Z 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-07-17T06:43:52.3635294Z with 2025-07-17T06:43:52.3635464Z [ 2025-07-17T06:43:52.3635629Z inpType=uint8_t 2025-07-17T06:43:52.3635841Z ] 2025-07-17T06:43:52.3636775Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::PackMatrix' 2025-07-17T06:43:52.3639766Z 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-07-17T06:43:52.3642293Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,uint8_t,int32_t>::packedBufferSize' 2025-07-17T06:43:52.3644220Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3646324Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3648430Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3650788Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3653126Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3655477Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3657772Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3660174Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3662561Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3666785Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3669975Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3672827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3729845Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:52.3731396Z [1271/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2025-07-17T06:43:52.3995709Z [1272/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2025-07-17T06:43:52.4221672Z [1273/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2025-07-17T06:43:52.4564323Z [1274/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2025-07-17T06:43:52.4984018Z [1275/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2025-07-17T06:43:52.5212767Z [1276/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2025-07-17T06:43:52.6553680Z [1277/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2025-07-17T06:43:52.7322717Z [1278/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2025-07-17T06:43:52.7337589Z [1279/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2025-07-17T06:43:52.8339965Z [1280/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmPackMatrixB.cc.obj 2025-07-17T06:43:52.9302739Z [1281/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2025-07-17T06:43:52.9375248Z [1282/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2025-07-17T06:43:52.9937653Z [1283/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2025-07-17T06:43:53.0614669Z [1284/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2025-07-17T06:43:53.1253152Z [1285/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2025-07-17T06:43:53.2385479Z [1286/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2025-07-17T06:43:53.2528036Z [1287/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2025-07-17T06:43:53.3046529Z [1288/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2025-07-17T06:43:53.3048654Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.3051076Z with 2025-07-17T06:43:53.3051268Z [ 2025-07-17T06:43:53.3051434Z T=uint8_t, 2025-07-17T06:43:53.3051632Z accT=int32_t, 2025-07-17T06:43:53.3052379Z inpType=uint8_t 2025-07-17T06:43:53.3052794Z ] 2025-07-17T06:43:53.3054301Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.3055532Z with 2025-07-17T06:43:53.3055790Z [ 2025-07-17T06:43:53.3056057Z T=uint8_t, 2025-07-17T06:43:53.3056377Z accT=int32_t 2025-07-17T06:43:53.3056702Z ] 2025-07-17T06:43:53.3058726Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.3060823Z with 2025-07-17T06:43:53.3061116Z [ 2025-07-17T06:43:53.3061385Z T=uint8_t, 2025-07-17T06:43:53.3061717Z accT=int32_t 2025-07-17T06:43:53.3062040Z ] 2025-07-17T06:43:53.3063455Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.3064446Z with 2025-07-17T06:43:53.3064715Z [ 2025-07-17T06:43:53.3064982Z T=uint8_t, 2025-07-17T06:43:53.3065320Z accT=int32_t 2025-07-17T06:43:53.3065705Z ] 2025-07-17T06:43:53.3067240Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.3069184Z with 2025-07-17T06:43:53.3069420Z [ 2025-07-17T06:43:53.3069928Z T=uint8_t, 2025-07-17T06:43:53.3070290Z accT=int16_t, 2025-07-17T06:43:53.3070779Z inpType=uint8_t 2025-07-17T06:43:53.3071281Z ] 2025-07-17T06:43:53.3072828Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.3074281Z with 2025-07-17T06:43:53.3074568Z [ 2025-07-17T06:43:53.3075299Z T=uint8_t, 2025-07-17T06:43:53.3075667Z accT=int16_t 2025-07-17T06:43:53.3076014Z ] 2025-07-17T06:43:53.3078415Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.3080692Z with 2025-07-17T06:43:53.3081257Z [ 2025-07-17T06:43:53.3081712Z T=uint8_t, 2025-07-17T06:43:53.3082055Z accT=int16_t 2025-07-17T06:43:53.3082357Z ] 2025-07-17T06:43:53.3083759Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.3085214Z with 2025-07-17T06:43:53.3085513Z [ 2025-07-17T06:43:53.3085789Z T=uint8_t, 2025-07-17T06:43:53.3086113Z accT=int16_t 2025-07-17T06:43:53.3086451Z ] 2025-07-17T06:43:53.3088744Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(29): 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-07-17T06:43:53.3090608Z with 2025-07-17T06:43:53.3090841Z [ 2025-07-17T06:43:53.3091183Z T=uint8_t, 2025-07-17T06:43:53.3091523Z accT=int32_t, 2025-07-17T06:43:53.3091872Z inpType=uint8_t 2025-07-17T06:43:53.3092227Z ] 2025-07-17T06:43:53.3094364Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.3097225Z with 2025-07-17T06:43:53.3097568Z [ 2025-07-17T06:43:53.3097831Z T=uint8_t, 2025-07-17T06:43:53.3099396Z accT=int32_t 2025-07-17T06:43:53.3099740Z ] 2025-07-17T06:43:53.3102051Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(29): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.3104328Z with 2025-07-17T06:43:53.3104637Z [ 2025-07-17T06:43:53.3104913Z T=uint8_t, 2025-07-17T06:43:53.3105267Z accT=int32_t 2025-07-17T06:43:53.3105623Z ] 2025-07-17T06:43:53.3107092Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.3109039Z with 2025-07-17T06:43:53.3109567Z [ 2025-07-17T06:43:53.3109924Z T=uint8_t, 2025-07-17T06:43:53.3110275Z accT=int32_t 2025-07-17T06:43:53.3110631Z ] 2025-07-17T06:43:53.3112830Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(29): 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-07-17T06:43:53.3115202Z with 2025-07-17T06:43:53.3115494Z [ 2025-07-17T06:43:53.3115790Z T=uint8_t, 2025-07-17T06:43:53.3116150Z accT=int16_t, 2025-07-17T06:43:53.3116526Z inpType=uint8_t 2025-07-17T06:43:53.3116899Z ] 2025-07-17T06:43:53.3118256Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.3119962Z with 2025-07-17T06:43:53.3120366Z [ 2025-07-17T06:43:53.3120652Z T=uint8_t, 2025-07-17T06:43:53.3120999Z accT=int16_t 2025-07-17T06:43:53.3121354Z ] 2025-07-17T06:43:53.3123317Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAMatrix.cc(29): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.3125436Z with 2025-07-17T06:43:53.3125723Z [ 2025-07-17T06:43:53.3125993Z T=uint8_t, 2025-07-17T06:43:53.3126323Z accT=int16_t 2025-07-17T06:43:53.3126623Z ] 2025-07-17T06:43:53.3127938Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.3129781Z with 2025-07-17T06:43:53.3130098Z [ 2025-07-17T06:43:53.3130397Z T=uint8_t, 2025-07-17T06:43:53.3130746Z accT=int16_t 2025-07-17T06:43:53.3131352Z ] 2025-07-17T06:43:53.3142847Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.3146563Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.3149149Z [1289/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2025-07-17T06:43:53.4116089Z [1290/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2025-07-17T06:43:53.4118008Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4120089Z with 2025-07-17T06:43:53.4120387Z [ 2025-07-17T06:43:53.4120662Z T=uint8_t, 2025-07-17T06:43:53.4121001Z accT=int32_t, 2025-07-17T06:43:53.4121340Z inpType=uint8_t 2025-07-17T06:43:53.4121690Z ] 2025-07-17T06:43:53.4123043Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4124507Z with 2025-07-17T06:43:53.4124761Z [ 2025-07-17T06:43:53.4125030Z T=uint8_t, 2025-07-17T06:43:53.4125408Z accT=int32_t 2025-07-17T06:43:53.4125733Z ] 2025-07-17T06:43:53.4127922Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4130290Z with 2025-07-17T06:43:53.4130574Z [ 2025-07-17T06:43:53.4130835Z T=uint8_t, 2025-07-17T06:43:53.4131241Z accT=int32_t 2025-07-17T06:43:53.4131631Z ] 2025-07-17T06:43:53.4132954Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4134450Z with 2025-07-17T06:43:53.4134742Z [ 2025-07-17T06:43:53.4135011Z T=uint8_t, 2025-07-17T06:43:53.4135344Z accT=int32_t 2025-07-17T06:43:53.4135665Z ] 2025-07-17T06:43:53.4137950Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4140303Z with 2025-07-17T06:43:53.4140599Z [ 2025-07-17T06:43:53.4140896Z T=uint8_t, 2025-07-17T06:43:53.4141239Z accT=int16_t, 2025-07-17T06:43:53.4141602Z inpType=uint8_t 2025-07-17T06:43:53.4141950Z ] 2025-07-17T06:43:53.4143402Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4144811Z with 2025-07-17T06:43:53.4145078Z [ 2025-07-17T06:43:53.4145333Z T=uint8_t, 2025-07-17T06:43:53.4145926Z accT=int16_t 2025-07-17T06:43:53.4146248Z ] 2025-07-17T06:43:53.4148366Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4150759Z with 2025-07-17T06:43:53.4151046Z [ 2025-07-17T06:43:53.4151318Z T=uint8_t, 2025-07-17T06:43:53.4151642Z accT=int16_t 2025-07-17T06:43:53.4151962Z ] 2025-07-17T06:43:53.4153310Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4154897Z with 2025-07-17T06:43:53.4155235Z [ 2025-07-17T06:43:53.4155705Z T=uint8_t, 2025-07-17T06:43:53.4156055Z accT=int16_t 2025-07-17T06:43:53.4156382Z ] 2025-07-17T06:43:53.4158548Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4160947Z with 2025-07-17T06:43:53.4161250Z [ 2025-07-17T06:43:53.4161506Z T=uint8_t, 2025-07-17T06:43:53.4161840Z accT=int32_t, 2025-07-17T06:43:53.4162202Z inpType=uint8_t 2025-07-17T06:43:53.4162548Z ] 2025-07-17T06:43:53.4163849Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4165333Z with 2025-07-17T06:43:53.4165644Z [ 2025-07-17T06:43:53.4165906Z T=uint8_t, 2025-07-17T06:43:53.4166234Z accT=int32_t 2025-07-17T06:43:53.4166636Z ] 2025-07-17T06:43:53.4169151Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4171529Z with 2025-07-17T06:43:53.4172683Z [ 2025-07-17T06:43:53.4172934Z T=uint8_t, 2025-07-17T06:43:53.4173242Z accT=int32_t 2025-07-17T06:43:53.4173985Z ] 2025-07-17T06:43:53.4178980Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4180639Z with 2025-07-17T06:43:53.4180940Z [ 2025-07-17T06:43:53.4181213Z T=uint8_t, 2025-07-17T06:43:53.4181553Z accT=int32_t 2025-07-17T06:43:53.4181876Z ] 2025-07-17T06:43:53.4183945Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4185555Z with 2025-07-17T06:43:53.4185731Z [ 2025-07-17T06:43:53.4185899Z T=uint8_t, 2025-07-17T06:43:53.4186137Z accT=int16_t, 2025-07-17T06:43:53.4186431Z inpType=uint8_t 2025-07-17T06:43:53.4186643Z ] 2025-07-17T06:43:53.4187409Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4188473Z with 2025-07-17T06:43:53.4188674Z [ 2025-07-17T06:43:53.4188837Z T=uint8_t, 2025-07-17T06:43:53.4189341Z accT=int16_t 2025-07-17T06:43:53.4189741Z ] 2025-07-17T06:43:53.4191109Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4193013Z with 2025-07-17T06:43:53.4193190Z [ 2025-07-17T06:43:53.4193346Z T=uint8_t, 2025-07-17T06:43:53.4193599Z accT=int16_t 2025-07-17T06:43:53.4193849Z ] 2025-07-17T06:43:53.4194867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4195840Z with 2025-07-17T06:43:53.4196023Z [ 2025-07-17T06:43:53.4196174Z T=uint8_t, 2025-07-17T06:43:53.4196372Z accT=int16_t 2025-07-17T06:43:53.4196556Z ] 2025-07-17T06:43:53.4198020Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4199744Z with 2025-07-17T06:43:53.4200363Z [ 2025-07-17T06:43:53.4200599Z T=uint8_t, 2025-07-17T06:43:53.4200806Z accT=int32_t, 2025-07-17T06:43:53.4201096Z inpType=uint8_t 2025-07-17T06:43:53.4201362Z ] 2025-07-17T06:43:53.4202110Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4202966Z with 2025-07-17T06:43:53.4203138Z [ 2025-07-17T06:43:53.4203291Z T=uint8_t, 2025-07-17T06:43:53.4203564Z accT=int32_t 2025-07-17T06:43:53.4203762Z ] 2025-07-17T06:43:53.4204960Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4206176Z with 2025-07-17T06:43:53.4206342Z [ 2025-07-17T06:43:53.4206505Z T=uint8_t, 2025-07-17T06:43:53.4206688Z accT=int32_t 2025-07-17T06:43:53.4206884Z ] 2025-07-17T06:43:53.4207701Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4208581Z with 2025-07-17T06:43:53.4208734Z [ 2025-07-17T06:43:53.4208893Z T=uint8_t, 2025-07-17T06:43:53.4209124Z accT=int32_t 2025-07-17T06:43:53.4209328Z ] 2025-07-17T06:43:53.4211313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4213072Z with 2025-07-17T06:43:53.4213236Z [ 2025-07-17T06:43:53.4213387Z T=uint8_t, 2025-07-17T06:43:53.4213579Z accT=int16_t, 2025-07-17T06:43:53.4213784Z inpType=uint8_t 2025-07-17T06:43:53.4214165Z ] 2025-07-17T06:43:53.4214919Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4215763Z with 2025-07-17T06:43:53.4215960Z [ 2025-07-17T06:43:53.4216111Z T=uint8_t, 2025-07-17T06:43:53.4216308Z accT=int16_t 2025-07-17T06:43:53.4216491Z ] 2025-07-17T06:43:53.4217846Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4219275Z with 2025-07-17T06:43:53.4219431Z [ 2025-07-17T06:43:53.4219584Z T=uint8_t, 2025-07-17T06:43:53.4219767Z accT=int16_t 2025-07-17T06:43:53.4220074Z ] 2025-07-17T06:43:53.4221843Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4223885Z with 2025-07-17T06:43:53.4224266Z [ 2025-07-17T06:43:53.4224604Z T=uint8_t, 2025-07-17T06:43:53.4225010Z accT=int16_t 2025-07-17T06:43:53.4225390Z ] 2025-07-17T06:43:53.4227582Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4230132Z with 2025-07-17T06:43:53.4230435Z [ 2025-07-17T06:43:53.4230712Z T=uint8_t, 2025-07-17T06:43:53.4231065Z accT=int32_t, 2025-07-17T06:43:53.4231445Z inpType=uint8_t 2025-07-17T06:43:53.4231809Z ] 2025-07-17T06:43:53.4233209Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4234697Z with 2025-07-17T06:43:53.4234974Z [ 2025-07-17T06:43:53.4235246Z T=uint8_t, 2025-07-17T06:43:53.4235652Z accT=int32_t 2025-07-17T06:43:53.4235964Z ] 2025-07-17T06:43:53.4238088Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4240481Z with 2025-07-17T06:43:53.4240778Z [ 2025-07-17T06:43:53.4241096Z T=uint8_t, 2025-07-17T06:43:53.4241515Z accT=int32_t 2025-07-17T06:43:53.4242170Z ] 2025-07-17T06:43:53.4243497Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4245334Z with 2025-07-17T06:43:53.4245624Z [ 2025-07-17T06:43:53.4245873Z T=uint8_t, 2025-07-17T06:43:53.4246234Z accT=int32_t 2025-07-17T06:43:53.4246567Z ] 2025-07-17T06:43:53.4248796Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4251117Z with 2025-07-17T06:43:53.4251425Z [ 2025-07-17T06:43:53.4251911Z T=uint8_t, 2025-07-17T06:43:53.4252280Z accT=int16_t, 2025-07-17T06:43:53.4252671Z inpType=uint8_t 2025-07-17T06:43:53.4253048Z ] 2025-07-17T06:43:53.4254443Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4256271Z with 2025-07-17T06:43:53.4256570Z [ 2025-07-17T06:43:53.4256840Z T=uint8_t, 2025-07-17T06:43:53.4257185Z accT=int16_t 2025-07-17T06:43:53.4257519Z ] 2025-07-17T06:43:53.4259875Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4262307Z with 2025-07-17T06:43:53.4262592Z [ 2025-07-17T06:43:53.4262866Z T=uint8_t, 2025-07-17T06:43:53.4263190Z accT=int16_t 2025-07-17T06:43:53.4263531Z ] 2025-07-17T06:43:53.4265315Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4267105Z with 2025-07-17T06:43:53.4267408Z [ 2025-07-17T06:43:53.4267721Z T=uint8_t, 2025-07-17T06:43:53.4268101Z accT=int16_t 2025-07-17T06:43:53.4268470Z ] 2025-07-17T06:43:53.4271215Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4274483Z with 2025-07-17T06:43:53.4274813Z [ 2025-07-17T06:43:53.4275128Z T=uint8_t, 2025-07-17T06:43:53.4275471Z accT=int32_t, 2025-07-17T06:43:53.4275873Z inpType=uint8_t 2025-07-17T06:43:53.4276249Z ] 2025-07-17T06:43:53.4277708Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4279275Z with 2025-07-17T06:43:53.4279556Z [ 2025-07-17T06:43:53.4279846Z T=uint8_t, 2025-07-17T06:43:53.4280208Z accT=int32_t 2025-07-17T06:43:53.4280546Z ] 2025-07-17T06:43:53.4282827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4285215Z with 2025-07-17T06:43:53.4285531Z [ 2025-07-17T06:43:53.4285800Z T=uint8_t, 2025-07-17T06:43:53.4286154Z accT=int32_t 2025-07-17T06:43:53.4286512Z ] 2025-07-17T06:43:53.4287964Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4290315Z with 2025-07-17T06:43:53.4290617Z [ 2025-07-17T06:43:53.4290889Z T=uint8_t, 2025-07-17T06:43:53.4291216Z accT=int32_t 2025-07-17T06:43:53.4291546Z ] 2025-07-17T06:43:53.4295428Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4297647Z with 2025-07-17T06:43:53.4297904Z [ 2025-07-17T06:43:53.4298171Z T=uint8_t, 2025-07-17T06:43:53.4298456Z accT=int16_t, 2025-07-17T06:43:53.4298732Z inpType=uint8_t 2025-07-17T06:43:53.4298989Z ] 2025-07-17T06:43:53.4301778Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4302917Z with 2025-07-17T06:43:53.4303148Z [ 2025-07-17T06:43:53.4303398Z T=uint8_t, 2025-07-17T06:43:53.4303698Z accT=int16_t 2025-07-17T06:43:53.4304014Z ] 2025-07-17T06:43:53.4308024Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4310262Z with 2025-07-17T06:43:53.4310583Z [ 2025-07-17T06:43:53.4310774Z T=uint8_t, 2025-07-17T06:43:53.4310971Z accT=int16_t 2025-07-17T06:43:53.4311173Z ] 2025-07-17T06:43:53.4312840Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4314442Z with 2025-07-17T06:43:53.4314894Z [ 2025-07-17T06:43:53.4315560Z T=uint8_t, 2025-07-17T06:43:53.4315923Z accT=int16_t 2025-07-17T06:43:53.4316263Z ] 2025-07-17T06:43:53.4318247Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4320493Z with 2025-07-17T06:43:53.4320810Z [ 2025-07-17T06:43:53.4321107Z T=uint8_t, 2025-07-17T06:43:53.4321468Z accT=int32_t, 2025-07-17T06:43:53.4321857Z inpType=uint8_t 2025-07-17T06:43:53.4322233Z ] 2025-07-17T06:43:53.4323665Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4325241Z with 2025-07-17T06:43:53.4325524Z [ 2025-07-17T06:43:53.4325810Z T=uint8_t, 2025-07-17T06:43:53.4326140Z accT=int32_t 2025-07-17T06:43:53.4326494Z ] 2025-07-17T06:43:53.4329050Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4330967Z with 2025-07-17T06:43:53.4331142Z [ 2025-07-17T06:43:53.4331314Z T=uint8_t, 2025-07-17T06:43:53.4331546Z accT=int32_t 2025-07-17T06:43:53.4331808Z ] 2025-07-17T06:43:53.4333328Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4334967Z with 2025-07-17T06:43:53.4335225Z [ 2025-07-17T06:43:53.4336379Z T=uint8_t, 2025-07-17T06:43:53.4336766Z accT=int32_t 2025-07-17T06:43:53.4337172Z ] 2025-07-17T06:43:53.4340643Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4344903Z with 2025-07-17T06:43:53.4345158Z [ 2025-07-17T06:43:53.4345391Z T=uint8_t, 2025-07-17T06:43:53.4345675Z accT=int16_t, 2025-07-17T06:43:53.4345969Z inpType=uint8_t 2025-07-17T06:43:53.4346255Z ] 2025-07-17T06:43:53.4347885Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4348786Z with 2025-07-17T06:43:53.4348958Z [ 2025-07-17T06:43:53.4349178Z T=uint8_t, 2025-07-17T06:43:53.4349593Z accT=int16_t 2025-07-17T06:43:53.4349806Z ] 2025-07-17T06:43:53.4351106Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\PackAWithIm2Col.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-07-17T06:43:53.4353158Z with 2025-07-17T06:43:53.4353434Z [ 2025-07-17T06:43:53.4353683Z T=uint8_t, 2025-07-17T06:43:53.4353993Z accT=int16_t 2025-07-17T06:43:53.4354305Z ] 2025-07-17T06:43:53.4355689Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4357152Z with 2025-07-17T06:43:53.4357447Z [ 2025-07-17T06:43:53.4357724Z T=uint8_t, 2025-07-17T06:43:53.4358072Z accT=int16_t 2025-07-17T06:43:53.4358408Z ] 2025-07-17T06:43:53.4360321Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4363979Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4368051Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4372301Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4376038Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4379802Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4382511Z [1291/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2025-07-17T06:43:53.4385233Z 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-07-17T06:43:53.4405116Z 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-07-17T06:43:53.4408387Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4410866Z 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-07-17T06:43:53.4413667Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4416787Z 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-07-17T06:43:53.4420473Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4423442Z 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-07-17T06:43:53.4425385Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4429644Z 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-07-17T06:43:53.4432337Z 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-07-17T06:43:53.4434798Z 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-07-17T06:43:53.4438202Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4441735Z 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-07-17T06:43:53.4443899Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4446282Z 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-07-17T06:43:53.4448957Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4451988Z 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-07-17T06:43:53.4455073Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4457430Z 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-07-17T06:43:53.4459261Z 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-07-17T06:43:53.4461304Z 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-07-17T06:43:53.4464337Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4467472Z 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-07-17T06:43:53.4470481Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4473253Z 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-07-17T06:43:53.4476112Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4478835Z 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-07-17T06:43:53.4480522Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4483718Z 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-07-17T06:43:53.4486633Z 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-07-17T06:43:53.4488590Z 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-07-17T06:43:53.4491236Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4493800Z 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-07-17T06:43:53.4496746Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4498518Z 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-07-17T06:43:53.4500398Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4502893Z 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-07-17T06:43:53.4504917Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4506839Z 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-07-17T06:43:53.4508697Z 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-07-17T06:43:53.4511040Z 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-07-17T06:43:53.4514423Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4517798Z 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-07-17T06:43:53.4521061Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4524228Z 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-07-17T06:43:53.4527742Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4530842Z 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-07-17T06:43:53.4533964Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4537322Z 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-07-17T06:43:53.4540651Z 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-07-17T06:43:53.4543503Z 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-07-17T06:43:53.4545496Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4547700Z 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-07-17T06:43:53.4549664Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4551456Z 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-07-17T06:43:53.4553283Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4555070Z 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-07-17T06:43:53.4556972Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4561193Z 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-07-17T06:43:53.4563836Z [1292/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2025-07-17T06:43:53.4566879Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.4569500Z with 2025-07-17T06:43:53.4569879Z [ 2025-07-17T06:43:53.4570156Z T=uint8_t, 2025-07-17T06:43:53.4570500Z accT=int32_t, 2025-07-17T06:43:53.4571181Z inpType=uint8_t 2025-07-17T06:43:53.4571572Z ] 2025-07-17T06:43:53.4574682Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4575753Z with 2025-07-17T06:43:53.4575926Z [ 2025-07-17T06:43:53.4576127Z T=uint8_t, 2025-07-17T06:43:53.4576406Z accT=int32_t 2025-07-17T06:43:53.4576759Z ] 2025-07-17T06:43:53.4578163Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4579475Z with 2025-07-17T06:43:53.4579658Z [ 2025-07-17T06:43:53.4579915Z T=uint8_t, 2025-07-17T06:43:53.4580331Z accT=int32_t 2025-07-17T06:43:53.4580650Z ] 2025-07-17T06:43:53.4581563Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4582470Z with 2025-07-17T06:43:53.4582690Z [ 2025-07-17T06:43:53.4583394Z T=uint8_t, 2025-07-17T06:43:53.4583729Z accT=int32_t 2025-07-17T06:43:53.4584067Z ] 2025-07-17T06:43:53.4587431Z 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-07-17T06:43:53.4590492Z with 2025-07-17T06:43:53.4590783Z [ 2025-07-17T06:43:53.4591047Z T=uint8_t, 2025-07-17T06:43:53.4591413Z accT=int32_t, 2025-07-17T06:43:53.4591836Z inpType=uint8_t 2025-07-17T06:43:53.4592253Z ] 2025-07-17T06:43:53.4593666Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.4596003Z with 2025-07-17T06:43:53.4596342Z [ 2025-07-17T06:43:53.4596627Z T=uint8_t, 2025-07-17T06:43:53.4596978Z accT=int32_t 2025-07-17T06:43:53.4597462Z ] 2025-07-17T06:43:53.4600309Z 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-07-17T06:43:53.4602925Z with 2025-07-17T06:43:53.4603230Z [ 2025-07-17T06:43:53.4603540Z T=uint8_t, 2025-07-17T06:43:53.4603929Z accT=int32_t 2025-07-17T06:43:53.4604326Z ] 2025-07-17T06:43:53.4605887Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.4607598Z with 2025-07-17T06:43:53.4608063Z [ 2025-07-17T06:43:53.4608374Z T=uint8_t, 2025-07-17T06:43:53.4608738Z accT=int32_t 2025-07-17T06:43:53.4609089Z ] 2025-07-17T06:43:53.4611403Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.4614244Z [1293/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2025-07-17T06:43:53.4616980Z 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-07-17T06:43:53.4620876Z 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-07-17T06:43:53.4624229Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4627560Z 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-07-17T06:43:53.4630828Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4633953Z 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-07-17T06:43:53.4637139Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4640215Z 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-07-17T06:43:53.4654338Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4658525Z 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-07-17T06:43:53.4661943Z 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-07-17T06:43:53.4665434Z 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-07-17T06:43:53.4669465Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4672921Z 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-07-17T06:43:53.4675122Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4677143Z 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-07-17T06:43:53.4679283Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4682362Z 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-07-17T06:43:53.4685984Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4689380Z 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-07-17T06:43:53.4692515Z 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-07-17T06:43:53.4694442Z 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-07-17T06:43:53.4696260Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4698467Z 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-07-17T06:43:53.4700380Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4702131Z 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-07-17T06:43:53.4704239Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4706069Z 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-07-17T06:43:53.4708135Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4710523Z 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-07-17T06:43:53.4713235Z 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-07-17T06:43:53.4716278Z 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-07-17T06:43:53.4718721Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4722240Z 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-07-17T06:43:53.4725648Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4729386Z 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-07-17T06:43:53.4732725Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4734762Z 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-07-17T06:43:53.4737244Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4739054Z 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-07-17T06:43:53.4740918Z 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-07-17T06:43:53.4743328Z 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-07-17T06:43:53.4746577Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4749969Z 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-07-17T06:43:53.4753550Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4756701Z 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-07-17T06:43:53.4760013Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4763130Z 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-07-17T06:43:53.4766633Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4770222Z 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-07-17T06:43:53.4772428Z 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-07-17T06:43:53.4774447Z 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-07-17T06:43:53.4777352Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4780813Z 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-07-17T06:43:53.4784224Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4787534Z 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-07-17T06:43:53.4791076Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4794651Z 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-07-17T06:43:53.4798739Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4802390Z 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-07-17T06:43:53.4805660Z 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-07-17T06:43:53.4808151Z 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-07-17T06:43:53.4810931Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4816557Z 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-07-17T06:43:53.4819001Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4820997Z 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-07-17T06:43:53.4823419Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4825695Z 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-07-17T06:43:53.4828447Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4831777Z 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-07-17T06:43:53.4833710Z 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-07-17T06:43:53.4835507Z 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-07-17T06:43:53.4837589Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4842429Z 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-07-17T06:43:53.4845105Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4847596Z 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-07-17T06:43:53.4849622Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4853096Z 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-07-17T06:43:53.4855923Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4858018Z 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-07-17T06:43:53.4860137Z 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-07-17T06:43:53.4862376Z 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-07-17T06:43:53.4864239Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4867656Z 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-07-17T06:43:53.4871181Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4874504Z 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-07-17T06:43:53.4877195Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4879225Z 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-07-17T06:43:53.4883263Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4886381Z 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-07-17T06:43:53.4888831Z 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-07-17T06:43:53.4891676Z 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-07-17T06:43:53.4895178Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4897692Z 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-07-17T06:43:53.4900720Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4903679Z 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-07-17T06:43:53.4905544Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4908196Z 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-07-17T06:43:53.4910490Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4912572Z 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-07-17T06:43:53.4915319Z 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-07-17T06:43:53.4917966Z 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-07-17T06:43:53.4920779Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4923531Z 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-07-17T06:43:53.4926498Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4928378Z 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-07-17T06:43:53.4930465Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4932350Z 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-07-17T06:43:53.4934275Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4936718Z 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-07-17T06:43:53.4939610Z 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-07-17T06:43:53.4941466Z 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-07-17T06:43:53.4944368Z 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_13::x86::Emitter *,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4947474Z 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-07-17T06:43:53.4950882Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4954173Z 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-07-17T06:43:53.4957417Z 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_13::x86::Emitter *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.4960676Z 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-07-17T06:43:53.4964249Z 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_13::x86::Emitter *,bool,bool,bool,bool)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.5616634Z 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-07-17T06:43:53.5618453Z [1294/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2025-07-17T06:43:53.5622046Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.5624699Z with 2025-07-17T06:43:53.5624975Z [ 2025-07-17T06:43:53.5625263Z T=uint8_t, 2025-07-17T06:43:53.5625571Z accT=int32_t, 2025-07-17T06:43:53.5625931Z inpType=uint8_t 2025-07-17T06:43:53.5626285Z ] 2025-07-17T06:43:53.5627649Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5629169Z with 2025-07-17T06:43:53.5629452Z [ 2025-07-17T06:43:53.5629729Z T=uint8_t, 2025-07-17T06:43:53.5630076Z accT=int32_t 2025-07-17T06:43:53.5630406Z ] 2025-07-17T06:43:53.5632444Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.5634532Z with 2025-07-17T06:43:53.5634773Z [ 2025-07-17T06:43:53.5634937Z T=uint8_t, 2025-07-17T06:43:53.5635136Z accT=int32_t 2025-07-17T06:43:53.5635321Z ] 2025-07-17T06:43:53.5636222Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5637634Z with 2025-07-17T06:43:53.5637952Z [ 2025-07-17T06:43:53.5638242Z T=uint8_t, 2025-07-17T06:43:53.5638588Z accT=int32_t 2025-07-17T06:43:53.5638930Z ] 2025-07-17T06:43:53.5641223Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.5644095Z with 2025-07-17T06:43:53.5644396Z [ 2025-07-17T06:43:53.5644676Z T=uint8_t, 2025-07-17T06:43:53.5645004Z accT=int16_t, 2025-07-17T06:43:53.5645357Z inpType=uint8_t 2025-07-17T06:43:53.5645698Z ] 2025-07-17T06:43:53.5647338Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5649062Z with 2025-07-17T06:43:53.5649367Z [ 2025-07-17T06:43:53.5649668Z T=uint8_t, 2025-07-17T06:43:53.5650134Z accT=int16_t 2025-07-17T06:43:53.5650718Z ] 2025-07-17T06:43:53.5653235Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.5655711Z with 2025-07-17T06:43:53.5656017Z [ 2025-07-17T06:43:53.5656297Z T=uint8_t, 2025-07-17T06:43:53.5656639Z accT=int16_t 2025-07-17T06:43:53.5656977Z ] 2025-07-17T06:43:53.5658634Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5660614Z with 2025-07-17T06:43:53.5661294Z [ 2025-07-17T06:43:53.5661611Z T=uint8_t, 2025-07-17T06:43:53.5662185Z accT=int16_t 2025-07-17T06:43:53.5662556Z ] 2025-07-17T06:43:53.5664943Z 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-07-17T06:43:53.5667595Z with 2025-07-17T06:43:53.5667912Z [ 2025-07-17T06:43:53.5668196Z T=uint8_t, 2025-07-17T06:43:53.5668537Z accT=int32_t, 2025-07-17T06:43:53.5668904Z inpType=uint8_t 2025-07-17T06:43:53.5669465Z ] 2025-07-17T06:43:53.5670845Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5672897Z with 2025-07-17T06:43:53.5673398Z [ 2025-07-17T06:43:53.5673677Z T=uint8_t, 2025-07-17T06:43:53.5673984Z accT=int32_t 2025-07-17T06:43:53.5674285Z ] 2025-07-17T06:43:53.5676564Z 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-07-17T06:43:53.5678962Z with 2025-07-17T06:43:53.5679317Z [ 2025-07-17T06:43:53.5679592Z T=uint8_t, 2025-07-17T06:43:53.5680103Z accT=int32_t 2025-07-17T06:43:53.5680463Z ] 2025-07-17T06:43:53.5681945Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5683438Z with 2025-07-17T06:43:53.5683673Z [ 2025-07-17T06:43:53.5683932Z T=uint8_t, 2025-07-17T06:43:53.5684253Z accT=int32_t 2025-07-17T06:43:53.5684562Z ] 2025-07-17T06:43:53.5686502Z 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-07-17T06:43:53.5688810Z with 2025-07-17T06:43:53.5689083Z [ 2025-07-17T06:43:53.5689339Z T=uint8_t, 2025-07-17T06:43:53.5689685Z accT=int16_t, 2025-07-17T06:43:53.5690160Z inpType=uint8_t 2025-07-17T06:43:53.5690521Z ] 2025-07-17T06:43:53.5691827Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5693654Z with 2025-07-17T06:43:53.5693911Z [ 2025-07-17T06:43:53.5694137Z T=uint8_t, 2025-07-17T06:43:53.5694424Z accT=int16_t 2025-07-17T06:43:53.5694613Z ] 2025-07-17T06:43:53.5696332Z 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-07-17T06:43:53.5698838Z with 2025-07-17T06:43:53.5699150Z [ 2025-07-17T06:43:53.5699428Z T=uint8_t, 2025-07-17T06:43:53.5699778Z accT=int16_t 2025-07-17T06:43:53.5700133Z ] 2025-07-17T06:43:53.5702374Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5705311Z with 2025-07-17T06:43:53.5705747Z [ 2025-07-17T06:43:53.5705998Z T=uint8_t, 2025-07-17T06:43:53.5706287Z accT=int16_t 2025-07-17T06:43:53.5706576Z ] 2025-07-17T06:43:53.5708720Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.5737233Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.5739732Z [1295/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2025-07-17T06:43:53.5742583Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.5744016Z with 2025-07-17T06:43:53.5744186Z [ 2025-07-17T06:43:53.5744361Z T=int8_t, 2025-07-17T06:43:53.5744591Z accT=int32_t, 2025-07-17T06:43:53.5744847Z inpType=int8_t 2025-07-17T06:43:53.5745076Z ] 2025-07-17T06:43:53.5745853Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5746618Z with 2025-07-17T06:43:53.5746815Z [ 2025-07-17T06:43:53.5746998Z T=int8_t, 2025-07-17T06:43:53.5747286Z accT=int32_t 2025-07-17T06:43:53.5747536Z ] 2025-07-17T06:43:53.5748709Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.5750064Z with 2025-07-17T06:43:53.5750247Z [ 2025-07-17T06:43:53.5750414Z T=int8_t, 2025-07-17T06:43:53.5750597Z accT=int32_t 2025-07-17T06:43:53.5750789Z ] 2025-07-17T06:43:53.5751566Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5752354Z with 2025-07-17T06:43:53.5752552Z [ 2025-07-17T06:43:53.5752713Z T=int8_t, 2025-07-17T06:43:53.5753124Z accT=int32_t 2025-07-17T06:43:53.5753429Z ] 2025-07-17T06:43:53.5754647Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.5755976Z with 2025-07-17T06:43:53.5756141Z [ 2025-07-17T06:43:53.5756305Z T=int8_t, 2025-07-17T06:43:53.5756488Z accT=int16_t, 2025-07-17T06:43:53.5756708Z inpType=int8_t 2025-07-17T06:43:53.5756902Z ] 2025-07-17T06:43:53.5757685Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5758504Z with 2025-07-17T06:43:53.5758836Z [ 2025-07-17T06:43:53.5759004Z T=int8_t, 2025-07-17T06:43:53.5759192Z accT=int16_t 2025-07-17T06:43:53.5759441Z ] 2025-07-17T06:43:53.5760642Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.5762101Z with 2025-07-17T06:43:53.5762353Z [ 2025-07-17T06:43:53.5762590Z T=int8_t, 2025-07-17T06:43:53.5762905Z accT=int16_t 2025-07-17T06:43:53.5763205Z ] 2025-07-17T06:43:53.5764445Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5766942Z with 2025-07-17T06:43:53.5767245Z [ 2025-07-17T06:43:53.5767476Z T=int8_t, 2025-07-17T06:43:53.5767792Z accT=int16_t 2025-07-17T06:43:53.5768143Z ] 2025-07-17T06:43:53.5770947Z 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-07-17T06:43:53.5772791Z with 2025-07-17T06:43:53.5773019Z [ 2025-07-17T06:43:53.5773184Z T=int8_t, 2025-07-17T06:43:53.5773380Z accT=int32_t, 2025-07-17T06:43:53.5773638Z inpType=int8_t 2025-07-17T06:43:53.5773840Z ] 2025-07-17T06:43:53.5775105Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5776356Z with 2025-07-17T06:43:53.5776538Z [ 2025-07-17T06:43:53.5776752Z T=int8_t, 2025-07-17T06:43:53.5777106Z accT=int32_t 2025-07-17T06:43:53.5777449Z ] 2025-07-17T06:43:53.5779309Z 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-07-17T06:43:53.5781565Z with 2025-07-17T06:43:53.5781895Z [ 2025-07-17T06:43:53.5782183Z T=int8_t, 2025-07-17T06:43:53.5782553Z accT=int32_t 2025-07-17T06:43:53.5782907Z ] 2025-07-17T06:43:53.5784320Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5786143Z with 2025-07-17T06:43:53.5786461Z [ 2025-07-17T06:43:53.5786739Z T=int8_t, 2025-07-17T06:43:53.5787107Z accT=int32_t 2025-07-17T06:43:53.5787472Z ] 2025-07-17T06:43:53.5789700Z 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-07-17T06:43:53.5792291Z with 2025-07-17T06:43:53.5792476Z [ 2025-07-17T06:43:53.5792646Z T=int8_t, 2025-07-17T06:43:53.5792879Z accT=int16_t, 2025-07-17T06:43:53.5793098Z inpType=int8_t 2025-07-17T06:43:53.5793294Z ] 2025-07-17T06:43:53.5794624Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.5795594Z with 2025-07-17T06:43:53.5795795Z [ 2025-07-17T06:43:53.5796002Z T=int8_t, 2025-07-17T06:43:53.5796235Z accT=int16_t 2025-07-17T06:43:53.5796442Z ] 2025-07-17T06:43:53.5798336Z 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-07-17T06:43:53.5800174Z with 2025-07-17T06:43:53.5800420Z [ 2025-07-17T06:43:53.5800609Z T=int8_t, 2025-07-17T06:43:53.5800892Z accT=int16_t 2025-07-17T06:43:53.5801116Z ] 2025-07-17T06:43:53.5802041Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.5803012Z with 2025-07-17T06:43:53.5803269Z [ 2025-07-17T06:43:53.5803516Z T=int8_t, 2025-07-17T06:43:53.5803715Z accT=int16_t 2025-07-17T06:43:53.5803945Z ] 2025-07-17T06:43:53.6472291Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6475861Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6478474Z [1296/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2025-07-17T06:43:53.6480674Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,short>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6484207Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6488090Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6491878Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6495720Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6499291Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,short>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6503358Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6506687Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6509084Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6513036Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6516607Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.6520469Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.7241692Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(161) : warning C4717: 'fbgemm::PackMatrix,unsigned char,int>::isThisLastKBlock': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.7245866Z [1297/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2025-07-17T06:43:53.7248778Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): 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-07-17T06:43:53.7252520Z with 2025-07-17T06:43:53.7252826Z [ 2025-07-17T06:43:53.7253101Z T=int8_t, 2025-07-17T06:43:53.7253444Z accT=int32_t, 2025-07-17T06:43:53.7253818Z inpType=int8_t 2025-07-17T06:43:53.7254182Z ] 2025-07-17T06:43:53.7255493Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(107): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2025-07-17T06:43:53.7258298Z with 2025-07-17T06:43:53.7258845Z [ 2025-07-17T06:43:53.7259123Z T=int8_t, 2025-07-17T06:43:53.7259471Z accT=int32_t 2025-07-17T06:43:53.7259817Z ] 2025-07-17T06:43:53.7263313Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(317): warning C4661: 'int fbgemm::PackMatrix,T,accT>::packedBufferSize(int,int,const fbgemm::BlockingFactors *)': no suitable definition provided for explicit template instantiation request 2025-07-17T06:43:53.7265637Z with 2025-07-17T06:43:53.7265945Z [ 2025-07-17T06:43:53.7266241Z T=int8_t, 2025-07-17T06:43:53.7266589Z accT=int32_t 2025-07-17T06:43:53.7266950Z ] 2025-07-17T06:43:53.7269587Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(138): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2025-07-17T06:43:53.7271082Z with 2025-07-17T06:43:53.7271556Z [ 2025-07-17T06:43:53.7271852Z T=int8_t, 2025-07-17T06:43:53.7272206Z accT=int32_t 2025-07-17T06:43:53.7272573Z ] 2025-07-17T06:43:53.7472014Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm\Fbgemm.h(150) : warning C4717: 'fbgemm::PackMatrix,signed char,int>::getRowOffsetBuffer': recursive on all control paths, function will cause runtime stack overflow 2025-07-17T06:43:53.7473471Z [1298/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2025-07-17T06:43:53.7739172Z [1299/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2025-07-17T06:43:53.8882584Z [1300/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2025-07-17T06:43:53.9171248Z [1301/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2025-07-17T06:43:53.9394046Z [1302/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2025-07-17T06:43:54.0017230Z [1303/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2025-07-17T06:43:54.0080339Z [1304/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2025-07-17T06:43:54.0759603Z [1305/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2025-07-17T06:43:54.0871141Z [1306/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2025-07-17T06:43:54.1214066Z [1307/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2025-07-17T06:43:54.1623344Z [1308/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2025-07-17T06:43:54.1714325Z [1309/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2025-07-17T06:43:54.2268909Z 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-07-17T06:43:54.2270213Z 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-07-17T06:43:54.2271229Z [1310/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2025-07-17T06:43:54.2660547Z [1311/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2025-07-17T06:43:54.3132460Z [1312/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2025-07-17T06:43:54.3183530Z [1313/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2025-07-17T06:43:54.3504190Z [1314/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2025-07-17T06:43:54.3647691Z [1315/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2025-07-17T06:43:54.4036821Z [1316/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2025-07-17T06:43:54.4285809Z [1317/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2025-07-17T06:43:54.4451640Z [1318/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2025-07-17T06:43:54.4848917Z [1319/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2025-07-17T06:43:54.4850266Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1556): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T06:43:54.4851667Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1906): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T06:43:54.4852994Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(1906): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:54.4854737Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2202): note: see reference to function template instantiation 'void fbgemm::FusedNBitRowwiseQuantizedSBHalfToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-07-17T06:43:54.4857241Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2142): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T06:43:54.4913263Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2142): note: the template instantiation context (the oldest one first) is 2025-07-17T06:43:54.4916197Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\src\QuantUtilsAvx2.cc(2224): note: see reference to function template instantiation 'void fbgemm::Fused8BitRowwiseQuantizedSBFloatToFloatOrHalfAvx2(const uint8_t *,size_t,int,float *)' being compiled 2025-07-17T06:43:54.4918827Z [1320/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2025-07-17T06:43:54.5850868Z [1321/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2025-07-17T06:43:54.6267165Z [1322/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2025-07-17T06:43:54.6949871Z [1323/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2025-07-17T06:43:54.7103897Z [1324/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2025-07-17T06:43:54.7262773Z [1325/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2025-07-17T06:43:54.7387370Z [1326/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2025-07-17T06:43:54.7589590Z [1327/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2025-07-17T06:43:54.7665358Z [1328/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_autovec.dir\src\EmbeddingSpMDMAutovec.cc.obj 2025-07-17T06:43:54.7811625Z [1329/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2025-07-17T06:43:54.8243570Z [1330/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2025-07-17T06:43:54.9285913Z [1331/7175] Linking CXX shared library bin\asmjit.dll 2025-07-17T06:43:55.0003844Z [1332/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2025-07-17T06:43:55.0319082Z [1333/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2025-07-17T06:43:55.0543325Z [1334/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2025-07-17T06:43:55.0749000Z [1335/7175] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2025-07-17T06:43:55.1258905Z [1336/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2025-07-17T06:43:55.2089982Z [1337/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2025-07-17T06:43:55.3018022Z [1338/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2025-07-17T06:43:55.3101460Z [1339/7175] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2025-07-17T06:43:55.3426323Z [1340/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2025-07-17T06:43:55.3891116Z [1341/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2025-07-17T06:43:55.4029214Z [1342/7175] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2025-07-17T06:43:55.4227814Z [1343/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2025-07-17T06:43:55.4301798Z [1344/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2025-07-17T06:43:55.4726226Z [1345/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2025-07-17T06:43:55.6214086Z [1346/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2025-07-17T06:43:55.6378310Z [1347/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2025-07-17T06:43:55.6393046Z [1348/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2025-07-17T06:43:55.6720933Z [1349/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2025-07-17T06:43:55.9146010Z [1350/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2025-07-17T06:43:55.9201030Z [1351/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2025-07-17T06:43:55.9214152Z [1352/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2025-07-17T06:43:55.9226966Z [1353/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2025-07-17T06:43:55.9278409Z [1354/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2025-07-17T06:43:55.9291937Z [1355/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2025-07-17T06:43:55.9567812Z [1356/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2025-07-17T06:43:55.9815191Z [1357/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2025-07-17T06:43:56.0503564Z [1358/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2025-07-17T06:43:56.0570677Z [1359/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2025-07-17T06:43:56.0682756Z [1360/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2025-07-17T06:43:56.1307520Z [1361/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2025-07-17T06:43:56.1318267Z [1362/7175] Linking CXX static library lib\onnx_proto.lib 2025-07-17T06:43:56.1472171Z [1363/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2025-07-17T06:43:56.1617754Z [1364/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2025-07-17T06:43:56.1754398Z [1365/7175] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2025-07-17T06:43:56.2158903Z [1366/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2025-07-17T06:43:56.3080943Z [1367/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2025-07-17T06:43:56.4448893Z [1368/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2025-07-17T06:43:56.5695050Z [1369/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2025-07-17T06:43:56.5784901Z [1370/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2025-07-17T06:43:56.6122178Z [1371/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2025-07-17T06:43:56.7018464Z [1372/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2025-07-17T06:43:56.7875455Z [1373/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2025-07-17T06:43:56.8133990Z [1374/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2025-07-17T06:43:56.9103912Z [1375/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2025-07-17T06:43:56.9195386Z [1376/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2025-07-17T06:43:56.9884848Z [1377/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2025-07-17T06:43:57.0690007Z [1378/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2025-07-17T06:43:57.0806822Z [1379/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2025-07-17T06:43:57.1641372Z [1380/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2025-07-17T06:43:57.2376066Z [1381/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2025-07-17T06:43:57.2864031Z [1382/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2025-07-17T06:43:57.3394907Z [1383/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2025-07-17T06:43:57.3812803Z [1384/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2025-07-17T06:43:57.5027504Z [1385/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2025-07-17T06:43:57.5333869Z [1386/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2025-07-17T06:43:57.5716633Z [1387/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2025-07-17T06:43:57.6351686Z [1388/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2025-07-17T06:43:57.6650677Z [1389/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2025-07-17T06:43:57.7459579Z [1390/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2025-07-17T06:43:57.7715387Z [1391/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2025-07-17T06:43:57.8307013Z [1392/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2025-07-17T06:43:57.9151471Z [1393/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2025-07-17T06:43:57.9881973Z [1394/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2025-07-17T06:43:58.0348567Z [1395/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2025-07-17T06:43:58.1048385Z [1396/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2025-07-17T06:43:58.1141009Z [1397/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2025-07-17T06:43:58.2000706Z [1398/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2025-07-17T06:43:58.2405731Z [1399/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2025-07-17T06:43:58.2635104Z [1400/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2025-07-17T06:43:58.4042846Z [1401/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2025-07-17T06:43:58.4220664Z [1402/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2025-07-17T06:43:58.5622817Z [1403/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2025-07-17T06:43:58.5686659Z [1404/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2025-07-17T06:43:58.5928974Z [1405/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2025-07-17T06:43:58.6638518Z [1406/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2025-07-17T06:43:58.6829988Z [1407/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2025-07-17T06:43:58.7426477Z [1408/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2025-07-17T06:43:58.8255322Z [1409/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2025-07-17T06:43:58.8928709Z [1410/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2025-07-17T06:43:59.0215085Z [1411/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2025-07-17T06:43:59.0310449Z [1412/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2025-07-17T06:43:59.0408241Z [1413/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2025-07-17T06:43:59.0809445Z [1414/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2025-07-17T06:43:59.0987856Z [1415/7175] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2025-07-17T06:43:59.1328604Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-07-17T06:43:59.1328943Z 2025-07-17T06:43:59.1328952Z 2025-07-17T06:43:59.1329181Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:43:59.1329473Z 2025-07-17T06:43:59.1329477Z 2025-07-17T06:43:59.1329481Z 2025-07-17T06:43:59.1329486Z 2025-07-17T06:43:59.1329794Z [1416/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2025-07-17T06:43:59.2455407Z [1417/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2025-07-17T06:43:59.2975632Z [1418/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2025-07-17T06:43:59.3238350Z [1419/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2025-07-17T06:43:59.4701469Z [1420/7175] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2025-07-17T06:43:59.6742577Z [1421/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2025-07-17T06:43:59.6858582Z [1422/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2025-07-17T06:43:59.7252747Z [1423/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2025-07-17T06:43:59.7859112Z [1424/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2025-07-17T06:43:59.8029524Z [1425/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2025-07-17T06:43:59.8287885Z [1426/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2025-07-17T06:43:59.8567662Z [1427/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2025-07-17T06:43:59.8710495Z [1428/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2025-07-17T06:43:59.8882895Z [1429/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2025-07-17T06:43:59.9848938Z [1430/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2025-07-17T06:44:00.0965573Z [1431/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2025-07-17T06:44:00.1593154Z [1432/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2025-07-17T06:44:00.2063028Z [1433/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2025-07-17T06:44:00.2160906Z [1434/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float4.cpp.obj 2025-07-17T06:44:00.2281423Z [1435/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2025-07-17T06:44:00.3370252Z [1436/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2025-07-17T06:44:00.4367124Z [1437/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2025-07-17T06:44:00.5210881Z [1438/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2025-07-17T06:44:00.5748502Z [1439/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2025-07-17T06:44:00.6557931Z [1440/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2025-07-17T06:44:00.7534372Z [1441/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2025-07-17T06:44:00.7830625Z [1442/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2025-07-17T06:44:00.7894234Z [1443/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2025-07-17T06:44:00.9375464Z [1444/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2025-07-17T06:44:01.0561885Z [1445/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2025-07-17T06:44:01.0617294Z [1446/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2025-07-17T06:44:01.1292367Z [1447/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2025-07-17T06:44:01.2442882Z [1448/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2025-07-17T06:44:01.3397625Z [1449/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2025-07-17T06:44:01.3483876Z [1450/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2025-07-17T06:44:01.3784834Z [1451/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2025-07-17T06:44:01.5998528Z [1452/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2025-07-17T06:44:01.6534568Z [1453/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2025-07-17T06:44:01.6628239Z [1454/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2025-07-17T06:44:01.7706310Z [1455/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2025-07-17T06:44:01.7989307Z [1456/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2025-07-17T06:44:01.9299248Z [1457/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2025-07-17T06:44:01.9510905Z [1458/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2025-07-17T06:44:01.9911962Z [1459/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2025-07-17T06:44:02.1955976Z [1460/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2025-07-17T06:44:02.2636842Z [1461/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2025-07-17T06:44:02.2895317Z [1462/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2025-07-17T06:44:02.3056177Z [1463/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2025-07-17T06:44:02.3817000Z [1464/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2025-07-17T06:44:02.4119779Z [1465/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2025-07-17T06:44:02.4929855Z [1466/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2025-07-17T06:44:02.5569546Z [1467/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2025-07-17T06:44:02.7719012Z [1468/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2025-07-17T06:44:02.8235715Z [1469/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2025-07-17T06:44:02.8875452Z [1470/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2025-07-17T06:44:02.9064518Z [1471/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2025-07-17T06:44:02.9941967Z [1472/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2025-07-17T06:44:03.0032745Z [1473/7175] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2025-07-17T06:44:03.0249815Z Microsoft (R) Macro Assembler (x64) Version 14.38.33145.0 2025-07-17T06:44:03.0250110Z 2025-07-17T06:44:03.0250285Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:44:03.0250576Z 2025-07-17T06:44:03.0250581Z 2025-07-17T06:44:03.0250586Z 2025-07-17T06:44:03.0250963Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2025-07-17T06:44:03.0251426Z 2025-07-17T06:44:03.0251884Z [1474/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2025-07-17T06:44:03.0347197Z [1475/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2025-07-17T06:44:03.1668665Z [1476/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2025-07-17T06:44:03.1891526Z [1477/7175] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2025-07-17T06:44:03.2751369Z [1478/7175] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2025-07-17T06:44:03.2850197Z [1479/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2025-07-17T06:44:03.4729727Z [1480/7175] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2025-07-17T06:44:03.6134213Z [1481/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2025-07-17T06:44:03.6632360Z [1482/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2025-07-17T06:44:03.7506260Z [1483/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2025-07-17T06:44:03.7708154Z [1484/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2025-07-17T06:44:03.9218637Z [1485/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2025-07-17T06:44:03.9561575Z [1486/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2025-07-17T06:44:04.2255166Z [1487/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2025-07-17T06:44:04.3204364Z [1488/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2025-07-17T06:44:04.3386953Z [1489/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2025-07-17T06:44:04.3477942Z [1490/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2025-07-17T06:44:04.4250935Z [1491/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2025-07-17T06:44:04.5299539Z [1492/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2025-07-17T06:44:04.6068703Z [1493/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2025-07-17T06:44:04.6234871Z [1494/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2025-07-17T06:44:04.9740415Z [1495/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2025-07-17T06:44:05.0193774Z [1496/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2025-07-17T06:44:05.0459838Z [1497/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2025-07-17T06:44:05.1049480Z [1498/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2025-07-17T06:44:05.1813521Z [1499/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2025-07-17T06:44:05.2382816Z [1500/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2025-07-17T06:44:05.3543154Z [1501/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2025-07-17T06:44:05.4070773Z [1502/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2025-07-17T06:44:05.5977252Z [1503/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2025-07-17T06:44:05.7413673Z [1504/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2025-07-17T06:44:05.7709150Z [1505/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2025-07-17T06:44:05.7810190Z [1506/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2025-07-17T06:44:05.8737835Z [1507/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2025-07-17T06:44:05.9124366Z [1508/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2025-07-17T06:44:06.1322986Z [1509/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2025-07-17T06:44:06.1428683Z [1510/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2025-07-17T06:44:06.2908311Z [1511/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2025-07-17T06:44:06.3567471Z [1512/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2025-07-17T06:44:06.4552741Z [1513/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2025-07-17T06:44:06.5324478Z [1514/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2025-07-17T06:44:06.5352355Z [1515/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2025-07-17T06:44:06.5570459Z [1516/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2025-07-17T06:44:06.7887395Z [1517/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2025-07-17T06:44:06.8052876Z [1518/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2025-07-17T06:44:06.9568991Z [1519/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2025-07-17T06:44:06.9596672Z [1520/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2025-07-17T06:44:07.0587003Z [1521/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2025-07-17T06:44:07.1996800Z [1522/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2025-07-17T06:44:07.2162972Z [1523/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2025-07-17T06:44:07.2440359Z [1524/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2025-07-17T06:44:07.4453498Z [1525/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2025-07-17T06:44:07.4709514Z [1526/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2025-07-17T06:44:07.5969334Z [1527/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2025-07-17T06:44:07.6277217Z [1528/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2025-07-17T06:44:07.7659885Z [1529/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2025-07-17T06:44:07.8662276Z [1530/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2025-07-17T06:44:07.8768027Z [1531/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2025-07-17T06:44:07.8795270Z [1532/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2025-07-17T06:44:08.1064024Z [1533/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2025-07-17T06:44:08.1265157Z [1534/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2025-07-17T06:44:08.1599281Z [1535/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2025-07-17T06:44:08.2455312Z [1536/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2025-07-17T06:44:08.4368388Z [1537/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2025-07-17T06:44:08.4385082Z [1538/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2025-07-17T06:44:08.4948301Z [1539/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2025-07-17T06:44:08.5288632Z [1540/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2025-07-17T06:44:08.5865226Z [1541/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2025-07-17T06:44:08.5966264Z [1542/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2025-07-17T06:44:08.6095767Z [1543/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2025-07-17T06:44:08.6409151Z [1544/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2025-07-17T06:44:09.0762846Z [1545/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2025-07-17T06:44:09.0835924Z [1546/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2025-07-17T06:44:09.0916666Z [1547/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2025-07-17T06:44:09.1279015Z [1548/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2025-07-17T06:44:09.2850907Z [1549/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2025-07-17T06:44:09.3201599Z [1550/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2025-07-17T06:44:09.3325677Z [1551/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2025-07-17T06:44:09.3645934Z [1552/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2025-07-17T06:44:09.7470142Z [1553/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2025-07-17T06:44:09.7571501Z [1554/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2025-07-17T06:44:09.8121030Z [1555/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2025-07-17T06:44:09.9188464Z [1556/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2025-07-17T06:44:10.0458746Z [1557/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2025-07-17T06:44:10.0525268Z [1558/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2025-07-17T06:44:10.1152498Z [1559/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2025-07-17T06:44:10.1241509Z [1560/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2025-07-17T06:44:10.4551126Z [1561/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2025-07-17T06:44:10.5117657Z [1562/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2025-07-17T06:44:10.5989371Z [1563/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2025-07-17T06:44:10.6310512Z [1564/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2025-07-17T06:44:10.8128683Z [1565/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2025-07-17T06:44:10.8462020Z [1566/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2025-07-17T06:44:10.8638829Z [1567/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2025-07-17T06:44:10.8934872Z [1568/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2025-07-17T06:44:11.1934600Z [1569/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp4.cpp.obj 2025-07-17T06:44:11.2622572Z [1570/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2025-07-17T06:44:11.3527437Z [1571/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2025-07-17T06:44:11.3664826Z [1572/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2025-07-17T06:44:11.5838312Z [1573/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2025-07-17T06:44:11.6166474Z [1574/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2025-07-17T06:44:11.6266843Z [1575/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2025-07-17T06:44:11.6551587Z [1576/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2025-07-17T06:44:11.9012119Z [1577/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2025-07-17T06:44:11.9794254Z [1578/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2025-07-17T06:44:12.0966824Z [1579/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2025-07-17T06:44:12.1444850Z [1580/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2025-07-17T06:44:12.2077841Z [1581/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2025-07-17T06:44:12.3054577Z [1582/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2025-07-17T06:44:12.3247530Z [1583/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2025-07-17T06:44:12.3653286Z [1584/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2025-07-17T06:44:12.3750615Z [1585/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2025-07-17T06:44:12.6846821Z [1586/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2025-07-17T06:44:12.7410365Z [1587/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2025-07-17T06:44:12.7554829Z [1588/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2025-07-17T06:44:12.8597741Z [1589/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2025-07-17T06:44:12.9713901Z [1590/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2025-07-17T06:44:13.0237016Z [1591/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2025-07-17T06:44:13.0349927Z [1592/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2025-07-17T06:44:13.0435186Z [1593/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2025-07-17T06:44:13.3891029Z [1594/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2025-07-17T06:44:13.4596417Z [1595/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2025-07-17T06:44:13.4681639Z [1596/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2025-07-17T06:44:13.4967907Z [1597/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2025-07-17T06:44:13.6042267Z [1598/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2025-07-17T06:44:13.6425630Z [1599/7175] 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-07-17T06:44:13.6666057Z [1600/7175] 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-07-17T06:44:13.6747592Z [1601/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2025-07-17T06:44:14.0323749Z [1602/7175] 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-07-17T06:44:14.1416978Z [1603/7175] 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-07-17T06:44:14.1533923Z [1604/7175] 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-07-17T06:44:14.1670400Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.1671890Z [1605/7175] 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-07-17T06:44:14.2204759Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.2207507Z [1606/7175] 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-07-17T06:44:14.2794594Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.2796309Z [1607/7175] 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-07-17T06:44:14.3403256Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.3404177Z [1608/7175] 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-07-17T06:44:14.4025199Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.4026795Z [1609/7175] 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-07-17T06:44:14.6322234Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.6323159Z [1610/7175] 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-07-17T06:44:14.8049064Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.8050519Z [1611/7175] 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-07-17T06:44:14.8122598Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.8123364Z [1612/7175] 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-07-17T06:44:14.8216496Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.8217781Z [1613/7175] 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-07-17T06:44:14.8725937Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.8726727Z [1614/7175] 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-07-17T06:44:14.9660642Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.9661571Z [1615/7175] 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-07-17T06:44:14.9718395Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:14.9719589Z [1616/7175] 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-07-17T06:44:15.1234969Z [1617/7175] 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-07-17T06:44:15.2766106Z [1618/7175] 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-07-17T06:44:15.4575495Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:15.4576285Z [1619/7175] 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-07-17T06:44:15.4635407Z [1620/7175] 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-07-17T06:44:15.4756789Z [1621/7175] 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-07-17T06:44:15.5178160Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:15.5179063Z [1622/7175] 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-07-17T06:44:15.5824069Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:15.5825413Z [1623/7175] 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-07-17T06:44:15.6247242Z [1624/7175] 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-07-17T06:44:15.7950688Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:15.7952065Z [1625/7175] 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-07-17T06:44:15.8823230Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:15.8824049Z [1626/7175] 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-07-17T06:44:16.0761887Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.0762590Z [1627/7175] 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-07-17T06:44:16.1133850Z [1628/7175] 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-07-17T06:44:16.1551825Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.1553239Z [1629/7175] 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-07-17T06:44:16.1659612Z [1630/7175] 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-07-17T06:44:16.2561916Z [1631/7175] 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-07-17T06:44:16.2580723Z [1632/7175] 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-07-17T06:44:16.4439613Z [1633/7175] 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-07-17T06:44:16.5380449Z [1634/7175] 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-07-17T06:44:16.7550545Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.7551318Z [1635/7175] 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-07-17T06:44:16.8471356Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.8472544Z [1636/7175] 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-07-17T06:44:16.8560832Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.8561549Z [1637/7175] 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-07-17T06:44:16.8577978Z [1638/7175] 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-07-17T06:44:16.8957501Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.8958849Z [1639/7175] 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-07-17T06:44:16.9435059Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:16.9436469Z [1640/7175] 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-07-17T06:44:17.0597850Z [1641/7175] 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-07-17T06:44:17.1542497Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:17.1543533Z [1642/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2025-07-17T06:44:17.4083110Z [1643/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2025-07-17T06:44:17.4708831Z [1644/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2025-07-17T06:44:17.4928256Z [1645/7175] 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-07-17T06:44:17.5489821Z [1646/7175] 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-07-17T06:44:17.5576315Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:17.5577475Z [1647/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2025-07-17T06:44:17.6236433Z [1648/7175] 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-07-17T06:44:17.7015056Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:17.7015923Z [1649/7175] 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-07-17T06:44:17.7719557Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:17.7721941Z [1650/7175] 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-07-17T06:44:18.0694300Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.0695223Z [1651/7175] 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-07-17T06:44:18.1306558Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.1307847Z [1652/7175] 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-07-17T06:44:18.1620343Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.1621778Z [1653/7175] 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-07-17T06:44:18.1739497Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.1740298Z [1654/7175] 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-07-17T06:44:18.1960223Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.1961705Z [1655/7175] 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-07-17T06:44:18.2895717Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.2896609Z [1656/7175] 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-07-17T06:44:18.4177135Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.4178538Z [1657/7175] 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-07-17T06:44:18.4396447Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.4397456Z [1658/7175] 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-07-17T06:44:18.7353947Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.7354925Z [1659/7175] 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-07-17T06:44:18.7874418Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.7875909Z [1660/7175] 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-07-17T06:44:18.7951882Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.7952732Z [1661/7175] 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-07-17T06:44:18.8416720Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.8417522Z [1662/7175] 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-07-17T06:44:18.8500221Z [1663/7175] 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-07-17T06:44:18.8896186Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:18.8897327Z [1664/7175] 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-07-17T06:44:19.0648026Z [1665/7175] 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-07-17T06:44:19.0747584Z [1666/7175] 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-07-17T06:44:19.4019484Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.4020331Z [1667/7175] 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-07-17T06:44:19.4213095Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.4214139Z [1668/7175] 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-07-17T06:44:19.4592781Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.4594258Z [1669/7175] 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-07-17T06:44:19.4830346Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.4831225Z [1670/7175] 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-07-17T06:44:19.4952791Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.4953609Z [1671/7175] 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-07-17T06:44:19.5174067Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.5175535Z [1672/7175] 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-07-17T06:44:19.6944483Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.6945296Z [1673/7175] 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-07-17T06:44:19.7221513Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:19.7222306Z [1674/7175] 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-07-17T06:44:20.0191113Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.0192849Z [1675/7175] 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-07-17T06:44:20.0528803Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.0529706Z [1676/7175] 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-07-17T06:44:20.1720783Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.1722268Z [1677/7175] 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-07-17T06:44:20.1879399Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.1880943Z [1678/7175] 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-07-17T06:44:20.1901123Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.1901915Z [1679/7175] 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-07-17T06:44:20.2640618Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.2642072Z [1680/7175] 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-07-17T06:44:20.3262500Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.3264087Z [1681/7175] 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-07-17T06:44:20.3652058Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.3653598Z [1682/7175] 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-07-17T06:44:20.6578791Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.6579556Z [1683/7175] 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-07-17T06:44:20.6947716Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.6949120Z [1684/7175] 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-07-17T06:44:20.8395215Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.8396026Z [1685/7175] 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-07-17T06:44:20.8418545Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.8419343Z [1686/7175] 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-07-17T06:44:20.9013478Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.9014265Z [1687/7175] 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-07-17T06:44:20.9773960Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:20.9774815Z [1688/7175] 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-07-17T06:44:21.0348140Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.0348975Z [1689/7175] 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-07-17T06:44:21.0435009Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.0435781Z [1690/7175] 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-07-17T06:44:21.2859530Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.2860416Z [1691/7175] 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-07-17T06:44:21.3624588Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.3626075Z [1692/7175] 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-07-17T06:44:21.4755045Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.4756726Z [1693/7175] 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-07-17T06:44:21.4836131Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.4837269Z [1694/7175] 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-07-17T06:44:21.5394966Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.5395988Z [1695/7175] 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-07-17T06:44:21.6440191Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.6441176Z [1696/7175] 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-07-17T06:44:21.6962787Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.6964456Z [1697/7175] 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-07-17T06:44:21.7098306Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.7099882Z [1698/7175] 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-07-17T06:44:21.9226219Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:21.9227323Z [1699/7175] 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-07-17T06:44:22.0224069Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.0225451Z [1700/7175] 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-07-17T06:44:22.1745363Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.1746246Z [1701/7175] 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-07-17T06:44:22.1906479Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.1907878Z [1702/7175] 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-07-17T06:44:22.2165395Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.2166312Z [1703/7175] 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-07-17T06:44:22.2399885Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.2400689Z [1704/7175] 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-07-17T06:44:22.3151491Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.3152277Z [1705/7175] 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-07-17T06:44:22.4055841Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2025-07-17T06:44:22.4056538Z [1706/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2025-07-17T06:44:22.6509997Z [1707/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2025-07-17T06:44:22.6601438Z [1708/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2025-07-17T06:44:22.8828477Z [1709/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2025-07-17T06:44:22.9070099Z [1710/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2025-07-17T06:44:22.9247888Z [1711/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2025-07-17T06:44:22.9534902Z [1712/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2025-07-17T06:44:22.9677941Z [1713/7175] 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-07-17T06:44:23.1593475Z [1714/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2025-07-17T06:44:23.3240313Z [1715/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2025-07-17T06:44:23.4115304Z [1716/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2025-07-17T06:44:23.5715676Z [1717/7175] 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-07-17T06:44:23.6274459Z [1718/7175] 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-07-17T06:44:23.6698475Z [1719/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2025-07-17T06:44:23.6779222Z [1720/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2025-07-17T06:44:23.6806734Z [1721/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2025-07-17T06:44:23.9344543Z [1722/7175] 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-07-17T06:44:23.9791493Z [1723/7175] 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-07-17T06:44:24.0995255Z [1724/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2025-07-17T06:44:24.3293146Z [1725/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2025-07-17T06:44:24.3567382Z [1726/7175] 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-07-17T06:44:24.3785591Z [1727/7175] 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-07-17T06:44:24.3860740Z [1728/7175] 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-07-17T06:44:24.4209091Z [1729/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2025-07-17T06:44:24.5775245Z [1730/7175] 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-07-17T06:44:24.6022005Z [1731/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2025-07-17T06:44:24.7214031Z [1732/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2025-07-17T06:44:24.9779730Z [1733/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2025-07-17T06:44:25.1175917Z [1734/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2025-07-17T06:44:25.1196520Z [1735/7175] 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-07-17T06:44:25.1340101Z [1736/7175] 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-07-17T06:44:25.1359852Z [1737/7175] 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-07-17T06:44:25.3349666Z [1738/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2025-07-17T06:44:25.3508854Z [1739/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2025-07-17T06:44:25.3533669Z [1740/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2025-07-17T06:44:25.7241884Z [1741/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2025-07-17T06:44:25.7849438Z [1742/7175] 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-07-17T06:44:25.8513508Z [1743/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2025-07-17T06:44:25.8976817Z [1744/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2025-07-17T06:44:25.9582721Z [1745/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2025-07-17T06:44:26.0554106Z [1746/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2025-07-17T06:44:26.0662583Z [1747/7175] 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-07-17T06:44:26.1387389Z [1748/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2025-07-17T06:44:26.4282966Z [1749/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2025-07-17T06:44:26.4865938Z [1750/7175] 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-07-17T06:44:26.5288255Z [1751/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2025-07-17T06:44:26.6132210Z [1752/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2025-07-17T06:44:26.7174557Z [1753/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2025-07-17T06:44:26.7585034Z [1754/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2025-07-17T06:44:26.8137960Z [1755/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_post_ops.cpp.obj 2025-07-17T06:44:26.8334243Z [1756/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2025-07-17T06:44:27.1059204Z [1757/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2025-07-17T06:44:27.1712027Z [1758/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2025-07-17T06:44:27.2475486Z [1759/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2025-07-17T06:44:27.3380795Z [1760/7175] 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-07-17T06:44:27.3924601Z [1761/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2025-07-17T06:44:27.4450065Z [1762/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2025-07-17T06:44:27.5459604Z [1763/7175] 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-07-17T06:44:27.5673350Z [1764/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2025-07-17T06:44:27.7147456Z [1765/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2025-07-17T06:44:27.8636051Z [1766/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2025-07-17T06:44:27.9025101Z [1767/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2025-07-17T06:44:28.0829139Z [1768/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2025-07-17T06:44:28.1003316Z [1769/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2025-07-17T06:44:28.2016504Z [1770/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2025-07-17T06:44:28.2108059Z [1771/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2025-07-17T06:44:28.2815012Z [1772/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2025-07-17T06:44:28.3899963Z [1773/7175] 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-07-17T06:44:28.5912105Z [1774/7175] 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-07-17T06:44:28.5934938Z [1775/7175] 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-07-17T06:44:28.8047704Z [1776/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2025-07-17T06:44:28.8715198Z [1777/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2025-07-17T06:44:28.8828693Z [1778/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2025-07-17T06:44:28.8854449Z [1779/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2025-07-17T06:44:29.0110685Z [1780/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2025-07-17T06:44:29.0763971Z [1781/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_instance_normalization.cpp.obj 2025-07-17T06:44:29.3081841Z [1782/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_ncsp_convolution.cpp.obj 2025-07-17T06:44:29.3254802Z [1783/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2025-07-17T06:44:29.5083440Z [1784/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2025-07-17T06:44:29.6043116Z [1785/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2025-07-17T06:44:29.6063939Z [1786/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2025-07-17T06:44:29.6308949Z [1787/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2025-07-17T06:44:29.7116485Z [1788/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2025-07-17T06:44:29.8318830Z [1789/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_direct_copy.cpp.obj 2025-07-17T06:44:29.9088110Z [1790/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2025-07-17T06:44:30.0327366Z [1791/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2025-07-17T06:44:30.2522379Z [1792/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2025-07-17T06:44:30.3646692Z [1793/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2025-07-17T06:44:30.3867362Z [1794/7175] 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-07-17T06:44:30.3976772Z [1795/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2025-07-17T06:44:30.4365944Z [1796/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2025-07-17T06:44:30.5225884Z [1797/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2025-07-17T06:44:30.6067290Z [1798/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2025-07-17T06:44:30.7696807Z [1799/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2025-07-17T06:44:30.9625226Z [1800/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2025-07-17T06:44:31.0458054Z [1801/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2025-07-17T06:44:31.0596394Z [1802/7175] 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-07-17T06:44:31.0733118Z [1803/7175] 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-07-17T06:44:31.1127604Z [1804/7175] 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-07-17T06:44:31.1248340Z [1805/7175] 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-07-17T06:44:31.2873448Z [1806/7175] 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-07-17T06:44:31.3960791Z [1807/7175] 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-07-17T06:44:31.6475598Z [1808/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2025-07-17T06:44:31.7189635Z [1809/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2025-07-17T06:44:31.7475650Z [1810/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2025-07-17T06:44:31.8211030Z [1811/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2025-07-17T06:44:31.8675137Z [1812/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2025-07-17T06:44:31.8798106Z [1813/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2025-07-17T06:44:32.0313130Z [1814/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2025-07-17T06:44:32.0382828Z [1815/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2025-07-17T06:44:32.2675562Z [1816/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2025-07-17T06:44:32.4123992Z [1817/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2025-07-17T06:44:32.4237426Z [1818/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2025-07-17T06:44:32.4512676Z [1819/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2025-07-17T06:44:32.5395127Z [1820/7175] 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-07-17T06:44:32.5458507Z [1821/7175] 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-07-17T06:44:32.7634521Z [1822/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2025-07-17T06:44:32.7784443Z [1823/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2025-07-17T06:44:32.9347367Z [1824/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2025-07-17T06:44:32.9372259Z [1825/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2025-07-17T06:44:33.1370667Z [1826/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2025-07-17T06:44:33.1478814Z [1827/7175] 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-07-17T06:44:33.1982678Z [1828/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2025-07-17T06:44:33.2632289Z [1829/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2025-07-17T06:44:33.4354558Z [1830/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2025-07-17T06:44:33.4655077Z [1831/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2025-07-17T06:44:33.5376130Z [1832/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2025-07-17T06:44:33.6544466Z [1833/7175] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2025-07-17T06:44:33.8503819Z [1834/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2025-07-17T06:44:33.8646463Z [1835/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2025-07-17T06:44:33.8769181Z [1836/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2025-07-17T06:44:33.9716412Z [1837/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2025-07-17T06:44:34.0217489Z [1838/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2025-07-17T06:44:34.0240889Z [1839/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2025-07-17T06:44:34.1624632Z [1840/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2025-07-17T06:44:34.3554336Z [1841/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2025-07-17T06:44:34.4928706Z [1842/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2025-07-17T06:44:34.5252973Z [1843/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2025-07-17T06:44:34.5720696Z [1844/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2025-07-17T06:44:34.5795403Z [1845/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2025-07-17T06:44:34.5923954Z [1846/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2025-07-17T06:44:34.6262450Z [1847/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2025-07-17T06:44:34.8501691Z [1848/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2025-07-17T06:44:35.0251458Z [1849/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2025-07-17T06:44:35.1703593Z [1850/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2025-07-17T06:44:35.2466995Z [1851/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_partition_impl.cpp.obj 2025-07-17T06:44:35.2584191Z [1852/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2025-07-17T06:44:35.2750761Z [1853/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2025-07-17T06:44:35.3051802Z [1854/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2025-07-17T06:44:35.3373103Z [1855/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2025-07-17T06:44:35.5415674Z [1856/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2025-07-17T06:44:35.6680927Z [1857/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2025-07-17T06:44:35.8289446Z [1858/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2025-07-17T06:44:35.9616771Z [1859/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\concat.cpp.obj 2025-07-17T06:44:36.0168556Z [1860/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\binary.cpp.obj 2025-07-17T06:44:36.0346056Z [1861/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\batch_norm.cpp.obj 2025-07-17T06:44:36.0682904Z [1862/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv.cpp.obj 2025-07-17T06:44:36.0851365Z [1863/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_base.cpp.obj 2025-07-17T06:44:36.2903529Z [1864/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\conv_transpose.cpp.obj 2025-07-17T06:44:36.3765728Z [1865/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\dummy.cpp.obj 2025-07-17T06:44:36.5385367Z [1866/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\eltwise.cpp.obj 2025-07-17T06:44:36.7545732Z [1867/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\gen_index.cpp.obj 2025-07-17T06:44:36.7642427Z [1868/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\kernel_base.cpp.obj 2025-07-17T06:44:36.8138582Z [1869/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\group_norm.cpp.obj 2025-07-17T06:44:36.8540469Z [1870/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\layer_norm.cpp.obj 2025-07-17T06:44:36.9007259Z [1871/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2025-07-17T06:44:36.9829928Z [1872/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\log_softmax.cpp.obj 2025-07-17T06:44:37.0260148Z [1873/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\matmul.cpp.obj 2025-07-17T06:44:37.2277627Z [1874/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp.cpp.obj 2025-07-17T06:44:37.4664851Z [1875/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\mqa_decomp_config.cpp.obj 2025-07-17T06:44:37.5032608Z [1876/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\pool.cpp.obj 2025-07-17T06:44:37.5364954Z [1877/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\prelu.cpp.obj 2025-07-17T06:44:37.6215039Z [1878/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reduction.cpp.obj 2025-07-17T06:44:37.6395781Z [1879/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\quantize.cpp.obj 2025-07-17T06:44:37.7070938Z [1880/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\reorder.cpp.obj 2025-07-17T06:44:37.7361069Z [1881/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\resampling.cpp.obj 2025-07-17T06:44:37.9274122Z [1882/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp.cpp.obj 2025-07-17T06:44:38.2024051Z [1883/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_decomp_config.cpp.obj 2025-07-17T06:44:38.2552845Z [1884/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive.cpp.obj 2025-07-17T06:44:38.2653317Z [1885/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sdp_primitive_config.cpp.obj 2025-07-17T06:44:38.3314651Z [1886/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\select.cpp.obj 2025-07-17T06:44:38.4017411Z [1887/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\shuffle.cpp.obj 2025-07-17T06:44:38.4442811Z [1888/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\softmax.cpp.obj 2025-07-17T06:44:38.4704217Z [1889/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\sum.cpp.obj 2025-07-17T06:44:38.6308619Z [1890/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2025-07-17T06:44:38.9199351Z [1891/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2025-07-17T06:44:38.9645738Z [1892/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2025-07-17T06:44:38.9935786Z [1893/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2025-07-17T06:44:39.0240978Z [1894/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2025-07-17T06:44:39.1367704Z [1895/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2025-07-17T06:44:39.1631893Z [1896/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2025-07-17T06:44:39.1984185Z [1897/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2025-07-17T06:44:39.4202201Z [1898/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2025-07-17T06:44:39.6672099Z [1899/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2025-07-17T06:44:39.7043260Z [1900/7175] 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-07-17T06:44:39.7279324Z [1901/7175] 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-07-17T06:44:39.7464924Z [1902/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2025-07-17T06:44:39.8625467Z [1903/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2025-07-17T06:44:39.8854334Z [1904/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2025-07-17T06:44:39.9085915Z [1905/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\groupnorm_fusion.cpp.obj 2025-07-17T06:44:40.2155990Z [1906/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2025-07-17T06:44:40.4536003Z [1907/7175] 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-07-17T06:44:40.4699139Z [1908/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2025-07-17T06:44:40.5083681Z [1909/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\mlp.cpp.obj 2025-07-17T06:44:40.5189797Z [1910/7175] 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-07-17T06:44:40.5482670Z [1911/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2025-07-17T06:44:40.5936659Z [1912/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2025-07-17T06:44:40.6382347Z [1913/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2025-07-17T06:44:40.7640389Z [1914/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2025-07-17T06:44:40.7912850Z [1915/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2025-07-17T06:44:40.8372568Z [1916/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2025-07-17T06:44:40.9183626Z [1917/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2025-07-17T06:44:40.9309240Z [1918/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2025-07-17T06:44:41.1629506Z [1919/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2025-07-17T06:44:41.2207869Z [1920/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2025-07-17T06:44:41.2313743Z [1921/7175] 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-07-17T06:44:41.2633990Z [1922/7175] 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-07-17T06:44:41.4413608Z [1923/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2025-07-17T06:44:41.4709914Z [1924/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2025-07-17T06:44:41.5488712Z [1925/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2025-07-17T06:44:41.5641605Z [1926/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2025-07-17T06:44:41.6957567Z [1927/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2025-07-17T06:44:41.7022511Z [1928/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2025-07-17T06:44:41.7172089Z [1929/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2025-07-17T06:44:41.7173878Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-07-17T06:44:41.7175924Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(21): note: 'WIN32_LEAN_AND_MEAN' previously declared on the command line 2025-07-17T06:44:41.7177905Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): warning C4005: 'NOGDI': macro redefinition 2025-07-17T06:44:41.8080323Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(22): note: 'NOGDI' previously declared on the command line 2025-07-17T06:44:41.8081393Z [1930/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2025-07-17T06:44:41.8157169Z [1931/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ApproximateClock.cpp.obj 2025-07-17T06:44:41.9774021Z [1932/7175] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2025-07-17T06:44:41.9820674Z [1933/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2025-07-17T06:44:41.9986042Z [1934/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2025-07-17T06:44:42.0469860Z [1935/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2025-07-17T06:44:42.1032128Z [1936/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2025-07-17T06:44:42.1159157Z [1937/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2025-07-17T06:44:42.1422863Z [1938/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2025-07-17T06:44:42.1528001Z [1939/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2025-07-17T06:44:42.1746959Z [1940/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2025-07-17T06:44:42.2039731Z [1941/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2025-07-17T06:44:42.2116934Z [1942/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2025-07-17T06:44:42.3005434Z [1943/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2025-07-17T06:44:42.3788068Z [1944/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2025-07-17T06:44:42.4057393Z [1945/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2025-07-17T06:44:42.4434017Z [1946/7175] Linking CXX static library lib\mimalloc.lib 2025-07-17T06:44:42.4631823Z [1947/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2025-07-17T06:44:42.5129339Z [1948/7175] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2025-07-17T06:44:42.5178009Z [1949/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2025-07-17T06:44:42.5475792Z [1950/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2025-07-17T06:44:42.6203701Z [1951/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2025-07-17T06:44:42.6276071Z [1952/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2025-07-17T06:44:42.7088756Z [1953/7175] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2025-07-17T06:44:43.8617346Z [1954/7175] Building CXX object c10\CMakeFiles\c10.dir\core\CachingDeviceAllocator.cpp.obj 2025-07-17T06:44:43.8955256Z [1955/7175] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2025-07-17T06:44:44.0023785Z [1956/7175] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2025-07-17T06:44:44.0651130Z [1957/7175] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2025-07-17T06:44:44.1643190Z [1958/7175] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2025-07-17T06:44:44.1657819Z [1959/7175] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2025-07-17T06:44:44.3670916Z [1960/7175] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2025-07-17T06:44:44.7694582Z [1961/7175] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2025-07-17T06:44:44.8665360Z [1962/7175] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2025-07-17T06:44:45.4345930Z [1963/7175] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2025-07-17T06:44:45.6873878Z [1964/7175] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2025-07-17T06:44:46.2085003Z [1965/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2025-07-17T06:44:46.5447984Z [1966/7175] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2025-07-17T06:44:47.0913821Z [1967/7175] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2025-07-17T06:44:47.2031365Z [1968/7175] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2025-07-17T06:44:47.2094080Z [1969/7175] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2025-07-17T06:44:47.4641362Z [1970/7175] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2025-07-17T06:44:47.7581772Z [1971/7175] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2025-07-17T06:44:48.0101416Z [1972/7175] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2025-07-17T06:44:48.5055339Z [1973/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2025-07-17T06:44:48.7434426Z [1974/7175] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2025-07-17T06:44:48.7696359Z [1975/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2025-07-17T06:44:49.0571203Z [1976/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2025-07-17T06:44:49.3042485Z [1977/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2025-07-17T06:44:49.5086418Z [1978/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2025-07-17T06:44:49.9176542Z [1979/7175] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2025-07-17T06:44:50.4419002Z [1980/7175] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2025-07-17T06:44:50.6278571Z [1981/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2025-07-17T06:44:50.6792521Z [1982/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2025-07-17T06:44:50.9411962Z [1983/7175] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2025-07-17T06:44:51.1131854Z [1984/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2025-07-17T06:44:51.8059490Z [1985/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2025-07-17T06:44:51.9163374Z [1986/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2025-07-17T06:44:52.2290637Z [1987/7175] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2025-07-17T06:44:52.2640687Z [1988/7175] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2025-07-17T06:44:52.6999617Z [1989/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2025-07-17T06:44:53.0638786Z [1990/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2025-07-17T06:44:53.0868087Z C:\actions-runner\_work\pytorch\pytorch\c10\core\impl\PyObjectSlot.cpp(58): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2025-07-17T06:44:53.0869604Z [1991/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2025-07-17T06:44:53.5583070Z [1992/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2025-07-17T06:44:53.6655793Z [1993/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2025-07-17T06:44:54.3287983Z [1994/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2025-07-17T06:44:54.5635930Z [1995/7175] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2025-07-17T06:44:54.7004140Z [1996/7175] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2025-07-17T06:44:54.8158042Z [1997/7175] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2025-07-17T06:44:54.9652272Z [1998/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2025-07-17T06:44:55.0101250Z [1999/7175] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2025-07-17T06:44:55.3808120Z [2000/7175] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2025-07-17T06:44:55.5770716Z [2001/7175] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2025-07-17T06:44:55.8370212Z [2002/7175] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2025-07-17T06:44:55.8396790Z [2003/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2025-07-17T06:44:55.8461378Z [2004/7175] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2025-07-17T06:44:55.8889664Z [2005/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2025-07-17T06:44:56.0985181Z [2006/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2025-07-17T06:44:56.4148925Z [2007/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2025-07-17T06:44:56.4170636Z [2008/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2025-07-17T06:44:56.4805642Z [2009/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2025-07-17T06:44:56.5946765Z [2010/7175] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2025-07-17T06:44:56.6405327Z [2011/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e8m0fnu.cpp.obj 2025-07-17T06:44:56.7055475Z [2012/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2025-07-17T06:44:56.7095645Z [2013/7175] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2025-07-17T06:44:56.8159291Z [2014/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2025-07-17T06:44:56.8550018Z [2015/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2025-07-17T06:44:57.2193839Z [2016/7175] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2025-07-17T06:44:57.2281374Z [2017/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2025-07-17T06:44:57.5581844Z [2018/7175] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2025-07-17T06:44:57.6176131Z [2019/7175] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2025-07-17T06:44:57.6807781Z [2020/7175] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2025-07-17T06:44:58.0534958Z [2021/7175] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2025-07-17T06:44:58.1046981Z [2022/7175] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2025-07-17T06:44:58.2217881Z [2023/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2025-07-17T06:44:58.2554554Z [2024/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2025-07-17T06:44:58.4138853Z [2025/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2025-07-17T06:44:58.4650869Z [2026/7175] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2025-07-17T06:44:58.5597714Z [2027/7175] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2025-07-17T06:44:58.5615233Z [2028/7175] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2025-07-17T06:44:58.7044080Z [2029/7175] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2025-07-17T06:44:58.9264322Z [2030/7175] Building CXX object c10\CMakeFiles\c10.dir\util\error.cpp.obj 2025-07-17T06:44:59.1808497Z [2031/7175] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2025-07-17T06:44:59.3386468Z [2032/7175] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2025-07-17T06:44:59.4984456Z [2033/7175] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2025-07-17T06:44:59.9322325Z [2034/7175] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2025-07-17T06:44:59.9987058Z [2035/7175] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2025-07-17T06:45:00.1108470Z [2036/7175] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2025-07-17T06:45:00.1615438Z [2037/7175] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2025-07-17T06:45:00.8856483Z [2038/7175] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2025-07-17T06:45:00.9557167Z [2039/7175] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2025-07-17T06:45:01.1749313Z [2040/7175] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2025-07-17T06:45:01.8268337Z [2041/7175] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2025-07-17T06:45:02.3213374Z [2042/7175] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2025-07-17T06:45:05.2941173Z [2043/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.3225053Z [2044/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.3508586Z [2045/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.4103112Z [2046/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.4269346Z [2047/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.4347285Z [2048/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.4442022Z [2049/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.4508335Z [2050/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.4864413Z [2051/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.5094354Z [2052/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.5857433Z [2053/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.5905914Z [2054/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.5950531Z [2055/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.6019110Z [2056/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.6273790Z [2057/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.6290290Z [2058/7175] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.6637850Z [2059/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.7000099Z [2060/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.7486827Z [2061/7175] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.7730693Z [2062/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.7741961Z [2063/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.7789465Z [2064/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.7998701Z [2065/7175] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.8517175Z [2066/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.8670902Z [2067/7175] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.9104456Z [2068/7175] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.9320589Z [2069/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.9422445Z [2070/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.9651253Z [2071/7175] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2025-07-17T06:45:05.9889768Z [2072/7175] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2025-07-17T06:45:05.9948942Z [2073/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2025-07-17T06:45:06.0231503Z [2074/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2025-07-17T06:45:06.0280254Z [2075/7175] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2025-07-17T06:45:06.0684391Z [2076/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2025-07-17T06:45:06.0832455Z [2077/7175] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-07-17T06:45:06.0922439Z [2078/7175] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2025-07-17T06:45:06.0982337Z [2079/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2025-07-17T06:45:06.1196644Z [2080/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2025-07-17T06:45:06.1580127Z [2081/7175] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2025-07-17T06:45:06.1635732Z [2082/7175] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2025-07-17T06:45:06.1649888Z [2083/7175] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2025-07-17T06:45:06.1792885Z [2084/7175] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2025-07-17T06:45:06.1954224Z [2085/7175] Linking C static library lib\libittnotify.lib 2025-07-17T06:45:06.2002214Z [2086/7175] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2025-07-17T06:45:06.2380931Z [2087/7175] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2025-07-17T06:45:06.2392597Z [2088/7175] Linking CXX static library lib\XNNPACK.lib 2025-07-17T06:45:06.2442770Z [2089/7175] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2025-07-17T06:45:06.2670070Z [2090/7175] Linking CXX static library lib\gloo.lib 2025-07-17T06:45:06.3632591Z [2091/7175] Linking C static library sleef\lib\sleef.lib 2025-07-17T06:45:06.4473812Z [2092/7175] Linking CXX static library lib\kineto.lib 2025-07-17T06:45:06.7038257Z [2093/7175] Generating C:/actions-runner/_work/pytorch/pytorch/torch/utils/data/datapipes/datapipe.pyi 2025-07-17T06:45:06.7995849Z [2094/7175] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2025-07-17T06:45:07.3119519Z [2095/7175] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2025-07-17T06:45:07.6469836Z [2096/7175] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2025-07-17T06:45:08.2683152Z [2097/7175] Regenerating version file... 2025-07-17T06:45:08.6669087Z [2098/7175] Linking CXX static library lib\gtest.lib 2025-07-17T06:45:08.6875776Z [2099/7175] Linking CXX shared library bin\fbgemm.dll 2025-07-17T06:45:08.7863317Z [2100/7175] Linking CXX static library lib\onnx.lib 2025-07-17T06:45:09.0821106Z [2101/7175] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2025-07-17T06:45:09.1052984Z [2102/7175] Linking CXX shared library bin\c10.dll 2025-07-17T06:45:09.1231606Z [2103/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2025-07-17T06:45:09.2244759Z [2104/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2025-07-17T06:45:09.3003199Z [2105/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2025-07-17T06:45:09.6309444Z [2106/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\check.cc.obj 2025-07-17T06:45:09.7445264Z [2107/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2025-07-17T06:45:09.7507998Z [2108/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2025-07-17T06:45:09.7810691Z [2109/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2025-07-17T06:45:09.9039717Z [2110/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2025-07-17T06:45:10.0512161Z [2111/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2025-07-17T06:45:10.1914849Z [2112/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2025-07-17T06:45:10.3073643Z [2113/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2025-07-17T06:45:10.3672496Z [2114/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2025-07-17T06:45:10.4166961Z [2115/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2025-07-17T06:45:10.6441489Z [2116/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2025-07-17T06:45:10.7689533Z [2117/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2025-07-17T06:45:10.8829622Z [2118/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2025-07-17T06:45:11.0112250Z [2119/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2025-07-17T06:45:11.0765757Z [2120/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2025-07-17T06:45:11.1353034Z [2121/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2025-07-17T06:45:11.3652887Z [2122/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2025-07-17T06:45:11.3929444Z [2123/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2025-07-17T06:45:11.4153425Z [2124/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2025-07-17T06:45:11.6180132Z [2125/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2025-07-17T06:45:11.6332455Z [2126/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2025-07-17T06:45:11.6485064Z [2127/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2025-07-17T06:45:11.8408730Z [2128/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2025-07-17T06:45:13.0950323Z [2129/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2025-07-17T06:45:13.0966930Z [2130/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2025-07-17T06:45:13.1037883Z [2131/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2025-07-17T06:45:13.3607869Z [2132/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2025-07-17T06:45:13.3897059Z [2133/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2025-07-17T06:45:13.3986663Z [2134/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2025-07-17T06:45:13.6330192Z [2135/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2025-07-17T06:45:13.6515152Z [2136/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2025-07-17T06:45:13.7477630Z [2137/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2025-07-17T06:45:13.9414567Z [2138/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2025-07-17T06:45:13.9470150Z [2139/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2025-07-17T06:45:13.9523014Z [2140/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2025-07-17T06:45:14.1472725Z [2141/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2025-07-17T06:45:14.2369028Z [2142/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2025-07-17T06:45:14.2818703Z [2143/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2025-07-17T06:45:14.3490167Z [2144/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2025-07-17T06:45:14.4480419Z [2145/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2025-07-17T06:45:14.5444003Z [2146/7175] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2025-07-17T06:45:14.7595255Z [2147/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2025-07-17T06:45:14.8118364Z [2148/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2025-07-17T06:45:15.4436982Z [2149/7175] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2025-07-17T06:45:17.3169428Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2025-07-17T06:45:17.3171073Z 2025-07-17T06:45:17.3171097Z 2025-07-17T06:45:17.3171437Z Copyright (C) Microsoft Corporation. All rights reserved. 2025-07-17T06:45:17.3171950Z 2025-07-17T06:45:17.3171958Z 2025-07-17T06:45:17.3171966Z 2025-07-17T06:45:17.3171972Z 2025-07-17T06:45:17.3173393Z [2150/7175] Generating C:/actions-runner/_work/pytorch/pytorch/torch/_C/__init__.pyi, C:/actions-runner/_work/pytorch/pytorch/torch/_C/_VariableFunctions.pyi, C:/actions-runner/_work/pytorch/pytorch/torch/nn/functional.pyi 2025-07-17T06:45:17.3255601Z [2151/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2025-07-17T06:45:17.3270236Z [2152/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2025-07-17T06:45:17.4400466Z [2153/7175] Generating C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/TraceType_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/RegisterLazy.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/Functions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/variable_factories.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/ViewFuncs.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/VariableType.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyIr.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNonNativeIr.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/lazy/generated/LazyNativeFunctions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_3.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions_4.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_variable_methods.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_0.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_1.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_torch_functions_2.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nn_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_fft_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_linalg_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_nested_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_sparse_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_special_functions.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_enum_tag.cpp, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_functions.h, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/autograd/generated/python_return_types.h, C:/actions-runner/_work/pytorch/pytorch/torch/testing/_internal/generated/annotated_fn_args.py, C:/actions-runner/_work/pytorch/pytorch/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2025-07-17T06:45:17.5830373Z [2154/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2025-07-17T06:45:17.5841930Z [2155/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2025-07-17T06:45:20.0732616Z [2156/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2025-07-17T06:45:20.0745511Z [2157/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2025-07-17T06:45:20.0905165Z [2158/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2025-07-17T06:45:20.0926249Z [2159/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2025-07-17T06:45:20.1880462Z [2160/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2025-07-17T06:45:21.6740440Z [2161/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2025-07-17T06:45:22.0303260Z [2162/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2025-07-17T06:45:22.2761180Z [2163/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2025-07-17T06:45:24.2125432Z [2164/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2025-07-17T06:45:24.5987021Z [2165/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2025-07-17T06:45:24.6159130Z [2166/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2025-07-17T06:45:25.8429525Z [2167/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2025-07-17T06:45:27.3569475Z [2168/7175] Linking CXX static library lib\dnnl.lib 2025-07-17T06:45:30.1599997Z [2169/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2025-07-17T06:45:31.1178685Z [2170/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2025-07-17T06:45:35.5816461Z [2171/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2025-07-17T06:45:37.0127489Z [2172/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2025-07-17T06:45:37.8610523Z [2173/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2025-07-17T06:45:38.1844829Z [2174/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2025-07-17T06:45:40.7372691Z [2175/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2025-07-17T06:45:41.6906397Z [2176/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2025-07-17T06:45:43.3689666Z [2177/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2025-07-17T06:45:43.9720595Z [2178/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2025-07-17T06:45:44.5081034Z [2179/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2025-07-17T06:45:44.6121096Z [2180/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2025-07-17T06:45:45.6659541Z [2181/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2025-07-17T06:45:47.2052809Z [2182/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2025-07-17T06:45:49.5764962Z [2183/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2025-07-17T06:45:50.1468360Z [2184/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2025-07-17T06:45:52.5305336Z [2185/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2025-07-17T06:45:52.6705685Z [2186/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2025-07-17T06:45:53.6045099Z [2187/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2025-07-17T06:45:55.1738999Z [2188/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2025-07-17T06:45:55.1865771Z [2189/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2025-07-17T06:45:58.9608933Z [2190/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2025-07-17T06:46:01.5249494Z [2191/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2025-07-17T06:46:01.8273777Z [2192/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2025-07-17T06:46:03.0734231Z [2193/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2025-07-17T06:46:03.6731883Z [2194/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2025-07-17T06:46:07.5457584Z [2195/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2025-07-17T06:46:09.2450514Z [2196/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2025-07-17T06:46:11.6799841Z [2197/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2025-07-17T06:46:14.2525295Z [2198/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2025-07-17T06:46:14.6206257Z [2199/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2025-07-17T06:46:15.3652312Z [2200/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2025-07-17T06:46:15.3830154Z [2201/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2025-07-17T06:46:16.4508359Z [2202/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2025-07-17T06:46:16.6008978Z [2203/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2025-07-17T06:46:16.6939804Z [2204/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2025-07-17T06:46:17.7560833Z [2205/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2025-07-17T06:46:19.3482814Z [2206/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2025-07-17T06:46:19.9622542Z [2207/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2025-07-17T06:46:21.4181474Z [2208/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2025-07-17T06:46:23.2215082Z [2209/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2025-07-17T06:46:25.0216018Z [2210/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2025-07-17T06:46:25.8020758Z [2211/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2025-07-17T06:46:26.0283366Z [2212/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2025-07-17T06:46:26.6742609Z [2213/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2025-07-17T06:46:27.3271064Z [2214/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2025-07-17T06:46:27.3333760Z [2215/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2025-07-17T06:46:28.9436854Z [2216/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2025-07-17T06:46:29.5521949Z [2217/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2025-07-17T06:46:29.6848514Z [2218/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2025-07-17T06:46:30.3893957Z [2219/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2025-07-17T06:46:34.5562043Z [2220/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2025-07-17T06:46:37.6643503Z [2221/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2025-07-17T06:46:41.7046559Z [2222/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2025-07-17T06:46:43.3860475Z [2223/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2025-07-17T06:47:00.3054111Z [2224/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2025-07-17T06:47:00.5069022Z [2225/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2025-07-17T06:47:05.9556609Z [2226/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2025-07-17T06:47:07.8586276Z [2227/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2025-07-17T06:47:08.1867339Z [2228/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2025-07-17T06:47:11.0875661Z [2229/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2025-07-17T06:47:11.2983407Z [2230/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2025-07-17T06:47:12.0426822Z [2231/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2025-07-17T06:47:34.7863835Z [2232/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2025-07-17T06:47:37.6667881Z [2233/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2025-07-17T06:47:42.1176661Z [2234/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2025-07-17T06:47:42.3501631Z [2235/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2025-07-17T06:47:42.3631269Z [2236/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2025-07-17T06:47:43.0370265Z [2237/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2025-07-17T06:47:43.6181329Z [2238/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2025-07-17T06:47:44.7449582Z [2239/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2025-07-17T06:47:49.0180897Z [2240/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2025-07-17T06:47:53.3093534Z [2241/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2025-07-17T06:47:53.5345095Z [2242/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2025-07-17T06:48:02.9707050Z [2243/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2025-07-17T06:48:03.6924632Z [2244/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2025-07-17T06:48:09.2149590Z [2245/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2025-07-17T06:48:09.7685461Z [2246/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2025-07-17T06:48:13.4995534Z [2247/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2025-07-17T06:48:14.1459678Z [2248/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2025-07-17T06:48:15.6776353Z [2249/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2025-07-17T06:48:18.1979868Z [2250/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2025-07-17T06:48:19.3790508Z [2251/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\CachingHostAllocator.cpp.obj 2025-07-17T06:48:19.7555237Z [2252/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2025-07-17T06:48:20.5234905Z [2253/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2025-07-17T06:48:22.1737395Z [2254/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2025-07-17T06:48:22.5968392Z [2255/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2025-07-17T06:48:23.5730736Z [2256/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2025-07-17T06:48:25.4223041Z [2257/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2025-07-17T06:48:25.8351553Z [2258/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2025-07-17T06:48:25.9876540Z [2259/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2025-07-17T06:48:26.3924046Z [2260/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2025-07-17T06:48:28.0758009Z [2261/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2025-07-17T06:48:28.8241456Z [2262/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2025-07-17T06:48:28.9972072Z [2263/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2025-07-17T06:48:29.9727724Z [2264/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2025-07-17T06:48:30.6683465Z [2265/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2025-07-17T06:48:30.6767457Z [2266/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2025-07-17T06:48:34.2748860Z [2267/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2025-07-17T06:48:36.3930406Z [2268/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2025-07-17T06:48:39.3597457Z [2269/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2025-07-17T06:48:40.5243880Z [2270/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2025-07-17T06:48:40.7821609Z [2271/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2025-07-17T06:48:41.4953158Z [2272/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2025-07-17T06:48:42.0592813Z [2273/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2025-07-17T06:48:42.1650328Z [2274/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2025-07-17T06:48:42.9344857Z [2275/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2025-07-17T06:48:45.8284714Z [2276/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2025-07-17T06:48:46.1661093Z [2277/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2025-07-17T06:48:48.4465003Z [2278/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2025-07-17T06:48:49.2479196Z [2279/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2025-07-17T06:48:49.5761234Z [2280/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2025-07-17T06:48:52.1579613Z [2281/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2025-07-17T06:48:54.1266433Z [2282/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2025-07-17T06:48:55.1438171Z [2283/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2025-07-17T06:48:58.1929065Z [2284/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2025-07-17T06:48:59.3612044Z [2285/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2025-07-17T06:49:00.9245954Z [2286/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2025-07-17T06:49:02.2525381Z [2287/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2025-07-17T06:49:02.6109088Z [2288/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2025-07-17T06:49:03.6873037Z [2289/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2025-07-17T06:49:04.5436710Z [2290/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2025-07-17T06:49:06.8152008Z [2291/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2025-07-17T06:49:11.0598253Z [2292/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2025-07-17T06:49:12.6197358Z [2293/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2025-07-17T06:49:13.3744426Z [2294/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2025-07-17T06:49:13.4160900Z [2295/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2025-07-17T06:49:14.2853299Z [2296/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2025-07-17T06:49:15.2585259Z [2297/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2025-07-17T06:49:15.3295174Z [2298/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2025-07-17T06:49:16.6121477Z [2299/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2025-07-17T06:49:17.5087331Z [2300/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2025-07-17T06:49:17.9965959Z [2301/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2025-07-17T06:49:20.5734310Z [2302/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2025-07-17T06:49:24.5908402Z [2303/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2025-07-17T06:49:24.8898090Z [2304/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2025-07-17T06:49:28.0853568Z [2305/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2025-07-17T06:49:28.6841177Z [2306/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2025-07-17T06:49:29.0479747Z [2307/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2025-07-17T06:49:29.6258370Z [2308/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2025-07-17T06:49:31.6028946Z [2309/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2025-07-17T06:49:32.2722906Z [2310/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2025-07-17T06:49:35.8199288Z [2311/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2025-07-17T06:49:37.5074023Z [2312/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2025-07-17T06:49:37.9593664Z [2313/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2025-07-17T06:49:40.1084538Z [2314/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2025-07-17T06:49:40.1327768Z [2315/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2025-07-17T06:49:41.7396693Z [2316/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2025-07-17T06:49:43.9371777Z [2317/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2025-07-17T06:49:45.7133645Z [2318/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2025-07-17T06:49:45.8881489Z [2319/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2025-07-17T06:49:48.7371310Z [2320/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2025-07-17T06:49:49.7313801Z [2321/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2025-07-17T06:49:51.2869111Z [2322/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2025-07-17T06:49:52.4308292Z [2323/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2025-07-17T06:49:55.4969166Z [2324/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2025-07-17T06:49:56.2183184Z [2325/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2025-07-17T06:49:58.1625008Z [2326/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2025-07-17T06:49:58.6494801Z [2327/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2025-07-17T06:50:02.5506756Z [2328/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2025-07-17T06:50:03.9136714Z [2329/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2025-07-17T06:50:05.2296960Z [2330/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2025-07-17T06:50:05.6899838Z [2331/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2025-07-17T06:50:06.4482220Z [2332/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2025-07-17T06:50:06.5749298Z [2333/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2025-07-17T06:50:08.7142088Z [2334/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2025-07-17T06:50:12.3408531Z [2335/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2025-07-17T06:50:12.8072611Z [2336/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2025-07-17T06:50:15.4138134Z [2337/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2025-07-17T06:50:17.2383567Z [2338/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2025-07-17T06:50:17.3255458Z [2339/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2025-07-17T06:50:20.2533323Z [2340/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2025-07-17T06:50:20.3962820Z [2341/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2025-07-17T06:50:22.7104520Z [2342/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2025-07-17T06:50:23.5270802Z [2343/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2025-07-17T06:50:23.7179086Z [2344/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2025-07-17T06:50:25.0842327Z [2345/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2025-07-17T06:50:28.8083218Z [2346/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2025-07-17T06:50:29.0861647Z [2347/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2025-07-17T06:50:30.9004083Z [2348/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2025-07-17T06:50:32.5117390Z [2349/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2025-07-17T06:50:32.8606009Z [2350/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2025-07-17T06:50:34.4428873Z [2351/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2025-07-17T06:50:38.4365562Z [2352/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2025-07-17T06:50:40.3980478Z [2353/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2025-07-17T06:50:41.4145187Z [2354/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2025-07-17T06:50:42.1806277Z [2355/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2025-07-17T06:50:42.9238279Z [2356/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2025-07-17T06:50:42.9269687Z [2357/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2025-07-17T06:50:44.7430106Z [2358/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2025-07-17T06:50:45.0694419Z [2359/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2025-07-17T06:50:53.3207841Z [2360/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2025-07-17T06:50:54.2951375Z [2361/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2025-07-17T06:50:55.1017002Z [2362/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2025-07-17T06:50:55.3496386Z [2363/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2025-07-17T06:50:55.9055465Z [2364/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2025-07-17T06:50:56.2144853Z [2365/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2025-07-17T06:50:58.2050169Z [2366/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2025-07-17T06:51:00.1342742Z [2367/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2025-07-17T06:51:00.2962379Z [2368/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2025-07-17T06:51:05.0380297Z [2369/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2025-07-17T06:51:05.0576611Z [2370/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2025-07-17T06:51:06.4614325Z [2371/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2025-07-17T06:51:06.9216230Z [2372/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2025-07-17T06:51:07.1736146Z [2373/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2025-07-17T06:51:09.8855459Z [2374/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2025-07-17T06:51:13.1240906Z [2375/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2025-07-17T06:51:13.5464245Z [2376/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2025-07-17T06:51:14.9242612Z [2377/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2025-07-17T06:51:17.1434262Z [2378/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2025-07-17T06:51:17.4666441Z [2379/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2025-07-17T06:51:21.0169532Z [2380/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2025-07-17T06:51:22.1195033Z [2381/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2025-07-17T06:51:22.5556734Z [2382/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2025-07-17T06:51:23.1813202Z [2383/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2025-07-17T06:51:24.4935334Z [2384/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2025-07-17T06:51:27.5068164Z [2385/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2025-07-17T06:51:30.4250070Z [2386/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2025-07-17T06:51:32.0190952Z [2387/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2025-07-17T06:51:34.8450877Z [2388/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2025-07-17T06:51:34.8935523Z [2389/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2025-07-17T06:51:35.4755284Z [2390/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2025-07-17T06:51:35.6768603Z [2391/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2025-07-17T06:51:39.1459749Z [2392/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2025-07-17T06:51:45.3087815Z [2393/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2025-07-17T06:51:46.0079290Z [2394/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2025-07-17T06:51:47.3738288Z [2395/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2025-07-17T06:51:47.4390077Z [2396/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2025-07-17T06:51:47.7382167Z [2397/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2025-07-17T06:51:47.7946967Z [2398/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2025-07-17T06:51:48.1964390Z [2399/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2025-07-17T06:51:53.0427925Z [2400/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2025-07-17T06:51:55.9187938Z [2401/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2025-07-17T06:51:56.8226324Z [2402/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2025-07-17T06:51:59.3389173Z [2403/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2025-07-17T06:51:59.6552145Z [2404/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2025-07-17T06:52:05.4471026Z [2405/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2025-07-17T06:52:07.4702179Z [2406/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2025-07-17T06:52:09.2841663Z [2407/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2025-07-17T06:52:11.3588645Z [2408/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2025-07-17T06:52:11.8012257Z [2409/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2025-07-17T06:52:12.2092979Z [2410/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2025-07-17T06:52:13.0347698Z [2411/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2025-07-17T06:52:15.3567237Z [2412/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2025-07-17T06:52:18.7695116Z [2413/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2025-07-17T06:52:19.7542670Z [2414/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2025-07-17T06:52:19.8429077Z [2415/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2025-07-17T06:52:22.1271990Z [2416/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2025-07-17T06:52:22.1560024Z [2417/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2025-07-17T06:52:24.8663877Z [2418/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2025-07-17T06:52:25.6923029Z [2419/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2025-07-17T06:52:26.3111498Z [2420/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2025-07-17T06:52:29.1860400Z [2421/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2025-07-17T06:52:31.1647760Z [2422/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2025-07-17T06:52:31.7755937Z [2423/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2025-07-17T06:52:34.2036487Z [2424/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2025-07-17T06:52:36.4563369Z [2425/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2025-07-17T06:52:36.7588626Z [2426/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2025-07-17T06:52:38.4613039Z [2427/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2025-07-17T06:52:39.9367057Z [2428/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2025-07-17T06:52:41.0831985Z [2429/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2025-07-17T06:52:41.6621793Z [2430/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2025-07-17T06:52:43.6160535Z [2431/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2025-07-17T06:52:44.7736046Z [2432/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2025-07-17T06:52:45.7580318Z [2433/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2025-07-17T06:52:47.6408353Z [2434/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2025-07-17T06:52:50.1441545Z [2435/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2025-07-17T06:52:51.9756284Z [2436/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2025-07-17T06:52:52.2545125Z [2437/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2025-07-17T06:52:57.3426200Z [2438/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2025-07-17T06:52:57.5041585Z [2439/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2025-07-17T06:53:00.7705707Z [2440/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2025-07-17T06:53:01.4866953Z [2441/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2025-07-17T06:53:04.2252223Z [2442/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2025-07-17T06:53:04.4928449Z [2443/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2025-07-17T06:53:07.2748562Z [2444/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2025-07-17T06:53:11.0497038Z [2445/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2025-07-17T06:53:11.6468429Z [2446/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2025-07-17T06:53:15.3928406Z [2447/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2025-07-17T06:53:15.6235150Z [2448/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2025-07-17T06:53:16.0451445Z [2449/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2025-07-17T06:53:16.4167798Z [2450/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2025-07-17T06:53:25.1868231Z [2451/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2025-07-17T06:53:25.8555806Z [2452/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2025-07-17T06:53:26.5049537Z [2453/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2025-07-17T06:53:27.6680966Z [2454/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2025-07-17T06:53:28.8967700Z [2455/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2025-07-17T06:53:29.1708433Z [2456/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2025-07-17T06:53:37.7312780Z [2457/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2025-07-17T06:53:38.2980276Z [2458/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2025-07-17T06:53:44.3302724Z [2459/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2025-07-17T06:53:47.2443191Z [2460/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2025-07-17T06:53:49.9958914Z [2461/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2025-07-17T06:53:50.2407031Z [2462/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2025-07-17T06:53:50.6684647Z [2463/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2025-07-17T06:53:51.3311632Z [2464/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2025-07-17T06:53:51.3656989Z [2465/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2025-07-17T06:53:51.4179707Z [2466/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2025-07-17T06:53:51.7104972Z [2467/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2025-07-17T06:53:51.7688681Z [2468/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ACLUtils.cpp.obj 2025-07-17T06:53:59.2262818Z [2469/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2025-07-17T06:54:09.7421100Z [2470/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2025-07-17T06:54:10.1464508Z [2471/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2025-07-17T06:54:13.5069660Z [2472/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2025-07-17T06:54:13.6191012Z [2473/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2025-07-17T06:54:13.7547251Z [2474/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2025-07-17T06:54:13.8502642Z [2475/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2025-07-17T06:54:13.8708224Z [2476/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2025-07-17T06:54:14.3381483Z [2477/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2025-07-17T06:54:21.5289418Z [2478/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2025-07-17T06:54:23.7859240Z [2479/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2025-07-17T06:54:24.9861895Z [2480/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2025-07-17T06:54:26.1276385Z [2481/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2025-07-17T06:54:26.1717594Z [2482/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2025-07-17T06:54:27.0428922Z [2483/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2025-07-17T06:54:27.0845127Z [2484/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2025-07-17T06:54:27.7137969Z [2485/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2025-07-17T06:54:31.7846013Z [2486/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2025-07-17T06:54:36.4336037Z [2487/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2025-07-17T06:54:36.6796122Z [2488/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2025-07-17T06:54:38.5564285Z [2489/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2025-07-17T06:54:38.7148158Z [2490/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2025-07-17T06:54:38.9784138Z [2491/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2025-07-17T06:54:39.2918681Z [2492/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2025-07-17T06:54:39.5103905Z [2493/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2025-07-17T06:54:42.4329654Z [2494/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2025-07-17T06:54:46.3141800Z [2495/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2025-07-17T06:54:48.8117099Z [2496/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2025-07-17T06:54:55.2819928Z [2497/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2025-07-17T06:54:57.5758912Z [2498/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2025-07-17T06:54:59.3326209Z [2499/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2025-07-17T06:55:01.1381526Z [2500/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2025-07-17T06:55:03.8344908Z [2501/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2025-07-17T06:55:05.1404124Z [2502/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2025-07-17T06:55:11.0824178Z [2503/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2025-07-17T06:55:12.6037578Z [2504/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2025-07-17T06:55:12.8941585Z [2505/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2025-07-17T06:55:13.9563199Z [2506/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2025-07-17T06:55:15.4875309Z [2507/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2025-07-17T06:55:16.0389401Z [2508/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2025-07-17T06:55:18.7089946Z [2509/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2025-07-17T06:55:22.6171065Z [2510/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2025-07-17T06:55:27.0969226Z [2511/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2025-07-17T06:55:31.8821308Z [2512/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2025-07-17T06:55:32.0996180Z [2513/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2025-07-17T06:55:35.1186806Z [2514/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2025-07-17T06:55:35.1236661Z [2515/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2025-07-17T06:55:36.6903090Z [2516/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2025-07-17T06:55:41.5930483Z [2517/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2025-07-17T06:55:42.1149181Z [2518/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2025-07-17T06:55:42.1968556Z [2519/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2025-07-17T06:55:44.6110749Z [2520/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2025-07-17T06:55:45.6058702Z [2521/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2025-07-17T06:55:46.8673995Z [2522/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2025-07-17T06:55:47.6921880Z [2523/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2025-07-17T06:55:52.7692248Z [2524/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2025-07-17T06:55:53.4933129Z [2525/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2025-07-17T06:55:55.0421854Z [2526/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2025-07-17T06:55:56.3429380Z [2527/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2025-07-17T06:55:58.1406540Z [2528/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2025-07-17T06:56:01.1394836Z [2529/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2025-07-17T06:56:03.5038440Z [2530/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2025-07-17T06:56:04.2449064Z [2531/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2025-07-17T06:56:07.5581846Z [2532/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2025-07-17T06:56:08.5645764Z [2533/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2025-07-17T06:56:09.8846784Z [2534/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2025-07-17T06:56:15.7487095Z [2535/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2025-07-17T06:56:17.7384423Z [2536/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2025-07-17T06:56:20.1963979Z [2537/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2025-07-17T06:56:20.4197467Z [2538/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2025-07-17T06:56:22.5349777Z [2539/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2025-07-17T06:56:23.7485813Z [2540/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2025-07-17T06:56:25.2908081Z [2541/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2025-07-17T06:56:31.4790894Z [2542/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2025-07-17T06:56:31.9813202Z [2543/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2025-07-17T06:56:32.1689491Z [2544/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2025-07-17T06:56:35.9025195Z [2545/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2025-07-17T06:56:37.0137422Z [2546/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2025-07-17T06:56:40.6370777Z [2547/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2025-07-17T06:56:40.7401124Z [2548/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2025-07-17T06:56:45.5345298Z [2549/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2025-07-17T06:56:47.2151036Z [2550/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2025-07-17T06:56:47.6773200Z [2551/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2025-07-17T06:56:50.1367896Z [2552/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2025-07-17T06:56:51.1559156Z [2553/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2025-07-17T06:56:52.4743423Z [2554/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2025-07-17T06:56:52.5715014Z [2555/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2025-07-17T06:56:52.7518939Z [2556/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2025-07-17T06:56:52.8147933Z [2557/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2025-07-17T06:56:53.5544324Z [2558/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2025-07-17T06:56:53.6601856Z [2559/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2025-07-17T06:56:55.9303384Z [2560/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2025-07-17T06:56:56.2278244Z [2561/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2025-07-17T06:56:58.1772858Z [2562/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2025-07-17T06:57:01.6354376Z [2563/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2025-07-17T06:57:01.9180339Z [2564/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2025-07-17T06:57:04.6391095Z [2565/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2025-07-17T06:57:05.1565079Z [2566/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2025-07-17T06:57:10.0079898Z [2567/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2025-07-17T06:57:12.7765732Z [2568/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2025-07-17T06:57:17.8022692Z [2569/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2025-07-17T06:57:45.6721360Z [2570/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2025-07-17T06:57:53.1221303Z [2571/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2025-07-17T06:58:03.4675498Z [2572/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2025-07-17T06:58:06.5819998Z [2573/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional_0.cpp.obj 2025-07-17T06:58:06.7838569Z [2574/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2025-07-17T06:58:14.0043761Z [2575/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2025-07-17T06:58:15.2879015Z [2576/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor_0.cpp.obj 2025-07-17T06:58:31.9048941Z [2577/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd_0.cpp.obj 2025-07-17T06:58:40.2395488Z [2578/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_2.cpp.obj 2025-07-17T06:58:42.1031414Z [2579/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_3.cpp.obj 2025-07-17T06:58:50.2834455Z [2580/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_0.cpp.obj 2025-07-17T06:58:53.0711923Z [2581/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2025-07-17T06:58:53.3350921Z [2582/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU_1.cpp.obj 2025-07-17T06:58:58.3772430Z [2583/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2025-07-17T06:59:05.1426750Z [2584/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU_0.cpp.obj 2025-07-17T06:59:09.2681474Z [2585/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorHPU_0.cpp.obj 2025-07-17T06:59:12.3120686Z [2586/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd_0.cpp.obj 2025-07-17T06:59:14.0359762Z [2587/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU_0.cpp.obj 2025-07-17T06:59:19.7927566Z [2588/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2025-07-17T06:59:22.4831124Z [2589/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2025-07-17T06:59:23.2131110Z [2590/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta_0.cpp.obj 2025-07-17T06:59:32.6806652Z [2591/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorXPU_0.cpp.obj 2025-07-17T06:59:39.2222304Z [2592/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2025-07-17T06:59:39.3638102Z [2593/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta_0.cpp.obj 2025-07-17T06:59:41.6365608Z [2594/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU_0.cpp.obj 2025-07-17T06:59:41.9188146Z [2595/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU_0.cpp.obj 2025-07-17T06:59:45.8001319Z [2596/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU_0.cpp.obj 2025-07-17T06:59:50.1056171Z [2597/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta_0.cpp.obj 2025-07-17T06:59:51.0652547Z [2598/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMPS_0.cpp.obj 2025-07-17T06:59:51.0745781Z [2599/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta_0.cpp.obj 2025-07-17T06:59:53.4026484Z [2600/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta_0.cpp.obj 2025-07-17T06:59:53.8438547Z [2601/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrXPU_0.cpp.obj 2025-07-17T06:59:54.5337881Z [2602/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseXPU_0.cpp.obj 2025-07-17T06:59:55.4277705Z [2603/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2025-07-17T06:59:57.0914590Z [2604/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2025-07-17T06:59:57.6316556Z [2605/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2025-07-17T06:59:59.0086200Z [2606/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2025-07-17T06:59:59.0203301Z [2607/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMPS_0.cpp.obj 2025-07-17T06:59:59.3201790Z [2608/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2025-07-17T07:00:03.0491038Z [2609/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:03.3316549Z [2610/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor_0.cpp.obj 2025-07-17T07:00:04.2109336Z [2611/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:06.0481006Z [2612/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:06.3447942Z [2613/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:12.1357692Z [2614/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:15.0672018Z [2615/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2025-07-17T07:00:18.1663561Z [2616/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2025-07-17T07:00:18.6169382Z [2617/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2025-07-17T07:00:21.0870976Z [2618/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:22.8085167Z [2619/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:23.5433420Z [2620/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:24.2255419Z [2621/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:24.4313347Z [2622/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:29.5296579Z [2623/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:29.7742007Z [2624/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:31.5069372Z [2625/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2025-07-17T07:00:31.5119365Z [2626/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:34.5467490Z [2627/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:35.4690539Z [2628/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:38.3739556Z [2629/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:39.0546261Z [2630/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:39.1468793Z [2631/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:39.5365485Z [2632/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:42.6325651Z [2633/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:47.7594502Z [2634/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:49.6967874Z [2635/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:54.5940355Z [2636/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:56.5407267Z [2637/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:58.0272911Z [2638/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:00:59.9107311Z [2639/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:02.8332762Z [2640/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:05.0639289Z [2641/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:07.6040657Z [2642/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:07.9572938Z [2643/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:09.9604286Z [2644/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:10.8113949Z [2645/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:13.4292474Z [2646/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:14.0486917Z [2647/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:18.6297237Z [2648/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:18.6735768Z [2649/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:19.4165641Z [2650/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:19.4231040Z [2651/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:21.0267654Z [2652/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:22.4987222Z [2653/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:24.7642896Z [2654/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:26.2882890Z [2655/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:28.1399539Z [2656/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:29.1095989Z [2657/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:31.4155939Z [2658/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:31.4186873Z [2659/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:32.4141788Z [2660/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:34.2176052Z [2661/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:35.7753870Z [2662/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:40.9446321Z [2663/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:43.0420495Z [2664/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:43.2131634Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-07-17T07:01:43.2137196Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-07-17T07:01:43.2713575Z 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-07-17T07:01:43.2717985Z 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-07-17T07:01:43.3624351Z with 2025-07-17T07:01:43.3627047Z [ 2025-07-17T07:01:43.3627834Z scalar_t=scalar_t 2025-07-17T07:01:43.3629780Z ] 2025-07-17T07:01:43.3633897Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-07-17T07:01:43.3638906Z 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-07-17T07:01:43.3642082Z with 2025-07-17T07:01:43.3642623Z [ 2025-07-17T07:01:43.3643113Z scalar_t=scalar_t 2025-07-17T07:01:43.3644078Z ] 2025-07-17T07:01:43.3647035Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): 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-07-17T07:01:43.3650315Z with 2025-07-17T07:01:43.3650846Z [ 2025-07-17T07:01:43.3651363Z scalar_t=scalar_t, 2025-07-17T07:01:43.3652073Z data_t=at::vec::DEFAULT::Vectorized, 2025-07-17T07:01:43.3653233Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-07-17T07:01:43.3655199Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-07-17T07:01:43.3656508Z ] 2025-07-17T07:01:43.3658488Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2025-07-17T07:01:43.3660612Z with 2025-07-17T07:01:43.3661132Z [ 2025-07-17T07:01:43.3661627Z scalar_t=float, 2025-07-17T07:01:43.3662833Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2025-07-17T07:01:43.3664611Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-07-17T07:01:43.3665769Z ] 2025-07-17T07:01:44.3747751Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(176): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-07-17T07:01:44.3749692Z with 2025-07-17T07:01:44.3750163Z [ 2025-07-17T07:01:44.3751266Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2025-07-17T07:01:44.3752492Z ] 2025-07-17T07:01:44.3753608Z [2665/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:46.1575592Z [2666/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:47.6105433Z [2667/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:48.7884688Z [2668/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:49.5825368Z [2669/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:54.1410900Z [2670/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:01:56.9515094Z [2671/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:00.1088916Z [2672/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:06.6842094Z [2673/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:07.3043953Z [2674/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2025-07-17T07:02:08.5857391Z [2675/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:16.7113699Z [2676/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:17.7162512Z [2677/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:17.7653870Z [2678/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:18.7057374Z [2679/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2025-07-17T07:02:19.6444337Z [2680/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2025-07-17T07:02:20.3321180Z [2681/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2025-07-17T07:02:20.4621682Z [2682/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2025-07-17T07:02:20.5136090Z [2683/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:20.7381887Z [2684/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2025-07-17T07:02:21.6050856Z [2685/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2025-07-17T07:02:21.6837172Z [2686/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2025-07-17T07:02:21.8743943Z [2687/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2025-07-17T07:02:22.2592838Z [2688/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2025-07-17T07:02:22.2595353Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-07-17T07:02:22.2915046Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(1194): warning C4333: '>>': right shift by too large amount, data loss 2025-07-17T07:02:22.2917362Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(1194): note: the template instantiation context (the oldest one first) is 2025-07-17T07:02:22.4373938Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): 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-07-17T07:02:22.4376441Z [2689/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2025-07-17T07:02:22.5965954Z [2690/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2025-07-17T07:02:22.6186364Z [2691/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2025-07-17T07:02:22.9410166Z [2692/7175] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-3.0.2\miniz.c.obj 2025-07-17T07:02:23.1683617Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2025-07-17T07:02:23.1684591Z C:\actions-runner\_work\pytorch\pytorch\third_party\miniz-3.0.2\miniz.c(3137): note: 'WIN32_LEAN_AND_MEAN' previously declared on the command line 2025-07-17T07:02:23.1685443Z [2693/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2025-07-17T07:02:23.6131720Z [2694/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2025-07-17T07:02:32.0656850Z [2695/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2025-07-17T07:03:27.7110296Z [2696/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2025-07-17T07:03:32.2308943Z [2697/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2025-07-17T07:03:44.1915606Z [2698/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2025-07-17T07:03:45.7327271Z [2699/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2025-07-17T07:03:49.1333291Z [2700/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2025-07-17T07:03:52.7221253Z [2701/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2025-07-17T07:03:52.9519760Z [2702/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2025-07-17T07:03:53.0023825Z [2703/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2025-07-17T07:04:00.4181279Z [2704/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2025-07-17T07:04:02.3270392Z [2705/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2025-07-17T07:04:21.2397801Z [2706/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2025-07-17T07:04:22.8987802Z [2707/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2025-07-17T07:04:26.4849139Z [2708/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2025-07-17T07:04:31.9708431Z [2709/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2025-07-17T07:04:37.6813130Z [2710/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2025-07-17T07:04:43.9594626Z [2711/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2025-07-17T07:04:44.0336924Z [2712/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2025-07-17T07:04:46.6365682Z [2713/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2025-07-17T07:04:47.8377021Z [2714/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2025-07-17T07:04:49.4578209Z [2715/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2025-07-17T07:04:51.0979874Z [2716/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2025-07-17T07:04:51.7543351Z [2717/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2025-07-17T07:05:00.4166269Z [2718/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2025-07-17T07:05:04.9632295Z [2719/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2025-07-17T07:05:05.9229977Z [2720/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2025-07-17T07:05:14.2474080Z [2721/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2025-07-17T07:05:16.3981454Z [2722/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2025-07-17T07:05:18.2334828Z [2723/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2025-07-17T07:05:18.8046036Z [2724/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2025-07-17T07:05:20.0762349Z [2725/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2025-07-17T07:05:20.2634901Z [2726/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2025-07-17T07:05:21.7741189Z [2727/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2025-07-17T07:05:22.2363217Z [2728/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2025-07-17T07:05:25.1470269Z [2729/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2025-07-17T07:05:30.8901265Z [2730/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2025-07-17T07:05:31.4181385Z [2731/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2025-07-17T07:05:33.9346263Z [2732/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2025-07-17T07:05:34.4411400Z [2733/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2025-07-17T07:05:37.0307751Z [2734/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2025-07-17T07:05:37.5992573Z [2735/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\dynamo\compiled_autograd.cpp.obj 2025-07-17T07:05:42.4527250Z [2736/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2025-07-17T07:05:42.6527123Z [2737/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2025-07-17T07:05:43.0713386Z [2738/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2025-07-17T07:05:48.2860487Z [2739/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2025-07-17T07:05:51.5656517Z [2740/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2025-07-17T07:05:56.0358047Z [2741/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2025-07-17T07:05:58.2174680Z [2742/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2025-07-17T07:06:02.0957030Z [2743/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2025-07-17T07:06:10.0845046Z [2744/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_cpu.cpp.obj 2025-07-17T07:06:13.2633581Z [2745/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2025-07-17T07:06:16.6676226Z [2746/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2025-07-17T07:06:17.8108319Z [2747/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2025-07-17T07:06:17.9091104Z [2748/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2025-07-17T07:06:18.7172673Z [2749/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2025-07-17T07:06:21.8539018Z [2750/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2025-07-17T07:06:25.6153259Z [2751/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2025-07-17T07:06:31.1947945Z [2752/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2025-07-17T07:06:31.6616504Z [2753/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2025-07-17T07:06:44.5896075Z [2754/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2025-07-17T07:06:44.5955696Z [2755/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2025-07-17T07:06:50.2751148Z [2756/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2025-07-17T07:06:50.6013992Z [2757/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2025-07-17T07:06:50.6444573Z [2758/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2025-07-17T07:06:51.9203607Z [2759/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2025-07-17T07:06:52.7359861Z [2760/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2025-07-17T07:06:53.8192068Z [2761/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2025-07-17T07:06:54.3707001Z [2762/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2025-07-17T07:06:56.4969877Z [2763/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2025-07-17T07:07:07.1318660Z [2764/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2025-07-17T07:07:09.8128917Z [2765/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2025-07-17T07:07:12.4124487Z [2766/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2025-07-17T07:07:14.3528538Z [2767/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2025-07-17T07:07:14.6592178Z [2768/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2025-07-17T07:07:18.2622443Z [2769/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2025-07-17T07:07:19.5827361Z [2770/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2025-07-17T07:07:26.1452243Z [2771/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2025-07-17T07:07:27.2755328Z [2772/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2025-07-17T07:07:32.3799056Z [2773/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2025-07-17T07:07:33.6880681Z [2774/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2025-07-17T07:07:34.8124252Z [2775/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2025-07-17T07:07:34.9049007Z [2776/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2025-07-17T07:07:42.4953649Z [2777/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2025-07-17T07:07:50.8989674Z [2778/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2025-07-17T07:07:51.3564883Z [2779/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2025-07-17T07:07:51.8019679Z [2780/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2025-07-17T07:07:52.4785032Z [2781/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2025-07-17T07:07:54.8349885Z [2782/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2025-07-17T07:07:57.3033946Z [2783/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2025-07-17T07:08:00.4113023Z [2784/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2025-07-17T07:08:03.9335622Z [2785/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2025-07-17T07:08:04.5323623Z [2786/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2025-07-17T07:08:08.0848889Z [2787/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2025-07-17T07:08:10.0515683Z [2788/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2025-07-17T07:08:11.9933424Z [2789/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2025-07-17T07:08:12.7598753Z [2790/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2025-07-17T07:08:13.8627237Z [2791/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2025-07-17T07:08:17.9486357Z [2792/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2025-07-17T07:08:18.4243930Z [2793/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2025-07-17T07:08:23.7581046Z [2794/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2025-07-17T07:08:23.9669642Z [2795/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2025-07-17T07:08:25.3958271Z [2796/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2025-07-17T07:08:30.8884326Z [2797/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2025-07-17T07:08:31.8079866Z [2798/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2025-07-17T07:08:34.6782359Z [2799/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2025-07-17T07:08:36.4184502Z [2800/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2025-07-17T07:08:37.6412888Z [2801/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2025-07-17T07:08:37.8875937Z [2802/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2025-07-17T07:08:39.8932118Z [2803/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2025-07-17T07:08:41.6636751Z [2804/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2025-07-17T07:08:46.1223421Z [2805/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2025-07-17T07:08:47.1871537Z [2806/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2025-07-17T07:08:48.4280040Z [2807/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2025-07-17T07:08:56.7687456Z [2808/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2025-07-17T07:08:58.5066946Z [2809/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2025-07-17T07:08:59.2871021Z [2810/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2025-07-17T07:09:02.3454121Z [2811/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2025-07-17T07:09:04.2516885Z [2812/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2025-07-17T07:09:05.2331458Z [2813/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2025-07-17T07:09:14.2455358Z [2814/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2025-07-17T07:09:15.5455969Z [2815/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2025-07-17T07:09:20.2233930Z [2816/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2025-07-17T07:09:20.2419071Z [2817/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2025-07-17T07:09:22.1244088Z [2818/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2025-07-17T07:09:22.9733354Z [2819/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2025-07-17T07:09:32.0952330Z [2820/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2025-07-17T07:09:35.8357200Z [2821/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2025-07-17T07:09:36.9244797Z [2822/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2025-07-17T07:09:38.5572757Z [2823/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2025-07-17T07:09:39.4788522Z [2824/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2025-07-17T07:09:39.5716228Z [2825/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2025-07-17T07:09:42.6350915Z [2826/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2025-07-17T07:09:50.4948704Z [2827/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2025-07-17T07:09:51.7082177Z [2828/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2025-07-17T07:09:57.5199591Z [2829/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2025-07-17T07:09:58.3440124Z [2830/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2025-07-17T07:09:58.5988093Z [2831/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2025-07-17T07:09:58.9221948Z [2832/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2025-07-17T07:10:00.4084555Z [2833/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2025-07-17T07:10:13.1995072Z [2834/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2025-07-17T07:10:16.6013969Z [2835/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2025-07-17T07:10:19.0102619Z [2836/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2025-07-17T07:10:19.3999151Z [2837/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2025-07-17T07:10:20.1954848Z [2838/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2025-07-17T07:10:20.3978054Z [2839/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2025-07-17T07:10:20.4396551Z [2840/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2025-07-17T07:10:33.6490980Z [2841/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2025-07-17T07:10:34.0017442Z [2842/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2025-07-17T07:10:39.2926802Z [2843/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2025-07-17T07:10:39.3267190Z [2844/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2025-07-17T07:10:45.2656612Z [2845/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2025-07-17T07:10:48.9642186Z [2846/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2025-07-17T07:10:53.4037315Z [2847/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2025-07-17T07:10:54.6309833Z [2848/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2025-07-17T07:10:57.9861836Z [2849/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2025-07-17T07:11:00.3837522Z [2850/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2025-07-17T07:11:02.1672942Z [2851/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2025-07-17T07:11:03.9628179Z [2852/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2025-07-17T07:11:04.5099246Z [2853/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2025-07-17T07:11:12.7128824Z [2854/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2025-07-17T07:11:16.5868778Z [2855/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2025-07-17T07:11:16.7449827Z [2856/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2025-07-17T07:11:19.4522406Z [2857/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2025-07-17T07:11:20.4546458Z [2858/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2025-07-17T07:11:27.1230811Z [2859/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2025-07-17T07:11:30.6637261Z [2860/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2025-07-17T07:11:31.9516496Z [2861/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2025-07-17T07:11:34.2336315Z [2862/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2025-07-17T07:11:36.7124965Z [2863/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2025-07-17T07:11:40.5774781Z [2864/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2025-07-17T07:11:42.3129528Z [2865/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2025-07-17T07:11:47.9552901Z [2866/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2025-07-17T07:11:48.6635198Z [2867/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2025-07-17T07:11:55.8340794Z [2868/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2025-07-17T07:11:56.7784001Z [2869/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2025-07-17T07:11:56.9347461Z [2870/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2025-07-17T07:11:57.4497341Z [2871/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2025-07-17T07:11:58.5451759Z [2872/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2025-07-17T07:12:10.3508809Z [2873/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2025-07-17T07:12:10.6487974Z [2874/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2025-07-17T07:12:14.5114100Z [2875/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2025-07-17T07:12:17.7208466Z [2876/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2025-07-17T07:12:19.4799324Z [2877/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2025-07-17T07:12:19.9741571Z [2878/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2025-07-17T07:12:28.7155726Z [2879/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2025-07-17T07:12:31.2227112Z [2880/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2025-07-17T07:12:33.0055715Z [2881/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2025-07-17T07:12:33.5792649Z [2882/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2025-07-17T07:12:34.5877412Z [2883/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2025-07-17T07:12:37.6716656Z [2884/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2025-07-17T07:12:38.2339431Z [2885/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2025-07-17T07:12:44.6646463Z [2886/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2025-07-17T07:12:50.1581220Z [2887/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2025-07-17T07:12:51.7148483Z [2888/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2025-07-17T07:12:55.7733454Z [2889/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2025-07-17T07:12:56.2799713Z [2890/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2025-07-17T07:12:56.5973754Z [2891/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2025-07-17T07:13:05.9045833Z [2892/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2025-07-17T07:13:08.8362981Z [2893/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2025-07-17T07:13:13.8144536Z [2894/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2025-07-17T07:13:15.6366019Z [2895/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2025-07-17T07:13:15.9355256Z [2896/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2025-07-17T07:13:18.5304770Z [2897/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2025-07-17T07:13:18.8193059Z [2898/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2025-07-17T07:13:19.5672985Z [2899/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2025-07-17T07:13:21.0592361Z [2900/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2025-07-17T07:13:23.2356728Z [2901/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2025-07-17T07:13:31.1197726Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-07-17T07:13:31.1531309Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2025-07-17T07:13:31.1799328Z [2902/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2025-07-17T07:13:31.5064673Z [2903/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2025-07-17T07:13:36.5434619Z [2904/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2025-07-17T07:13:37.3787836Z [2905/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2025-07-17T07:13:39.3040986Z [2906/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2025-07-17T07:13:39.7608158Z [2907/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2025-07-17T07:13:39.9961858Z [2908/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2025-07-17T07:13:40.3419555Z [2909/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2025-07-17T07:13:41.2878497Z [2910/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2025-07-17T07:13:51.1233175Z [2911/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2025-07-17T07:13:52.1457916Z [2912/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2025-07-17T07:13:52.1942478Z [2913/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2025-07-17T07:13:56.9668007Z [2914/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2025-07-17T07:14:08.2297762Z [2915/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2025-07-17T07:14:10.3330296Z [2916/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2025-07-17T07:14:10.5705175Z [2917/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2025-07-17T07:14:16.1897462Z [2918/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2025-07-17T07:14:17.0835685Z [2919/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2025-07-17T07:14:18.1902628Z [2920/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2025-07-17T07:14:24.5551980Z [2921/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2025-07-17T07:14:25.0282055Z [2922/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2025-07-17T07:14:29.9178342Z [2923/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2025-07-17T07:14:32.0693720Z [2924/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2025-07-17T07:14:33.7567469Z [2925/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2025-07-17T07:14:43.6467172Z [2926/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2025-07-17T07:14:47.7424752Z [2927/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2025-07-17T07:14:50.5477969Z [2928/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2025-07-17T07:14:51.4862219Z [2929/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2025-07-17T07:14:53.8091974Z [2930/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2025-07-17T07:15:07.1191315Z [2931/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2025-07-17T07:15:11.5967855Z [2932/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2025-07-17T07:15:14.9057161Z [2933/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2025-07-17T07:15:16.4676970Z [2934/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2025-07-17T07:15:25.5713993Z [2935/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2025-07-17T07:15:26.3336299Z [2936/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2025-07-17T07:15:27.8131739Z [2937/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2025-07-17T07:15:28.0941957Z [2938/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2025-07-17T07:15:35.1463284Z [2939/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2025-07-17T07:15:39.1522523Z [2940/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2025-07-17T07:15:39.1818396Z [2941/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2025-07-17T07:15:46.6624866Z [2942/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2025-07-17T07:15:48.2221353Z [2943/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2025-07-17T07:16:00.7243503Z [2944/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2025-07-17T07:16:03.9578510Z [2945/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2025-07-17T07:16:04.1579373Z [2946/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2025-07-17T07:16:04.1906470Z [2947/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2025-07-17T07:16:06.4586193Z [2948/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2025-07-17T07:16:07.8114497Z [2949/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler_helper.cpp.obj 2025-07-17T07:16:24.5766635Z [2950/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2025-07-17T07:16:25.6785448Z [2951/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2025-07-17T07:16:33.6472352Z [2952/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2025-07-17T07:16:34.0336515Z [2953/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2025-07-17T07:16:34.6230468Z [2954/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2025-07-17T07:16:35.1082887Z [2955/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2025-07-17T07:16:36.6233778Z [2956/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2025-07-17T07:16:36.6887999Z [2957/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2025-07-17T07:16:37.9766508Z [2958/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2025-07-17T07:16:46.9300370Z [2959/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2025-07-17T07:16:47.3229333Z [2960/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2025-07-17T07:16:53.8608341Z [2961/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2025-07-17T07:16:55.9185410Z [2962/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2025-07-17T07:17:01.0262495Z [2963/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2025-07-17T07:17:05.3359232Z [2964/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2025-07-17T07:17:07.4459905Z [2965/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2025-07-17T07:17:07.5115148Z [2966/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2025-07-17T07:17:07.5723042Z [2967/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2025-07-17T07:17:13.5303877Z [2968/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2025-07-17T07:17:20.8032919Z [2969/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2025-07-17T07:17:22.1397946Z [2970/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2025-07-17T07:17:26.0431060Z [2971/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2025-07-17T07:17:31.9843212Z [2972/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2025-07-17T07:17:31.9844429Z 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-07-17T07:17:31.9845299Z with 2025-07-17T07:17:31.9845522Z [ 2025-07-17T07:17:31.9845960Z T=int 2025-07-17T07:17:31.9846203Z ] 2025-07-17T07:17:31.9846794Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-07-17T07:17:33.0271011Z 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-07-17T07:17:33.0272148Z with 2025-07-17T07:17:33.0272379Z [ 2025-07-17T07:17:33.0272590Z T=int 2025-07-17T07:17:33.0272791Z ] 2025-07-17T07:17:33.0273280Z [2973/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2025-07-17T07:17:44.1227848Z [2974/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2025-07-17T07:17:50.7539911Z [2975/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2025-07-17T07:17:52.0728666Z [2976/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2025-07-17T07:17:59.8499840Z [2977/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2025-07-17T07:17:59.8502010Z 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-07-17T07:17:59.8503576Z with 2025-07-17T07:17:59.8503883Z [ 2025-07-17T07:17:59.8504196Z T=int 2025-07-17T07:17:59.8504496Z ] 2025-07-17T07:17:59.8505579Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-07-17T07:18:02.8039371Z 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-07-17T07:18:02.8041709Z with 2025-07-17T07:18:02.8042006Z [ 2025-07-17T07:18:02.8042298Z T=int 2025-07-17T07:18:02.8042606Z ] 2025-07-17T07:18:02.8043418Z [2978/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2025-07-17T07:18:05.5955537Z [2979/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2025-07-17T07:18:16.7621416Z [2980/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2025-07-17T07:18:17.5126670Z [2981/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2025-07-17T07:18:22.9568448Z [2982/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2025-07-17T07:18:24.5209337Z [2983/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2025-07-17T07:18:25.0711246Z [2984/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2025-07-17T07:18:32.7305765Z [2985/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2025-07-17T07:18:34.4124325Z [2986/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2025-07-17T07:18:39.7995447Z [2987/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2025-07-17T07:18:40.7800920Z [2988/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2025-07-17T07:18:47.5380193Z [2989/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2025-07-17T07:18:47.9882958Z [2990/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2025-07-17T07:18:48.9811392Z [2991/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2025-07-17T07:18:49.9941912Z [2992/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2025-07-17T07:18:56.7884332Z [2993/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2025-07-17T07:18:57.8966221Z [2994/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2025-07-17T07:19:00.8265588Z [2995/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2025-07-17T07:19:02.0566324Z [2996/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2025-07-17T07:19:02.9913996Z [2997/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2025-07-17T07:19:03.1726551Z [2998/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2025-07-17T07:19:03.1727750Z 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-07-17T07:19:03.1728583Z with 2025-07-17T07:19:03.1728766Z [ 2025-07-17T07:19:03.1728950Z T=int 2025-07-17T07:19:03.1729128Z ] 2025-07-17T07:19:03.1729696Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(395): note: the template instantiation context (the oldest one first) is 2025-07-17T07:19:08.5407015Z 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-07-17T07:19:08.5408118Z with 2025-07-17T07:19:08.5408318Z [ 2025-07-17T07:19:08.5408485Z T=int 2025-07-17T07:19:08.5408684Z ] 2025-07-17T07:19:08.5409102Z [2999/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2025-07-17T07:19:14.4296003Z [3000/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2025-07-17T07:19:14.5816521Z [3001/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2025-07-17T07:19:14.8640195Z [3002/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2025-07-17T07:19:20.6007278Z [3003/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2025-07-17T07:19:21.6966512Z [3004/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2025-07-17T07:19:21.7844210Z [3005/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2025-07-17T07:19:21.7985999Z [3006/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2025-07-17T07:19:21.8443684Z [3007/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2025-07-17T07:19:27.6167861Z [3008/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2025-07-17T07:19:29.5697447Z [3009/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2025-07-17T07:19:35.1154720Z [3010/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2025-07-17T07:19:38.0675811Z [3011/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2025-07-17T07:19:40.0431275Z [3012/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2025-07-17T07:19:40.2980585Z [3013/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2025-07-17T07:19:40.9241852Z [3014/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2025-07-17T07:19:40.9706378Z [3015/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2025-07-17T07:19:41.5199136Z [3016/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2025-07-17T07:19:41.5237336Z [3017/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2025-07-17T07:19:51.5304925Z [3018/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2025-07-17T07:19:52.1555096Z [3019/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\mtia\profiler\MTIAMemoryProfiler.cpp.obj 2025-07-17T07:19:57.2015205Z [3020/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2025-07-17T07:19:57.8590006Z [3021/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2025-07-17T07:19:59.0560717Z [3022/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2025-07-17T07:19:59.4107967Z [3023/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2025-07-17T07:20:00.4085550Z [3024/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2025-07-17T07:20:00.5195120Z [3025/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2025-07-17T07:20:01.9102500Z [3026/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2025-07-17T07:20:03.0119217Z [3027/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2025-07-17T07:20:04.0853994Z [3028/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2025-07-17T07:20:04.2164672Z [3029/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2025-07-17T07:20:08.8714867Z [3030/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2025-07-17T07:20:09.6355001Z [3031/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2025-07-17T07:20:10.5248300Z [3032/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2025-07-17T07:20:11.3695035Z [3033/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2025-07-17T07:20:11.4347205Z [3034/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2025-07-17T07:20:12.5752526Z [3035/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2025-07-17T07:20:12.9608159Z [3036/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2025-07-17T07:20:13.4485126Z [3037/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2025-07-17T07:20:19.6270787Z [3038/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2025-07-17T07:20:20.0855676Z [3039/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2025-07-17T07:20:24.7930483Z [3040/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2025-07-17T07:20:27.3272360Z [3041/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2025-07-17T07:20:31.8634813Z [3042/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2025-07-17T07:20:34.4522062Z [3043/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2025-07-17T07:20:35.2965158Z [3044/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2025-07-17T07:20:41.4988570Z [3045/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2025-07-17T07:20:42.2493582Z [3046/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2025-07-17T07:20:44.2071577Z [3047/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2025-07-17T07:20:52.0128224Z [3048/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\GraphSignature.cpp.obj 2025-07-17T07:20:53.9194433Z [3049/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\TensorMeta.cpp.obj 2025-07-17T07:21:04.8794443Z [3050/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2025-07-17T07:21:06.3674214Z [3051/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\GraphPasses.cpp.obj 2025-07-17T07:21:07.6563035Z [3052/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2025-07-17T07:21:10.5850212Z [3053/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Placement.cpp.obj 2025-07-17T07:21:10.7883318Z [3054/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\Graph.cpp.obj 2025-07-17T07:21:11.0034802Z [3055/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\graph\Serialization.cpp.obj 2025-07-17T07:21:12.3669149Z [3056/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2025-07-17T07:21:14.5769091Z [3057/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\PlacementUtils.cpp.obj 2025-07-17T07:21:23.2844971Z [3058/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ExecutionPlanner.cpp.obj 2025-07-17T07:21:23.6867807Z [3059/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\DelegateExecutor.cpp.obj 2025-07-17T07:21:30.3046462Z [3060/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\FunctionSchema.cpp.obj 2025-07-17T07:21:36.5652567Z [3061/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\common\FileUtil.cpp.obj 2025-07-17T07:21:38.3180250Z [3062/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ExecutionFrame.cpp.obj 2025-07-17T07:21:38.4895943Z [3063/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\GraphExecutorBase.cpp.obj 2025-07-17T07:21:42.7829770Z [3064/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ConstantFolder.cpp.obj 2025-07-17T07:21:43.5352972Z [3065/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\SerialGraphExecutor.cpp.obj 2025-07-17T07:21:43.9092274Z [3066/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Executor.cpp.obj 2025-07-17T07:21:44.2677220Z [3067/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\Bump.cpp.obj 2025-07-17T07:21:45.0953393Z [3068/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\GreedyBySize.cpp.obj 2025-07-17T07:21:45.1729027Z [3069/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\OpKernel.cpp.obj 2025-07-17T07:21:53.6820175Z [3070/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\Weights.cpp.obj 2025-07-17T07:21:59.7181747Z [3071/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\detail\ITree.cpp.obj 2025-07-17T07:22:01.7717441Z [3072/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\DisjointStorageGroups.cpp.obj 2025-07-17T07:22:10.1698696Z [3073/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\HigherOrderKernel.cpp.obj 2025-07-17T07:22:12.3643448Z [3074/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\AutoFunctionalizeKernel.cpp.obj 2025-07-17T07:22:16.9422671Z [3075/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\CallTorchBindKernel.cpp.obj 2025-07-17T07:22:17.0468616Z [3076/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\ParallelGraphExecutor.cpp.obj 2025-07-17T07:22:18.7485417Z [3077/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\C10Kernel.cpp.obj 2025-07-17T07:22:19.8470913Z [3078/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\KernelFactory.cpp.obj 2025-07-17T07:22:26.0848303Z [3079/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\AliasAnalyzer.cpp.obj 2025-07-17T07:22:29.4451483Z [3080/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\PrimKernelRegistry.cpp.obj 2025-07-17T07:22:34.3979760Z [3081/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\LayoutPlanner.cpp.obj 2025-07-17T07:22:35.3870593Z [3082/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2025-07-17T07:22:42.4803892Z [3083/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2025-07-17T07:22:44.4480716Z [3084/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\executor\memory\LayoutManager.cpp.obj 2025-07-17T07:22:47.8496723Z [3085/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\NativeKernels.cpp.obj 2025-07-17T07:22:48.6255039Z [3086/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2025-07-17T07:22:56.5645251Z [3087/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\GeneratedNativeStaticDispatchKernels.cpp.obj 2025-07-17T07:23:01.6364436Z [3088/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\GeneratedStaticDispatchKernels.cpp.obj 2025-07-17T07:23:04.5014491Z [3089/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2025-07-17T07:23:05.5098562Z [3090/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2025-07-17T07:23:06.9162974Z [3091/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2025-07-17T07:23:08.9851499Z [3092/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\nativert\kernels\KernelRegistry.cpp.obj 2025-07-17T07:23:13.3470583Z [3093/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2025-07-17T07:23:20.1379012Z [3094/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2025-07-17T07:23:21.7508269Z [3095/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2025-07-17T07:23:24.9795779Z [3096/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2025-07-17T07:23:25.1705864Z [3097/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2025-07-17T07:23:34.9262601Z [3098/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2025-07-17T07:23:36.3958590Z [3099/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2025-07-17T07:23:42.0410560Z [3100/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2025-07-17T07:23:43.1588700Z [3101/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2025-07-17T07:23:44.0453820Z [3102/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2025-07-17T07:23:45.1269540Z [3103/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2025-07-17T07:23:46.1502847Z [3104/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2025-07-17T07:23:51.6988366Z [3105/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2025-07-17T07:23:52.1723179Z [3106/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2025-07-17T07:23:57.1918917Z [3107/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2025-07-17T07:23:57.6656042Z [3108/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2025-07-17T07:24:01.6953902Z [3109/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2025-07-17T07:24:02.0915721Z [3110/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2025-07-17T07:24:10.9983296Z [3111/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2025-07-17T07:24:13.1320501Z [3112/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2025-07-17T07:24:15.3881787Z [3113/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2025-07-17T07:24:16.8446010Z [3114/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2025-07-17T07:24:17.7404844Z [3115/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2025-07-17T07:24:18.1096220Z [3116/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2025-07-17T07:24:18.8012165Z [3117/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2025-07-17T07:24:28.7523867Z [3118/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2025-07-17T07:24:29.0928626Z [3119/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2025-07-17T07:24:36.0906836Z [3120/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2025-07-17T07:24:41.0275942Z [3121/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2025-07-17T07:24:41.0935337Z [3122/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2025-07-17T07:24:46.7758613Z [3123/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2025-07-17T07:24:50.6737327Z [3124/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2025-07-17T07:24:52.6571034Z [3125/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2025-07-17T07:24:58.1790164Z [3126/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FlightRecorder.cpp.obj 2025-07-17T07:24:58.4063558Z [3127/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2025-07-17T07:24:58.8664792Z [3128/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2025-07-17T07:25:01.9840039Z [3129/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2025-07-17T07:25:09.0066176Z [3130/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2025-07-17T07:25:10.9074867Z [3131/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2025-07-17T07:25:13.1507754Z [3132/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2025-07-17T07:25:17.1365719Z [3133/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2025-07-17T07:25:23.2605834Z [3134/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2025-07-17T07:25:25.7870862Z [3135/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2025-07-17T07:25:29.3088239Z [3136/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2025-07-17T07:25:30.8598802Z [3137/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2025-07-17T07:25:31.9889447Z [3138/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2025-07-17T07:25:34.1872751Z [3139/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\cuda\StreamBlock.cpp.obj 2025-07-17T07:25:36.2894748Z [3140/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2025-07-17T07:25:38.5366700Z [3141/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2025-07-17T07:25:39.2598494Z [3142/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2025-07-17T07:25:40.5442140Z [3143/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2025-07-17T07:25:42.8747065Z [3144/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2025-07-17T07:25:42.9541025Z [3145/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2025-07-17T07:25:44.3999274Z [3146/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2025-07-17T07:25:49.0740493Z [3147/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2025-07-17T07:25:52.9789297Z [3148/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2025-07-17T07:25:53.2322452Z [3149/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2025-07-17T07:25:55.9999263Z [3150/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2025-07-17T07:25:56.4570946Z [3151/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2025-07-17T07:26:03.1522678Z [3152/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2025-07-17T07:26:10.9165335Z [3153/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.cpp.obj 2025-07-17T07:26:10.9480941Z [3154/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2025-07-17T07:26:17.9276040Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\distributed\c10d\logger.cpp(294): warning C4805: '!=': unsafe mix of type '__int64' and type 'bool' in operation 2025-07-17T07:26:17.9422171Z [3155/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.cpp.obj 2025-07-17T07:26:20.1148118Z [3156/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2025-07-17T07:26:22.7280652Z [3157/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2025-07-17T07:26:22.9099645Z [3158/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2025-07-17T07:26:26.9798391Z [3159/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2025-07-17T07:26:27.4642576Z [3160/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2025-07-17T07:26:29.0042127Z [3161/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2025-07-17T07:26:33.0607445Z [3162/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2025-07-17T07:26:40.0683769Z [3163/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2025-07-17T07:26:40.8506733Z [3164/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2025-07-17T07:26:46.2214933Z [3165/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2025-07-17T07:26:52.1095072Z [3166/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2025-07-17T07:26:54.3738675Z [3167/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2025-07-17T07:26:58.1198481Z [3168/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2025-07-17T07:27:00.5813700Z [3169/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2025-07-17T07:27:06.5026252Z [3170/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2025-07-17T07:27:11.9950746Z [3171/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2025-07-17T07:27:14.0864123Z [3172/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2025-07-17T07:27:20.9784691Z [3173/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2025-07-17T07:27:26.2227288Z [3174/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2025-07-17T07:27:29.3346999Z [3175/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2025-07-17T07:27:32.6901697Z [3176/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2025-07-17T07:27:33.0172894Z [3177/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2025-07-17T07:27:46.8491858Z [3178/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2025-07-17T07:27:50.3905205Z [3179/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2025-07-17T07:27:55.0936325Z [3180/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2025-07-17T07:27:55.3918816Z [3181/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2025-07-17T07:27:55.6391068Z [3182/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2025-07-17T07:28:01.8656301Z [3183/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2025-07-17T07:28:09.6335431Z [3184/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2025-07-17T07:28:10.9670495Z [3185/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2025-07-17T07:28:18.1038710Z [3186/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2025-07-17T07:28:18.5761292Z [3187/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2025-07-17T07:28:25.2553243Z [3188/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2025-07-17T07:28:27.3027100Z [3189/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2025-07-17T07:28:28.1887876Z [3190/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2025-07-17T07:28:35.4310874Z [3191/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2025-07-17T07:28:38.2924668Z [3192/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2025-07-17T07:28:38.5483743Z [3193/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2025-07-17T07:28:45.4347153Z [3194/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2025-07-17T07:28:45.4903811Z [3195/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2025-07-17T07:28:48.4818240Z [3196/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2025-07-17T07:28:49.6556731Z [3197/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2025-07-17T07:28:54.5406877Z [3198/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2025-07-17T07:29:00.3148928Z [3199/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2025-07-17T07:29:00.5564453Z [3200/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2025-07-17T07:29:05.2932542Z [3201/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2025-07-17T07:29:13.9242299Z [3202/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2025-07-17T07:29:15.4146122Z [3203/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2025-07-17T07:29:20.3699389Z [3204/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2025-07-17T07:29:23.4579594Z [3205/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2025-07-17T07:29:25.0094344Z [3206/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2025-07-17T07:29:26.6780701Z [3207/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2025-07-17T07:29:29.2851824Z [3208/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2025-07-17T07:29:29.5980697Z [3209/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2025-07-17T07:29:31.3410540Z [3210/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2025-07-17T07:29:31.8401182Z [3211/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2025-07-17T07:29:31.8424424Z [3212/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2025-07-17T07:29:34.1461632Z [3213/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2025-07-17T07:29:34.1463634Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:34.1466184Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.3018673Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.3020959Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.3022993Z [3214/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2025-07-17T07:29:35.3024836Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.3027008Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.4682688Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.4684605Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.4686548Z [3215/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2025-07-17T07:29:35.4687861Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:35.4689033Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:38.4844498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:38.4845799Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:38.4846922Z [3216/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2025-07-17T07:29:38.4848028Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:38.4849202Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:41.2390953Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:41.2814256Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:41.3385407Z [3217/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2025-07-17T07:29:42.3607099Z [3218/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2025-07-17T07:29:42.3610570Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:42.3612952Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:46.3626339Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:46.3771171Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:46.4175837Z [3219/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2025-07-17T07:29:51.3448827Z [3220/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2025-07-17T07:29:51.4150211Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:51.4694281Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:52.1215416Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:52.2624244Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:52.3230510Z [3221/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2025-07-17T07:29:52.3626875Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:52.3629367Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:53.4972639Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:53.4973943Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:53.4974995Z [3222/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2025-07-17T07:29:53.4975986Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:53.4978197Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:54.3803221Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:54.3805572Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:54.3807525Z [3223/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2025-07-17T07:29:56.0407819Z [3224/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2025-07-17T07:29:56.0425521Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:56.0586974Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:56.3212652Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:56.3215065Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:56.3217101Z [3225/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2025-07-17T07:29:56.3218990Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:29:56.3221242Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:01.8549706Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:01.9772371Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:01.9833722Z [3226/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:02.0222714Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.0408870Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.2353939Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.2420560Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.2422826Z [3227/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2025-07-17T07:30:02.2769808Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.2772209Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.6320844Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.6323536Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:02.6325498Z [3228/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2025-07-17T07:30:03.3555014Z [3229/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:03.3556975Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:03.3559233Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.0930029Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.1272649Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.1275800Z [3230/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:07.1278199Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.1358746Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.7379545Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.7380892Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.7381997Z [3231/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:07.7383045Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.7384242Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.8532727Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.8534109Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.8535231Z [3232/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:07.8537276Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:07.8538500Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:09.4312147Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:09.4314349Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:09.4315452Z [3233/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:09.4316461Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:09.4317666Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.6180374Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.6181911Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.6182998Z [3234/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:10.6184012Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.6185233Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.7754152Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.7755505Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.7756604Z [3235/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2025-07-17T07:30:10.7757635Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:10.7758920Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.0712595Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.1232397Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.1234460Z [3236/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:14.1423782Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.1426869Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.5868732Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.5871756Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.5873939Z [3237/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:14.5876411Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:14.5878799Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:23.7955769Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:23.8584202Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:24.0512479Z [3238/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:24.1470567Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:24.2216833Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:26.8494341Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:26.9797818Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.0177941Z [3239/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:27.0663746Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.0999634Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.5093012Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.5636468Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.5881747Z [3240/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:27.5884329Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:27.6362877Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:28.4934006Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:28.4936670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:28.5136673Z [3241/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:28.5480064Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:28.5491888Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.1871759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.1876194Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.1896392Z [3242/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:30.1898555Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.1900539Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.3793914Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.3796272Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.3798146Z [3243/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:30.3800111Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:30.3802448Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.1076779Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.1109666Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.1111657Z [3244/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:34.1113490Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.1115625Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.4447570Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.4450456Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.4452630Z [3245/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:34.4454364Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.4456670Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.7959718Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.7963049Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.7964716Z [3246/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:34.7978782Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:34.7981778Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:37.5907647Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:37.5910035Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:37.5911947Z [3247/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:37.5913809Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:37.5915427Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.4712655Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.4714103Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.4715342Z [3248/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:41.4716314Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.4717518Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.8219463Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.8220739Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.8221795Z [3249/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:41.8222787Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:41.8223965Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:43.9236931Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:43.9240966Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:43.9243127Z [3250/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:43.9245122Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:43.9247422Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:46.6663149Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:46.6665518Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:46.6667347Z [3251/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:46.6669094Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:46.6671131Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:47.5559010Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:47.5561268Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:47.5563149Z [3252/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:47.5564878Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:47.5566848Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:49.5828114Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:49.5994817Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:49.6347668Z [3253/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2025-07-17T07:30:49.6436225Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:49.6561190Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.2756592Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.2757869Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.2759121Z [3254/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:51.2760150Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.2761322Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.5221520Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.5224070Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.5226239Z [3255/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:51.5228012Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.5230162Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.6795986Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.6798608Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.6800689Z [3256/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:51.6802720Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:51.6894825Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:53.3874911Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:53.3877135Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:53.3879281Z [3257/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:53.3881845Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:53.3883962Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:55.0128540Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:55.0129813Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:55.0130851Z [3258/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:55.0131850Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:55.0133230Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:56.0587797Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:56.0589064Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:56.0590188Z [3259/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:58.4324012Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.4328353Z [3260/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:58.4554751Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.4916703Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8054451Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8056896Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8060557Z [3261/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:58.8062392Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8066117Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8104487Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8106644Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8108619Z [3262/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2025-07-17T07:30:58.8110424Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:58.8115878Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:59.4991849Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:59.4993120Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:30:59.4994208Z [3263/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:02.2461813Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:02.2463640Z [3264/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:02.2465465Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:02.2467658Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:03.6440414Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:03.6459155Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:03.6462776Z [3265/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:03.6511136Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:03.6521306Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:07.0138119Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:07.1035629Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:07.2039453Z [3266/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:08.9549743Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:09.0028895Z [3267/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:09.1514809Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:09.1919940Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:09.2881642Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:09.4005994Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:09.4716891Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-07-17T07:31:09.4807893Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-07-17T07:31:09.4810657Z 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-07-17T07:31:09.4893718Z 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-07-17T07:31:09.4896262Z with 2025-07-17T07:31:09.4896679Z [ 2025-07-17T07:31:09.4897085Z scalar_t=scalar_t 2025-07-17T07:31:09.4897551Z ] 2025-07-17T07:31:09.4899749Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-07-17T07:31:09.4904870Z 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-07-17T07:31:09.4907849Z with 2025-07-17T07:31:09.4908235Z [ 2025-07-17T07:31:09.4908619Z scalar_t=scalar_t 2025-07-17T07:31:09.4909087Z ] 2025-07-17T07:31:09.4911983Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): 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-07-17T07:31:09.4914989Z with 2025-07-17T07:31:09.4915369Z [ 2025-07-17T07:31:09.4915773Z scalar_t=scalar_t, 2025-07-17T07:31:09.4916341Z data_t=at::vec::AVX2::Vectorized, 2025-07-17T07:31:09.4917320Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-07-17T07:31:09.4918819Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-07-17T07:31:09.4919877Z ] 2025-07-17T07:31:09.4921686Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2025-07-17T07:31:09.4923690Z with 2025-07-17T07:31:09.4924077Z [ 2025-07-17T07:31:09.4924473Z scalar_t=float, 2025-07-17T07:31:09.4925498Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2025-07-17T07:31:11.2019590Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-07-17T07:31:11.3110153Z ] 2025-07-17T07:31:11.3222416Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(176): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-07-17T07:31:11.4290863Z with 2025-07-17T07:31:11.4859899Z [ 2025-07-17T07:31:11.4860914Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2025-07-17T07:31:11.5944410Z ] 2025-07-17T07:31:11.6036211Z [3268/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:12.8128697Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:12.8131078Z [3269/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:12.8961477Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:12.9752919Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:13.8480822Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:13.8483226Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:13.8485545Z [3270/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2025-07-17T07:31:13.8487573Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:13.8489829Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:15.4725072Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:15.4727594Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:15.4729517Z [3271/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:15.7379890Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:15.7383618Z [3272/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:15.7385515Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:15.7387619Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.1394398Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.2410653Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.2413091Z [3273/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:22.2414909Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.3378596Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.6376200Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.6393811Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.6395431Z [3274/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:22.6396711Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.6398353Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.9731172Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.9743786Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.9745882Z [3275/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:22.9747757Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:22.9749958Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:23.3491632Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:23.3494049Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:23.3495966Z [3276/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:23.3497756Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:23.3499897Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:29.3803361Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:29.3805754Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:29.4612340Z [3277/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2025-07-17T07:31:29.4614231Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:29.4616325Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:35.2590366Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:35.3021851Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:35.3024067Z [3278/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2025-07-17T07:31:36.4559782Z [3279/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:36.4561748Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:36.4992716Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:42.0754008Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:42.0883344Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:42.0885684Z [3280/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2025-07-17T07:31:42.0887678Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:42.0889823Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:47.2432187Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:47.2434805Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:47.2479809Z [3281/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:47.2632610Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:47.3506656Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:49.7940798Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:49.7943311Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:49.7945689Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-07-17T07:31:49.7947779Z [3282/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2025-07-17T07:31:50.1870776Z [3283/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2025-07-17T07:31:50.5134636Z [3284/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2025-07-17T07:31:51.8688529Z [3285/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2025-07-17T07:31:52.3277402Z [3286/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:52.3279433Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:52.3281842Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:55.7139170Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:55.7142144Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:55.7215582Z [3287/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2025-07-17T07:31:55.7217854Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:55.7221824Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:56.0419199Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:56.0421149Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:31:56.0422936Z [3288/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2025-07-17T07:31:56.2815979Z [3289/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2025-07-17T07:31:57.0990526Z [3290/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2025-07-17T07:31:57.2314072Z [3291/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:01.6259819Z [3292/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:02.3362442Z [3293/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:04.4876803Z [3294/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2025-07-17T07:32:05.3317363Z [3295/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:06.2386858Z [3296/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:09.8517579Z [3297/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:10.5350221Z [3298/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:10.7008228Z [3299/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:12.1460274Z [3300/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2025-07-17T07:32:12.9086293Z [3301/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:20.3249296Z [3302/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:21.8341225Z [3303/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:25.2087105Z [3304/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:26.9507761Z [3305/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:29.8570296Z [3306/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:33.0813769Z [3307/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:35.9101531Z [3308/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:37.9528995Z [3309/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:38.3280247Z [3310/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:38.7682830Z [3311/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:41.5693992Z [3312/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:41.7302153Z [3313/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:42.2392722Z [3314/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:43.8121646Z [3315/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:46.4874696Z [3316/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:48.1299742Z [3317/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:48.5589496Z [3318/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2025-07-17T07:32:50.2078790Z [3319/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:50.7125778Z [3320/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:51.1815080Z [3321/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:53.3384141Z [3322/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:56.2571586Z [3323/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:56.7096900Z [3324/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:57.0459106Z [3325/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:59.7767420Z [3326/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2025-07-17T07:32:59.8534607Z [3327/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:00.5078635Z [3328/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:02.2854683Z [3329/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:05.2377635Z [3330/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:05.4172053Z [3331/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:09.5799341Z [3332/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:09.7673914Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): warning C4180: qualifier applied to function type has no meaning; ignored 2025-07-17T07:33:09.8186382Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(49): note: the template instantiation context (the oldest one first) is 2025-07-17T07:33:09.8535467Z 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-07-17T07:33:09.8990525Z 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-07-17T07:33:09.9355734Z with 2025-07-17T07:33:09.9356092Z [ 2025-07-17T07:33:09.9356400Z scalar_t=scalar_t 2025-07-17T07:33:09.9356840Z ] 2025-07-17T07:33:09.9358958Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(420): note: see the first reference to 'at::native::`anonymous-namespace'::Dist::apply_pdist' in 'at::native::`anonymous-namespace'::pdist_forward_kernel_impl::::()::::operator ()' 2025-07-17T07:33:09.9363571Z 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-07-17T07:33:09.9366485Z with 2025-07-17T07:33:09.9366879Z [ 2025-07-17T07:33:09.9367201Z scalar_t=scalar_t 2025-07-17T07:33:09.9367574Z ] 2025-07-17T07:33:09.9370318Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp(175): 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-07-17T07:33:09.9373326Z with 2025-07-17T07:33:09.9373652Z [ 2025-07-17T07:33:09.9373946Z scalar_t=scalar_t, 2025-07-17T07:33:09.9374417Z data_t=at::vec::AVX512::Vectorized, 2025-07-17T07:33:09.9375325Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2025-07-17T07:33:09.9376672Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-07-17T07:33:09.9377588Z ] 2025-07-17T07:33:09.9379498Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(299): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2025-07-17T07:33:09.9381241Z with 2025-07-17T07:33:09.9381500Z [ 2025-07-17T07:33:09.9381794Z scalar_t=float, 2025-07-17T07:33:09.9382717Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2025-07-17T07:33:09.9384382Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-07-17T07:33:09.9385328Z ] 2025-07-17T07:33:10.3730968Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(176): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2025-07-17T07:33:10.3732526Z with 2025-07-17T07:33:10.3732819Z [ 2025-07-17T07:33:10.3733675Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2025-07-17T07:33:10.3734664Z ] 2025-07-17T07:33:10.3735489Z [3333/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:10.6384714Z [3334/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:12.2067368Z [3335/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:14.0085099Z [3336/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:15.1869679Z [3337/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:16.8578906Z [3338/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2025-07-17T07:33:18.6905787Z [3339/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:21.7439463Z [3340/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:22.2194306Z [3341/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:22.2778206Z [3342/7175] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2025-07-17T07:33:23.5871227Z [3343/7175] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2025-07-17T07:33:26.5337517Z [3344/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:28.1808811Z [3345/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:29.9131547Z [3346/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2025-07-17T07:33:35.7382035Z [3347/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2025-07-17T07:33:38.9486910Z [3348/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:45.7396740Z [3349/7175] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2025-07-17T07:33:47.6378138Z [3350/7175] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2025-07-17T07:33:48.0482803Z [3351/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:53.5922667Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(522): warning C4333: '>>': right shift by too large amount, data loss 2025-07-17T07:33:53.5924889Z [3352/7175] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2025-07-17T07:33:53.8930379Z [3353/7175] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2025-07-17T07:33:54.6314352Z [3354/7175] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2025-07-17T07:33:59.0189060Z [3355/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2025-07-17T07:34:01.8294498Z [3356/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2025-07-17T07:34:04.3375881Z [3357/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2025-07-17T07:34:05.1109895Z [3358/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2025-07-17T07:34:06.8932219Z [3359/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2025-07-17T07:34:17.8718791Z [3360/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2025-07-17T07:34:20.5733712Z [3361/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2025-07-17T07:34:28.2393147Z [3362/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2025-07-17T07:34:28.2704483Z [3363/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2025-07-17T07:34:28.2855379Z [3364/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2025-07-17T07:34:30.3563166Z [3365/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2025-07-17T07:34:31.4070247Z [3366/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2025-07-17T07:34:36.6564485Z [3367/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2025-07-17T07:34:37.5915797Z [3368/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2025-07-17T07:34:37.5987553Z [3369/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2025-07-17T07:34:39.8065585Z [3370/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2025-07-17T07:34:39.9675434Z [3371/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2025-07-17T07:34:41.2722189Z [3372/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2025-07-17T07:34:44.6018407Z [3373/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2025-07-17T07:34:47.4998198Z [3374/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2025-07-17T07:34:48.8377956Z [3375/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2025-07-17T07:34:49.0372202Z [3376/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2025-07-17T07:34:51.8188583Z [3377/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2025-07-17T07:34:53.5740109Z [3378/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2025-07-17T07:34:54.1676408Z [3379/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2025-07-17T07:34:59.0603274Z [3380/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2025-07-17T07:34:59.5819623Z [3381/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2025-07-17T07:34:59.9440187Z [3382/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2025-07-17T07:35:05.4896334Z [3383/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2025-07-17T07:35:09.3633775Z [3384/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2025-07-17T07:35:14.9224881Z [3385/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2025-07-17T07:35:17.2073128Z [3386/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2025-07-17T07:35:18.6289478Z [3387/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2025-07-17T07:35:20.0381514Z [3388/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2025-07-17T07:35:20.9281312Z [3389/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2025-07-17T07:35:26.9051473Z [3390/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2025-07-17T07:35:30.2199838Z [3391/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2025-07-17T07:35:31.2236540Z [3392/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2025-07-17T07:35:34.6650022Z [3393/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2025-07-17T07:35:35.6809880Z [3394/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2025-07-17T07:35:36.1260574Z [3395/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2025-07-17T07:35:42.6800598Z [3396/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2025-07-17T07:35:45.7413721Z [3397/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2025-07-17T07:35:48.3314020Z [3398/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2025-07-17T07:35:49.4449480Z [3399/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2025-07-17T07:35:53.5882883Z [3400/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2025-07-17T07:35:54.2154335Z [3401/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2025-07-17T07:36:00.4621215Z [3402/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2025-07-17T07:36:01.1852051Z [3403/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2025-07-17T07:36:04.9618809Z [3404/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2025-07-17T07:36:06.0209699Z [3405/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2025-07-17T07:36:06.8997483Z [3406/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2025-07-17T07:36:06.9130024Z [3407/7175] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2025-07-17T07:36:06.9148225Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-07-17T07:36:06.9149167Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-07-17T07:36:06.9149932Z [3408/7175] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2025-07-17T07:36:10.5884133Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-07-17T07:36:10.5885317Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-07-17T07:36:10.5886178Z [3409/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2025-07-17T07:36:11.1192641Z [3410/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2025-07-17T07:36:14.3042557Z [3411/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame_cpp.cpp.obj 2025-07-17T07:36:15.1220786Z [3412/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2025-07-17T07:36:15.4612440Z [3413/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2025-07-17T07:36:16.1040047Z [3414/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2025-07-17T07:36:18.2207345Z [3415/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2025-07-17T07:36:20.5666469Z [3416/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2025-07-17T07:36:23.8573206Z [3417/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\upgrader.cpp.obj 2025-07-17T07:36:24.0020452Z [3418/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2025-07-17T07:36:26.3064267Z [3419/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\example_upgraders.cpp.obj 2025-07-17T07:36:30.7079027Z [3420/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2025-07-17T07:36:32.3812916Z [3421/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2025-07-17T07:36:34.9176829Z [3422/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2025-07-17T07:36:36.5568779Z [3423/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2025-07-17T07:36:36.6247225Z [3424/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\static_cuda_launcher.cpp.obj 2025-07-17T07:36:40.3743795Z [3425/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\export\pybind.cpp.obj 2025-07-17T07:36:42.4691326Z [3426/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2025-07-17T07:36:42.4938358Z [3427/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2025-07-17T07:36:48.5417613Z [3428/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2025-07-17T07:36:50.4014978Z [3429/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2025-07-17T07:36:50.9855041Z [3430/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2025-07-17T07:36:51.4615511Z [3431/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2025-07-17T07:36:55.9855245Z [3432/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2025-07-17T07:37:01.6555163Z [3433/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2025-07-17T07:37:01.8440160Z [3434/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2025-07-17T07:37:02.7071684Z [3435/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2025-07-17T07:37:03.7115696Z [3436/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2025-07-17T07:37:08.6815021Z [3437/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2025-07-17T07:37:10.3654010Z [3438/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2025-07-17T07:37:10.4781255Z [3439/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2025-07-17T07:37:10.9862884Z [3440/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2025-07-17T07:37:12.7316726Z [3441/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2025-07-17T07:37:18.1310591Z [3442/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2025-07-17T07:37:18.3588335Z [3443/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2025-07-17T07:37:19.4191820Z [3444/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2025-07-17T07:37:20.2244475Z [3445/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2025-07-17T07:37:21.1352856Z [3446/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2025-07-17T07:37:24.5312997Z [3447/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2025-07-17T07:37:25.2584614Z [3448/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2025-07-17T07:37:28.8256641Z [3449/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2025-07-17T07:37:29.2340672Z [3450/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2025-07-17T07:37:29.2386252Z [3451/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2025-07-17T07:37:31.6305228Z [3452/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2025-07-17T07:37:33.4505034Z [3453/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2025-07-17T07:37:35.5890607Z [3454/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2025-07-17T07:37:39.5970877Z [3455/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2025-07-17T07:37:40.6101641Z [3456/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2025-07-17T07:37:45.9075626Z [3457/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2025-07-17T07:37:47.4245899Z [3458/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2025-07-17T07:37:55.0042936Z [3459/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2025-07-17T07:37:57.0591278Z [3460/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2025-07-17T07:37:59.1752839Z [3461/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2025-07-17T07:38:01.4112906Z [3462/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2025-07-17T07:38:02.6775955Z [3463/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2025-07-17T07:38:08.5802065Z [3464/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2025-07-17T07:38:14.3295412Z [3465/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2025-07-17T07:38:18.9967944Z [3466/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2025-07-17T07:38:19.6765300Z [3467/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2025-07-17T07:38:21.0800664Z [3468/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2025-07-17T07:38:21.0801924Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(487): warning C4996: 'pybind11::handle::operator ==': Use obj1.is(obj2) instead 2025-07-17T07:38:21.0803574Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(487): note: the template instantiation context (the oldest one first) is 2025-07-17T07:38:21.0805546Z 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-07-17T07:38:21.0808033Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\vector(2238): note: see reference to function template instantiation 'bool std::equal(const _InIt1,const _InIt1,const _InIt2)' being compiled 2025-07-17T07:38:21.0809272Z with 2025-07-17T07:38:21.0809479Z [ 2025-07-17T07:38:21.0809750Z _InIt1=const pybind11::object *, 2025-07-17T07:38:21.0810079Z _InIt2=const pybind11::object * 2025-07-17T07:38:21.0810394Z ] 2025-07-17T07:38:21.0811413Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5277): 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-07-17T07:38:21.0812514Z with 2025-07-17T07:38:21.0812751Z [ 2025-07-17T07:38:21.0812966Z _InIt1=const pybind11::object *, 2025-07-17T07:38:26.0135739Z _InIt2=const pybind11::object *, 2025-07-17T07:38:26.0136401Z _Pr=std::equal_to 2025-07-17T07:38:26.0137103Z ] 2025-07-17T07:38:26.0139931Z C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include\xutility(5260): note: see reference to function template instantiation 'bool std::equal_to::operator ()(_Ty1,_Ty2) noexcept(false) const' being compiled 2025-07-17T07:38:26.0143753Z with 2025-07-17T07:38:26.0144156Z [ 2025-07-17T07:38:26.0144563Z _Ty1=const pybind11::object &, 2025-07-17T07:38:26.0145175Z _Ty2=const pybind11::object & 2025-07-17T07:38:26.0145688Z ] 2025-07-17T07:38:26.0146552Z [3469/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2025-07-17T07:38:33.2437836Z [3470/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2025-07-17T07:38:37.3956348Z [3471/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2025-07-17T07:38:37.4360914Z [3472/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2025-07-17T07:38:39.5640491Z [3473/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2025-07-17T07:38:44.9788550Z [3474/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2025-07-17T07:38:56.3718724Z [3475/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2025-07-17T07:38:56.7670660Z [3476/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2025-07-17T07:38:57.1368310Z [3477/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2025-07-17T07:38:57.4774757Z [3478/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2025-07-17T07:39:03.6467886Z [3479/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2025-07-17T07:39:04.0103296Z [3480/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2025-07-17T07:39:04.5205146Z [3481/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2025-07-17T07:39:05.1059560Z [3482/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2025-07-17T07:39:08.2981472Z [3483/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2025-07-17T07:39:10.0406327Z [3484/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2025-07-17T07:39:10.8037163Z [3485/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2025-07-17T07:39:14.3994004Z [3486/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2025-07-17T07:39:15.3583101Z [3487/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2025-07-17T07:39:18.1074332Z [3488/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2025-07-17T07:39:20.3823772Z [3489/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2025-07-17T07:39:23.1125581Z [3490/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2025-07-17T07:39:23.6057356Z [3491/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2025-07-17T07:39:24.1553491Z [3492/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2025-07-17T07:39:26.4631606Z [3493/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2025-07-17T07:39:28.3380206Z [3494/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2025-07-17T07:39:31.1526146Z [3495/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2025-07-17T07:39:31.4595359Z [3496/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2025-07-17T07:39:33.5235217Z [3497/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2025-07-17T07:39:38.0143043Z [3498/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2025-07-17T07:39:39.6682952Z [3499/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2025-07-17T07:39:41.1261642Z [3500/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2025-07-17T07:39:41.4971513Z [3501/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2025-07-17T07:39:41.5924103Z [3502/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2025-07-17T07:39:44.0127223Z [3503/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2025-07-17T07:39:46.4136618Z [3504/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2025-07-17T07:39:47.2019461Z [3505/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2025-07-17T07:39:48.4723413Z [3506/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2025-07-17T07:39:51.7408286Z [3507/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2025-07-17T07:39:52.8190928Z [3508/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2025-07-17T07:39:52.8259757Z [3509/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2025-07-17T07:39:52.8337165Z [3510/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2025-07-17T07:39:52.9241564Z [3511/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2025-07-17T07:39:52.9555231Z [3512/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2025-07-17T07:39:53.0507642Z [3513/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2025-07-17T07:39:54.4414221Z [3514/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2025-07-17T07:39:54.5488958Z [3515/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2025-07-17T07:39:54.6773283Z [3516/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-07-17T07:39:54.7050086Z [3517/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-07-17T07:39:54.8040980Z [3518/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-07-17T07:39:54.8218043Z [3519/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-07-17T07:39:54.9183066Z [3520/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2025-07-17T07:39:54.9288848Z [3521/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2025-07-17T07:39:55.0282303Z [3522/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2025-07-17T07:39:55.1041254Z [3523/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u1.c.obj 2025-07-17T07:39:55.1523950Z [3524/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u2.c.obj 2025-07-17T07:39:55.2646671Z [3525/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qu8-vcvt\gen\f16-qu8-vcvt-scalar-imagic-u3.c.obj 2025-07-17T07:39:55.3234914Z [3526/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2025-07-17T07:39:55.3752072Z [3527/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2025-07-17T07:39:55.5062271Z [3528/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2025-07-17T07:39:55.5068754Z [3529/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2025-07-17T07:39:55.6404682Z [3530/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2025-07-17T07:39:55.7108828Z [3531/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2025-07-17T07:39:55.7451327Z [3532/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2025-07-17T07:39:55.8153055Z [3533/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2025-07-17T07:39:55.8641948Z [3534/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2025-07-17T07:39:55.9227100Z [3535/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2025-07-17T07:39:56.0048228Z [3536/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2025-07-17T07:39:56.0364473Z [3537/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2025-07-17T07:39:56.1010711Z [3538/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2025-07-17T07:39:56.1865703Z [3539/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2025-07-17T07:39:56.3179884Z [3540/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2025-07-17T07:39:56.4428365Z [3541/7175] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2025-07-17T07:39:56.6650113Z [3542/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2025-07-17T07:39:56.8065985Z [3543/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2025-07-17T07:39:56.8225869Z [3544/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2025-07-17T07:39:56.8338579Z [3545/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:56.8845765Z [3546/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2025-07-17T07:39:56.9140023Z [3547/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2025-07-17T07:39:56.9657133Z [3548/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:56.9685462Z [3549/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2025-07-17T07:39:57.0325988Z [3550/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:57.0917586Z [3551/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2025-07-17T07:39:57.1720669Z [3552/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2025-07-17T07:39:57.1735310Z [3553/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2025-07-17T07:39:57.1794169Z [3554/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2025-07-17T07:39:57.1959895Z [3555/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2025-07-17T07:39:57.3505407Z [3556/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2025-07-17T07:39:57.3575714Z [3557/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2025-07-17T07:39:57.4403810Z [3558/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2025-07-17T07:39:57.4585154Z [3559/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2025-07-17T07:39:57.4898207Z [3560/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2025-07-17T07:39:57.5115834Z [3561/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2025-07-17T07:39:57.6082497Z [3562/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2025-07-17T07:39:57.6083811Z [3563/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2025-07-17T07:39:57.6853172Z [3564/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:57.6997261Z [3565/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2025-07-17T07:39:57.7188943Z [3566/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2025-07-17T07:39:57.7882568Z [3567/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2025-07-17T07:39:57.8623457Z [3568/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2025-07-17T07:39:57.8692747Z [3569/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2025-07-17T07:39:57.9138685Z [3570/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2025-07-17T07:39:57.9304839Z [3571/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:58.0140289Z [3572/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2025-07-17T07:39:58.0335334Z [3573/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2025-07-17T07:39:58.0410999Z [3574/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2025-07-17T07:39:58.0486899Z [3575/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2025-07-17T07:39:58.1882538Z [3576/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2025-07-17T07:39:58.2130895Z [3577/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2025-07-17T07:39:58.2187669Z [3578/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2025-07-17T07:39:58.2353425Z [3579/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2025-07-17T07:39:58.3097022Z [3580/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2025-07-17T07:39:58.3462374Z [3581/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2025-07-17T07:39:58.4268498Z [3582/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2025-07-17T07:39:58.4377439Z [3583/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2025-07-17T07:39:58.4433282Z [3584/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2025-07-17T07:39:58.4697428Z [3585/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2025-07-17T07:39:58.5507755Z [3586/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2025-07-17T07:39:58.5896128Z [3587/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2025-07-17T07:39:58.6434454Z [3588/7175] 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-07-17T07:39:58.6614628Z [3589/7175] 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-07-17T07:39:58.7096254Z [3590/7175] 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-07-17T07:39:58.7718744Z [3591/7175] 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-07-17T07:39:58.8093235Z [3592/7175] 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-07-17T07:39:58.8180292Z [3593/7175] 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-07-17T07:39:58.9029677Z [3594/7175] 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-07-17T07:39:58.9280355Z [3595/7175] 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-07-17T07:39:59.0114103Z [3596/7175] 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-07-17T07:39:59.0165644Z [3597/7175] 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-07-17T07:39:59.0337193Z [3598/7175] 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-07-17T07:39:59.0889487Z [3599/7175] 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-07-17T07:39:59.1636506Z [3600/7175] 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-07-17T07:39:59.1969475Z [3601/7175] 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-07-17T07:39:59.2011913Z [3602/7175] 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-07-17T07:39:59.2993125Z [3603/7175] 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-07-17T07:39:59.3153318Z [3604/7175] 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-07-17T07:39:59.3569063Z [3605/7175] 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-07-17T07:39:59.3766362Z [3606/7175] 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-07-17T07:39:59.4539839Z [3607/7175] 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-07-17T07:39:59.4826144Z [3608/7175] 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-07-17T07:39:59.5282479Z [3609/7175] 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-07-17T07:39:59.5889996Z [3610/7175] 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-07-17T07:39:59.6422732Z [3611/7175] 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-07-17T07:39:59.7149701Z [3612/7175] 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-07-17T07:39:59.7166558Z [3613/7175] 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-07-17T07:39:59.7839851Z [3614/7175] 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-07-17T07:39:59.8097749Z [3615/7175] 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-07-17T07:39:59.8691919Z [3616/7175] 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-07-17T07:39:59.9050544Z [3617/7175] 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-07-17T07:39:59.9346240Z [3618/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2025-07-17T07:39:59.9460869Z [3619/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2025-07-17T07:40:00.0126633Z [3620/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2025-07-17T07:40:00.0512473Z [3621/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2025-07-17T07:40:00.0710191Z [3622/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2025-07-17T07:40:00.0830551Z [3623/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2025-07-17T07:40:00.4579691Z [3624/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2025-07-17T07:40:00.4595804Z [3625/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2025-07-17T07:40:00.4662595Z [3626/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2025-07-17T07:40:00.5009788Z [3627/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2025-07-17T07:40:00.7331933Z [3628/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2025-07-17T07:40:00.7575964Z [3629/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2025-07-17T07:40:00.7577113Z [3630/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2025-07-17T07:40:00.7628209Z [3631/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2025-07-17T07:40:00.8795076Z [3632/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2025-07-17T07:40:00.9092108Z [3633/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2025-07-17T07:40:00.9140333Z [3634/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2025-07-17T07:40:00.9209777Z [3635/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2025-07-17T07:40:00.9834997Z [3636/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2025-07-17T07:40:01.1007019Z [3637/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2025-07-17T07:40:01.1350881Z [3638/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2025-07-17T07:40:01.1957699Z [3639/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2025-07-17T07:40:01.2152942Z [3640/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2025-07-17T07:40:01.3807137Z [3641/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2025-07-17T07:40:01.3824234Z [3642/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2025-07-17T07:40:01.3854118Z [3643/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2025-07-17T07:40:01.4853608Z [3644/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2025-07-17T07:40:01.5342122Z [3645/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2025-07-17T07:40:01.5354374Z [3646/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2025-07-17T07:40:01.5556062Z [3647/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2025-07-17T07:40:01.6562899Z [3648/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2025-07-17T07:40:01.6689663Z [3649/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2025-07-17T07:40:01.6846633Z [3650/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2025-07-17T07:40:01.6949666Z [3651/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2025-07-17T07:40:01.7900558Z [3652/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2025-07-17T07:40:01.7992357Z [3653/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2025-07-17T07:40:01.8223211Z [3654/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2025-07-17T07:40:01.8281545Z [3655/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2025-07-17T07:40:01.8960361Z [3656/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2025-07-17T07:40:01.9177366Z [3657/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2025-07-17T07:40:01.9345581Z [3658/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2025-07-17T07:40:01.9439430Z [3659/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2025-07-17T07:40:02.0094675Z [3660/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2025-07-17T07:40:02.0358013Z [3661/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2025-07-17T07:40:02.0371547Z [3662/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2025-07-17T07:40:02.0524383Z [3663/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2025-07-17T07:40:02.1483946Z [3664/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2025-07-17T07:40:02.1534958Z [3665/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2025-07-17T07:40:02.1594864Z [3666/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2025-07-17T07:40:02.1647168Z [3667/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2025-07-17T07:40:02.2539364Z [3668/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2025-07-17T07:40:02.2805858Z [3669/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2025-07-17T07:40:02.2825245Z [3670/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2025-07-17T07:40:02.2873250Z [3671/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2025-07-17T07:40:02.3619088Z [3672/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2025-07-17T07:40:02.4158405Z [3673/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2025-07-17T07:40:02.4210228Z [3674/7175] 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-07-17T07:40:02.4239867Z [3675/7175] 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-07-17T07:40:02.4942083Z [3676/7175] 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-07-17T07:40:02.5143094Z [3677/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2025-07-17T07:40:02.5262295Z [3678/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2025-07-17T07:40:02.5348143Z [3679/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2025-07-17T07:40:02.6333784Z [3680/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2025-07-17T07:40:02.6417807Z [3681/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2025-07-17T07:40:02.6888300Z [3682/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2025-07-17T07:40:02.6900197Z [3683/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2025-07-17T07:40:02.7774322Z [3684/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2025-07-17T07:40:02.8059613Z [3685/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2025-07-17T07:40:02.8200435Z [3686/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2025-07-17T07:40:02.8250397Z [3687/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2025-07-17T07:40:02.8629770Z [3688/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2025-07-17T07:40:02.8885926Z [3689/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2025-07-17T07:40:02.9419753Z [3690/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2025-07-17T07:40:02.9648021Z [3691/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2025-07-17T07:40:03.0126428Z [3692/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2025-07-17T07:40:03.0142623Z [3693/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2025-07-17T07:40:03.0764534Z [3694/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2025-07-17T07:40:03.1032054Z [3695/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2025-07-17T07:40:03.1427028Z [3696/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2025-07-17T07:40:03.1439682Z [3697/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2025-07-17T07:40:03.1867502Z [3698/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2025-07-17T07:40:03.2081472Z [3699/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2025-07-17T07:40:03.2229162Z [3700/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2025-07-17T07:40:03.2438764Z [3701/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2025-07-17T07:40:03.3298132Z [3702/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2025-07-17T07:40:03.3359435Z [3703/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2025-07-17T07:40:03.4956333Z [3704/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2025-07-17T07:40:04.3344178Z [3705/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2025-07-17T07:40:04.3409852Z [3706/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2025-07-17T07:40:04.3609466Z [3707/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2025-07-17T07:40:04.3663724Z [3708/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2025-07-17T07:40:04.3683878Z [3709/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2025-07-17T07:40:04.4987250Z [3710/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2025-07-17T07:40:04.5116977Z [3711/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2025-07-17T07:40:04.5219727Z [3712/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2025-07-17T07:40:04.5354985Z [3713/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2025-07-17T07:40:04.5372581Z [3714/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2025-07-17T07:40:04.6416716Z [3715/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2025-07-17T07:40:04.6636810Z [3716/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2025-07-17T07:40:04.7868503Z [3717/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2025-07-17T07:40:04.7941522Z [3718/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2025-07-17T07:40:04.7958356Z [3719/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2025-07-17T07:40:04.8090409Z [3720/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2025-07-17T07:40:04.8454893Z [3721/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2025-07-17T07:40:04.9400483Z [3722/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2025-07-17T07:40:04.9524344Z [3723/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2025-07-17T07:40:04.9582311Z [3724/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2025-07-17T07:40:04.9681088Z [3725/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2025-07-17T07:40:04.9942024Z [3726/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2025-07-17T07:40:05.0904882Z [3727/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2025-07-17T07:40:05.1208503Z [3728/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2025-07-17T07:40:05.2025271Z [3729/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2025-07-17T07:40:05.2051216Z [3730/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2025-07-17T07:40:05.2154251Z [3731/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2025-07-17T07:40:05.2795386Z [3732/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2025-07-17T07:40:05.2916911Z [3733/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2025-07-17T07:40:05.3492869Z [3734/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u1.c.obj 2025-07-17T07:40:05.3597973Z [3735/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u2.c.obj 2025-07-17T07:40:05.4253470Z [3736/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-scalar-u4.c.obj 2025-07-17T07:40:05.4343276Z [3737/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2025-07-17T07:40:05.4410059Z [3738/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u1.c.obj 2025-07-17T07:40:05.4944395Z [3739/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u2.c.obj 2025-07-17T07:40:05.5082301Z [3740/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-scalar-u4.c.obj 2025-07-17T07:40:05.5802070Z [3741/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2025-07-17T07:40:05.5909275Z [3742/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2025-07-17T07:40:05.5927867Z [3743/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2025-07-17T07:40:05.7225767Z [3744/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u1.c.obj 2025-07-17T07:40:05.7227944Z [3745/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u2.c.obj 2025-07-17T07:40:05.7271131Z [3746/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-scalar-u4.c.obj 2025-07-17T07:40:05.8222752Z [3747/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2025-07-17T07:40:05.8302276Z [3748/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2025-07-17T07:40:05.8324316Z [3749/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2025-07-17T07:40:05.8376417Z [3750/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2025-07-17T07:40:05.8651869Z [3751/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2025-07-17T07:40:05.9541154Z [3752/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2025-07-17T07:40:05.9697748Z [3753/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2025-07-17T07:40:05.9752071Z [3754/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2025-07-17T07:40:05.9801069Z [3755/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2025-07-17T07:40:05.9884143Z [3756/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2025-07-17T07:40:06.0789786Z [3757/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2025-07-17T07:40:06.0832215Z [3758/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2025-07-17T07:40:06.0911323Z [3759/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2025-07-17T07:40:06.1080206Z [3760/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2025-07-17T07:40:06.1262522Z [3761/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2025-07-17T07:40:06.2260958Z [3762/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2025-07-17T07:40:06.3098327Z [3763/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2025-07-17T07:40:06.3178748Z [3764/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2025-07-17T07:40:06.6901153Z [3765/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2025-07-17T07:40:06.6914008Z [3766/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2025-07-17T07:40:06.6926574Z [3767/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2025-07-17T07:40:06.7079804Z [3768/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2025-07-17T07:40:06.7212839Z [3769/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2025-07-17T07:40:06.9380499Z [3770/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2025-07-17T07:40:06.9381971Z [3771/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2025-07-17T07:40:06.9383038Z [3772/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2025-07-17T07:40:06.9384234Z [3773/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2025-07-17T07:40:06.9408587Z [3774/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2025-07-17T07:40:07.0142270Z [3775/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2025-07-17T07:40:07.0343648Z [3776/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2025-07-17T07:40:07.0345008Z [3777/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2025-07-17T07:40:07.0412789Z [3778/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2025-07-17T07:40:07.1317661Z [3779/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2025-07-17T07:40:07.1451860Z [3780/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2025-07-17T07:40:07.1850954Z [3781/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2025-07-17T07:40:07.2619928Z [3782/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2025-07-17T07:40:07.2620966Z [3783/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2025-07-17T07:40:07.2793857Z [3784/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2025-07-17T07:40:07.3134757Z [3785/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2025-07-17T07:40:07.3182700Z [3786/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2025-07-17T07:40:07.4262865Z [3787/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2025-07-17T07:40:07.4627152Z [3788/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2025-07-17T07:40:07.4731607Z [3789/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2025-07-17T07:40:07.5339325Z [3790/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2025-07-17T07:40:07.5400383Z [3791/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2025-07-17T07:40:07.5420648Z [3792/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2025-07-17T07:40:07.5434617Z [3793/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2025-07-17T07:40:07.6206763Z [3794/7175] 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-07-17T07:40:07.6584796Z [3795/7175] 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-07-17T07:40:07.6678219Z [3796/7175] 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-07-17T07:40:07.7021223Z [3797/7175] 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-07-17T07:40:07.7024164Z [3798/7175] 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-07-17T07:40:07.7060183Z [3799/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2025-07-17T07:40:07.7540626Z [3800/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2025-07-17T07:40:07.7820906Z [3801/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2025-07-17T07:40:07.8011586Z [3802/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2025-07-17T07:40:07.8469544Z [3803/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2025-07-17T07:40:07.8621550Z [3804/7175] 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-07-17T07:40:07.8708863Z [3805/7175] 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-07-17T07:40:07.9186042Z [3806/7175] 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-07-17T07:40:07.9214050Z [3807/7175] 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-07-17T07:40:07.9219377Z [3808/7175] 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-07-17T07:40:08.0058788Z [3809/7175] 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-07-17T07:40:08.0200759Z [3810/7175] 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-07-17T07:40:08.0242944Z [3811/7175] 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-07-17T07:40:08.0736100Z [3812/7175] 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-07-17T07:40:08.0844759Z [3813/7175] 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-07-17T07:40:08.0859152Z [3814/7175] 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-07-17T07:40:08.1414016Z [3815/7175] 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-07-17T07:40:08.1753636Z [3816/7175] 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-07-17T07:40:08.1812994Z [3817/7175] 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-07-17T07:40:08.3297372Z [3818/7175] 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-07-17T07:40:08.3347207Z [3819/7175] 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-07-17T07:40:08.3361222Z [3820/7175] 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-07-17T07:40:08.3384876Z [3821/7175] 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-07-17T07:40:08.3621254Z [3822/7175] 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-07-17T07:40:08.3992283Z [3823/7175] 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-07-17T07:40:08.4840839Z [3824/7175] 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-07-17T07:40:08.5148821Z [3825/7175] 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-07-17T07:40:08.5247276Z [3826/7175] 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-07-17T07:40:08.5499803Z [3827/7175] 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-07-17T07:40:08.5584335Z [3828/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:08.5707419Z [3829/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.6497479Z [3830/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.6636254Z [3831/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.6687686Z [3832/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:08.7000796Z [3833/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.7378731Z [3834/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:08.7391746Z [3835/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.7731472Z [3836/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.8071908Z [3837/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.8221402Z [3838/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:08.8590844Z [3839/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.8707205Z [3840/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.8965535Z [3841/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:08.8981773Z [3842/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.9781558Z [3843/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:08.9881866Z [3844/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:08.9897410Z [3845/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.0798189Z [3846/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.0863158Z [3847/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.0915918Z [3848/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.1713186Z [3849/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.1726858Z [3850/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.1739456Z [3851/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.3195387Z [3852/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.3212635Z [3853/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.3363457Z [3854/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.3696772Z [3855/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:09.3812046Z [3856/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.3943597Z [3857/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.4658904Z [3858/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.4951532Z [3859/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:09.4964801Z [3860/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.5055575Z [3861/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.5146920Z [3862/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:09.5425287Z [3863/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.6217701Z [3864/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.6268563Z [3865/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.6423556Z [3866/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.6736073Z [3867/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:09.6748516Z [3868/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:09.6971818Z [3869/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:09.7255813Z [3870/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2025-07-17T07:40:09.7357226Z [3871/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2025-07-17T07:40:10.1740064Z [3872/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-goi-scalar.c.obj 2025-07-17T07:40:10.1752908Z [3873/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.2191164Z [3874/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c4-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.2203423Z [3875/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.2214522Z [3876/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c4-gemm-goi-scalar.c.obj 2025-07-17T07:40:10.2584279Z [3877/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-scalar.c.obj 2025-07-17T07:40:10.3266053Z [3878/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.3462850Z [3879/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x64c4-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.3475214Z [3880/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-gio-scalar.c.obj 2025-07-17T07:40:10.3686497Z [3881/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x32c4-gemm-goi-scalar.c.obj 2025-07-17T07:40:10.3739016Z [3882/7175] 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-07-17T07:40:10.3982239Z [3883/7175] 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-07-17T07:40:10.5191043Z [3884/7175] 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-07-17T07:40:10.5240198Z [3885/7175] 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-07-17T07:40:10.5436915Z [3886/7175] 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-07-17T07:40:10.5489446Z [3887/7175] 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-07-17T07:40:10.5538889Z [3888/7175] 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-07-17T07:40:10.5552202Z [3889/7175] 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-07-17T07:40:10.6376018Z [3890/7175] 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-07-17T07:40:10.6435982Z [3891/7175] 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-07-17T07:40:10.7311826Z [3892/7175] 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-07-17T07:40:10.7415052Z [3893/7175] 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-07-17T07:40:10.7553962Z [3894/7175] 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-07-17T07:40:10.7678849Z [3895/7175] 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-07-17T07:40:10.7808295Z [3896/7175] 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-07-17T07:40:10.7990466Z [3897/7175] 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-07-17T07:40:10.8484501Z [3898/7175] 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-07-17T07:40:10.8711492Z [3899/7175] 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-07-17T07:40:10.8764089Z [3900/7175] 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-07-17T07:40:10.9287806Z [3901/7175] 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-07-17T07:40:10.9412106Z [3902/7175] 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-07-17T07:40:10.9502773Z [3903/7175] 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-07-17T07:40:11.0015809Z [3904/7175] 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-07-17T07:40:11.0029463Z [3905/7175] 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-07-17T07:40:11.0339021Z [3906/7175] 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-07-17T07:40:11.0654256Z [3907/7175] 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-07-17T07:40:11.0765455Z [3908/7175] 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-07-17T07:40:11.1248353Z [3909/7175] 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-07-17T07:40:11.1885196Z [3910/7175] 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-07-17T07:40:11.2024809Z [3911/7175] 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-07-17T07:40:11.2216802Z [3912/7175] 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-07-17T07:40:11.2396034Z [3913/7175] 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-07-17T07:40:11.2546998Z [3914/7175] 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-07-17T07:40:11.2604751Z [3915/7175] 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-07-17T07:40:11.4338424Z [3916/7175] 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-07-17T07:40:11.4376376Z [3917/7175] 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-07-17T07:40:11.4434473Z [3918/7175] 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-07-17T07:40:11.4446038Z [3919/7175] 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-07-17T07:40:11.4459309Z [3920/7175] 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-07-17T07:40:11.4471956Z [3921/7175] 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-07-17T07:40:11.5879830Z [3922/7175] 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-07-17T07:40:11.5935409Z [3923/7175] 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-07-17T07:40:11.5989579Z [3924/7175] 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-07-17T07:40:11.6534865Z [3925/7175] 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-07-17T07:40:11.6610783Z [3926/7175] 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-07-17T07:40:11.6896397Z [3927/7175] 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-07-17T07:40:11.7279481Z [3928/7175] 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-07-17T07:40:11.7896336Z [3929/7175] 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-07-17T07:40:11.7982589Z [3930/7175] 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-07-17T07:40:11.7994824Z [3931/7175] 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-07-17T07:40:11.8432837Z [3932/7175] 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-07-17T07:40:11.8690754Z [3933/7175] 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-07-17T07:40:11.8808843Z [3934/7175] 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-07-17T07:40:11.9271665Z [3935/7175] 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-07-17T07:40:11.9477845Z [3936/7175] 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-07-17T07:40:11.9890608Z [3937/7175] 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-07-17T07:40:12.0026893Z [3938/7175] 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-07-17T07:40:12.0414446Z [3939/7175] 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-07-17T07:40:12.0986060Z [3940/7175] 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-07-17T07:40:12.1002755Z [3941/7175] 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-07-17T07:40:12.1233376Z [3942/7175] 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-07-17T07:40:12.2125725Z [3943/7175] 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-07-17T07:40:12.2555485Z [3944/7175] 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-07-17T07:40:12.2640826Z [3945/7175] 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-07-17T07:40:12.3230189Z [3946/7175] 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-07-17T07:40:12.3419289Z [3947/7175] 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-07-17T07:40:12.3434922Z [3948/7175] 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-07-17T07:40:12.3791813Z [3949/7175] 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-07-17T07:40:12.4285005Z [3950/7175] 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-07-17T07:40:12.4767734Z [3951/7175] 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-07-17T07:40:12.4780076Z [3952/7175] 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-07-17T07:40:12.4958353Z [3953/7175] 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-07-17T07:40:12.5383609Z [3954/7175] 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-07-17T07:40:12.5483608Z [3955/7175] 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-07-17T07:40:12.5706109Z [3956/7175] 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-07-17T07:40:12.6169677Z [3957/7175] 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-07-17T07:40:12.6997498Z [3958/7175] 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-07-17T07:40:12.7009012Z [3959/7175] 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-07-17T07:40:12.7020697Z [3960/7175] 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-07-17T07:40:12.7031954Z [3961/7175] 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-07-17T07:40:12.7045070Z [3962/7175] 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-07-17T07:40:12.8200870Z [3963/7175] 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-07-17T07:40:12.8503540Z [3964/7175] 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-07-17T07:40:12.8696139Z [3965/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2025-07-17T07:40:12.8709012Z [3966/7175] 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-07-17T07:40:12.8761667Z [3967/7175] 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-07-17T07:40:12.9253457Z [3968/7175] 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-07-17T07:40:12.9313017Z [3969/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2025-07-17T07:40:12.9832896Z [3970/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2025-07-17T07:40:12.9884685Z [3971/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2025-07-17T07:40:12.9945291Z [3972/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2025-07-17T07:40:13.0061630Z [3973/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2025-07-17T07:40:13.0472216Z [3974/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2025-07-17T07:40:13.0793793Z [3975/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2025-07-17T07:40:13.1169285Z [3976/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2025-07-17T07:40:13.1220487Z [3977/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-07-17T07:40:13.1361799Z [3978/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2025-07-17T07:40:13.1403860Z [3979/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2025-07-17T07:40:13.2117204Z [3980/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-07-17T07:40:13.2615297Z [3981/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.2627479Z [3982/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.2638600Z [3983/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.2790264Z [3984/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.2819491Z [3985/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.3756598Z [3986/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.4682020Z [3987/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.4852153Z [3988/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.4931541Z [3989/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.5693175Z [3990/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.5819505Z [3991/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.5931808Z [3992/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.8115628Z [3993/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.8116856Z [3994/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.8118065Z [3995/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.8425941Z [3996/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.8505830Z [3997/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:13.8668185Z [3998/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:13.9791662Z [3999/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:13.9849257Z [4000/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.0074946Z [4001/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.0086486Z [4002/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.0097841Z [4003/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.0111018Z [4004/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.2208285Z [4005/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.2223209Z [4006/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.2387702Z [4007/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.2683002Z [4008/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.3118309Z [4009/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.3390216Z [4010/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:14.3404309Z [4011/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:14.4035123Z [4012/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.4047715Z [4013/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.4793854Z [4014/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.5105134Z [4015/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.5217383Z [4016/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:14.6909354Z [4017/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.6927026Z [4018/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.6941231Z [4019/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.7170409Z [4020/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.8113106Z [4021/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2025-07-17T07:40:14.8159893Z [4022/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2025-07-17T07:40:14.9321765Z [4023/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.9376408Z [4024/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:14.9514655Z [4025/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:14.9526822Z [4026/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:14.9593070Z [4027/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:14.9604635Z [4028/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.2298152Z [4029/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.2362267Z [4030/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.2379679Z [4031/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.2390651Z [4032/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.2401487Z [4033/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.2450577Z [4034/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.4003268Z [4035/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.4015857Z [4036/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.4132680Z [4037/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.4717408Z [4038/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.4988115Z [4039/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.5000836Z [4040/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.5857071Z [4041/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.7583403Z [4042/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.7595392Z [4043/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.7606384Z [4044/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.7617727Z [4045/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.7630134Z [4046/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.9177718Z [4047/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.9385706Z [4048/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:15.9409047Z [4049/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:15.9420395Z [4050/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:15.9438097Z [4051/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:15.9499628Z [4052/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.1833865Z [4053/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:16.1876182Z [4054/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.2646399Z [4055/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.2657483Z [4056/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:16.2668545Z [4057/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.2679296Z [4058/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.4358365Z [4059/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:16.5361582Z [4060/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.5362715Z [4061/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.5363915Z [4062/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:16.5365237Z [4063/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:16.5366370Z [4064/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.6261614Z [4065/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.6798436Z [4066/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.7347221Z [4067/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:16.7359435Z [4068/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.7370861Z [4069/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.7382670Z [4070/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:16.7708502Z [4071/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:16.8748027Z [4072/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.9394068Z [4073/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:16.9406491Z [4074/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:16.9469545Z [4075/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:16.9522088Z [4076/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2025-07-17T07:40:17.0655430Z [4077/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:17.0668269Z [4078/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2025-07-17T07:40:17.1502258Z [4079/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2025-07-17T07:40:17.1598152Z [4080/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2025-07-17T07:40:17.1972768Z [4081/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u1.c.obj 2025-07-17T07:40:17.1984885Z [4082/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-scalar-u2.c.obj 2025-07-17T07:40:17.2037495Z [4083/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2025-07-17T07:40:17.2130548Z [4084/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2025-07-17T07:40:17.2780855Z [4085/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2025-07-17T07:40:17.3046405Z [4086/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2025-07-17T07:40:17.3353491Z [4087/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2025-07-17T07:40:17.3519106Z [4088/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2025-07-17T07:40:17.4620771Z [4089/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2025-07-17T07:40:17.4635323Z [4090/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2025-07-17T07:40:17.4648981Z [4091/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2025-07-17T07:40:17.4661386Z [4092/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2025-07-17T07:40:17.5784046Z [4093/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2025-07-17T07:40:17.6141958Z [4094/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2025-07-17T07:40:17.7000944Z [4095/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2025-07-17T07:40:17.7062801Z [4096/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2025-07-17T07:40:17.7110411Z [4097/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2025-07-17T07:40:17.7832453Z [4098/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2025-07-17T07:40:17.8581122Z [4099/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2025-07-17T07:40:17.8634951Z [4100/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2025-07-17T07:40:17.8647664Z [4101/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u4.c.obj 2025-07-17T07:40:17.8658399Z [4102/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-u2.c.obj 2025-07-17T07:40:17.9183863Z [4103/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2025-07-17T07:40:18.0292273Z [4104/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-u4.c.obj 2025-07-17T07:40:18.0304414Z [4105/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-u4.c.obj 2025-07-17T07:40:18.0316015Z [4106/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-u4.c.obj 2025-07-17T07:40:18.0601841Z [4107/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-gio-scalar.c.obj 2025-07-17T07:40:18.1179455Z [4108/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-u4.c.obj 2025-07-17T07:40:18.4069869Z [4109/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2025-07-17T07:40:18.4221474Z [4110/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2025-07-17T07:40:18.4233905Z [4111/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2025-07-17T07:40:18.4245555Z [4112/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2025-07-17T07:40:18.4257198Z [4113/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2025-07-17T07:40:18.4269869Z [4114/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2025-07-17T07:40:18.5740866Z [4115/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2025-07-17T07:40:18.5822653Z [4116/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2025-07-17T07:40:18.5925219Z [4117/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2025-07-17T07:40:18.5971952Z [4118/7175] 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-07-17T07:40:18.6020802Z [4119/7175] 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-07-17T07:40:18.7130526Z [4120/7175] 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-07-17T07:40:18.7287351Z [4121/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2025-07-17T07:40:18.7299517Z [4122/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2025-07-17T07:40:18.7343299Z [4123/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2025-07-17T07:40:18.7532937Z [4124/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2025-07-17T07:40:18.7759137Z [4125/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2025-07-17T07:40:18.8128681Z [4126/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2025-07-17T07:40:18.8324790Z [4127/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2025-07-17T07:40:18.8481107Z [4128/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2025-07-17T07:40:18.8964004Z [4129/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2025-07-17T07:40:18.9008005Z [4130/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2025-07-17T07:40:18.9224959Z [4131/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2025-07-17T07:40:18.9304604Z [4132/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2025-07-17T07:40:19.0249494Z [4133/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:19.0269366Z [4134/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:19.0801662Z [4135/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:19.0815271Z [4136/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:19.0829672Z [4137/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:19.1249621Z [4138/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:19.1295775Z [4139/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:19.3923104Z [4140/7175] 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-07-17T07:40:19.3935480Z [4141/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:19.4591060Z [4142/7175] 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-07-17T07:40:19.4644865Z [4143/7175] 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-07-17T07:40:19.4759616Z [4144/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-gio-scalar.c.obj 2025-07-17T07:40:19.4940684Z [4145/7175] 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-07-17T07:40:19.5018963Z [4146/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-scalar.c.obj 2025-07-17T07:40:19.5068427Z [4147/7175] 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-07-17T07:40:19.5647660Z [4148/7175] 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-07-17T07:40:19.6390441Z [4149/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2025-07-17T07:40:19.6450854Z [4150/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2025-07-17T07:40:19.6628330Z [4151/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-scalar.c.obj 2025-07-17T07:40:19.6751036Z [4152/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-scalar.c.obj 2025-07-17T07:40:19.6770169Z [4153/7175] 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-07-17T07:40:19.6837778Z [4154/7175] 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-07-17T07:40:19.7043066Z [4155/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2025-07-17T07:40:19.7432847Z [4156/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2025-07-17T07:40:19.7622601Z [4157/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2025-07-17T07:40:19.7825109Z [4158/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2025-07-17T07:40:19.7836727Z [4159/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2025-07-17T07:40:19.7847817Z [4160/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2025-07-17T07:40:19.8202131Z [4161/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2025-07-17T07:40:19.8361534Z [4162/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2025-07-17T07:40:19.8578725Z [4163/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2025-07-17T07:40:19.9060387Z [4164/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2025-07-17T07:40:19.9061769Z [4165/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2025-07-17T07:40:19.9062882Z [4166/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2025-07-17T07:40:19.9370582Z [4167/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2025-07-17T07:40:19.9418893Z [4168/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2025-07-17T07:40:19.9688136Z [4169/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2025-07-17T07:40:19.9951502Z [4170/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:20.0203669Z [4171/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:20.0283505Z [4172/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2025-07-17T07:40:20.0588672Z [4173/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:20.0653885Z [4174/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:20.0892791Z [4175/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:20.1072199Z [4176/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:20.1271894Z [4177/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2025-07-17T07:40:20.1517938Z [4178/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2025-07-17T07:40:20.1720945Z [4179/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2025-07-17T07:40:20.1785838Z [4180/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2025-07-17T07:40:20.2149367Z [4181/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2025-07-17T07:40:20.2169773Z [4182/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2025-07-17T07:40:20.2224902Z [4183/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2025-07-17T07:40:20.2855670Z [4184/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2025-07-17T07:40:20.2927179Z [4185/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2025-07-17T07:40:20.3094197Z [4186/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2025-07-17T07:40:20.3342438Z [4187/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2025-07-17T07:40:20.3782383Z [4188/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2025-07-17T07:40:20.3784645Z [4189/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.4600506Z [4190/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.5958181Z [4191/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2025-07-17T07:40:20.5959360Z [4192/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.5960603Z [4193/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2025-07-17T07:40:20.6772827Z [4194/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.6780253Z [4195/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.6844845Z [4196/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2025-07-17T07:40:20.6859198Z [4197/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.8296263Z [4198/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2025-07-17T07:40:20.9290968Z [4199/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2025-07-17T07:40:20.9292086Z [4200/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.9294292Z [4201/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:20.9309573Z [4202/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2025-07-17T07:40:20.9311661Z [4203/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2025-07-17T07:40:20.9313766Z [4204/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.0250151Z [4205/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.1138552Z [4206/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2025-07-17T07:40:21.1139994Z [4207/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.1426503Z [4208/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2025-07-17T07:40:21.2239985Z [4209/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.2241541Z [4210/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2025-07-17T07:40:21.2975270Z [4211/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.3316598Z [4212/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.3318025Z [4213/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2025-07-17T07:40:21.3319169Z [4214/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.3402752Z [4215/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2025-07-17T07:40:21.3806043Z [4216/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.4955260Z [4217/7175] 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-07-17T07:40:21.5024209Z [4218/7175] 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-07-17T07:40:21.5936006Z [4219/7175] 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-07-17T07:40:21.5947723Z [4220/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2025-07-17T07:40:21.6844840Z [4221/7175] 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-07-17T07:40:21.6881185Z [4222/7175] 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-07-17T07:40:21.7041423Z [4223/7175] 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-07-17T07:40:21.8044323Z [4224/7175] 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-07-17T07:40:21.8045706Z [4225/7175] 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-07-17T07:40:21.9491460Z [4226/7175] 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-07-17T07:40:22.1444601Z [4227/7175] 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-07-17T07:40:22.2081678Z [4228/7175] 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-07-17T07:40:22.2174212Z [4229/7175] 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-07-17T07:40:22.2200910Z [4230/7175] 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-07-17T07:40:22.2218067Z [4231/7175] 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-07-17T07:40:22.2225330Z [4232/7175] 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-07-17T07:40:22.2254367Z [4233/7175] 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-07-17T07:40:22.2267175Z [4234/7175] 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-07-17T07:40:22.5171730Z [4235/7175] 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-07-17T07:40:22.6121512Z [4236/7175] 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-07-17T07:40:22.6122931Z [4237/7175] 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-07-17T07:40:22.6156804Z [4238/7175] 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-07-17T07:40:22.6159001Z [4239/7175] 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-07-17T07:40:22.6161451Z [4240/7175] 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-07-17T07:40:22.6376707Z [4241/7175] 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-07-17T07:40:22.6522109Z [4242/7175] 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-07-17T07:40:22.7474602Z [4243/7175] 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-07-17T07:40:22.9715649Z [4244/7175] 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-07-17T07:40:22.9717214Z [4245/7175] 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-07-17T07:40:22.9719186Z [4246/7175] 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-07-17T07:40:22.9721431Z [4247/7175] 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-07-17T07:40:22.9722634Z [4248/7175] 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-07-17T07:40:22.9998468Z [4249/7175] 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-07-17T07:40:23.0931956Z [4250/7175] 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-07-17T07:40:23.1010544Z [4251/7175] 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-07-17T07:40:23.1018157Z [4252/7175] 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-07-17T07:40:23.1225945Z [4253/7175] 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-07-17T07:40:23.2486257Z [4254/7175] 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-07-17T07:40:23.3318829Z [4255/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2025-07-17T07:40:23.3522870Z [4256/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2025-07-17T07:40:23.3536564Z [4257/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2025-07-17T07:40:23.3548982Z [4258/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2025-07-17T07:40:23.3776753Z [4259/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2025-07-17T07:40:23.5207227Z [4260/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2025-07-17T07:40:23.7127130Z [4261/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2025-07-17T07:40:23.7565799Z [4262/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2025-07-17T07:40:23.7757750Z [4263/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2025-07-17T07:40:23.7950420Z [4264/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2025-07-17T07:40:23.8701810Z [4265/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2025-07-17T07:40:23.8752134Z [4266/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2025-07-17T07:40:23.8822365Z [4267/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.0505001Z [4268/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.0575854Z [4269/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.0588251Z [4270/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2025-07-17T07:40:24.0600068Z [4271/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2025-07-17T07:40:24.0613588Z [4272/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.0756074Z [4273/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.3214944Z [4274/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.3276128Z [4275/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2025-07-17T07:40:24.3580488Z [4276/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2025-07-17T07:40:24.3644918Z [4277/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.3901288Z [4278/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.3916462Z [4279/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.5913721Z [4280/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2025-07-17T07:40:24.5930054Z [4281/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.7100824Z [4282/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2025-07-17T07:40:24.7166603Z [4283/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2025-07-17T07:40:24.7178795Z [4284/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2025-07-17T07:40:24.7190342Z [4285/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.8628989Z [4286/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2025-07-17T07:40:24.8736632Z [4287/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2025-07-17T07:40:25.0063136Z [4288/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2025-07-17T07:40:25.0086849Z [4289/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2025-07-17T07:40:25.0165923Z [4290/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2025-07-17T07:40:25.1471821Z [4291/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2025-07-17T07:40:25.1584164Z [4292/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2025-07-17T07:40:25.1821675Z [4293/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2025-07-17T07:40:25.1991653Z [4294/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2025-07-17T07:40:25.2507489Z [4295/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2025-07-17T07:40:25.2754923Z [4296/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2025-07-17T07:40:25.3832180Z [4297/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2025-07-17T07:40:25.3851821Z [4298/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2025-07-17T07:40:25.4030677Z [4299/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2025-07-17T07:40:25.5006347Z [4300/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2025-07-17T07:40:25.5013005Z [4301/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2025-07-17T07:40:25.5458289Z [4302/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2025-07-17T07:40:25.5827459Z [4303/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2025-07-17T07:40:25.6734180Z [4304/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2025-07-17T07:40:25.6807149Z [4305/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2025-07-17T07:40:25.7523106Z [4306/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2025-07-17T07:40:25.7540224Z [4307/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2025-07-17T07:40:25.7600756Z [4308/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2025-07-17T07:40:25.9083952Z [4309/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2025-07-17T07:40:25.9130607Z [4310/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2025-07-17T07:40:25.9243550Z [4311/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2025-07-17T07:40:25.9245382Z [4312/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2025-07-17T07:40:25.9854739Z [4313/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2025-07-17T07:40:25.9870081Z [4314/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2025-07-17T07:40:26.0598753Z [4315/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2025-07-17T07:40:26.0671013Z [4316/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2025-07-17T07:40:26.1131991Z [4317/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2025-07-17T07:40:26.1451995Z [4318/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2025-07-17T07:40:26.1468212Z [4319/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2025-07-17T07:40:26.1961715Z [4320/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2025-07-17T07:40:26.1976404Z [4321/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2025-07-17T07:40:26.2099200Z [4322/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2025-07-17T07:40:26.3815783Z [4323/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-sse-u4.c.obj 2025-07-17T07:40:26.3888182Z [4324/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-sse-u4.c.obj 2025-07-17T07:40:26.3949018Z [4325/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2025-07-17T07:40:26.3962250Z [4326/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-sse-u4.c.obj 2025-07-17T07:40:26.4033895Z [4327/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-sse-u4.c.obj 2025-07-17T07:40:26.4050431Z [4328/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2025-07-17T07:40:26.5643537Z [4329/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2025-07-17T07:40:26.5719471Z [4330/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-sse-u4.c.obj 2025-07-17T07:40:26.5793641Z [4331/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-sse-u4.c.obj 2025-07-17T07:40:26.5810403Z [4332/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-sse-u4.c.obj 2025-07-17T07:40:26.5875573Z [4333/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-sse-u4.c.obj 2025-07-17T07:40:26.6271429Z [4334/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2025-07-17T07:40:26.7472382Z [4335/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2025-07-17T07:40:26.7886460Z [4336/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-sse-u4.c.obj 2025-07-17T07:40:26.7944684Z [4337/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2025-07-17T07:40:26.8466140Z [4338/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2025-07-17T07:40:26.8887381Z [4339/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2025-07-17T07:40:26.8904680Z [4340/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-sse-u4.c.obj 2025-07-17T07:40:26.9785128Z [4341/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2025-07-17T07:40:27.0645913Z [4342/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2025-07-17T07:40:27.0750616Z [4343/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2025-07-17T07:40:27.0959230Z [4344/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2025-07-17T07:40:27.1330027Z [4345/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2025-07-17T07:40:27.1395773Z [4346/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2025-07-17T07:40:27.2289055Z [4347/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2025-07-17T07:40:27.2401942Z [4348/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2025-07-17T07:40:27.3615311Z [4349/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2025-07-17T07:40:27.3630363Z [4350/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2025-07-17T07:40:27.4338480Z [4351/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2025-07-17T07:40:27.4358596Z [4352/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2025-07-17T07:40:27.4593779Z [4353/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2025-07-17T07:40:27.4880340Z [4354/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2025-07-17T07:40:27.5473872Z [4355/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2025-07-17T07:40:27.6586534Z [4356/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2025-07-17T07:40:27.6600158Z [4357/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2025-07-17T07:40:27.6615750Z [4358/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2025-07-17T07:40:27.6641580Z [4359/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2025-07-17T07:40:27.6694756Z [4360/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2025-07-17T07:40:27.6919833Z [4361/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2025-07-17T07:40:27.7638095Z [4362/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2025-07-17T07:40:27.8117301Z [4363/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2025-07-17T07:40:27.8196204Z [4364/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2025-07-17T07:40:27.8402461Z [4365/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2025-07-17T07:40:27.9243535Z [4366/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2025-07-17T07:40:27.9276861Z [4367/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2025-07-17T07:40:28.0117228Z [4368/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2025-07-17T07:40:28.0406152Z [4369/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2025-07-17T07:40:28.0664762Z [4370/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2025-07-17T07:40:28.0737130Z [4371/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2025-07-17T07:40:28.0743432Z [4372/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2025-07-17T07:40:28.0845879Z [4373/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2025-07-17T07:40:28.1959148Z [4374/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2025-07-17T07:40:28.1975676Z [4375/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2025-07-17T07:40:28.2239284Z [4376/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2025-07-17T07:40:28.2530606Z [4377/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse2-u4.c.obj 2025-07-17T07:40:28.2602036Z [4378/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse2-u4.c.obj 2025-07-17T07:40:28.2852166Z [4379/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse2-u4.c.obj 2025-07-17T07:40:28.4396106Z [4380/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2025-07-17T07:40:28.4467822Z [4381/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2025-07-17T07:40:28.4480722Z [4382/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2025-07-17T07:40:28.4495618Z [4383/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2025-07-17T07:40:28.4578724Z [4384/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2025-07-17T07:40:28.4897437Z [4385/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2025-07-17T07:40:28.5921801Z [4386/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2025-07-17T07:40:28.7448243Z [4387/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2025-07-17T07:40:28.7461508Z [4388/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2025-07-17T07:40:28.7473130Z [4389/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2025-07-17T07:40:28.7618566Z [4390/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2025-07-17T07:40:28.7649798Z [4391/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2025-07-17T07:40:28.7734579Z [4392/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2025-07-17T07:40:28.9609054Z [4393/7175] 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-07-17T07:40:28.9675516Z [4394/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2025-07-17T07:40:28.9692795Z [4395/7175] 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-07-17T07:40:28.9796436Z [4396/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2025-07-17T07:40:28.9870662Z [4397/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2025-07-17T07:40:28.9884829Z [4398/7175] 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-07-17T07:40:29.1940620Z [4399/7175] 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-07-17T07:40:29.2012763Z [4400/7175] 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-07-17T07:40:29.2027171Z [4401/7175] 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-07-17T07:40:29.2237540Z [4402/7175] 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-07-17T07:40:29.2305621Z [4403/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2025-07-17T07:40:29.3454399Z [4404/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-8-nr.c.obj 2025-07-17T07:40:29.3670037Z [4405/7175] 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-07-17T07:40:29.3685250Z [4406/7175] 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-07-17T07:40:29.3886337Z [4407/7175] 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-07-17T07:40:29.4573504Z [4408/7175] 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-07-17T07:40:29.4849580Z [4409/7175] 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-07-17T07:40:29.5793636Z [4410/7175] 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-07-17T07:40:29.6581648Z [4411/7175] 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-07-17T07:40:29.6592502Z [4412/7175] 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-07-17T07:40:29.6650776Z [4413/7175] 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-07-17T07:40:29.6661452Z [4414/7175] 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-07-17T07:40:29.6673065Z [4415/7175] 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-07-17T07:40:29.8601295Z [4416/7175] 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-07-17T07:40:29.8613358Z [4417/7175] 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-07-17T07:40:29.9631794Z [4418/7175] 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-07-17T07:40:29.9707160Z [4419/7175] 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-07-17T07:40:29.9788844Z [4420/7175] 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-07-17T07:40:29.9960829Z [4421/7175] 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-07-17T07:40:30.0677705Z [4422/7175] 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-07-17T07:40:30.1329049Z [4423/7175] 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-07-17T07:40:30.2604026Z [4424/7175] 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-07-17T07:40:30.2616119Z [4425/7175] 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-07-17T07:40:30.3548132Z [4426/7175] 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-07-17T07:40:30.3560331Z [4427/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:30.3791776Z [4428/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:30.3842297Z [4429/7175] 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-07-17T07:40:30.5767120Z [4430/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:30.6695409Z [4431/7175] 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-07-17T07:40:30.6760298Z [4432/7175] 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-07-17T07:40:30.7444668Z [4433/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:30.7498047Z [4434/7175] 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-07-17T07:40:30.7514035Z [4435/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:30.7968289Z [4436/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:31.0809849Z [4437/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:31.0823025Z [4438/7175] 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-07-17T07:40:31.0834550Z [4439/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:31.1198595Z [4440/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:31.2256282Z [4441/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:31.2583078Z [4442/7175] 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-07-17T07:40:31.2849280Z [4443/7175] 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-07-17T07:40:31.2861021Z [4444/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2025-07-17T07:40:31.2872194Z [4445/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2025-07-17T07:40:31.2883888Z [4446/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2025-07-17T07:40:31.3616734Z [4447/7175] 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-07-17T07:40:31.4947077Z [4448/7175] 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-07-17T07:40:31.5128390Z [4449/7175] 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-07-17T07:40:31.5872209Z [4450/7175] 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-07-17T07:40:31.5941518Z [4451/7175] 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-07-17T07:40:31.5990433Z [4452/7175] 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-07-17T07:40:31.6187973Z [4453/7175] 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-07-17T07:40:31.7135046Z [4454/7175] 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-07-17T07:40:31.7190383Z [4455/7175] 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-07-17T07:40:31.7695789Z [4456/7175] 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-07-17T07:40:31.8138768Z [4457/7175] 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-07-17T07:40:32.0663362Z [4458/7175] 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-07-17T07:40:32.0676526Z [4459/7175] 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-07-17T07:40:32.0688524Z [4460/7175] 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-07-17T07:40:32.0737913Z [4461/7175] 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-07-17T07:40:32.0886590Z [4462/7175] 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-07-17T07:40:32.2348448Z [4463/7175] 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-07-17T07:40:32.2661230Z [4464/7175] 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-07-17T07:40:32.2711065Z [4465/7175] 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-07-17T07:40:32.2825665Z [4466/7175] 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-07-17T07:40:32.2918589Z [4467/7175] 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-07-17T07:40:32.3812144Z [4468/7175] 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-07-17T07:40:32.4315818Z [4469/7175] 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-07-17T07:40:32.4839246Z [4470/7175] 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-07-17T07:40:32.4850631Z [4471/7175] 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-07-17T07:40:32.4861986Z [4472/7175] 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-07-17T07:40:32.4873864Z [4473/7175] 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-07-17T07:40:32.5028624Z [4474/7175] 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-07-17T07:40:32.7352963Z [4475/7175] 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-07-17T07:40:32.7397795Z [4476/7175] 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-07-17T07:40:32.7443685Z [4477/7175] 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-07-17T07:40:32.7563640Z [4478/7175] 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-07-17T07:40:32.7616689Z [4479/7175] 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-07-17T07:40:32.9765376Z [4480/7175] 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-07-17T07:40:32.9960334Z [4481/7175] 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-07-17T07:40:32.9972108Z [4482/7175] 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-07-17T07:40:32.9983191Z [4483/7175] 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-07-17T07:40:32.9993800Z [4484/7175] 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-07-17T07:40:33.0005498Z [4485/7175] 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-07-17T07:40:33.1567675Z [4486/7175] 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-07-17T07:40:33.1581820Z [4487/7175] 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-07-17T07:40:33.2011318Z [4488/7175] 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-07-17T07:40:33.2617013Z [4489/7175] 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-07-17T07:40:33.2678965Z [4490/7175] 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-07-17T07:40:33.2858883Z [4491/7175] 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-07-17T07:40:33.3221941Z [4492/7175] 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-07-17T07:40:33.3813679Z [4493/7175] 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-07-17T07:40:33.3814911Z [4494/7175] 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-07-17T07:40:33.5627484Z [4495/7175] 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-07-17T07:40:33.5982499Z [4496/7175] 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-07-17T07:40:33.5985138Z [4497/7175] 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-07-17T07:40:33.5987422Z [4498/7175] 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-07-17T07:40:33.6580545Z [4499/7175] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2025-07-17T07:40:33.6581862Z [4500/7175] 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-07-17T07:40:33.6583055Z [4501/7175] 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-07-17T07:40:33.6786000Z [4502/7175] 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-07-17T07:40:33.6816529Z [4503/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2025-07-17T07:40:33.7406929Z [4504/7175] 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-07-17T07:40:33.7408332Z [4505/7175] 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-07-17T07:40:33.7409469Z [4506/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2025-07-17T07:40:33.7446125Z [4507/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-07-17T07:40:33.7472212Z [4508/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-07-17T07:40:33.8278711Z [4509/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2025-07-17T07:40:33.9346782Z [4510/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2025-07-17T07:40:34.0222144Z [4511/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.0223590Z [4512/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2025-07-17T07:40:34.0224678Z [4513/7175] 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-07-17T07:40:34.0934273Z [4514/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2025-07-17T07:40:34.0935698Z [4515/7175] 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-07-17T07:40:34.1552526Z [4516/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.2257612Z [4517/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.2496805Z [4518/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.2574182Z [4519/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.2624928Z [4520/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.2972690Z [4521/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2025-07-17T07:40:34.3079489Z [4522/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2025-07-17T07:40:34.3152531Z [4523/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.3556390Z [4524/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2025-07-17T07:40:34.3919702Z [4525/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.4187473Z [4526/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.4223491Z [4527/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.4236869Z [4528/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2025-07-17T07:40:34.5240590Z [4529/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.5241673Z [4530/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.5242885Z [4531/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.6226610Z [4532/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.6314046Z [4533/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.6356374Z [4534/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.6401533Z [4535/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.6448486Z [4536/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.6498129Z [4537/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.7494068Z [4538/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.8948260Z [4539/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.8949702Z [4540/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.9005358Z [4541/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.9799880Z [4542/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.9834761Z [4543/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:34.9835860Z [4544/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:34.9856591Z [4545/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.0029823Z [4546/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.0624869Z [4547/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.0670429Z [4548/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.2213290Z [4549/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.2214537Z [4550/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.3189293Z [4551/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.3190760Z [4552/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.3191857Z [4553/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.3205653Z [4554/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.3206841Z [4555/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.3207907Z [4556/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.3437679Z [4557/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.3995112Z [4558/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.4190568Z [4559/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.6444200Z [4560/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.6456067Z [4561/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.6467484Z [4562/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.7159815Z [4563/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.7161012Z [4564/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2025-07-17T07:40:35.7803374Z [4565/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2025-07-17T07:40:35.7915147Z [4566/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2025-07-17T07:40:35.7967353Z [4567/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2025-07-17T07:40:35.8751566Z [4568/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2025-07-17T07:40:35.9444995Z [4569/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2025-07-17T07:40:36.0322893Z [4570/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc2.c.obj 2025-07-17T07:40:36.0324272Z [4571/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u64-acc4.c.obj 2025-07-17T07:40:36.0363277Z [4572/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-sse2-u16.c.obj 2025-07-17T07:40:36.0364768Z [4573/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2025-07-17T07:40:36.0366860Z [4574/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2025-07-17T07:40:36.1444518Z [4575/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2025-07-17T07:40:36.1452921Z [4576/7175] 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-07-17T07:40:36.2276318Z [4577/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2025-07-17T07:40:36.2585183Z [4578/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2025-07-17T07:40:36.2586528Z [4579/7175] 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-07-17T07:40:36.2587750Z [4580/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2025-07-17T07:40:36.2588886Z [4581/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2025-07-17T07:40:36.3216389Z [4582/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2025-07-17T07:40:36.3465419Z [4583/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2025-07-17T07:40:36.3651199Z [4584/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2025-07-17T07:40:36.5517901Z [4585/7175] 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-07-17T07:40:36.5530791Z [4586/7175] 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-07-17T07:40:36.5543216Z [4587/7175] 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-07-17T07:40:36.5554653Z [4588/7175] 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-07-17T07:40:36.5606688Z [4589/7175] 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-07-17T07:40:36.5860230Z [4590/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2025-07-17T07:40:36.5872177Z [4591/7175] 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-07-17T07:40:36.7646923Z [4592/7175] 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-07-17T07:40:36.7661420Z [4593/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2025-07-17T07:40:36.7674372Z [4594/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2025-07-17T07:40:36.7687539Z [4595/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2025-07-17T07:40:36.7698700Z [4596/7175] 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-07-17T07:40:36.7858992Z [4597/7175] 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-07-17T07:40:36.8069197Z [4598/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2025-07-17T07:40:36.8867668Z [4599/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2025-07-17T07:40:36.8881950Z [4600/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2025-07-17T07:40:36.8936061Z [4601/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2025-07-17T07:40:36.8947020Z [4602/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2025-07-17T07:40:36.8957350Z [4603/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2025-07-17T07:40:36.9030095Z [4604/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2025-07-17T07:40:36.9710086Z [4605/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2025-07-17T07:40:37.0854124Z [4606/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2025-07-17T07:40:37.0903265Z [4607/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2025-07-17T07:40:37.0915373Z [4608/7175] 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-07-17T07:40:37.0926818Z [4609/7175] 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-07-17T07:40:37.0937901Z [4610/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2025-07-17T07:40:37.1148393Z [4611/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2025-07-17T07:40:37.2466405Z [4612/7175] 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-07-17T07:40:37.2479193Z [4613/7175] 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-07-17T07:40:37.2650736Z [4614/7175] 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-07-17T07:40:37.2701481Z [4615/7175] 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-07-17T07:40:37.2712607Z [4616/7175] 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-07-17T07:40:37.2724564Z [4617/7175] 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-07-17T07:40:37.2740098Z [4618/7175] 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-07-17T07:40:37.4908154Z [4619/7175] 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-07-17T07:40:37.4989305Z [4620/7175] 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-07-17T07:40:37.5956351Z [4621/7175] 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-07-17T07:40:37.5969890Z [4622/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2025-07-17T07:40:37.5983864Z [4623/7175] 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-07-17T07:40:37.5995733Z [4624/7175] 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-07-17T07:40:37.6008355Z [4625/7175] 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-07-17T07:40:37.7303357Z [4626/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2025-07-17T07:40:37.8065519Z [4627/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c32.c.obj 2025-07-17T07:40:37.8161933Z [4628/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rdsum\gen\qu8-rdsum-7p7x-ssse3-c16.c.obj 2025-07-17T07:40:37.8213449Z [4629/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2025-07-17T07:40:37.8227673Z [4630/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2025-07-17T07:40:37.9053685Z [4631/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2025-07-17T07:40:37.9125931Z [4632/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2025-07-17T07:40:37.9366708Z [4633/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2025-07-17T07:40:37.9651888Z [4634/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2025-07-17T07:40:38.0761807Z [4635/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2025-07-17T07:40:38.0774668Z [4636/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2025-07-17T07:40:38.0786453Z [4637/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2025-07-17T07:40:38.0798122Z [4638/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2025-07-17T07:40:38.0852964Z [4639/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2025-07-17T07:40:38.1436440Z [4640/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2025-07-17T07:40:38.2276198Z [4641/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2025-07-17T07:40:38.2329725Z [4642/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2025-07-17T07:40:38.2342295Z [4643/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2025-07-17T07:40:38.2562772Z [4644/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2025-07-17T07:40:38.3418361Z [4645/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2025-07-17T07:40:38.3474382Z [4646/7175] 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-07-17T07:40:38.3487211Z [4647/7175] 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-07-17T07:40:38.4338748Z [4648/7175] 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-07-17T07:40:38.4350715Z [4649/7175] 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-07-17T07:40:38.4691258Z [4650/7175] 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-07-17T07:40:38.4778572Z [4651/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2025-07-17T07:40:38.5477938Z [4652/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2025-07-17T07:40:38.5544190Z [4653/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2025-07-17T07:40:38.7382822Z [4654/7175] 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-07-17T07:40:38.7703014Z [4655/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2025-07-17T07:40:38.7851844Z [4656/7175] 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-07-17T07:40:38.8220035Z [4657/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2025-07-17T07:40:38.8402996Z [4658/7175] 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-07-17T07:40:38.8462490Z [4659/7175] 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-07-17T07:40:38.9855630Z [4660/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2025-07-17T07:40:38.9902320Z [4661/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2025-07-17T07:40:39.0006387Z [4662/7175] 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-07-17T07:40:39.0056519Z [4663/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2025-07-17T07:40:39.0067646Z [4664/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2025-07-17T07:40:39.0824075Z [4665/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2025-07-17T07:40:39.0839689Z [4666/7175] 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-07-17T07:40:39.1551412Z [4667/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u8.c.obj 2025-07-17T07:40:39.1602777Z [4668/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u8.c.obj 2025-07-17T07:40:39.1738479Z [4669/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-sse41-u4.c.obj 2025-07-17T07:40:39.1751631Z [4670/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u4.c.obj 2025-07-17T07:40:39.1981536Z [4671/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-sse41-u4.c.obj 2025-07-17T07:40:39.2635565Z [4672/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2025-07-17T07:40:39.2686259Z [4673/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-sse41-u8.c.obj 2025-07-17T07:40:39.2815095Z [4674/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2025-07-17T07:40:39.2868551Z [4675/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2025-07-17T07:40:39.3591927Z [4676/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2025-07-17T07:40:39.3604799Z [4677/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2025-07-17T07:40:39.3652286Z [4678/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2025-07-17T07:40:39.4551166Z [4679/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2025-07-17T07:40:39.4565295Z [4680/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2025-07-17T07:40:39.4578583Z [4681/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2025-07-17T07:40:39.4651575Z [4682/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2025-07-17T07:40:39.5520687Z [4683/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2025-07-17T07:40:39.5694896Z [4684/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2025-07-17T07:40:39.6175918Z [4685/7175] 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-07-17T07:40:39.6224527Z [4686/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2025-07-17T07:40:39.6240091Z [4687/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2025-07-17T07:40:39.6293004Z [4688/7175] 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-07-17T07:40:39.6305972Z [4689/7175] 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-07-17T07:40:39.7092196Z [4690/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2025-07-17T07:40:39.7141294Z [4691/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2025-07-17T07:40:39.7283582Z [4692/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2025-07-17T07:40:39.8657935Z [4693/7175] 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-07-17T07:40:39.8715687Z [4694/7175] 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-07-17T07:40:39.8849853Z [4695/7175] 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-07-17T07:40:39.8860437Z [4696/7175] 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-07-17T07:40:39.8916125Z [4697/7175] 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-07-17T07:40:39.9686159Z [4698/7175] 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-07-17T07:40:39.9697243Z [4699/7175] 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-07-17T07:40:40.0669504Z [4700/7175] 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-07-17T07:40:40.0686414Z [4701/7175] 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-07-17T07:40:40.0735923Z [4702/7175] 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-07-17T07:40:40.1123783Z [4703/7175] 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-07-17T07:40:40.1392798Z [4704/7175] 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-07-17T07:40:40.1534288Z [4705/7175] 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-07-17T07:40:40.2487884Z [4706/7175] 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-07-17T07:40:40.2499992Z [4707/7175] 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-07-17T07:40:40.2511213Z [4708/7175] 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-07-17T07:40:40.2522348Z [4709/7175] 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-07-17T07:40:40.4251899Z [4710/7175] 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-07-17T07:40:40.4364455Z [4711/7175] 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-07-17T07:40:40.4668878Z [4712/7175] 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-07-17T07:40:40.4683223Z [4713/7175] 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-07-17T07:40:40.4696024Z [4714/7175] 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-07-17T07:40:40.4707408Z [4715/7175] 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-07-17T07:40:40.5660176Z [4716/7175] 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-07-17T07:40:40.5719113Z [4717/7175] 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-07-17T07:40:40.5730657Z [4718/7175] 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-07-17T07:40:40.6668756Z [4719/7175] 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-07-17T07:40:40.7091024Z [4720/7175] 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-07-17T07:40:40.7102569Z [4721/7175] 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-07-17T07:40:40.7120104Z [4722/7175] 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-07-17T07:40:40.7163871Z [4723/7175] 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-07-17T07:40:40.7175533Z [4724/7175] 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-07-17T07:40:40.8058084Z [4725/7175] 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-07-17T07:40:40.9305856Z [4726/7175] 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-07-17T07:40:40.9369925Z [4727/7175] 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-07-17T07:40:40.9656496Z [4728/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:40.9720609Z [4729/7175] 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-07-17T07:40:40.9732981Z [4730/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:40.9744673Z [4731/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.0486528Z [4732/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.1012270Z [4733/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.1111541Z [4734/7175] 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-07-17T07:40:41.1204636Z [4735/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.1307000Z [4736/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.1423987Z [4737/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.1436627Z [4738/7175] 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-07-17T07:40:41.2448187Z [4739/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.2966366Z [4740/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.3468261Z [4741/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.3483197Z [4742/7175] 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-07-17T07:40:41.3498892Z [4743/7175] 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-07-17T07:40:41.3513845Z [4744/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.3766495Z [4745/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.4424148Z [4746/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.5205006Z [4747/7175] 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-07-17T07:40:41.5269252Z [4748/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.5318797Z [4749/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.5446559Z [4750/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.5497107Z [4751/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.6383930Z [4752/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:41.6435250Z [4753/7175] 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-07-17T07:40:41.6939438Z [4754/7175] 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-07-17T07:40:41.6983522Z [4755/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2025-07-17T07:40:41.7051118Z [4756/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2025-07-17T07:40:41.7145260Z [4757/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2025-07-17T07:40:41.7637818Z [4758/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:41.8099706Z [4759/7175] 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-07-17T07:40:41.8543542Z [4760/7175] 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-07-17T07:40:41.8881320Z [4761/7175] 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-07-17T07:40:41.8893040Z [4762/7175] 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-07-17T07:40:41.8903993Z [4763/7175] 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-07-17T07:40:41.9015116Z [4764/7175] 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-07-17T07:40:41.9419636Z [4765/7175] 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-07-17T07:40:41.9900661Z [4766/7175] 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-07-17T07:40:42.2789533Z [4767/7175] 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-07-17T07:40:42.2803541Z [4768/7175] 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-07-17T07:40:42.2814785Z [4769/7175] 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-07-17T07:40:42.2868903Z [4770/7175] 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-07-17T07:40:42.2881988Z [4771/7175] 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-07-17T07:40:42.2894808Z [4772/7175] 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-07-17T07:40:42.2907056Z [4773/7175] 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-07-17T07:40:42.4339217Z [4774/7175] 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-07-17T07:40:42.4351146Z [4775/7175] 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-07-17T07:40:42.4488244Z [4776/7175] 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-07-17T07:40:42.4500229Z [4777/7175] 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-07-17T07:40:42.4586740Z [4778/7175] 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-07-17T07:40:42.4937563Z [4779/7175] 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-07-17T07:40:42.5097021Z [4780/7175] 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-07-17T07:40:42.6274250Z [4781/7175] 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-07-17T07:40:42.6287086Z [4782/7175] 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-07-17T07:40:42.6477228Z [4783/7175] 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-07-17T07:40:42.6844382Z [4784/7175] 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-07-17T07:40:42.7085922Z [4785/7175] 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-07-17T07:40:42.7099410Z [4786/7175] 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-07-17T07:40:42.7160158Z [4787/7175] 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-07-17T07:40:42.7829577Z [4788/7175] 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-07-17T07:40:42.8053080Z [4789/7175] 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-07-17T07:40:42.8065211Z [4790/7175] 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-07-17T07:40:42.8890438Z [4791/7175] 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-07-17T07:40:42.9553671Z [4792/7175] 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-07-17T07:40:42.9568838Z [4793/7175] 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-07-17T07:40:42.9583989Z [4794/7175] 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-07-17T07:40:43.0447742Z [4795/7175] 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-07-17T07:40:43.0555962Z [4796/7175] 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-07-17T07:40:43.0609187Z [4797/7175] 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-07-17T07:40:43.1246530Z [4798/7175] 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-07-17T07:40:43.1292272Z [4799/7175] 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-07-17T07:40:43.1365280Z [4800/7175] 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-07-17T07:40:43.2044139Z [4801/7175] 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-07-17T07:40:43.2178980Z [4802/7175] 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-07-17T07:40:43.2190505Z [4803/7175] 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-07-17T07:40:43.2288274Z [4804/7175] 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-07-17T07:40:43.2845307Z [4805/7175] 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-07-17T07:40:43.2894904Z [4806/7175] 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-07-17T07:40:43.3140239Z [4807/7175] 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-07-17T07:40:43.3313384Z [4808/7175] 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-07-17T07:40:43.3362508Z [4809/7175] 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-07-17T07:40:43.4138383Z [4810/7175] 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-07-17T07:40:43.4149937Z [4811/7175] 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-07-17T07:40:43.4160807Z [4812/7175] 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-07-17T07:40:43.4412337Z [4813/7175] 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-07-17T07:40:43.4918151Z [4814/7175] 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-07-17T07:40:43.5159899Z [4815/7175] 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-07-17T07:40:43.5839877Z [4816/7175] 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-07-17T07:40:43.5851755Z [4817/7175] 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-07-17T07:40:43.5862359Z [4818/7175] 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-07-17T07:40:43.6184967Z [4819/7175] 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-07-17T07:40:43.6199212Z [4820/7175] 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-07-17T07:40:43.6902804Z [4821/7175] 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-07-17T07:40:43.6961962Z [4822/7175] 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-07-17T07:40:43.7098327Z [4823/7175] 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-07-17T07:40:43.7602687Z [4824/7175] 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-07-17T07:40:43.8234787Z [4825/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-07-17T07:40:43.8329055Z [4826/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2025-07-17T07:40:43.8389700Z [4827/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2025-07-17T07:40:43.8400668Z [4828/7175] 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-07-17T07:40:43.8671750Z [4829/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2025-07-17T07:40:43.8787734Z [4830/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2025-07-17T07:40:43.9128314Z [4831/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-07-17T07:40:43.9569524Z [4832/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-07-17T07:40:43.9982072Z [4833/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-07-17T07:40:43.9995168Z [4834/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2025-07-17T07:40:44.0048991Z [4835/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2025-07-17T07:40:44.0061309Z [4836/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2025-07-17T07:40:44.0250031Z [4837/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2025-07-17T07:40:44.0390655Z [4838/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-07-17T07:40:44.1276498Z [4839/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2025-07-17T07:40:44.1335037Z [4840/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2025-07-17T07:40:44.1348412Z [4841/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-07-17T07:40:44.1448909Z [4842/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2025-07-17T07:40:44.1500384Z [4843/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2025-07-17T07:40:44.1643323Z [4844/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2025-07-17T07:40:44.1911120Z [4845/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2025-07-17T07:40:44.2916753Z [4846/7175] 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-07-17T07:40:44.3007980Z [4847/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.3094170Z [4848/7175] 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-07-17T07:40:44.3202753Z [4849/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.4046579Z [4850/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.4761579Z [4851/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.4777313Z [4852/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.4983230Z [4853/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.5077136Z [4854/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.5716986Z [4855/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.5733463Z [4856/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.6615043Z [4857/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.6792744Z [4858/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.6840184Z [4859/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.7022300Z [4860/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.7064170Z [4861/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.8310808Z [4862/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:44.8518640Z [4863/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:44.8756752Z [4864/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2025-07-17T07:40:44.8768684Z [4865/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2025-07-17T07:40:44.8826328Z [4866/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2025-07-17T07:40:44.9771369Z [4867/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2025-07-17T07:40:45.0631241Z [4868/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.0642404Z [4869/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.1082237Z [4870/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.1093608Z [4871/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2025-07-17T07:40:45.1104478Z [4872/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.1116314Z [4873/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.1977378Z [4874/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.2237114Z [4875/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.2912689Z [4876/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.2969115Z [4877/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.2984513Z [4878/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.3147037Z [4879/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.3162091Z [4880/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.3962292Z [4881/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.4007095Z [4882/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.4964441Z [4883/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.5276442Z [4884/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.5511353Z [4885/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.5522904Z [4886/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.5535837Z [4887/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.5547164Z [4888/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.5559463Z [4889/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.6247285Z [4890/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.7186772Z [4891/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.7198931Z [4892/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.7293438Z [4893/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.7338725Z [4894/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.7385350Z [4895/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.7464920Z [4896/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.8211424Z [4897/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.8700015Z [4898/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.8749981Z [4899/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.8760810Z [4900/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.8838772Z [4901/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:45.9168645Z [4902/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:45.9180334Z [4903/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:46.0079789Z [4904/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:46.0144398Z [4905/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:46.0194871Z [4906/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2025-07-17T07:40:46.0426291Z [4907/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:46.0487128Z [4908/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2025-07-17T07:40:46.1208376Z [4909/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2025-07-17T07:40:46.1483418Z [4910/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2025-07-17T07:40:46.1497560Z [4911/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2025-07-17T07:40:46.2052431Z [4912/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2025-07-17T07:40:46.2256857Z [4913/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2025-07-17T07:40:46.2269521Z [4914/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2025-07-17T07:40:46.2282590Z [4915/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2025-07-17T07:40:46.2954746Z [4916/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2025-07-17T07:40:46.3003516Z [4917/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2025-07-17T07:40:46.3339894Z [4918/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2025-07-17T07:40:46.3940890Z [4919/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2025-07-17T07:40:46.4028368Z [4920/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2025-07-17T07:40:46.4120895Z [4921/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2025-07-17T07:40:46.4138926Z [4922/7175] 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-07-17T07:40:46.4198285Z [4923/7175] 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-07-17T07:40:46.4767475Z [4924/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2025-07-17T07:40:46.5092126Z [4925/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-gio-sse41-u2.c.obj 2025-07-17T07:40:46.5815030Z [4926/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2025-07-17T07:40:46.5892303Z [4927/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2025-07-17T07:40:46.5950076Z [4928/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2025-07-17T07:40:46.5964974Z [4929/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2025-07-17T07:40:46.6236083Z [4930/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2025-07-17T07:40:46.6516381Z [4931/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.6601580Z [4932/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2025-07-17T07:40:46.8165090Z [4933/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2025-07-17T07:40:46.8178027Z [4934/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2025-07-17T07:40:46.8189331Z [4935/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.8236943Z [4936/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.8367034Z [4937/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.8944167Z [4938/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.9327118Z [4939/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.9743700Z [4940/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2025-07-17T07:40:46.9793318Z [4941/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:46.9805931Z [4942/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2025-07-17T07:40:47.0114098Z [4943/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.0126052Z [4944/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.0883118Z [4945/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2025-07-17T07:40:47.1519892Z [4946/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.1538720Z [4947/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.1553641Z [4948/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2025-07-17T07:40:47.1566954Z [4949/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.1752084Z [4950/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2025-07-17T07:40:47.1857807Z [4951/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.3059000Z [4952/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2025-07-17T07:40:47.3326648Z [4953/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2025-07-17T07:40:47.3652886Z [4954/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.3663884Z [4955/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.3675141Z [4956/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2025-07-17T07:40:47.3687766Z [4957/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2025-07-17T07:40:47.3700382Z [4958/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2025-07-17T07:40:47.4507041Z [4959/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.4804812Z [4960/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.4846548Z [4961/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.5149797Z [4962/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6054557Z [4963/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6109289Z [4964/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6121208Z [4965/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6245480Z [4966/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6438361Z [4967/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6488914Z [4968/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.6818162Z [4969/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.7461862Z [4970/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.7473965Z [4971/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.8599717Z [4972/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.8612484Z [4973/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.8624197Z [4974/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.8635739Z [4975/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.8687746Z [4976/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.9691608Z [4977/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:47.9703155Z [4978/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:48.0196423Z [4979/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:48.0250840Z [4980/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:48.0305972Z [4981/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2025-07-17T07:40:48.1605615Z [4982/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2025-07-17T07:40:48.1751116Z [4983/7175] 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-07-17T07:40:48.1812831Z [4984/7175] 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-07-17T07:40:48.1828586Z [4985/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2025-07-17T07:40:48.1884882Z [4986/7175] 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-07-17T07:40:48.1899714Z [4987/7175] 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-07-17T07:40:48.2164639Z [4988/7175] 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-07-17T07:40:48.3384185Z [4989/7175] 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-07-17T07:40:48.3452878Z [4990/7175] 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-07-17T07:40:48.4918484Z [4991/7175] 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-07-17T07:40:48.4919603Z [4992/7175] 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-07-17T07:40:48.4920880Z [4993/7175] 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-07-17T07:40:48.4921997Z [4994/7175] 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-07-17T07:40:48.4923073Z [4995/7175] 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-07-17T07:40:48.4924229Z [4996/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2025-07-17T07:40:48.4925130Z [4997/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2025-07-17T07:40:48.4926032Z [4998/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2025-07-17T07:40:48.4986282Z [4999/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2025-07-17T07:40:48.4998781Z [5000/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2025-07-17T07:40:48.5377772Z [5001/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2025-07-17T07:40:48.5857694Z [5002/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2025-07-17T07:40:48.5933540Z [5003/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2025-07-17T07:40:48.5986939Z [5004/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2025-07-17T07:40:48.6178520Z [5005/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2025-07-17T07:40:48.6277634Z [5006/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2025-07-17T07:40:48.7453862Z [5007/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2025-07-17T07:40:48.7465709Z [5008/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2025-07-17T07:40:48.8013220Z [5009/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2025-07-17T07:40:48.8073348Z [5010/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2025-07-17T07:40:48.8143634Z [5011/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2025-07-17T07:40:48.8318460Z [5012/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2025-07-17T07:40:48.8719814Z [5013/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2025-07-17T07:40:48.8822634Z [5014/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2025-07-17T07:40:48.9148595Z [5015/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2025-07-17T07:40:48.9762210Z [5016/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2025-07-17T07:40:48.9774627Z [5017/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2025-07-17T07:40:48.9786286Z [5018/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2025-07-17T07:40:48.9797973Z [5019/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2025-07-17T07:40:49.0492906Z [5020/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx-u8.c.obj 2025-07-17T07:40:49.0959235Z [5021/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx-u8.c.obj 2025-07-17T07:40:49.1014486Z [5022/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx-u8.c.obj 2025-07-17T07:40:49.1026284Z [5023/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2025-07-17T07:40:49.1088245Z [5024/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx-u8.c.obj 2025-07-17T07:40:49.1101036Z [5025/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2025-07-17T07:40:49.1114662Z [5026/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2025-07-17T07:40:49.1728380Z [5027/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2025-07-17T07:40:49.2144036Z [5028/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx-u8.c.obj 2025-07-17T07:40:49.2281818Z [5029/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2025-07-17T07:40:49.2299119Z [5030/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx-u8.c.obj 2025-07-17T07:40:49.2473163Z [5031/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx-u8.c.obj 2025-07-17T07:40:49.2591433Z [5032/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx-u8.c.obj 2025-07-17T07:40:49.2754207Z [5033/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx-u8.c.obj 2025-07-17T07:40:49.2833090Z [5034/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx-u8.c.obj 2025-07-17T07:40:49.3510805Z [5035/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx-u8.c.obj 2025-07-17T07:40:49.3579712Z [5036/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2025-07-17T07:40:49.3593570Z [5037/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2025-07-17T07:40:49.3845994Z [5038/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx-u8.c.obj 2025-07-17T07:40:49.3930232Z [5039/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx-u8.c.obj 2025-07-17T07:40:49.3980868Z [5040/7175] 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-07-17T07:40:49.3993238Z [5041/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2025-07-17T07:40:49.4871541Z [5042/7175] 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-07-17T07:40:49.4920840Z [5043/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2025-07-17T07:40:49.5182727Z [5044/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2025-07-17T07:40:49.5275514Z [5045/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2025-07-17T07:40:49.5322158Z [5046/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2025-07-17T07:40:49.5334161Z [5047/7175] 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-07-17T07:40:49.5696648Z [5048/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2025-07-17T07:40:49.6307604Z [5049/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2025-07-17T07:40:49.6367994Z [5050/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2025-07-17T07:40:49.6382492Z [5051/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2025-07-17T07:40:49.6720182Z [5052/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2025-07-17T07:40:49.6769189Z [5053/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2025-07-17T07:40:49.7032470Z [5054/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2025-07-17T07:40:49.7128978Z [5055/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2025-07-17T07:40:49.7563193Z [5056/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2025-07-17T07:40:49.7617173Z [5057/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2025-07-17T07:40:49.7671878Z [5058/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2025-07-17T07:40:49.8135776Z [5059/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2025-07-17T07:40:49.8329550Z [5060/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2025-07-17T07:40:49.8390852Z [5061/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2025-07-17T07:40:49.8642992Z [5062/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2025-07-17T07:40:49.8969629Z [5063/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2025-07-17T07:40:49.8981988Z [5064/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2025-07-17T07:40:49.8996768Z [5065/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2025-07-17T07:40:49.9785351Z [5066/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2025-07-17T07:40:49.9847021Z [5067/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2025-07-17T07:40:49.9859691Z [5068/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2025-07-17T07:40:50.0082189Z [5069/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2025-07-17T07:40:50.0286611Z [5070/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2025-07-17T07:40:50.0331318Z [5071/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2025-07-17T07:40:50.0620651Z [5072/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2025-07-17T07:40:50.1134434Z [5073/7175] 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-07-17T07:40:50.1475398Z [5074/7175] 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-07-17T07:40:50.1490997Z [5075/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-8-nr.c.obj 2025-07-17T07:40:50.1640712Z [5076/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2025-07-17T07:40:50.1653552Z [5077/7175] 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-07-17T07:40:50.1963398Z [5078/7175] 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-07-17T07:40:50.2009174Z [5079/7175] 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-07-17T07:40:50.2796002Z [5080/7175] 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-07-17T07:40:50.2808657Z [5081/7175] 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-07-17T07:40:50.2820263Z [5082/7175] 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-07-17T07:40:50.3325430Z [5083/7175] 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-07-17T07:40:50.3448985Z [5084/7175] 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-07-17T07:40:50.3555072Z [5085/7175] 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-07-17T07:40:50.4125589Z [5086/7175] 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-07-17T07:40:50.4173230Z [5087/7175] 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-07-17T07:40:50.4318026Z [5088/7175] 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-07-17T07:40:50.4392822Z [5089/7175] 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-07-17T07:40:50.4591210Z [5090/7175] 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-07-17T07:40:50.4829208Z [5091/7175] 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-07-17T07:40:50.5173276Z [5092/7175] 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-07-17T07:40:50.5629368Z [5093/7175] 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-07-17T07:40:50.5689623Z [5094/7175] 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-07-17T07:40:50.5701071Z [5095/7175] 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-07-17T07:40:50.5930427Z [5096/7175] 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-07-17T07:40:50.6039614Z [5097/7175] 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-07-17T07:40:50.6093660Z [5098/7175] 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-07-17T07:40:50.6417930Z [5099/7175] 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-07-17T07:40:50.6930986Z [5100/7175] 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-07-17T07:40:50.6944550Z [5101/7175] 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-07-17T07:40:50.6956089Z [5102/7175] 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-07-17T07:40:50.7271108Z [5103/7175] 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-07-17T07:40:50.7358588Z [5104/7175] 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-07-17T07:40:50.7589770Z [5105/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.8149741Z [5106/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.8223193Z [5107/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.8400800Z [5108/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.8626845Z [5109/7175] 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-07-17T07:40:50.8757794Z [5110/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.8913061Z [5111/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:50.8929598Z [5112/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.9334707Z [5113/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:50.9660799Z [5114/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:50.9721660Z [5115/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:51.0550032Z [5116/7175] 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-07-17T07:40:51.0567496Z [5117/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:51.0658314Z [5118/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:51.0793629Z [5119/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:51.0973894Z [5120/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2025-07-17T07:40:51.1303349Z [5121/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2025-07-17T07:40:51.1379237Z [5122/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:51.1777783Z [5123/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2025-07-17T07:40:51.1948260Z [5124/7175] 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-07-17T07:40:51.2144847Z [5125/7175] 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-07-17T07:40:51.2514654Z [5126/7175] 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-07-17T07:40:51.2571876Z [5127/7175] 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-07-17T07:40:51.3000262Z [5128/7175] 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-07-17T07:40:51.3206820Z [5129/7175] 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-07-17T07:40:51.3398606Z [5130/7175] 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-07-17T07:40:51.3523427Z [5131/7175] 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-07-17T07:40:51.3678519Z [5132/7175] 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-07-17T07:40:51.3742162Z [5133/7175] 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-07-17T07:40:51.3956499Z [5134/7175] 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-07-17T07:40:51.4489479Z [5135/7175] 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-07-17T07:40:51.4744251Z [5136/7175] 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-07-17T07:40:51.4894600Z [5137/7175] 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-07-17T07:40:51.5109105Z [5138/7175] 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-07-17T07:40:51.5122155Z [5139/7175] 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-07-17T07:40:51.5134007Z [5140/7175] 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-07-17T07:40:51.5331554Z [5141/7175] 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-07-17T07:40:51.6042392Z [5142/7175] 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-07-17T07:40:51.6274631Z [5143/7175] 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-07-17T07:40:51.6543691Z [5144/7175] 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-07-17T07:40:51.6584415Z [5145/7175] 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-07-17T07:40:51.6635938Z [5146/7175] 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-07-17T07:40:51.6713217Z [5147/7175] 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-07-17T07:40:51.6796063Z [5148/7175] 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-07-17T07:40:51.7724590Z [5149/7175] 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-07-17T07:40:51.7781822Z [5150/7175] 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-07-17T07:40:51.8022154Z [5151/7175] 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-07-17T07:40:51.8069268Z [5152/7175] 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-07-17T07:40:51.8248967Z [5153/7175] 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-07-17T07:40:51.8260611Z [5154/7175] 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-07-17T07:40:51.8636557Z [5155/7175] 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-07-17T07:40:51.9139038Z [5156/7175] 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-07-17T07:40:51.9290528Z [5157/7175] 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-07-17T07:40:51.9310404Z [5158/7175] 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-07-17T07:40:51.9358086Z [5159/7175] 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-07-17T07:40:51.9429418Z [5160/7175] 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-07-17T07:40:51.9480212Z [5161/7175] 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-07-17T07:40:52.0053372Z [5162/7175] 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-07-17T07:40:52.0562171Z [5163/7175] 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-07-17T07:40:52.0629346Z [5164/7175] 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-07-17T07:40:52.0744239Z [5165/7175] 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-07-17T07:40:52.0943663Z [5166/7175] 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-07-17T07:40:52.1038992Z [5167/7175] 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-07-17T07:40:52.1160080Z [5168/7175] 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-07-17T07:40:52.1917344Z [5169/7175] 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-07-17T07:40:52.1930023Z [5170/7175] 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-07-17T07:40:52.1941636Z [5171/7175] 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-07-17T07:40:52.2680615Z [5172/7175] 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-07-17T07:40:52.4053371Z [5173/7175] 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-07-17T07:40:52.4065228Z [5174/7175] 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-07-17T07:40:52.4076324Z [5175/7175] 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-07-17T07:40:52.4088053Z [5176/7175] 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-07-17T07:40:52.4099440Z [5177/7175] 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-07-17T07:40:52.4111715Z [5178/7175] 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-07-17T07:40:52.5469810Z [5179/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-07-17T07:40:52.5483419Z [5180/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2025-07-17T07:40:52.5535360Z [5181/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-07-17T07:40:52.5950630Z [5182/7175] 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-07-17T07:40:52.5969502Z [5183/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2025-07-17T07:40:52.5983368Z [5184/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-07-17T07:40:52.5999548Z [5185/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2025-07-17T07:40:52.6665578Z [5186/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2025-07-17T07:40:52.6748423Z [5187/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-07-17T07:40:52.7858757Z [5188/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2025-07-17T07:40:52.7904567Z [5189/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2025-07-17T07:40:52.9048068Z [5190/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2025-07-17T07:40:52.9063943Z [5191/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2025-07-17T07:40:52.9077245Z [5192/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-07-17T07:40:53.0001177Z [5193/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2025-07-17T07:40:53.0014527Z [5194/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-07-17T07:40:53.0065676Z [5195/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2025-07-17T07:40:53.0078402Z [5196/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2025-07-17T07:40:53.2145502Z [5197/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2025-07-17T07:40:53.2253476Z [5198/7175] 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-07-17T07:40:53.2417867Z [5199/7175] 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-07-17T07:40:53.2589043Z [5200/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.3643465Z [5201/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.3657522Z [5202/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.3917785Z [5203/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.3931463Z [5204/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.4155801Z [5205/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.4614266Z [5206/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.4665650Z [5207/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:53.5449188Z [5208/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.5811544Z [5209/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2025-07-17T07:40:53.5862759Z [5210/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.5951967Z [5211/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2025-07-17T07:40:53.6188085Z [5212/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2025-07-17T07:40:53.6203644Z [5213/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2025-07-17T07:40:53.6584492Z [5214/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2025-07-17T07:40:53.7225692Z [5215/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.7280516Z [5216/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.7292117Z [5217/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.7408570Z [5218/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.7773951Z [5219/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.7894688Z [5220/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.8142721Z [5221/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.8605382Z [5222/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.8696379Z [5223/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.8794590Z [5224/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.9078878Z [5225/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.9294509Z [5226/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.9354880Z [5227/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.9874823Z [5228/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:53.9933191Z [5229/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:53.9948898Z [5230/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.0462892Z [5231/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.0615619Z [5232/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.0628020Z [5233/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.0838258Z [5234/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.1273266Z [5235/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.1326376Z [5236/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.1533588Z [5237/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.1645589Z [5238/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.1874611Z [5239/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.1886244Z [5240/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.1961788Z [5241/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.2449921Z [5242/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.2573446Z [5243/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.2926021Z [5244/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.3008940Z [5245/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.3106684Z [5246/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.3118498Z [5247/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.3227041Z [5248/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.4109459Z [5249/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.4121650Z [5250/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.4238976Z [5251/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.4285919Z [5252/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.4301729Z [5253/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2025-07-17T07:40:54.4366670Z [5254/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2025-07-17T07:40:54.4545103Z [5255/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2025-07-17T07:40:54.5372064Z [5256/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2025-07-17T07:40:54.5740609Z [5257/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2025-07-17T07:40:54.5753488Z [5258/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2025-07-17T07:40:54.5765731Z [5259/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2025-07-17T07:40:54.5779956Z [5260/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2025-07-17T07:40:54.5832545Z [5261/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2025-07-17T07:40:54.5846611Z [5262/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2025-07-17T07:40:54.6743186Z [5263/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2025-07-17T07:40:54.6788447Z [5264/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2025-07-17T07:40:54.6799878Z [5265/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2025-07-17T07:40:54.6972014Z [5266/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2025-07-17T07:40:54.7015899Z [5267/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2025-07-17T07:40:54.7088202Z [5268/7175] 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-07-17T07:40:54.7122998Z [5269/7175] 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-07-17T07:40:54.7771606Z [5270/7175] 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-07-17T07:40:54.8464586Z [5271/7175] 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-07-17T07:40:54.9815225Z [5272/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u1.c.obj 2025-07-17T07:40:54.9826817Z [5273/7175] 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-07-17T07:40:54.9838483Z [5274/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2025-07-17T07:40:54.9850932Z [5275/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-gio-avx-u8.c.obj 2025-07-17T07:40:54.9905566Z [5276/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2025-07-17T07:40:54.9916729Z [5277/7175] 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-07-17T07:40:55.0848307Z [5278/7175] 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-07-17T07:40:55.0975105Z [5279/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx-u1.c.obj 2025-07-17T07:40:55.1019689Z [5280/7175] 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-07-17T07:40:55.1077851Z [5281/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u1.c.obj 2025-07-17T07:40:55.1127691Z [5282/7175] 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-07-17T07:40:55.1193557Z [5283/7175] 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-07-17T07:40:55.1289559Z [5284/7175] 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-07-17T07:40:55.2212123Z [5285/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2025-07-17T07:40:55.2656656Z [5286/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2025-07-17T07:40:55.2676516Z [5287/7175] 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-07-17T07:40:55.2688051Z [5288/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx-u8.c.obj 2025-07-17T07:40:55.2698517Z [5289/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2025-07-17T07:40:55.2710647Z [5290/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2025-07-17T07:40:55.2762837Z [5291/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2025-07-17T07:40:55.3922682Z [5292/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2025-07-17T07:40:55.3935380Z [5293/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2025-07-17T07:40:55.3989454Z [5294/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2025-07-17T07:40:55.4000442Z [5295/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2025-07-17T07:40:55.4194554Z [5296/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2025-07-17T07:40:55.4850563Z [5297/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2025-07-17T07:40:55.4903452Z [5298/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2025-07-17T07:40:55.5233920Z [5299/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2025-07-17T07:40:55.5335273Z [5300/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2025-07-17T07:40:55.5399552Z [5301/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2025-07-17T07:40:55.5851382Z [5302/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2025-07-17T07:40:55.5863576Z [5303/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2025-07-17T07:40:55.6007883Z [5304/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-f16c-u8.c.obj 2025-07-17T07:40:55.6069266Z [5305/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-f16c-u8.c.obj 2025-07-17T07:40:55.6620949Z [5306/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-f16c-u16.c.obj 2025-07-17T07:40:55.6641517Z [5307/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-f16c-u16.c.obj 2025-07-17T07:40:55.7552171Z [5308/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2025-07-17T07:40:55.7564941Z [5309/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2025-07-17T07:40:55.7577465Z [5310/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2025-07-17T07:40:55.7589289Z [5311/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-f16c-u8.c.obj 2025-07-17T07:40:55.7602054Z [5312/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2025-07-17T07:40:55.8337314Z [5313/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-f16c-u8.c.obj 2025-07-17T07:40:55.9229220Z [5314/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrpreluc-f16c-u8.c.obj 2025-07-17T07:40:55.9243016Z [5315/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vprelu-f16c-u8.c.obj 2025-07-17T07:40:55.9295817Z [5316/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2025-07-17T07:40:55.9309177Z [5317/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-f16c-u16.c.obj 2025-07-17T07:40:55.9367782Z [5318/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-f16c-u8.c.obj 2025-07-17T07:40:55.9380558Z [5319/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vpreluc-f16c-u8.c.obj 2025-07-17T07:40:56.0659994Z [5320/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2025-07-17T07:40:56.0712392Z [5321/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2025-07-17T07:40:56.0914017Z [5322/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2025-07-17T07:40:56.0963473Z [5323/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2025-07-17T07:40:56.1230962Z [5324/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-f16c-u8.c.obj 2025-07-17T07:40:56.1244183Z [5325/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-f16c-u8.c.obj 2025-07-17T07:40:56.1256794Z [5326/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2025-07-17T07:40:56.2049337Z [5327/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2025-07-17T07:40:56.2097982Z [5328/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2025-07-17T07:40:56.2185687Z [5329/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2025-07-17T07:40:56.2197854Z [5330/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2025-07-17T07:40:56.3702281Z [5331/7175] 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-07-17T07:40:56.3751681Z [5332/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2025-07-17T07:40:56.3993991Z [5333/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2025-07-17T07:40:56.4057525Z [5334/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2025-07-17T07:40:56.4069384Z [5335/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2025-07-17T07:40:56.4081225Z [5336/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2025-07-17T07:40:56.4185213Z [5337/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2025-07-17T07:40:56.4835949Z [5338/7175] 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-07-17T07:40:56.5324398Z [5339/7175] 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-07-17T07:40:56.5335937Z [5340/7175] 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-07-17T07:40:56.6065372Z [5341/7175] 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-07-17T07:40:56.6078179Z [5342/7175] 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-07-17T07:40:56.6090603Z [5343/7175] 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-07-17T07:40:56.6231251Z [5344/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2025-07-17T07:40:56.7046294Z [5345/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2025-07-17T07:40:56.7098332Z [5346/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2025-07-17T07:40:56.7410423Z [5347/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2025-07-17T07:40:56.7837395Z [5348/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2025-07-17T07:40:56.7854992Z [5349/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2025-07-17T07:40:56.8637744Z [5350/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2025-07-17T07:40:56.8705023Z [5351/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2025-07-17T07:40:56.8871558Z [5352/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:56.8883759Z [5353/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:56.8940559Z [5354/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:56.9144251Z [5355/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:56.9742706Z [5356/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:56.9843258Z [5357/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2025-07-17T07:40:56.9993413Z [5358/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2025-07-17T07:40:57.0148252Z [5359/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.0390125Z [5360/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.0505320Z [5361/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.1072879Z [5362/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.1402585Z [5363/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.1454802Z [5364/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.1551021Z [5365/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.1896197Z [5366/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.2085744Z [5367/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.2638961Z [5368/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.2683338Z [5369/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.2766560Z [5370/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.3223941Z [5371/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.3295198Z [5372/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.3400925Z [5373/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.3478898Z [5374/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.4200899Z [5375/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.4257212Z [5376/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:57.4317067Z [5377/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.4840492Z [5378/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2025-07-17T07:40:57.4852740Z [5379/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.4902669Z [5380/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.4945092Z [5381/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.5677422Z [5382/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2025-07-17T07:40:57.5784765Z [5383/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2025-07-17T07:40:57.6612252Z [5384/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.6672578Z [5385/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2025-07-17T07:40:57.6688211Z [5386/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2025-07-17T07:40:57.6707948Z [5387/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.6890392Z [5388/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2025-07-17T07:40:57.6983928Z [5389/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2025-07-17T07:40:57.7205646Z [5390/7175] 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-07-17T07:40:57.7973732Z [5391/7175] 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-07-17T07:40:57.8476107Z [5392/7175] 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-07-17T07:40:57.8493373Z [5393/7175] 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-07-17T07:40:57.8510033Z [5394/7175] 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-07-17T07:40:57.8523797Z [5395/7175] 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-07-17T07:40:57.9199301Z [5396/7175] 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-07-17T07:40:57.9215556Z [5397/7175] 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-07-17T07:40:57.9803786Z [5398/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:57.9860574Z [5399/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2025-07-17T07:40:57.9998539Z [5400/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2025-07-17T07:40:58.0048166Z [5401/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2025-07-17T07:40:58.0957221Z [5402/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2025-07-17T07:40:58.1754830Z [5403/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2025-07-17T07:40:58.1767754Z [5404/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.1846067Z [5405/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.1914442Z [5406/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.2205928Z [5407/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.2511520Z [5408/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.2625327Z [5409/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:58.2966860Z [5410/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:58.3043327Z [5411/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.3117083Z [5412/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:58.3503939Z [5413/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.3517109Z [5414/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.3952918Z [5415/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:58.4147023Z [5416/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.4385277Z [5417/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.4451688Z [5418/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2025-07-17T07:40:58.4666576Z [5419/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2025-07-17T07:40:58.4866079Z [5420/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.4958690Z [5421/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.5255224Z [5422/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2025-07-17T07:40:58.5318746Z [5423/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2025-07-17T07:40:58.5698015Z [5424/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.5748946Z [5425/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.6168516Z [5426/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.6360078Z [5427/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.6405176Z [5428/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.6774938Z [5429/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7364020Z [5430/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7420346Z [5431/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7471202Z [5432/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7483433Z [5433/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7727985Z [5434/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.7811383Z [5435/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.8126591Z [5436/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.8860623Z [5437/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.8909004Z [5438/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.9005248Z [5439/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.9052552Z [5440/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.9064653Z [5441/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.9121309Z [5442/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:58.9526067Z [5443/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.0130637Z [5444/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.0351605Z [5445/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.0428090Z [5446/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.0978421Z [5447/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.0990067Z [5448/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.1001037Z [5449/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.1013168Z [5450/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.1870415Z [5451/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.1949901Z [5452/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.2245579Z [5453/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.2311252Z [5454/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.2436972Z [5455/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.2478179Z [5456/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.2576531Z [5457/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.3351012Z [5458/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.3410417Z [5459/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.3557888Z [5460/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.3605000Z [5461/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2025-07-17T07:40:59.3659815Z [5462/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.3971758Z [5463/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.4592452Z [5464/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.5056303Z [5465/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2025-07-17T07:40:59.5169035Z [5466/7175] 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-07-17T07:40:59.5239062Z [5467/7175] 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-07-17T07:40:59.5289882Z [5468/7175] 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-07-17T07:40:59.5865332Z [5469/7175] 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-07-17T07:40:59.5877926Z [5470/7175] 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-07-17T07:40:59.5988617Z [5471/7175] 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-07-17T07:40:59.6782542Z [5472/7175] 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-07-17T07:40:59.6832183Z [5473/7175] 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-07-17T07:40:59.6884246Z [5474/7175] 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-07-17T07:40:59.6897639Z [5475/7175] 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-07-17T07:40:59.7213356Z [5476/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u8.c.obj 2025-07-17T07:40:59.7390002Z [5477/7175] 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-07-17T07:40:59.7449168Z [5478/7175] 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-07-17T07:40:59.7969308Z [5479/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u64.c.obj 2025-07-17T07:40:59.7990304Z [5480/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-fma3-u32.c.obj 2025-07-17T07:40:59.8405099Z [5481/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2025-07-17T07:40:59.8476394Z [5482/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2025-07-17T07:40:59.8903494Z [5483/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2025-07-17T07:40:59.8917086Z [5484/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2025-07-17T07:40:59.8956911Z [5485/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2025-07-17T07:40:59.9293500Z [5486/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2025-07-17T07:40:59.9378436Z [5487/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-8-nr.c.obj 2025-07-17T07:40:59.9816952Z [5488/7175] 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-07-17T07:41:00.0264871Z [5489/7175] 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-07-17T07:41:00.0396891Z [5490/7175] 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-07-17T07:41:00.0454814Z [5491/7175] 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-07-17T07:41:00.0676241Z [5492/7175] 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-07-17T07:41:00.0758892Z [5493/7175] 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-07-17T07:41:00.1191290Z [5494/7175] 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-07-17T07:41:00.1576466Z [5495/7175] 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-07-17T07:41:00.1624497Z [5496/7175] 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-07-17T07:41:00.1718405Z [5497/7175] 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-07-17T07:41:00.1731087Z [5498/7175] 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-07-17T07:41:00.2056206Z [5499/7175] 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-07-17T07:41:00.2110665Z [5500/7175] 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-07-17T07:41:00.2402393Z [5501/7175] 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-07-17T07:41:00.3899939Z [5502/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.3960163Z [5503/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.4027333Z [5504/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.4077949Z [5505/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.4132418Z [5506/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.4144074Z [5507/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.4198015Z [5508/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5458690Z [5509/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5472011Z [5510/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5490719Z [5511/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5537820Z [5512/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5583786Z [5513/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5698090Z [5514/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.5808525Z [5515/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.6756868Z [5516/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2025-07-17T07:41:00.6924097Z [5517/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.6969445Z [5518/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2025-07-17T07:41:00.7018454Z [5519/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.7031153Z [5520/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.7282723Z [5521/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2025-07-17T07:41:00.7329820Z [5522/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2025-07-17T07:41:00.7932448Z [5523/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2025-07-17T07:41:00.8043902Z [5524/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2025-07-17T07:41:00.8453570Z [5525/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2025-07-17T07:41:00.8498091Z [5526/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2025-07-17T07:41:00.8543269Z [5527/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2025-07-17T07:41:00.8589502Z [5528/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2025-07-17T07:41:00.8640937Z [5529/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2025-07-17T07:41:00.9361257Z [5530/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2025-07-17T07:41:00.9508174Z [5531/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2025-07-17T07:41:00.9655106Z [5532/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2025-07-17T07:41:00.9857520Z [5533/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2025-07-17T07:41:00.9869145Z [5534/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2025-07-17T07:41:00.9880771Z [5535/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2025-07-17T07:41:01.0103577Z [5536/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2025-07-17T07:41:01.0515504Z [5537/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2025-07-17T07:41:01.0602188Z [5538/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2025-07-17T07:41:01.1030742Z [5539/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2025-07-17T07:41:01.1082228Z [5540/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2025-07-17T07:41:01.1144999Z [5541/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2025-07-17T07:41:01.1316324Z [5542/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2025-07-17T07:41:01.1366751Z [5543/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2025-07-17T07:41:01.1647545Z [5544/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2025-07-17T07:41:01.1752739Z [5545/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2025-07-17T07:41:01.2146525Z [5546/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2025-07-17T07:41:01.2493563Z [5547/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2025-07-17T07:41:01.2549066Z [5548/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2025-07-17T07:41:01.2611133Z [5549/7175] 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-07-17T07:41:01.3148204Z [5550/7175] 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-07-17T07:41:01.3237831Z [5551/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2025-07-17T07:41:01.3331549Z [5552/7175] 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-07-17T07:41:01.3475153Z [5553/7175] 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-07-17T07:41:01.3957772Z [5554/7175] 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-07-17T07:41:01.4043140Z [5555/7175] 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-07-17T07:41:01.4058752Z [5556/7175] 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-07-17T07:41:01.4621969Z [5557/7175] 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-07-17T07:41:01.4686750Z [5558/7175] 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-07-17T07:41:01.4974225Z [5559/7175] 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-07-17T07:41:01.4989427Z [5560/7175] 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-07-17T07:41:01.5471575Z [5561/7175] 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-07-17T07:41:01.5483984Z [5562/7175] 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-07-17T07:41:01.5659118Z [5563/7175] 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-07-17T07:41:01.6163987Z [5564/7175] 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-07-17T07:41:01.6242473Z [5565/7175] 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-07-17T07:41:01.6329465Z [5566/7175] 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-07-17T07:41:01.6825358Z [5567/7175] 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-07-17T07:41:01.6840332Z [5568/7175] 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-07-17T07:41:01.7282957Z [5569/7175] 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-07-17T07:41:01.7295956Z [5570/7175] 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-07-17T07:41:01.7718259Z [5571/7175] 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-07-17T07:41:01.7730925Z [5572/7175] 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-07-17T07:41:01.7779916Z [5573/7175] 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-07-17T07:41:01.8609328Z [5574/7175] 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-07-17T07:41:01.8679564Z [5575/7175] 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-07-17T07:41:01.9068732Z [5576/7175] 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-07-17T07:41:01.9089873Z [5577/7175] 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-07-17T07:41:01.9259188Z [5578/7175] 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-07-17T07:41:01.9331796Z [5579/7175] 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-07-17T07:41:01.9732927Z [5580/7175] 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-07-17T07:41:01.9941329Z [5581/7175] 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-07-17T07:41:02.0090643Z [5582/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2025-07-17T07:41:02.0103628Z [5583/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2025-07-17T07:41:02.0154391Z [5584/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2025-07-17T07:41:02.0883655Z [5585/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2025-07-17T07:41:02.0898149Z [5586/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2025-07-17T07:41:02.1004389Z [5587/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2025-07-17T07:41:02.1154697Z [5588/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2025-07-17T07:41:02.1166852Z [5589/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2025-07-17T07:41:02.1178471Z [5590/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2025-07-17T07:41:02.1189621Z [5591/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2025-07-17T07:41:02.2131759Z [5592/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2025-07-17T07:41:02.2272382Z [5593/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2025-07-17T07:41:02.2312609Z [5594/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2025-07-17T07:41:02.2366352Z [5595/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2025-07-17T07:41:02.2415580Z [5596/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2025-07-17T07:41:02.2512978Z [5597/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2025-07-17T07:41:02.2638579Z [5598/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2025-07-17T07:41:02.3584622Z [5599/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2025-07-17T07:41:02.3652580Z [5600/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2025-07-17T07:41:02.3697073Z [5601/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2025-07-17T07:41:02.3991149Z [5602/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2025-07-17T07:41:02.4270291Z [5603/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2025-07-17T07:41:02.4281717Z [5604/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2025-07-17T07:41:02.4503839Z [5605/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2025-07-17T07:41:02.4551893Z [5606/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2025-07-17T07:41:02.5019775Z [5607/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2025-07-17T07:41:02.5087351Z [5608/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2025-07-17T07:41:02.5100846Z [5609/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2025-07-17T07:41:02.5597797Z [5610/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2025-07-17T07:41:02.5696402Z [5611/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2025-07-17T07:41:02.5744444Z [5612/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2025-07-17T07:41:02.5985717Z [5613/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2025-07-17T07:41:02.6030413Z [5614/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2025-07-17T07:41:02.6042005Z [5615/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2025-07-17T07:41:02.6386676Z [5616/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2025-07-17T07:41:02.7079421Z [5617/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2025-07-17T07:41:02.7180919Z [5618/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u8.c.obj 2025-07-17T07:41:02.7226004Z [5619/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u8.c.obj 2025-07-17T07:41:02.7478555Z [5620/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2025-07-17T07:41:02.8584336Z [5621/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u16-acc2.c.obj 2025-07-17T07:41:02.8598257Z [5622/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u16-acc2.c.obj 2025-07-17T07:41:02.8612739Z [5623/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2025-07-17T07:41:02.8626668Z [5624/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr2-p5-u32-acc4.c.obj 2025-07-17T07:41:02.9350298Z [5625/7175] 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-07-17T07:41:02.9497461Z [5626/7175] 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-07-17T07:41:02.9509744Z [5627/7175] 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-07-17T07:41:03.0305872Z [5628/7175] 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-07-17T07:41:03.0359157Z [5629/7175] 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-07-17T07:41:03.0473704Z [5630/7175] 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-07-17T07:41:03.0494997Z [5631/7175] 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-07-17T07:41:03.1676690Z [5632/7175] 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-07-17T07:41:03.1691283Z [5633/7175] 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-07-17T07:41:03.1706275Z [5634/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2025-07-17T07:41:03.1718079Z [5635/7175] 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-07-17T07:41:03.2315090Z [5636/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2025-07-17T07:41:03.2362306Z [5637/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2025-07-17T07:41:03.2845095Z [5638/7175] 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-07-17T07:41:03.3298335Z [5639/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2025-07-17T07:41:03.3393254Z [5640/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2025-07-17T07:41:03.3498465Z [5641/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2025-07-17T07:41:03.3704597Z [5642/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2025-07-17T07:41:03.3719977Z [5643/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2025-07-17T07:41:03.3995055Z [5644/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2025-07-17T07:41:03.4169365Z [5645/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2025-07-17T07:41:03.4289241Z [5646/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2025-07-17T07:41:03.4730489Z [5647/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2025-07-17T07:41:03.5460638Z [5648/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2025-07-17T07:41:03.5515542Z [5649/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2025-07-17T07:41:03.5614851Z [5650/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2025-07-17T07:41:03.5674782Z [5651/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2025-07-17T07:41:03.5688898Z [5652/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2025-07-17T07:41:03.6367284Z [5653/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2025-07-17T07:41:03.6422766Z [5654/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2025-07-17T07:41:03.7114847Z [5655/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2025-07-17T07:41:03.7165316Z [5656/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2025-07-17T07:41:03.7212308Z [5657/7175] 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-07-17T07:41:03.7267581Z [5658/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2025-07-17T07:41:03.7439162Z [5659/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2025-07-17T07:41:03.7618224Z [5660/7175] 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-07-17T07:41:03.8088607Z [5661/7175] 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-07-17T07:41:03.8452640Z [5662/7175] 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-07-17T07:41:03.8785855Z [5663/7175] 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-07-17T07:41:03.8929077Z [5664/7175] 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-07-17T07:41:03.8940696Z [5665/7175] 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-07-17T07:41:03.9009515Z [5666/7175] 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-07-17T07:41:03.9249354Z [5667/7175] 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-07-17T07:41:03.9649127Z [5668/7175] 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-07-17T07:41:03.9661506Z [5669/7175] 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-07-17T07:41:04.0130937Z [5670/7175] 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-07-17T07:41:04.0580280Z [5671/7175] 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-07-17T07:41:04.0626832Z [5672/7175] 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-07-17T07:41:04.0676715Z [5673/7175] 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-07-17T07:41:04.1196730Z [5674/7175] 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-07-17T07:41:04.1209684Z [5675/7175] 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-07-17T07:41:04.1221732Z [5676/7175] 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-07-17T07:41:04.1597020Z [5677/7175] 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-07-17T07:41:04.2146450Z [5678/7175] 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-07-17T07:41:04.2163036Z [5679/7175] 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-07-17T07:41:04.2542732Z [5680/7175] 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-07-17T07:41:04.2782567Z [5681/7175] 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-07-17T07:41:04.2944617Z [5682/7175] 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-07-17T07:41:04.3094778Z [5683/7175] 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-07-17T07:41:04.3232313Z [5684/7175] 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-07-17T07:41:04.3581307Z [5685/7175] 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-07-17T07:41:04.3819831Z [5686/7175] 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-07-17T07:41:04.4218937Z [5687/7175] 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-07-17T07:41:04.4374623Z [5688/7175] 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-07-17T07:41:04.4666067Z [5689/7175] 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-07-17T07:41:04.4678423Z [5690/7175] 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-07-17T07:41:04.4767531Z [5691/7175] 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-07-17T07:41:04.5088098Z [5692/7175] 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-07-17T07:41:04.5708079Z [5693/7175] 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-07-17T07:41:04.5720415Z [5694/7175] 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-07-17T07:41:04.6076589Z [5695/7175] 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-07-17T07:41:04.6089436Z [5696/7175] 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-07-17T07:41:04.6134423Z [5697/7175] 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-07-17T07:41:04.6250039Z [5698/7175] 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-07-17T07:41:04.7030536Z [5699/7175] 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-07-17T07:41:04.7412507Z [5700/7175] 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-07-17T07:41:04.7463634Z [5701/7175] 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-07-17T07:41:04.7563496Z [5702/7175] 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-07-17T07:41:04.7724641Z [5703/7175] 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-07-17T07:41:04.7774449Z [5704/7175] 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-07-17T07:41:04.8012789Z [5705/7175] 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-07-17T07:41:04.8381476Z [5706/7175] 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-07-17T07:41:04.8904979Z [5707/7175] 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-07-17T07:41:04.9320818Z [5708/7175] 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-07-17T07:41:04.9432258Z [5709/7175] 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-07-17T07:41:04.9580920Z [5710/7175] 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-07-17T07:41:04.9869968Z [5711/7175] 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-07-17T07:41:04.9881359Z [5712/7175] 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-07-17T07:41:04.9939684Z [5713/7175] 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-07-17T07:41:05.0496377Z [5714/7175] 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-07-17T07:41:05.0621138Z [5715/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.0702263Z [5716/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.1280784Z [5717/7175] 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-07-17T07:41:05.1660859Z [5718/7175] 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-07-17T07:41:05.1673668Z [5719/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.1684898Z [5720/7175] 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-07-17T07:41:05.1920357Z [5721/7175] 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-07-17T07:41:05.1933695Z [5722/7175] 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-07-17T07:41:05.1982245Z [5723/7175] 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-07-17T07:41:05.2609234Z [5724/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.2815895Z [5725/7175] 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-07-17T07:41:05.3241449Z [5726/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.3342362Z [5727/7175] 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-07-17T07:41:05.3384853Z [5728/7175] 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-07-17T07:41:05.3545493Z [5729/7175] 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-07-17T07:41:05.3865960Z [5730/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.4291736Z [5731/7175] 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-07-17T07:41:05.4544645Z [5732/7175] 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-07-17T07:41:05.4867787Z [5733/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.4960728Z [5734/7175] 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-07-17T07:41:05.5323590Z [5735/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.5661978Z [5736/7175] 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-07-17T07:41:05.5825876Z [5737/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.6224653Z [5738/7175] 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-07-17T07:41:05.6272828Z [5739/7175] 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-07-17T07:41:05.6322658Z [5740/7175] 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-07-17T07:41:05.6376833Z [5741/7175] 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-07-17T07:41:05.6693176Z [5742/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.7085845Z [5743/7175] 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-07-17T07:41:05.7554815Z [5744/7175] 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-07-17T07:41:05.7764817Z [5745/7175] 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-07-17T07:41:05.7808743Z [5746/7175] 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-07-17T07:41:05.7960449Z [5747/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.7972966Z [5748/7175] 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-07-17T07:41:05.8726179Z [5749/7175] 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-07-17T07:41:05.8837187Z [5750/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:05.9299364Z [5751/7175] 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-07-17T07:41:05.9429746Z [5752/7175] 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-07-17T07:41:05.9442784Z [5753/7175] 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-07-17T07:41:06.0121800Z [5754/7175] 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-07-17T07:41:06.0224160Z [5755/7175] 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-07-17T07:41:06.0307701Z [5756/7175] 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-07-17T07:41:06.0457758Z [5757/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2025-07-17T07:41:06.0504542Z [5758/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2025-07-17T07:41:06.0658588Z [5759/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:06.0718352Z [5760/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2025-07-17T07:41:06.1346485Z [5761/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2025-07-17T07:41:06.1499639Z [5762/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2025-07-17T07:41:06.1829293Z [5763/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx2-madd.c.obj 2025-07-17T07:41:06.1902819Z [5764/7175] 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-07-17T07:41:06.1951031Z [5765/7175] 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-07-17T07:41:06.1963070Z [5766/7175] 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-07-17T07:41:06.2111973Z [5767/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2025-07-17T07:41:06.2904628Z [5768/7175] 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-07-17T07:41:06.3301326Z [5769/7175] 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-07-17T07:41:06.3355774Z [5770/7175] 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-07-17T07:41:06.3367837Z [5771/7175] 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-07-17T07:41:06.3473955Z [5772/7175] 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-07-17T07:41:06.3616863Z [5773/7175] 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-07-17T07:41:06.3708314Z [5774/7175] 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-07-17T07:41:06.4635470Z [5775/7175] 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-07-17T07:41:06.5235474Z [5776/7175] 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-07-17T07:41:06.5427428Z [5777/7175] 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-07-17T07:41:06.5446413Z [5778/7175] 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-07-17T07:41:06.5490698Z [5779/7175] 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-07-17T07:41:06.5502064Z [5780/7175] 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-07-17T07:41:06.5555752Z [5781/7175] 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-07-17T07:41:06.5967637Z [5782/7175] 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-07-17T07:41:06.6411379Z [5783/7175] 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-07-17T07:41:06.7086534Z [5784/7175] 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-07-17T07:41:06.7099122Z [5785/7175] 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-07-17T07:41:06.7110568Z [5786/7175] 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-07-17T07:41:06.7174798Z [5787/7175] 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-07-17T07:41:06.7225733Z [5788/7175] 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-07-17T07:41:06.7274970Z [5789/7175] 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-07-17T07:41:06.7643022Z [5790/7175] 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-07-17T07:41:06.8666349Z [5791/7175] 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-07-17T07:41:06.8909654Z [5792/7175] 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-07-17T07:41:06.8921934Z [5793/7175] 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-07-17T07:41:06.8932770Z [5794/7175] 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-07-17T07:41:06.8944462Z [5795/7175] 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-07-17T07:41:06.9637409Z [5796/7175] 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-07-17T07:41:06.9695711Z [5797/7175] 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-07-17T07:41:07.0352984Z [5798/7175] 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-07-17T07:41:07.0648787Z [5799/7175] 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-07-17T07:41:07.0821156Z [5800/7175] 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-07-17T07:41:07.0888862Z [5801/7175] 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-07-17T07:41:07.1496136Z [5802/7175] 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-07-17T07:41:07.1544092Z [5803/7175] 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-07-17T07:41:07.2193735Z [5804/7175] 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-07-17T07:41:07.2252716Z [5805/7175] 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-07-17T07:41:07.3238627Z [5806/7175] 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-07-17T07:41:07.3495819Z [5807/7175] 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-07-17T07:41:07.3856751Z [5808/7175] 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-07-17T07:41:07.3929806Z [5809/7175] 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-07-17T07:41:07.3943138Z [5810/7175] 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-07-17T07:41:07.4738091Z [5811/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2025-07-17T07:41:07.4917741Z [5812/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2025-07-17T07:41:07.5107127Z [5813/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-07-17T07:41:07.5158256Z [5814/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2025-07-17T07:41:07.5529129Z [5815/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2025-07-17T07:41:07.5541605Z [5816/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2025-07-17T07:41:07.5554817Z [5817/7175] 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-07-17T07:41:07.6197419Z [5818/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2025-07-17T07:41:07.6403408Z [5819/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2025-07-17T07:41:07.6657810Z [5820/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2025-07-17T07:41:07.6732506Z [5821/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-07-17T07:41:07.6871395Z [5822/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2025-07-17T07:41:07.6979853Z [5823/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2025-07-17T07:41:07.6991521Z [5824/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2025-07-17T07:41:07.7859944Z [5825/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.7983553Z [5826/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2025-07-17T07:41:07.8043366Z [5827/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.8055323Z [5828/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.8591409Z [5829/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.8919880Z [5830/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.8937385Z [5831/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.9255055Z [5832/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.9331885Z [5833/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.9345908Z [5834/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:07.9771567Z [5835/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:08.0215041Z [5836/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:08.0240067Z [5837/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:08.0329423Z [5838/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2025-07-17T07:41:08.0433010Z [5839/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2025-07-17T07:41:08.0490736Z [5840/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2025-07-17T07:41:08.0503595Z [5841/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2025-07-17T07:41:08.1030863Z [5842/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2025-07-17T07:41:08.1676537Z [5843/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2025-07-17T07:41:08.1688556Z [5844/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc2.c.obj 2025-07-17T07:41:08.1701195Z [5845/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u128-acc4.c.obj 2025-07-17T07:41:08.1751993Z [5846/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-rsum\gen\qu8-rsum-avx2-u32.c.obj 2025-07-17T07:41:08.1983666Z [5847/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2025-07-17T07:41:08.2234401Z [5848/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2025-07-17T07:41:08.2524457Z [5849/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2025-07-17T07:41:08.3066196Z [5850/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2025-07-17T07:41:08.3199432Z [5851/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2025-07-17T07:41:08.3303155Z [5852/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2025-07-17T07:41:08.3424585Z [5853/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2025-07-17T07:41:08.3584083Z [5854/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2025-07-17T07:41:08.3628230Z [5855/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2025-07-17T07:41:08.3840404Z [5856/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2025-07-17T07:41:08.4091374Z [5857/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2025-07-17T07:41:08.4408813Z [5858/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2-prfm.c.obj 2025-07-17T07:41:08.5136881Z [5859/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx2.c.obj 2025-07-17T07:41:08.5157992Z [5860/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2.c.obj 2025-07-17T07:41:08.5384740Z [5861/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx2-prfm.c.obj 2025-07-17T07:41:08.5575250Z [5862/7175] 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-07-17T07:41:08.6274040Z [5863/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2025-07-17T07:41:08.6329424Z [5864/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2025-07-17T07:41:08.6725896Z [5865/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u8.c.obj 2025-07-17T07:41:08.6842117Z [5866/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u16-acc2.c.obj 2025-07-17T07:41:08.6854543Z [5867/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx256skx-rr2-p5-u32-acc4.c.obj 2025-07-17T07:41:08.6898489Z [5868/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2025-07-17T07:41:08.7416181Z [5869/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2025-07-17T07:41:08.8083203Z [5870/7175] 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-07-17T07:41:08.8603671Z [5871/7175] 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-07-17T07:41:08.8616600Z [5872/7175] 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-07-17T07:41:08.8628553Z [5873/7175] 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-07-17T07:41:08.8690651Z [5874/7175] 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-07-17T07:41:08.8763603Z [5875/7175] 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-07-17T07:41:08.8828108Z [5876/7175] 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-07-17T07:41:09.0381145Z [5877/7175] 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-07-17T07:41:09.0424668Z [5878/7175] 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-07-17T07:41:09.0438984Z [5879/7175] 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-07-17T07:41:09.0534158Z [5880/7175] 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-07-17T07:41:09.1172149Z [5881/7175] 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-07-17T07:41:09.1185459Z [5882/7175] 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-07-17T07:41:09.1198522Z [5883/7175] 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-07-17T07:41:09.2128295Z [5884/7175] 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-07-17T07:41:09.2272916Z [5885/7175] 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-07-17T07:41:09.2295037Z [5886/7175] 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-07-17T07:41:09.3143426Z [5887/7175] 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-07-17T07:41:09.3157824Z [5888/7175] 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-07-17T07:41:09.3206789Z [5889/7175] 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-07-17T07:41:09.3255798Z [5890/7175] 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-07-17T07:41:09.3882936Z [5891/7175] 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-07-17T07:41:09.4048096Z [5892/7175] 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-07-17T07:41:09.4064807Z [5893/7175] 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-07-17T07:41:09.4488143Z [5894/7175] 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-07-17T07:41:09.5585235Z [5895/7175] 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-07-17T07:41:09.5644814Z [5896/7175] 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-07-17T07:41:09.5656347Z [5897/7175] 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-07-17T07:41:09.6051740Z [5898/7175] 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-07-17T07:41:09.6063544Z [5899/7175] 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-07-17T07:41:09.6075515Z [5900/7175] 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-07-17T07:41:09.6890016Z [5901/7175] 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-07-17T07:41:09.6955518Z [5902/7175] 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-07-17T07:41:09.7431499Z [5903/7175] 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-07-17T07:41:09.8285964Z [5904/7175] 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-07-17T07:41:09.8351883Z [5905/7175] 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-07-17T07:41:09.8399248Z [5906/7175] 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-07-17T07:41:09.8516117Z [5907/7175] 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-07-17T07:41:09.8572551Z [5908/7175] 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-07-17T07:41:09.9845154Z [5909/7175] 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-07-17T07:41:09.9897588Z [5910/7175] 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-07-17T07:41:09.9967926Z [5911/7175] 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-07-17T07:41:10.0384285Z [5912/7175] 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-07-17T07:41:10.0938717Z [5913/7175] 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-07-17T07:41:10.2152247Z [5914/7175] 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-07-17T07:41:10.2198825Z [5915/7175] 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-07-17T07:41:10.2277205Z [5916/7175] 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-07-17T07:41:10.2711358Z [5917/7175] 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-07-17T07:41:10.3681177Z [5918/7175] 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-07-17T07:41:10.3696966Z [5919/7175] 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-07-17T07:41:10.3712387Z [5920/7175] 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-07-17T07:41:10.4457019Z [5921/7175] 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-07-17T07:41:10.4649245Z [5922/7175] 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-07-17T07:41:10.4879212Z [5923/7175] 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-07-17T07:41:10.5140962Z [5924/7175] 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-07-17T07:41:10.5376859Z [5925/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2025-07-17T07:41:10.5695339Z [5926/7175] 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-07-17T07:41:10.5833881Z [5927/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2025-07-17T07:41:10.5888452Z [5928/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2025-07-17T07:41:10.6021839Z [5929/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-07-17T07:41:10.6177708Z [5930/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx-prfm.c.obj 2025-07-17T07:41:10.6320209Z [5931/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2025-07-17T07:41:10.6581208Z [5932/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8c8-gemm-goi-avx256skx.c.obj 2025-07-17T07:41:10.7458722Z [5933/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx.c.obj 2025-07-17T07:41:10.7720797Z [5934/7175] 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-07-17T07:41:10.7732117Z [5935/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16c8-gemm-goi-avx256skx-prfm.c.obj 2025-07-17T07:41:10.8148415Z [5936/7175] 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-07-17T07:41:10.8162063Z [5937/7175] 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-07-17T07:41:10.8176071Z [5938/7175] 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-07-17T07:41:10.8225890Z [5939/7175] 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-07-17T07:41:10.8979012Z [5940/7175] 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-07-17T07:41:10.9090825Z [5941/7175] 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-07-17T07:41:10.9186138Z [5942/7175] 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-07-17T07:41:10.9953576Z [5943/7175] 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-07-17T07:41:10.9966043Z [5944/7175] 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-07-17T07:41:10.9977321Z [5945/7175] 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-07-17T07:41:11.0072066Z [5946/7175] 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-07-17T07:41:11.0745208Z [5947/7175] 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-07-17T07:41:11.0763107Z [5948/7175] 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-07-17T07:41:14.0995008Z [5949/7175] 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-07-17T07:41:14.1007433Z [5950/7175] 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-07-17T07:41:14.1160487Z [5951/7175] 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-07-17T07:41:14.1206874Z [5952/7175] 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-07-17T07:41:14.1432677Z [5953/7175] 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-07-17T07:41:14.1477438Z [5954/7175] 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-07-17T07:41:14.1602286Z [5955/7175] 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-07-17T07:41:14.3479513Z [5956/7175] 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-07-17T07:41:14.3491699Z [5957/7175] 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-07-17T07:41:14.4546080Z [5958/7175] 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-07-17T07:41:14.4563854Z [5959/7175] 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-07-17T07:41:14.5264058Z [5960/7175] 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-07-17T07:41:14.5284574Z [5961/7175] 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-07-17T07:41:14.5302406Z [5962/7175] 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-07-17T07:41:14.5350084Z [5963/7175] 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-07-17T07:41:14.5487605Z [5964/7175] 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-07-17T07:41:14.6159858Z [5965/7175] 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-07-17T07:41:14.6954598Z [5966/7175] 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-07-17T07:41:14.6972444Z [5967/7175] 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-07-17T07:41:14.6984960Z [5968/7175] 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-07-17T07:41:14.7035633Z [5969/7175] 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-07-17T07:41:14.7095391Z [5970/7175] 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-07-17T07:41:14.7143715Z [5971/7175] 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-07-17T07:41:14.8463565Z [5972/7175] 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-07-17T07:41:14.8475796Z [5973/7175] 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-07-17T07:41:14.8569715Z [5974/7175] 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-07-17T07:41:14.8696537Z [5975/7175] 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-07-17T07:41:14.8752035Z [5976/7175] 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-07-17T07:41:14.9722720Z [5977/7175] 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-07-17T07:41:14.9740345Z [5978/7175] 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-07-17T07:41:15.0627139Z [5979/7175] 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-07-17T07:41:15.0639418Z [5980/7175] 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-07-17T07:41:15.0687607Z [5981/7175] 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-07-17T07:41:15.0818586Z [5982/7175] 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-07-17T07:41:15.1510487Z [5983/7175] 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-07-17T07:41:15.1523015Z [5984/7175] 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-07-17T07:41:15.1627437Z [5985/7175] 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-07-17T07:41:15.3318322Z [5986/7175] 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-07-17T07:41:15.3337392Z [5987/7175] 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-07-17T07:41:15.3349220Z [5988/7175] 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-07-17T07:41:15.3800650Z [5989/7175] 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-07-17T07:41:15.4426872Z [5990/7175] 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-07-17T07:41:15.4477618Z [5991/7175] 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-07-17T07:41:15.5115768Z [5992/7175] 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-07-17T07:41:15.5127548Z [5993/7175] 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-07-17T07:41:15.5483085Z [5994/7175] 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-07-17T07:41:15.7169297Z [5995/7175] 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-07-17T07:41:15.7242822Z [5996/7175] 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-07-17T07:41:15.7254730Z [5997/7175] 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-07-17T07:41:15.7757404Z [5998/7175] 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-07-17T07:41:15.8267015Z [5999/7175] 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-07-17T07:41:15.8440605Z [6000/7175] 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-07-17T07:41:15.8619294Z [6001/7175] 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-07-17T07:41:15.9075961Z [6002/7175] 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-07-17T07:41:15.9088748Z [6003/7175] 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-07-17T07:41:15.9418236Z [6004/7175] 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-07-17T07:41:16.0080808Z [6005/7175] 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-07-17T07:41:16.0135434Z [6006/7175] 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-07-17T07:41:16.0648935Z [6007/7175] 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-07-17T07:41:16.0796510Z [6008/7175] 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-07-17T07:41:16.0808348Z [6009/7175] 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-07-17T07:41:16.2343402Z [6010/7175] 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-07-17T07:41:16.2355784Z [6011/7175] 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-07-17T07:41:16.2493168Z [6012/7175] 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-07-17T07:41:16.2588422Z [6013/7175] 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-07-17T07:41:16.2751028Z [6014/7175] 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-07-17T07:41:16.2762565Z [6015/7175] 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-07-17T07:41:16.3093219Z [6016/7175] 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-07-17T07:41:16.4411906Z [6017/7175] 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-07-17T07:41:16.4525389Z [6018/7175] 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-07-17T07:41:16.4921924Z [6019/7175] 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-07-17T07:41:16.5412529Z [6020/7175] 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-07-17T07:41:16.5541900Z [6021/7175] 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-07-17T07:41:16.5617313Z [6022/7175] 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-07-17T07:41:16.5699692Z [6023/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x8c8-gemm-goi-avx256vnni.c.obj 2025-07-17T07:41:16.6480494Z [6024/7175] 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-07-17T07:41:16.7072861Z [6025/7175] 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-07-17T07:41:16.7084795Z [6026/7175] 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-07-17T07:41:16.7308371Z [6027/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-packw\gen\qs8-packw-x16c8-gemm-goi-avx256vnni.c.obj 2025-07-17T07:41:17.0319360Z [6028/7175] 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-07-17T07:41:17.0332195Z [6029/7175] 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-07-17T07:41:17.1265257Z [6030/7175] 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-07-17T07:41:17.1276561Z [6031/7175] 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-07-17T07:41:17.1328193Z [6032/7175] 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-07-17T07:41:17.1339086Z [6033/7175] 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-07-17T07:41:17.2565553Z [6034/7175] 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-07-17T07:41:17.2579710Z [6035/7175] 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-07-17T07:41:17.2591380Z [6036/7175] 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-07-17T07:41:17.2893205Z [6037/7175] 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-07-17T07:41:17.2905280Z [6038/7175] 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-07-17T07:41:17.3428993Z [6039/7175] 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-07-17T07:41:17.3487396Z [6040/7175] 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-07-17T07:41:17.4249592Z [6041/7175] 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-07-17T07:41:17.4261836Z [6042/7175] 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-07-17T07:41:17.4676096Z [6043/7175] 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-07-17T07:41:17.4764388Z [6044/7175] 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-07-17T07:41:17.4900328Z [6045/7175] 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-07-17T07:41:17.4954833Z [6046/7175] 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-07-17T07:41:17.4965917Z [6047/7175] 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-07-17T07:41:17.6270834Z [6048/7175] 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-07-17T07:41:17.6398086Z [6049/7175] 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-07-17T07:41:17.6444838Z [6050/7175] 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-07-17T07:41:17.6661071Z [6051/7175] 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-07-17T07:41:17.6811078Z [6052/7175] 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-07-17T07:41:17.6856192Z [6053/7175] 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-07-17T07:41:17.7012707Z [6054/7175] 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-07-17T07:41:17.8357379Z [6055/7175] 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-07-17T07:41:17.8748475Z [6056/7175] 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-07-17T07:41:17.8908196Z [6057/7175] 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-07-17T07:41:17.9155081Z [6058/7175] 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-07-17T07:41:17.9191980Z [6059/7175] 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-07-17T07:41:17.9367964Z [6060/7175] 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-07-17T07:41:17.9425303Z [6061/7175] 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-07-17T07:41:17.9886821Z [6062/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2025-07-17T07:41:18.0125737Z [6063/7175] 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-07-17T07:41:18.0254677Z [6064/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2025-07-17T07:41:18.0269277Z [6065/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2025-07-17T07:41:18.0339310Z [6066/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2025-07-17T07:41:18.0631328Z [6067/7175] 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-07-17T07:41:18.0886367Z [6068/7175] 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-07-17T07:41:18.1200504Z [6069/7175] 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-07-17T07:41:18.1460073Z [6070/7175] 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-07-17T07:41:18.1717816Z [6071/7175] 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-07-17T07:41:18.1764616Z [6072/7175] 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-07-17T07:41:18.1810790Z [6073/7175] 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-07-17T07:41:18.1980379Z [6074/7175] 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-07-17T07:41:18.2519814Z [6075/7175] 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-07-17T07:41:18.2573370Z [6076/7175] 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-07-17T07:41:18.3042626Z [6077/7175] 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-07-17T07:41:18.3181231Z [6078/7175] 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-07-17T07:41:18.3368403Z [6079/7175] 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-07-17T07:41:18.3415567Z [6080/7175] 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-07-17T07:41:18.3974584Z [6081/7175] 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-07-17T07:41:18.5100227Z [6082/7175] 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-07-17T07:41:18.5155700Z [6083/7175] 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-07-17T07:41:18.5167981Z [6084/7175] 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-07-17T07:41:18.5179491Z [6085/7175] 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-07-17T07:41:18.5192133Z [6086/7175] 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-07-17T07:41:18.5240509Z [6087/7175] 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-07-17T07:41:18.5988966Z [6088/7175] 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-07-17T07:41:18.7860184Z [6089/7175] 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-07-17T07:41:18.7874597Z [6090/7175] 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-07-17T07:41:18.7886011Z [6091/7175] 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-07-17T07:41:18.7898365Z [6092/7175] 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-07-17T07:41:18.7946369Z [6093/7175] 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-07-17T07:41:18.8096468Z [6094/7175] 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-07-17T07:41:18.8195680Z [6095/7175] 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-07-17T07:41:18.9667159Z [6096/7175] 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-07-17T07:41:18.9680294Z [6097/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:18.9733138Z [6098/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:18.9745464Z [6099/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2025-07-17T07:41:19.0178551Z [6100/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.0443512Z [6101/7175] 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-07-17T07:41:19.0890183Z [6102/7175] 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-07-17T07:41:19.1371056Z [6103/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.1384107Z [6104/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.1396482Z [6105/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2025-07-17T07:41:19.2159010Z [6106/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2025-07-17T07:41:19.2223006Z [6107/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.2235848Z [6108/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.3592922Z [6109/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2025-07-17T07:41:19.3606418Z [6110/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.3618915Z [6111/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.3631057Z [6112/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2025-07-17T07:41:19.4401842Z [6113/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.4468874Z [6114/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.4867448Z [6115/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2025-07-17T07:41:19.5474842Z [6116/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.5634038Z [6117/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.5705726Z [6118/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.5788164Z [6119/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.6707254Z [6120/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.6755926Z [6121/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.6842522Z [6122/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.6913217Z [6123/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.7733934Z [6124/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.7786812Z [6125/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.7857331Z [6126/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.8736862Z [6127/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.8844672Z [6128/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.8860284Z [6129/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.8912601Z [6130/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.9351400Z [6131/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.9363189Z [6132/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-9x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:19.9572550Z [6133/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.0915043Z [6134/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1010648Z [6135/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1087699Z [6136/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1139427Z [6137/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-10x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1151155Z [6138/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1162593Z [6139/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.1362440Z [6140/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-11x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.3483679Z [6141/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-12x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.3497295Z [6142/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.3511003Z [6143/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.4388503Z [6144/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.4400311Z [6145/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.4412169Z [6146/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-13x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.4423681Z [6147/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-14x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.5322464Z [6148/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.5373736Z [6149/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.5912732Z [6150/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6430098Z [6151/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6480385Z [6152/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6491582Z [6153/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-15x64-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6547265Z [6154/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-16x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6602278Z [6155/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.6613399Z [6156/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8344689Z [6157/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8441624Z [6158/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8488551Z [6159/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8540965Z [6160/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8552342Z [6161/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8745420Z [6162/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.8798819Z [6163/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.9480932Z [6164/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:20.9527756Z [6165/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:21.0144805Z [6166/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2025-07-17T07:41:21.0347501Z [6167/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:21.0471210Z [6168/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:21.1332974Z [6169/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x32-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:21.1386065Z [6170/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2025-07-17T07:41:21.1793797Z [6171/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-07-17T07:41:21.1806846Z [6172/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2025-07-17T07:41:21.1819414Z [6173/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2025-07-17T07:41:21.1997197Z [6174/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2025-07-17T07:41:21.2315877Z [6175/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2025-07-17T07:41:21.3465274Z [6176/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2025-07-17T07:41:21.3477029Z [6177/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2025-07-17T07:41:21.3488275Z [6178/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2025-07-17T07:41:21.3498743Z [6179/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2025-07-17T07:41:21.3509583Z [6180/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2025-07-17T07:41:21.3522126Z [6181/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2025-07-17T07:41:21.4015062Z [6182/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2025-07-17T07:41:21.4396877Z [6183/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2025-07-17T07:41:21.4472871Z [6184/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2025-07-17T07:41:21.4540744Z [6185/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2025-07-17T07:41:21.4585890Z [6186/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2025-07-17T07:41:21.4596962Z [6187/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2025-07-17T07:41:21.4608272Z [6188/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2025-07-17T07:41:21.5804394Z [6189/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2025-07-17T07:41:21.5880542Z [6190/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2025-07-17T07:41:21.5891893Z [6191/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2025-07-17T07:41:21.6017932Z [6192/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2025-07-17T07:41:21.6029093Z [6193/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2025-07-17T07:41:21.6075351Z [6194/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2025-07-17T07:41:21.6122996Z [6195/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2025-07-17T07:41:21.7157474Z [6196/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2025-07-17T07:41:21.7168584Z [6197/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2025-07-17T07:41:21.7179324Z [6198/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2025-07-17T07:41:21.7875904Z [6199/7175] 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-07-17T07:41:21.8656249Z [6200/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2025-07-17T07:41:21.8668123Z [6201/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u16.c.obj 2025-07-17T07:41:21.8678727Z [6202/7175] 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-07-17T07:41:21.8730658Z [6203/7175] 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-07-17T07:41:21.8742002Z [6204/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u16.c.obj 2025-07-17T07:41:21.9362428Z [6205/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u32-acc2.c.obj 2025-07-17T07:41:22.0443817Z [6206/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2025-07-17T07:41:22.0494770Z [6207/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2025-07-17T07:41:22.0506049Z [6208/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2025-07-17T07:41:22.0556829Z [6209/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2025-07-17T07:41:22.0568554Z [6210/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2025-07-17T07:41:22.0617513Z [6211/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc4.c.obj 2025-07-17T07:41:22.0991553Z [6212/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2025-07-17T07:41:22.1431416Z [6213/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2025-07-17T07:41:22.2377206Z [6214/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2025-07-17T07:41:22.3503194Z [6215/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2025-07-17T07:41:22.3514880Z [6216/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2025-07-17T07:41:22.3526585Z [6217/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2025-07-17T07:41:22.3581906Z [6218/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2025-07-17T07:41:22.3594194Z [6219/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2025-07-17T07:41:22.4348852Z [6220/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2025-07-17T07:41:22.5018170Z [6221/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2025-07-17T07:41:22.5064569Z [6222/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2025-07-17T07:41:22.5076741Z [6223/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2025-07-17T07:41:22.5229744Z [6224/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2025-07-17T07:41:22.5929593Z [6225/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2025-07-17T07:41:22.6093308Z [6226/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2025-07-17T07:41:22.6688195Z [6227/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-avx512f-u16.c.obj 2025-07-17T07:41:22.6789558Z [6228/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2025-07-17T07:41:22.7005983Z [6229/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-avx512f-u16.c.obj 2025-07-17T07:41:22.7432685Z [6230/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-avx512f-u16.c.obj 2025-07-17T07:41:22.7487920Z [6231/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-avx512f-u16.c.obj 2025-07-17T07:41:22.7674468Z [6232/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2025-07-17T07:41:22.7688019Z [6233/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2025-07-17T07:41:22.8475556Z [6234/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-avx512f-u16.c.obj 2025-07-17T07:41:22.8489302Z [6235/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2025-07-17T07:41:22.9175210Z [6236/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-avx512f-u16.c.obj 2025-07-17T07:41:22.9850763Z [6237/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vpreluc-avx512f-u16.c.obj 2025-07-17T07:41:22.9864291Z [6238/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vprelu-avx512f-u16.c.obj 2025-07-17T07:41:22.9877351Z [6239/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrpreluc-avx512f-u16.c.obj 2025-07-17T07:41:22.9889848Z [6240/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-avx512f-u16.c.obj 2025-07-17T07:41:22.9948810Z [6241/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2025-07-17T07:41:22.9961578Z [6242/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-avx512f-u16.c.obj 2025-07-17T07:41:23.1745734Z [6243/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-avx512f-u16.c.obj 2025-07-17T07:41:23.1760014Z [6244/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2025-07-17T07:41:23.1811585Z [6245/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u64.c.obj 2025-07-17T07:41:23.1883325Z [6246/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u16.c.obj 2025-07-17T07:41:23.1975806Z [6247/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2025-07-17T07:41:23.2039161Z [6248/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-avx512f-u16.c.obj 2025-07-17T07:41:23.2146009Z [6249/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-avx512f-u128.c.obj 2025-07-17T07:41:23.3137774Z [6250/7175] 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-07-17T07:41:23.3192788Z [6251/7175] 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-07-17T07:41:23.3205071Z [6252/7175] 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-07-17T07:41:23.3270252Z [6253/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2025-07-17T07:41:23.3324593Z [6254/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2025-07-17T07:41:23.3526209Z [6255/7175] 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-07-17T07:41:23.4271332Z [6256/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2025-07-17T07:41:23.4811046Z [6257/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2025-07-17T07:41:23.4824139Z [6258/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2025-07-17T07:41:23.4876125Z [6259/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2025-07-17T07:41:23.4888810Z [6260/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2025-07-17T07:41:23.5005586Z [6261/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2025-07-17T07:41:23.5339364Z [6262/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2025-07-17T07:41:23.5803912Z [6263/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2025-07-17T07:41:23.6100715Z [6264/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2025-07-17T07:41:23.6158824Z [6265/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2025-07-17T07:41:23.6211699Z [6266/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2025-07-17T07:41:23.6289720Z [6267/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2025-07-17T07:41:23.6340382Z [6268/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2025-07-17T07:41:23.6457352Z [6269/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2025-07-17T07:41:23.6958891Z [6270/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2025-07-17T07:41:23.7774614Z [6271/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2025-07-17T07:41:23.7798869Z [6272/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2025-07-17T07:41:23.7809815Z [6273/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2025-07-17T07:41:23.7863705Z [6274/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2025-07-17T07:41:23.7878022Z [6275/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2025-07-17T07:41:23.7892594Z [6276/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2025-07-17T07:41:23.8572548Z [6277/7175] 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-07-17T07:41:23.9014679Z [6278/7175] 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-07-17T07:41:23.9065226Z [6279/7175] 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-07-17T07:41:23.9160402Z [6280/7175] 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-07-17T07:41:23.9175006Z [6281/7175] 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-07-17T07:41:23.9230448Z [6282/7175] 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-07-17T07:41:23.9521771Z [6283/7175] 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-07-17T07:41:23.9999798Z [6284/7175] 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-07-17T07:41:24.0379600Z [6285/7175] 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-07-17T07:41:24.0441884Z [6286/7175] 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-07-17T07:41:24.0454688Z [6287/7175] 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-07-17T07:41:24.0514227Z [6288/7175] 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-07-17T07:41:24.0528211Z [6289/7175] 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-07-17T07:41:24.1091410Z [6290/7175] 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-07-17T07:41:24.1615581Z [6291/7175] 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-07-17T07:41:24.1698518Z [6292/7175] 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-07-17T07:41:24.1764927Z [6293/7175] 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-07-17T07:41:24.1777953Z [6294/7175] 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-07-17T07:41:24.1791078Z [6295/7175] 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-07-17T07:41:24.2105813Z [6296/7175] 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-07-17T07:41:24.2804238Z [6297/7175] 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-07-17T07:41:24.2894111Z [6298/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2025-07-17T07:41:24.2947553Z [6299/7175] 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-07-17T07:41:24.3010561Z [6300/7175] 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-07-17T07:41:24.3105820Z [6301/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2025-07-17T07:41:24.3166295Z [6302/7175] 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-07-17T07:41:24.3589769Z [6303/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-8-div.c.obj 2025-07-17T07:41:24.4156124Z [6304/7175] 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-07-17T07:41:24.4206142Z [6305/7175] 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-07-17T07:41:24.4218208Z [6306/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u1.c.obj 2025-07-17T07:41:24.4286254Z [6307/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-gio-avx512f-u8.c.obj 2025-07-17T07:41:24.4348550Z [6308/7175] 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-07-17T07:41:24.4397987Z [6309/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2025-07-17T07:41:24.5681226Z [6310/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2025-07-17T07:41:24.5695158Z [6311/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2025-07-17T07:41:24.5742106Z [6312/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2025-07-17T07:41:24.5787762Z [6313/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2025-07-17T07:41:24.5883303Z [6314/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-gio-avx512f-u1.c.obj 2025-07-17T07:41:24.5897323Z [6315/7175] 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-07-17T07:41:24.6628220Z [6316/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x32-gemm-goi-avx512f-u4.c.obj 2025-07-17T07:41:24.7244622Z [6317/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2025-07-17T07:41:24.7316928Z [6318/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2025-07-17T07:41:24.7328641Z [6319/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2025-07-17T07:41:24.7448278Z [6320/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2025-07-17T07:41:24.7459485Z [6321/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2025-07-17T07:41:24.7507913Z [6322/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2025-07-17T07:41:24.8231720Z [6323/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2025-07-17T07:41:24.8902029Z [6324/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2025-07-17T07:41:24.9553097Z [6325/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2025-07-17T07:41:24.9565096Z [6326/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2025-07-17T07:41:24.9614066Z [6327/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2025-07-17T07:41:24.9626237Z [6328/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2025-07-17T07:41:24.9679356Z [6329/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2025-07-17T07:41:25.0304288Z [6330/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2025-07-17T07:41:25.0351038Z [6331/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2025-07-17T07:41:25.1509667Z [6332/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2025-07-17T07:41:25.1687597Z [6333/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2025-07-17T07:41:25.2213520Z [6334/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2025-07-17T07:41:25.2273796Z [6335/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2025-07-17T07:41:25.2285076Z [6336/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2025-07-17T07:41:25.2297722Z [6337/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2025-07-17T07:41:25.2351455Z [6338/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2025-07-17T07:41:25.3107900Z [6339/7175] 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-07-17T07:41:25.3768922Z [6340/7175] 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-07-17T07:41:25.3875307Z [6341/7175] 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-07-17T07:41:25.3886899Z [6342/7175] 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-07-17T07:41:25.3937736Z [6343/7175] 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-07-17T07:41:25.3954276Z [6344/7175] 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-07-17T07:41:25.4232619Z [6345/7175] 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-07-17T07:41:25.4448220Z [6346/7175] 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-07-17T07:41:25.5968337Z [6347/7175] 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-07-17T07:41:25.5982522Z [6348/7175] 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-07-17T07:41:25.6451490Z [6349/7175] 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-07-17T07:41:25.6465603Z [6350/7175] 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-07-17T07:41:25.6477359Z [6351/7175] 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-07-17T07:41:25.6488162Z [6352/7175] 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-07-17T07:41:25.6500459Z [6353/7175] 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-07-17T07:41:25.7372847Z [6354/7175] 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-07-17T07:41:25.7791734Z [6355/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2025-07-17T07:41:25.8341841Z [6356/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2025-07-17T07:41:25.8487113Z [6357/7175] 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-07-17T07:41:25.8499181Z [6358/7175] 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-07-17T07:41:25.8513889Z [6359/7175] 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-07-17T07:41:25.8524954Z [6360/7175] 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-07-17T07:41:25.9166660Z [6361/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2025-07-17T07:41:25.9210743Z [6362/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2025-07-17T07:41:26.0155785Z [6363/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2025-07-17T07:41:26.0253546Z [6364/7175] 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-07-17T07:41:26.0327000Z [6365/7175] 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-07-17T07:41:26.0397184Z [6366/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2025-07-17T07:41:26.0866905Z [6367/7175] 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-07-17T07:41:26.1010844Z [6368/7175] 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-07-17T07:41:26.1877286Z [6369/7175] 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-07-17T07:41:26.1934577Z [6370/7175] 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-07-17T07:41:26.1987182Z [6371/7175] 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-07-17T07:41:26.2046774Z [6372/7175] 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-07-17T07:41:26.2263286Z [6373/7175] 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-07-17T07:41:26.2586651Z [6374/7175] 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-07-17T07:41:26.3952918Z [6375/7175] 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-07-17T07:41:26.3969447Z [6376/7175] 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-07-17T07:41:26.3981146Z [6377/7175] 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-07-17T07:41:26.3992134Z [6378/7175] 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-07-17T07:41:26.4007534Z [6379/7175] 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-07-17T07:41:26.4845160Z [6380/7175] 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-07-17T07:41:26.5759111Z [6381/7175] 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-07-17T07:41:26.5773513Z [6382/7175] 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-07-17T07:41:26.5821646Z [6383/7175] 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-07-17T07:41:26.5833629Z [6384/7175] 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-07-17T07:41:26.5880126Z [6385/7175] 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-07-17T07:41:26.6194825Z [6386/7175] 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-07-17T07:41:26.6870804Z [6387/7175] 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-07-17T07:41:26.7556341Z [6388/7175] 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-07-17T07:41:26.8294025Z [6389/7175] 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-07-17T07:41:26.8313593Z [6390/7175] 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-07-17T07:41:26.8325304Z [6391/7175] 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-07-17T07:41:26.8337004Z [6392/7175] 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-07-17T07:41:26.8349083Z [6393/7175] 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-07-17T07:41:26.9295096Z [6394/7175] 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-07-17T07:41:26.9808498Z [6395/7175] 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-07-17T07:41:27.0359793Z [6396/7175] 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-07-17T07:41:27.0371305Z [6397/7175] 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-07-17T07:41:27.0382806Z [6398/7175] 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-07-17T07:41:27.0393359Z [6399/7175] 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-07-17T07:41:27.0653858Z [6400/7175] 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-07-17T07:41:27.0711742Z [6401/7175] 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-07-17T07:41:27.1966325Z [6402/7175] 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-07-17T07:41:27.2261368Z [6403/7175] 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-07-17T07:41:27.2277218Z [6404/7175] 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-07-17T07:41:27.2512156Z [6405/7175] 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-07-17T07:41:27.2561355Z [6406/7175] 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-07-17T07:41:27.2674622Z [6407/7175] 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-07-17T07:41:27.2786692Z [6408/7175] 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-07-17T07:41:27.3491535Z [6409/7175] 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-07-17T07:41:27.4061125Z [6410/7175] 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-07-17T07:41:27.4073211Z [6411/7175] 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-07-17T07:41:27.4085176Z [6412/7175] 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-07-17T07:41:27.4129162Z [6413/7175] 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-07-17T07:41:27.4908500Z [6414/7175] 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-07-17T07:41:27.5173821Z [6415/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.5259283Z [6416/7175] 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-07-17T07:41:27.5271764Z [6417/7175] 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-07-17T07:41:27.5326006Z [6418/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.5520942Z [6419/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.5566545Z [6420/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.6338250Z [6421/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.6391029Z [6422/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2025-07-17T07:41:27.6445082Z [6423/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.6817018Z [6424/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.7032471Z [6425/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:27.7086285Z [6426/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2025-07-17T07:41:27.7101049Z [6427/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2025-07-17T07:41:27.7834459Z [6428/7175] 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-07-17T07:41:27.8312746Z [6429/7175] 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-07-17T07:41:27.8594002Z [6430/7175] 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-07-17T07:41:27.8836103Z [6431/7175] 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-07-17T07:41:27.9463188Z [6432/7175] 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-07-17T07:41:27.9475727Z [6433/7175] 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-07-17T07:41:28.0034813Z [6434/7175] 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-07-17T07:41:28.0085575Z [6435/7175] 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-07-17T07:41:28.0098770Z [6436/7175] 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-07-17T07:41:28.0242912Z [6437/7175] 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-07-17T07:41:28.0413284Z [6438/7175] 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-07-17T07:41:28.0922444Z [6439/7175] 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-07-17T07:41:28.1032822Z [6440/7175] 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-07-17T07:41:28.1812577Z [6441/7175] 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-07-17T07:41:28.1825156Z [6442/7175] 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-07-17T07:41:28.1884326Z [6443/7175] 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-07-17T07:41:28.1958634Z [6444/7175] 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-07-17T07:41:28.2399101Z [6445/7175] 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-07-17T07:41:28.2445585Z [6446/7175] 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-07-17T07:41:28.2604304Z [6447/7175] 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-07-17T07:41:28.3210142Z [6448/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2025-07-17T07:41:28.3491073Z [6449/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2025-07-17T07:41:28.3502961Z [6450/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2025-07-17T07:41:28.3515139Z [6451/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2025-07-17T07:41:28.4207934Z [6452/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-07-17T07:41:28.4296206Z [6453/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.4547498Z [6454/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-07-17T07:41:28.5056826Z [6455/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.5451811Z [6456/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.5513163Z [6457/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.5528200Z [6458/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.6006975Z [6459/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.6414624Z [6460/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.6593769Z [6461/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2025-07-17T07:41:28.6895569Z [6462/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2025-07-17T07:41:28.7213329Z [6463/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.7736541Z [6464/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.7830470Z [6465/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2025-07-17T07:41:28.7842429Z [6466/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T07:41:28.7854809Z [6467/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.8103403Z [6468/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2025-07-17T07:41:28.9204075Z [6469/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T07:41:28.9251590Z [6470/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.9321478Z [6471/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.9335833Z [6472/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T07:41:28.9389746Z [6473/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:28.9401440Z [6474/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2025-07-17T07:41:29.0925511Z [6475/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2025-07-17T07:41:29.1649494Z [6476/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:29.1661259Z [6477/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2025-07-17T07:41:29.1672583Z [6478/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2025-07-17T07:41:29.1683472Z [6479/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2025-07-17T07:41:29.1699260Z [6480/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-07-17T07:41:29.1713138Z [6481/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2025-07-17T07:41:29.2869077Z [6482/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2025-07-17T07:41:29.3109578Z [6483/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2025-07-17T07:41:29.3120898Z [6484/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2025-07-17T07:41:29.4022084Z [6485/7175] 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-07-17T07:41:29.4034876Z [6486/7175] 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-07-17T07:41:29.4046685Z [6487/7175] 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-07-17T07:41:29.4058543Z [6488/7175] 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-07-17T07:41:29.5170823Z [6489/7175] 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-07-17T07:41:29.5225911Z [6490/7175] 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-07-17T07:41:29.5238504Z [6491/7175] 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-07-17T07:41:29.5413373Z [6492/7175] 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-07-17T07:41:29.5650468Z [6493/7175] 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-07-17T07:41:29.6439497Z [6494/7175] 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-07-17T07:41:29.6454843Z [6495/7175] 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-07-17T07:41:29.7575884Z [6496/7175] 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-07-17T07:41:29.8101265Z [6497/7175] 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-07-17T07:41:29.8114185Z [6498/7175] 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-07-17T07:41:29.8126370Z [6499/7175] 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-07-17T07:41:29.8443005Z [6500/7175] 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-07-17T07:41:29.8456164Z [6501/7175] 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-07-17T07:41:29.8962832Z [6502/7175] 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-07-17T07:41:29.8974868Z [6503/7175] 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-07-17T07:41:30.0075037Z [6504/7175] 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-07-17T07:41:30.0087517Z [6505/7175] 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-07-17T07:41:30.0147190Z [6506/7175] 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-07-17T07:41:30.0199696Z [6507/7175] 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-07-17T07:41:30.1642380Z [6508/7175] 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-07-17T07:41:30.1702898Z [6509/7175] 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-07-17T07:41:30.1715529Z [6510/7175] 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-07-17T07:41:30.3138181Z [6511/7175] 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-07-17T07:41:30.3158694Z [6512/7175] 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-07-17T07:41:30.3320848Z [6513/7175] 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-07-17T07:41:30.3686753Z [6514/7175] 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-07-17T07:41:30.3763635Z [6515/7175] 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-07-17T07:41:30.5727417Z [6516/7175] 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-07-17T07:41:30.5795703Z [6517/7175] 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-07-17T07:41:30.5976474Z [6518/7175] 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-07-17T07:41:30.6023508Z [6519/7175] 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-07-17T07:41:30.6173860Z [6520/7175] 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-07-17T07:41:30.6375723Z [6521/7175] 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-07-17T07:41:30.7037162Z [6522/7175] 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-07-17T07:41:30.7050435Z [6523/7175] 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-07-17T07:41:30.7063399Z [6524/7175] 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-07-17T07:41:30.8196213Z [6525/7175] 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-07-17T07:41:30.8213609Z [6526/7175] 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-07-17T07:41:30.8264488Z [6527/7175] 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-07-17T07:41:30.8875754Z [6528/7175] 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-07-17T07:41:30.9019114Z [6529/7175] 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-07-17T07:41:30.9030991Z [6530/7175] 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-07-17T07:41:30.9044164Z [6531/7175] 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-07-17T07:41:30.9647379Z [6532/7175] 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-07-17T07:41:30.9805991Z [6533/7175] 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-07-17T07:41:31.0133572Z [6534/7175] 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-07-17T07:41:31.0795183Z [6535/7175] 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-07-17T07:41:31.0918107Z [6536/7175] 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-07-17T07:41:31.1005480Z [6537/7175] 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-07-17T07:41:31.1215488Z [6538/7175] 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-07-17T07:41:31.1296280Z [6539/7175] 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-07-17T07:41:31.1385829Z [6540/7175] 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-07-17T07:41:31.2608398Z [6541/7175] 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-07-17T07:41:31.2655022Z [6542/7175] 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-07-17T07:41:31.2773136Z [6543/7175] 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-07-17T07:41:31.2822172Z [6544/7175] 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-07-17T07:41:31.2893039Z [6545/7175] 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-07-17T07:41:31.2942984Z [6546/7175] 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-07-17T07:41:31.3115767Z [6547/7175] 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-07-17T07:41:31.4078011Z [6548/7175] 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-07-17T07:41:31.4130726Z [6549/7175] 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-07-17T07:41:31.4232363Z [6550/7175] 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-07-17T07:41:31.4652623Z [6551/7175] 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-07-17T07:41:31.4663963Z [6552/7175] 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-07-17T07:41:31.5239644Z [6553/7175] 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-07-17T07:41:31.5626024Z [6554/7175] 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-07-17T07:41:31.6591100Z [6555/7175] 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-07-17T07:41:31.6864848Z [6556/7175] 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-07-17T07:41:31.7099764Z [6557/7175] 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-07-17T07:41:31.7208925Z [6558/7175] 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-07-17T07:41:31.7377605Z [6559/7175] 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-07-17T07:41:31.7492806Z [6560/7175] 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-07-17T07:41:31.7828378Z [6561/7175] 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-07-17T07:41:31.8542285Z [6562/7175] 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-07-17T07:41:31.8590520Z [6563/7175] 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-07-17T07:41:31.8651803Z [6564/7175] 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-07-17T07:41:31.8904117Z [6565/7175] 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-07-17T07:41:31.8915785Z [6566/7175] 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-07-17T07:41:31.9380598Z [6567/7175] 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-07-17T07:41:31.9777403Z [6568/7175] 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-07-17T07:41:32.0421750Z [6569/7175] 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-07-17T07:41:32.0434224Z [6570/7175] 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-07-17T07:41:32.0487984Z [6571/7175] 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-07-17T07:41:32.0640249Z [6572/7175] 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-07-17T07:41:32.0690560Z [6573/7175] 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-07-17T07:41:32.1148755Z [6574/7175] 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-07-17T07:41:32.1284058Z [6575/7175] 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-07-17T07:41:32.2134808Z [6576/7175] 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-07-17T07:41:32.2439672Z [6577/7175] 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-07-17T07:41:32.2452281Z [6578/7175] 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-07-17T07:41:32.2476736Z [6579/7175] 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-07-17T07:41:32.2488599Z [6580/7175] 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-07-17T07:41:32.2973492Z [6581/7175] 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-07-17T07:41:32.3057943Z [6582/7175] 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-07-17T07:41:32.3962354Z [6583/7175] 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-07-17T07:41:32.4014872Z [6584/7175] 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-07-17T07:41:32.4027103Z [6585/7175] 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-07-17T07:41:32.4081856Z [6586/7175] 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-07-17T07:41:32.4259462Z [6587/7175] 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-07-17T07:41:32.5023785Z [6588/7175] 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-07-17T07:41:32.5250700Z [6589/7175] 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-07-17T07:41:32.5599632Z [6590/7175] 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-07-17T07:41:32.5668325Z [6591/7175] 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-07-17T07:41:32.5843951Z [6592/7175] 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-07-17T07:41:32.6203134Z [6593/7175] 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-07-17T07:41:32.6216475Z [6594/7175] 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-07-17T07:41:32.6269164Z [6595/7175] 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-07-17T07:41:32.6803024Z [6596/7175] 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-07-17T07:41:32.7056208Z [6597/7175] 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-07-17T07:41:32.7116655Z [6598/7175] 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-07-17T07:41:32.8005993Z [6599/7175] 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-07-17T07:41:32.8021834Z [6600/7175] 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-07-17T07:41:32.8037487Z [6601/7175] 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-07-17T07:41:32.8490498Z [6602/7175] 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-07-17T07:41:32.8796957Z [6603/7175] 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-07-17T07:41:32.9237658Z [6604/7175] 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-07-17T07:41:32.9557691Z [6605/7175] 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-07-17T07:41:32.9661947Z [6606/7175] 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-07-17T07:41:32.9872070Z [6607/7175] 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-07-17T07:41:32.9947487Z [6608/7175] 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-07-17T07:41:33.0243337Z [6609/7175] 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-07-17T07:41:33.0423251Z [6610/7175] 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-07-17T07:41:33.0633343Z [6611/7175] 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-07-17T07:41:33.1378225Z [6612/7175] 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-07-17T07:41:33.1496767Z [6613/7175] 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-07-17T07:41:33.1774508Z [6614/7175] 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-07-17T07:41:33.1821979Z [6615/7175] 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-07-17T07:41:33.2075710Z [6616/7175] 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-07-17T07:41:33.2276999Z [6617/7175] 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-07-17T07:41:33.2342390Z [6618/7175] 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-07-17T07:41:33.2602861Z [6619/7175] 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-07-17T07:41:33.3239910Z [6620/7175] 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-07-17T07:41:33.4156076Z [6621/7175] 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-07-17T07:41:33.4688366Z [6622/7175] 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-07-17T07:41:33.4798157Z [6623/7175] 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-07-17T07:41:33.4844799Z [6624/7175] 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-07-17T07:41:33.5153616Z [6625/7175] 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-07-17T07:41:33.5261931Z [6626/7175] 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-07-17T07:41:33.5407225Z [6627/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.5466530Z [6628/7175] 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-07-17T07:41:33.6310935Z [6629/7175] 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-07-17T07:41:33.6448618Z [6630/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.6499752Z [6631/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.6734553Z [6632/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.7481419Z [6633/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.7536402Z [6634/7175] 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-07-17T07:41:33.7549429Z [6635/7175] 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-07-17T07:41:33.8492841Z [6636/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.8590416Z [6637/7175] 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-07-17T07:41:33.8907692Z [6638/7175] 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-07-17T07:41:33.8920830Z [6639/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.9333484Z [6640/7175] 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-07-17T07:41:33.9344892Z [6641/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:33.9356751Z [6642/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.0392434Z [6643/7175] 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-07-17T07:41:34.0627574Z [6644/7175] 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-07-17T07:41:34.0678099Z [6645/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.0690544Z [6646/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.0779168Z [6647/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.0854740Z [6648/7175] 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-07-17T07:41:34.1090307Z [6649/7175] 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-07-17T07:41:34.1638991Z [6650/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.2013464Z [6651/7175] 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-07-17T07:41:34.2061180Z [6652/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.2413085Z [6653/7175] 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-07-17T07:41:34.2464855Z [6654/7175] 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-07-17T07:41:34.2476688Z [6655/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.3359150Z [6656/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.3407125Z [6657/7175] 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-07-17T07:41:34.3747565Z [6658/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2025-07-17T07:41:34.3791832Z [6659/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2025-07-17T07:41:34.4241498Z [6660/7175] 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-07-17T07:41:34.4253144Z [6661/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2025-07-17T07:41:34.4495056Z [6662/7175] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2025-07-17T07:41:34.5303380Z [6663/7175] 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-07-17T07:41:34.5324697Z [6664/7175] 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-07-17T07:41:34.5544569Z [6665/7175] 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-07-17T07:41:34.7005982Z [6666/7175] 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-07-17T07:41:34.7066683Z [6667/7175] 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-07-17T07:41:34.7349812Z [6668/7175] 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-07-17T07:41:34.7361824Z [6669/7175] 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-07-17T07:41:34.7896206Z [6670/7175] 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-07-17T07:41:34.8000791Z [6671/7175] 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-07-17T07:41:34.8679594Z [6672/7175] 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-07-17T07:41:34.8775425Z [6673/7175] 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-07-17T07:41:34.8787769Z [6674/7175] 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-07-17T07:41:34.8846303Z [6675/7175] 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-07-17T07:41:34.8964187Z [6676/7175] 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-07-17T07:41:34.9333413Z [6677/7175] 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-07-17T07:41:34.9457056Z [6678/7175] 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-07-17T07:41:35.0087441Z [6679/7175] 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-07-17T07:41:35.0105400Z [6680/7175] 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-07-17T07:41:35.0209952Z [6681/7175] 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-07-17T07:41:35.0268299Z [6682/7175] 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-07-17T07:41:35.0689334Z [6683/7175] 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-07-17T07:41:35.0902884Z [6684/7175] 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-07-17T07:41:35.1237876Z [6685/7175] 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-07-17T07:41:35.1646718Z [6686/7175] 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-07-17T07:41:35.1929450Z [6687/7175] 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-07-17T07:41:35.1987660Z [6688/7175] 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-07-17T07:41:35.1999732Z [6689/7175] 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-07-17T07:41:35.2238213Z [6690/7175] 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-07-17T07:41:35.2502160Z [6691/7175] 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-07-17T07:41:35.2841240Z [6692/7175] 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-07-17T07:41:35.3895652Z [6693/7175] 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-07-17T07:41:35.3945687Z [6694/7175] 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-07-17T07:41:35.3957679Z [6695/7175] 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-07-17T07:41:35.4002818Z [6696/7175] 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-07-17T07:41:35.4062753Z [6697/7175] 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-07-17T07:41:35.4172727Z [6698/7175] 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-07-17T07:41:35.4384748Z [6699/7175] 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-07-17T07:41:35.5490351Z [6700/7175] 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-07-17T07:41:35.5502957Z [6701/7175] 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-07-17T07:41:35.6140163Z [6702/7175] 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-07-17T07:41:35.6841029Z [6703/7175] 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-07-17T07:41:35.7220028Z [6704/7175] 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-07-17T07:41:35.7674892Z [6705/7175] 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-07-17T07:41:35.9116063Z [6706/7175] 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-07-17T07:41:35.9441214Z [6707/7175] 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-07-17T07:41:36.3369032Z [6708/7175] Linking CXX static library lib\gtest_main.lib 2025-07-17T07:41:36.8041295Z [6709/7175] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2025-07-17T07:41:37.1673369Z [6710/7175] Linking CXX static library lib\gmock.lib 2025-07-17T07:41:37.4671711Z [6711/7175] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2025-07-17T07:41:37.7359863Z [6712/7175] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2025-07-17T07:41:37.8121086Z [6713/7175] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2025-07-17T07:41:37.9461914Z [6714/7175] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2025-07-17T07:41:37.9829454Z [6715/7175] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2025-07-17T07:41:38.2017417Z [6716/7175] Building C object third_party\ittapi\CMakeFiles\jitprofiling.dir\src\ittnotify\jitprofiling.c.obj 2025-07-17T07:41:39.2906621Z [6717/7175] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2025-07-17T07:41:39.6374112Z [6718/7175] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2025-07-17T07:41:39.8168221Z [6719/7175] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2025-07-17T07:41:39.9050733Z [6720/7175] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2025-07-17T07:41:40.4499010Z [6721/7175] Linking CXX static library lib\benchmark.lib 2025-07-17T07:41:40.4753239Z [6722/7175] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2025-07-17T07:41:40.6361000Z [6723/7175] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2025-07-17T07:41:41.2920090Z [6724/7175] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2025-07-17T07:41:41.7861219Z [6725/7175] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2025-07-17T07:41:41.9322118Z [6726/7175] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2025-07-17T07:41:42.1873478Z [6727/7175] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2025-07-17T07:41:42.2844193Z [6728/7175] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2025-07-17T07:41:42.6378239Z [6729/7175] Building CXX object c10\test\CMakeFiles\c10_ArrayRef_test.dir\util\ArrayRef_test.cpp.obj 2025-07-17T07:41:42.7600537Z [6730/7175] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2025-07-17T07:41:43.4223663Z [6731/7175] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2025-07-17T07:41:43.5761554Z [6732/7175] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2025-07-17T07:41:44.2823838Z [6733/7175] Building CXX object c10\test\CMakeFiles\c10_Enumerate_test.dir\util\Enumerate_test.cpp.obj 2025-07-17T07:41:44.2989539Z [6734/7175] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2025-07-17T07:41:44.5198627Z [6735/7175] Building CXX object c10\test\CMakeFiles\c10_IntrusiveList_test.dir\util\IntrusiveList_test.cpp.obj 2025-07-17T07:41:45.0499495Z [6736/7175] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2025-07-17T07:41:45.2600355Z [6737/7175] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2025-07-17T07:41:45.7737812Z [6738/7175] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2025-07-17T07:41:46.0818903Z [6739/7175] Building CXX object c10\test\CMakeFiles\c10_Semaphore_test.dir\util\Semaphore_test.cpp.obj 2025-07-17T07:41:46.2810115Z [6740/7175] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2025-07-17T07:41:46.7074421Z [6741/7175] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2025-07-17T07:41:46.8471257Z [6742/7175] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2025-07-17T07:41:46.9745370Z [6743/7175] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2025-07-17T07:41:47.1729191Z [6744/7175] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2025-07-17T07:41:48.0995422Z [6745/7175] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2025-07-17T07:41:48.5465422Z [6746/7175] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2025-07-17T07:41:48.6583605Z [6747/7175] Building CXX object c10\test\CMakeFiles\c10_error_test.dir\util\error_test.cpp.obj 2025-07-17T07:41:48.7365640Z [6748/7175] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2025-07-17T07:41:49.2096112Z [6749/7175] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2025-07-17T07:41:49.4511826Z [6750/7175] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2025-07-17T07:41:49.6012012Z [6751/7175] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2025-07-17T07:41:50.3182419Z [6752/7175] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2025-07-17T07:41:50.6027598Z [6753/7175] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2025-07-17T07:41:50.6745545Z [6754/7175] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2025-07-17T07:41:51.3729663Z [6755/7175] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2025-07-17T07:41:51.7588082Z [6756/7175] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2025-07-17T07:41:53.8184148Z [6757/7175] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2025-07-17T07:41:53.8505264Z [6758/7175] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2025-07-17T07:41:55.8665958Z [6759/7175] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2025-07-17T07:41:56.1749982Z [6760/7175] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2025-07-17T07:41:56.1753045Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with [[nodiscard]] attribute 2025-07-17T07:41:56.1755019Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): note: the template instantiation context (the oldest one first) is 2025-07-17T07:41:56.1758396Z 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-07-17T07:41:56.1764508Z C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(694): 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-07-17T07:41:56.1771511Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(63): note: see the first reference to 'testing::internal::TypeParameterizedTest<`anonymous-namespace'::OptionalTest,testing::internal::TemplateSel<`anonymous-namespace'::OptionalTest_Empty_Test>,`anonymous-namespace'::gtest_type_params_OptionalTest_>::Register' in 'void __cdecl `anonymous namespace'::`dynamic initializer for 'gtest_OptionalTest_Empty_registered_''(void)' 2025-07-17T07:41:56.1776548Z C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(705): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2025-07-17T07:41:56.3498143Z C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(491): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2025-07-17T07:41:56.3499981Z with 2025-07-17T07:41:56.3500191Z [ 2025-07-17T07:41:56.3500366Z T=Type 2025-07-17T07:41:56.3500540Z ] 2025-07-17T07:41:56.3501321Z 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-07-17T07:41:56.3502168Z with 2025-07-17T07:41:56.3502331Z [ 2025-07-17T07:41:56.3502492Z T=Type 2025-07-17T07:41:56.3502672Z ] 2025-07-17T07:41:56.3503279Z [6761/7175] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2025-07-17T07:41:57.5081799Z [6762/7175] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2025-07-17T07:41:57.6682123Z [6763/7175] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2025-07-17T07:41:58.0516818Z [6764/7175] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2025-07-17T07:41:58.7145576Z [6765/7175] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2025-07-17T07:41:58.7837694Z [6766/7175] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2025-07-17T07:41:58.8478485Z [6767/7175] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2025-07-17T07:42:00.8189715Z [6768/7175] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2025-07-17T07:42:01.5339120Z [6769/7175] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2025-07-17T07:42:11.9021200Z [6770/7175] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2025-07-17T07:42:12.5577348Z [6771/7175] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2025-07-17T07:42:40.6550888Z [6772/7175] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2025-07-17T07:42:41.6443321Z [6773/7175] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2025-07-17T07:42:48.6641755Z [6774/7175] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2025-07-17T07:42:48.8019083Z [6775/7175] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2025-07-17T07:42:50.9594351Z [6776/7175] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-07-17T07:42:50.9596308Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_half.h(17): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:42:50.9598472Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(121): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:42:51.8527318Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(126): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:42:51.8529349Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec256/vec256_16bit_float.h(128): warning C4556: value of intrinsic immediate argument '8' is out of range '0 - 7' 2025-07-17T07:42:51.8530801Z [6777/7175] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2025-07-17T07:42:52.8672079Z [6778/7175] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2025-07-17T07:42:53.6600707Z [6779/7175] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-07-17T07:43:00.4482265Z [6780/7175] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2025-07-17T07:43:00.7924553Z [6781/7175] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2025-07-17T07:43:03.1560517Z [6782/7175] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2025-07-17T07:43:05.3469767Z [6783/7175] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2025-07-17T07:43:05.5027793Z [6784/7175] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2025-07-17T07:43:11.6839217Z [6785/7175] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2025-07-17T07:43:15.8121507Z [6786/7175] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2025-07-17T07:43:16.0059789Z [6787/7175] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2025-07-17T07:43:18.0445585Z [6788/7175] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2025-07-17T07:43:19.1277087Z [6789/7175] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2025-07-17T07:43:21.0815316Z [6790/7175] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2025-07-17T07:43:24.2788083Z [6791/7175] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2025-07-17T07:43:27.4678757Z [6792/7175] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2025-07-17T07:43:28.3491192Z [6793/7175] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2025-07-17T07:43:29.3412959Z [6794/7175] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2025-07-17T07:43:32.1311219Z [6795/7175] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2025-07-17T07:43:33.5526250Z [6796/7175] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2025-07-17T07:43:34.6784259Z [6797/7175] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2025-07-17T07:43:38.1809475Z [6798/7175] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2025-07-17T07:43:39.1010757Z [6799/7175] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2025-07-17T07:43:41.9468648Z [6800/7175] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2025-07-17T07:43:42.6917044Z [6801/7175] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2025-07-17T07:43:43.1325681Z [6802/7175] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2025-07-17T07:43:44.4784129Z [6803/7175] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2025-07-17T07:43:45.4278899Z [6804/7175] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2025-07-17T07:43:46.7880829Z [6805/7175] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2025-07-17T07:43:51.3712986Z [6806/7175] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2025-07-17T07:43:51.3847886Z [6807/7175] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2025-07-17T07:43:51.5296191Z [6808/7175] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2025-07-17T07:43:54.8362671Z [6809/7175] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2025-07-17T07:43:54.8843400Z [6810/7175] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2025-07-17T07:43:58.4989245Z [6811/7175] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2025-07-17T07:44:01.5832942Z [6812/7175] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2025-07-17T07:44:02.1416189Z [6813/7175] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2025-07-17T07:44:02.2069663Z [6814/7175] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2025-07-17T07:44:03.1226143Z [6815/7175] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2025-07-17T07:44:04.5100765Z [6816/7175] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2025-07-17T07:44:04.5993029Z [6817/7175] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2025-07-17T07:44:13.2548951Z [6818/7175] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2025-07-17T07:44:13.3512263Z [6819/7175] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2025-07-17T07:44:13.7236848Z [6820/7175] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2025-07-17T07:44:15.2944489Z [6821/7175] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2025-07-17T07:44:16.5897371Z [6822/7175] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2025-07-17T07:44:16.7306430Z [6823/7175] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2025-07-17T07:44:17.1675438Z [6824/7175] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2025-07-17T07:44:17.4264249Z [6825/7175] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2025-07-17T07:44:17.7300675Z [6826/7175] 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-07-17T07:44:20.2172671Z [6827/7175] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2025-07-17T07:44:21.8052081Z [6828/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2025-07-17T07:44:21.9916574Z [6829/7175] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2025-07-17T07:44:21.9978086Z [6830/7175] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2025-07-17T07:44:22.0090205Z [6831/7175] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2025-07-17T07:44:23.9961615Z [6832/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\source_range_test.cpp.obj 2025-07-17T07:44:25.9240666Z [6833/7175] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2025-07-17T07:44:28.9850385Z [6834/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2025-07-17T07:44:35.5970395Z [6835/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2025-07-17T07:44:39.8921514Z [6836/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2025-07-17T07:44:40.7162291Z [6837/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2025-07-17T07:44:42.8341636Z [6838/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2025-07-17T07:44:42.8692068Z [6839/7175] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2025-07-17T07:44:43.8585184Z [6840/7175] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2025-07-17T07:44:47.5340711Z [6841/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2025-07-17T07:44:50.2493902Z [6842/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2025-07-17T07:44:51.5237223Z [6843/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2025-07-17T07:44:51.9320425Z [6844/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2025-07-17T07:44:57.2745579Z [6845/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2025-07-17T07:44:58.9145526Z [6846/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2025-07-17T07:44:59.0114589Z [6847/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2025-07-17T07:45:00.1788656Z [6848/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2025-07-17T07:45:01.4209918Z [6849/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2025-07-17T07:45:01.6532967Z [6850/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2025-07-17T07:45:02.8131153Z [6851/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2025-07-17T07:45:07.6776998Z [6852/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2025-07-17T07:45:13.7629769Z [6853/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2025-07-17T07:45:15.4123124Z [6854/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2025-07-17T07:45:16.7582114Z [6855/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2025-07-17T07:45:20.2759119Z [6856/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2025-07-17T07:45:21.9673504Z [6857/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2025-07-17T07:45:22.5569710Z [6858/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2025-07-17T07:45:23.6784483Z [6859/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2025-07-17T07:45:26.2290872Z [6860/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lexer.cpp.obj 2025-07-17T07:45:28.3719574Z [6861/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2025-07-17T07:45:29.0513848Z [6862/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2025-07-17T07:45:30.1701336Z [6863/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2025-07-17T07:45:30.4115704Z [6864/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2025-07-17T07:45:36.9130362Z [6865/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2025-07-17T07:45:37.3407224Z [6866/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2025-07-17T07:45:38.7903971Z [6867/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2025-07-17T07:45:44.4930211Z [6868/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2025-07-17T07:45:46.2538669Z [6869/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2025-07-17T07:45:46.7155701Z [6870/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2025-07-17T07:45:50.2477268Z [6871/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2025-07-17T07:45:50.6793056Z [6872/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2025-07-17T07:45:51.9955222Z [6873/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2025-07-17T07:45:55.5933973Z [6874/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2025-07-17T07:45:59.2814221Z [6875/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2025-07-17T07:45:59.5199962Z [6876/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2025-07-17T07:46:00.6635377Z [6877/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2025-07-17T07:46:01.3915803Z [6878/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2025-07-17T07:46:03.0683716Z [6879/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2025-07-17T07:46:04.7405003Z [6880/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2025-07-17T07:46:07.3019196Z [6881/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2025-07-17T07:46:07.4712432Z [6882/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2025-07-17T07:46:09.0718987Z [6883/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2025-07-17T07:46:09.4128763Z [6884/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2025-07-17T07:46:11.0278430Z [6885/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\common\main.cpp.obj 2025-07-17T07:46:11.5992662Z [6886/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2025-07-17T07:46:12.3463061Z [6887/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2025-07-17T07:46:13.7811119Z [6888/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2025-07-17T07:46:15.6182398Z [6889/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_file_util.cpp.obj 2025-07-17T07:46:18.1756753Z [6890/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2025-07-17T07:46:21.4968905Z [6891/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_function_schema.cpp.obj 2025-07-17T07:46:24.5756475Z [6892/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_execution_planner.cpp.obj 2025-07-17T07:46:30.0998294Z [6893/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_execution_frame.cpp.obj 2025-07-17T07:46:32.2760213Z [6894/7175] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2025-07-17T07:46:32.8832080Z [6895/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_alias_analyzer.cpp.obj 2025-07-17T07:46:33.0418835Z [6896/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_graph_signature.cpp.obj 2025-07-17T07:46:33.5635403Z [6897/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_layout_planner_algorithm.cpp.obj 2025-07-17T07:46:33.8525348Z [6898/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_graph.cpp.obj 2025-07-17T07:46:34.6260361Z [6899/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_mpmc_queue.cpp.obj 2025-07-17T07:46:35.2178319Z [6900/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_placement.cpp.obj 2025-07-17T07:46:40.3027143Z [6901/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_c10_kernel.cpp.obj 2025-07-17T07:46:41.0507142Z [6902/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_itree.cpp.obj 2025-07-17T07:46:42.8599170Z [6903/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_tensor_meta.cpp.obj 2025-07-17T07:46:44.1035979Z [6904/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\TensorMeta.cpp.obj 2025-07-17T07:46:46.5862304Z [6905/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_serialization.cpp.obj 2025-07-17T07:46:48.4505055Z [6906/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\PlacementUtils.cpp.obj 2025-07-17T07:46:51.0039630Z [6907/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\GraphSignature.cpp.obj 2025-07-17T07:46:52.2973267Z [6908/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_op_kernel.cpp.obj 2025-07-17T07:46:53.4791912Z [6909/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\common\FileUtil.cpp.obj 2025-07-17T07:46:58.1772101Z [6910/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\Graph.cpp.obj 2025-07-17T07:46:58.7019046Z [6911/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\FunctionSchema.cpp.obj 2025-07-17T07:46:59.3080193Z [6912/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\graph\Serialization.cpp.obj 2025-07-17T07:47:04.8533882Z [6913/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\OpKernel.cpp.obj 2025-07-17T07:47:05.2358072Z [6914/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\test_weights.cpp.obj 2025-07-17T07:47:05.6196304Z [6915/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\Bump.cpp.obj 2025-07-17T07:47:06.2564513Z [6916/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\GreedyBySize.cpp.obj 2025-07-17T07:47:07.3466760Z [6917/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\DisjointStorageGroups.cpp.obj 2025-07-17T07:47:08.5000276Z [6918/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ExecutionPlanner.cpp.obj 2025-07-17T07:47:09.9499772Z [6919/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\Weights.cpp.obj 2025-07-17T07:47:13.1025677Z [6920/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\detail\ITree.cpp.obj 2025-07-17T07:47:16.8885868Z [6921/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ExecutionFrame.cpp.obj 2025-07-17T07:47:19.2553120Z [6922/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\C10Kernel.cpp.obj 2025-07-17T07:47:19.7892684Z [6923/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\LayoutPlanner.cpp.obj 2025-07-17T07:47:21.7925239Z [6924/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\AliasAnalyzer.cpp.obj 2025-07-17T07:47:25.0964848Z [6925/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\memory\LayoutManager.cpp.obj 2025-07-17T07:47:28.5577009Z [6926/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\Executor.cpp.obj 2025-07-17T07:47:33.4983132Z [6927/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\KernelFactory.cpp.obj 2025-07-17T07:47:35.1535630Z [6928/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ConstantFolder.cpp.obj 2025-07-17T07:47:37.0028384Z [6929/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\GraphExecutorBase.cpp.obj 2025-07-17T07:47:37.3914617Z [6930/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\SerialGraphExecutor.cpp.obj 2025-07-17T07:47:38.8383515Z [6931/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2025-07-17T07:47:38.9039308Z [6932/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2025-07-17T07:47:39.5781183Z [6933/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\executor\ParallelGraphExecutor.cpp.obj 2025-07-17T07:47:43.5660903Z [6934/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\AutoFunctionalizeKernel.cpp.obj 2025-07-17T07:47:46.6363245Z [6935/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\CallTorchBindKernel.cpp.obj 2025-07-17T07:47:47.2074285Z [6936/7175] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2025-07-17T07:47:48.2612661Z [6937/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2025-07-17T07:47:52.6642195Z [6938/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2025-07-17T07:47:52.8722310Z [6939/7175] Building CXX object test_nativert\CMakeFiles\test_nativert.dir\__\__\__\torch\nativert\kernels\HigherOrderKernel.cpp.obj 2025-07-17T07:47:54.7034732Z [6940/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2025-07-17T07:47:59.4282072Z [6941/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2025-07-17T07:48:01.0211137Z [6942/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2025-07-17T07:48:04.0677790Z [6943/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2025-07-17T07:48:06.5280423Z [6944/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2025-07-17T07:48:06.9731025Z [6945/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2025-07-17T07:48:09.3136396Z [6946/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2025-07-17T07:48:11.5478700Z [6947/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2025-07-17T07:48:14.2610420Z [6948/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2025-07-17T07:48:27.5075272Z [6949/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2025-07-17T07:48:28.2131127Z [6950/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2025-07-17T07:48:29.8221861Z [6951/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2025-07-17T07:48:30.5509869Z [6952/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2025-07-17T07:48:31.9796734Z [6953/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2025-07-17T07:48:38.4366309Z [6954/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2025-07-17T07:48:39.2437171Z [6955/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2025-07-17T07:48:43.6754552Z [6956/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2025-07-17T07:48:44.9839454Z [6957/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2025-07-17T07:48:45.0592337Z [6958/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2025-07-17T07:48:46.2164876Z [6959/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2025-07-17T07:48:48.5191056Z [6960/7175] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2025-07-17T07:48:49.4316112Z [6961/7175] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2025-07-17T07:48:52.8895174Z [6962/7175] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2025-07-17T07:48:53.9642853Z [6963/7175] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2025-07-17T07:48:56.2183170Z [6964/7175] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2025-07-17T07:49:01.2332277Z [6965/7175] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2025-07-17T07:49:04.6800837Z [6966/7175] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2025-07-17T07:49:10.4184632Z [6967/7175] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2025-07-17T07:49:15.7450650Z [6968/7175] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2025-07-17T07:49:16.2841825Z [6969/7175] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2025-07-17T07:49:16.5550448Z [6970/7175] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2025-07-17T07:49:22.9070439Z [6971/7175] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2025-07-17T07:49:24.5426711Z [6972/7175] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2025-07-17T07:49:24.7563151Z [6973/7175] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2025-07-17T07:49:35.1422213Z [6974/7175] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2025-07-17T07:49:35.3646342Z [6975/7175] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2025-07-17T07:49:35.3788330Z [6976/7175] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2025-07-17T07:49:38.7291811Z [6977/7175] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2025-07-17T07:49:38.7636345Z [6978/7175] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2025-07-17T07:49:45.0152515Z [6979/7175] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2025-07-17T07:49:45.0311713Z [6980/7175] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2025-07-17T07:49:55.2539052Z [6981/7175] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2025-07-17T07:49:55.2777148Z [6982/7175] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2025-07-17T07:49:57.8129769Z [6983/7175] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2025-07-17T07:49:58.4407100Z [6984/7175] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2025-07-17T07:50:06.5845804Z [6985/7175] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2025-07-17T07:50:07.1728277Z [6986/7175] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2025-07-17T07:50:12.7412047Z [6987/7175] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2025-07-17T07:50:16.8533415Z [6988/7175] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2025-07-17T07:50:19.2978417Z [6989/7175] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2025-07-17T07:50:21.9003386Z [6990/7175] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2025-07-17T07:50:26.9131548Z [6991/7175] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2025-07-17T07:50:28.2845866Z [6992/7175] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2025-07-17T07:50:32.9358734Z [6993/7175] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2025-07-17T07:50:39.5089498Z [6994/7175] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2025-07-17T07:50:39.5219102Z [6995/7175] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2025-07-17T07:50:40.4130194Z [6996/7175] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2025-07-17T07:50:41.3408848Z [6997/7175] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2025-07-17T07:50:42.8635878Z [6998/7175] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2025-07-17T07:50:43.0827230Z [6999/7175] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2025-07-17T07:50:54.5181425Z [7000/7175] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2025-07-17T07:50:57.6436645Z [7001/7175] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2025-07-17T07:50:59.0176111Z [7002/7175] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2025-07-17T07:50:59.4434085Z [7003/7175] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2025-07-17T07:50:59.8633090Z [7004/7175] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2025-07-17T07:51:00.2193960Z [7005/7175] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2025-07-17T07:51:01.6369547Z [7006/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2025-07-17T07:51:03.3253326Z [7007/7175] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2025-07-17T07:51:08.4711328Z [7008/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2025-07-17T07:51:10.5896190Z [7009/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2025-07-17T07:51:10.6337456Z [7010/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2025-07-17T07:51:12.2157831Z [7011/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2025-07-17T07:51:12.5051913Z [7012/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2025-07-17T07:51:14.4748056Z [7013/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2025-07-17T07:51:14.8422275Z [7014/7175] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2025-07-17T07:51:17.3541921Z [7015/7175] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2025-07-17T07:51:18.1603014Z [7016/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2025-07-17T07:51:18.9630307Z [7017/7175] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2025-07-17T07:51:19.1833178Z [7018/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2025-07-17T07:51:20.0068065Z [7019/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2025-07-17T07:51:25.4030610Z [7020/7175] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2025-07-17T07:51:30.0179977Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(41): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2025-07-17T07:51:30.0180945Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2025-07-17T07:51:30.0181792Z [7021/7175] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2025-07-17T07:51:31.4778191Z [7022/7175] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2025-07-17T07:51:32.0964658Z [7023/7175] Linking C static library lib\cpuinfo_internals.lib 2025-07-17T07:51:33.0825491Z [7024/7175] Linking CXX static library lib\libprotobuf-lite.lib 2025-07-17T07:51:33.2793853Z [7025/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_graph_executor.cpp.obj 2025-07-17T07:51:33.4077534Z [7026/7175] Linking CXX static library lib\benchmark_main.lib 2025-07-17T07:51:33.5076907Z [7027/7175] Linking C static library lib\libjitprofiling.lib 2025-07-17T07:51:33.5463991Z [7028/7175] Linking CXX static library lib\gmock_main.lib 2025-07-17T07:51:33.7078345Z [7029/7175] Linking CXX static library lib\fmt.lib 2025-07-17T07:51:34.9925220Z [7030/7175] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2025-07-17T07:51:35.0162463Z [7031/7175] Linking CXX executable bin\c10_DeviceGuard_test.exe 2025-07-17T07:51:35.3081197Z [7032/7175] Linking CXX executable bin\c10_Device_test.exe 2025-07-17T07:51:35.4507041Z [7033/7175] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2025-07-17T07:51:35.5876073Z [7034/7175] Linking CXX executable bin\c10_Scalar_test.exe 2025-07-17T07:51:35.6224968Z [7035/7175] Linking CXX executable bin\c10_StreamGuard_test.exe 2025-07-17T07:51:35.6560676Z [7036/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2025-07-17T07:51:35.8047548Z [7037/7175] Linking CXX executable bin\c10_SymInt_test.exe 2025-07-17T07:51:35.9408829Z [7038/7175] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2025-07-17T07:51:36.0042546Z [7039/7175] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2025-07-17T07:51:36.1820273Z [7040/7175] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2025-07-17T07:51:36.2457999Z [7041/7175] Linking CXX executable bin\c10_ArrayRef_test.exe 2025-07-17T07:51:36.4900626Z [7042/7175] Linking CXX executable bin\c10_Bitset_test.exe 2025-07-17T07:51:36.4911809Z [7043/7175] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2025-07-17T07:51:36.6682882Z [7044/7175] Linking CXX executable bin\c10_cow_test.exe 2025-07-17T07:51:36.6874449Z [7045/7175] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2025-07-17T07:51:36.8989325Z [7046/7175] Linking CXX executable bin\c10_Enumerate_test.exe 2025-07-17T07:51:36.9444176Z [7047/7175] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2025-07-17T07:51:36.9491978Z [7048/7175] Linking CXX executable bin\c10_Half_test.exe 2025-07-17T07:51:37.0681636Z [7049/7175] Linking CXX executable bin\c10_IntrusiveList_test.exe 2025-07-17T07:51:37.2435518Z [7050/7175] Linking CXX executable bin\c10_NetworkFlow_test.exe 2025-07-17T07:51:37.3646002Z [7051/7175] Linking CXX executable bin\c10_Semaphore_test.exe 2025-07-17T07:51:37.3810374Z [7052/7175] Linking CXX executable bin\c10_LeftRight_test.exe 2025-07-17T07:51:37.4216657Z [7053/7175] Linking CXX executable bin\c10_Metaprogramming_test.exe 2025-07-17T07:51:37.6373495Z [7054/7175] Linking CXX executable bin\c10_Synchronized_test.exe 2025-07-17T07:51:37.7241343Z [7055/7175] Linking CXX executable bin\c10_TypeIndex_test.exe 2025-07-17T07:51:37.7647355Z [7056/7175] Linking CXX executable bin\c10_TypeList_test.exe 2025-07-17T07:51:37.8824055Z [7057/7175] Linking CXX executable bin\c10_TypeTraits_test.exe 2025-07-17T07:51:37.9327142Z [7058/7175] Linking CXX executable bin\c10_ThreadLocal_test.exe 2025-07-17T07:51:38.1325542Z [7059/7175] Linking CXX executable bin\c10_accumulate_test.exe 2025-07-17T07:51:38.1377161Z [7060/7175] Linking CXX executable bin\c10_bit_cast_test.exe 2025-07-17T07:51:38.3140170Z [7061/7175] Linking CXX executable bin\c10_bfloat16_test.exe 2025-07-17T07:51:38.3469471Z [7062/7175] Linking CXX executable bin\c10_complex_math_test.exe 2025-07-17T07:51:38.4325493Z [7063/7175] Linking CXX executable bin\c10_error_test.exe 2025-07-17T07:51:38.5910728Z [7064/7175] Linking CXX executable bin\c10_complex_test.exe 2025-07-17T07:51:38.6469049Z [7065/7175] Linking CXX executable bin\c10_exception_test.exe 2025-07-17T07:51:38.7173284Z [7066/7175] Linking CXX executable bin\c10_generic_math_test.exe 2025-07-17T07:51:38.7726637Z [7067/7175] Linking CXX executable bin\c10_flags_test.exe 2025-07-17T07:51:38.9552047Z [7068/7175] Linking CXX executable bin\c10_irange_test.exe 2025-07-17T07:51:39.0579827Z [7069/7175] Linking CXX executable bin\c10_lazy_test.exe 2025-07-17T07:51:39.2479075Z [7070/7175] Linking CXX executable bin\c10_logging_test.exe 2025-07-17T07:51:39.6645211Z [7071/7175] Linking CXX executable bin\c10_registry_test.exe 2025-07-17T07:51:39.7800017Z [7072/7175] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2025-07-17T07:51:40.0667546Z [7073/7175] Linking CXX executable bin\c10_ssize_test.exe 2025-07-17T07:51:40.1038119Z [7074/7175] Linking CXX executable bin\c10_optional_test.exe 2025-07-17T07:51:40.2910011Z [7075/7175] Linking CXX executable bin\c10_string_view_test.exe 2025-07-17T07:51:40.4932577Z [7076/7175] Linking CXX executable bin\c10_string_util_test.exe 2025-07-17T07:51:40.5449747Z [7077/7175] Linking CXX executable bin\c10_tempfile_test.exe 2025-07-17T07:51:40.8751051Z [7078/7175] Linking CXX executable bin\c10_typeid_test.exe 2025-07-17T07:51:41.0755579Z [7079/7175] Linking C shared library bin\torch_global_deps.dll 2025-07-17T07:51:41.2399409Z [7080/7175] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2025-07-17T07:51:41.3825630Z [7081/7175] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2025-07-17T07:51:41.4009011Z [7082/7175] Linking C executable sleef\bin\mkrename_gnuabi.exe 2025-07-17T07:51:41.5452807Z [7083/7175] Linking C executable sleef\bin\addSuffix.exe 2025-07-17T07:51:43.4894399Z [7084/7175] Linking CXX executable bin\c10_small_vector_test.exe 2025-07-17T07:51:44.1520238Z [7085/7175] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2025-07-17T07:51:46.7351756Z [7086/7175] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2025-07-17T07:51:46.8786451Z [7087/7175] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2025-07-17T07:51:49.0013075Z [7088/7175] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2025-07-17T07:51:53.5219093Z [7089/7175] Linking C static library lib\microkernels-all.lib 2025-07-17T07:59:32.1204679Z [7090/7175] Linking CXX shared library bin\torch_cpu.dll 2025-07-17T07:59:32.6492094Z [7091/7175] Linking CXX shared library bin\torch.dll 2025-07-17T07:59:32.8739402Z [7092/7175] Linking CXX shared library bin\shm.dll 2025-07-17T07:59:33.1125560Z [7093/7175] Linking CXX executable bin\BackoffTest.exe 2025-07-17T07:59:33.1250624Z [7094/7175] Linking CXX executable bin\FileStoreTest.exe 2025-07-17T07:59:33.1261703Z [7095/7175] Linking CXX executable bin\ProcessGroupGlooTest.exe 2025-07-17T07:59:33.1421534Z [7096/7175] Linking CXX executable bin\TCPStoreTest.exe 2025-07-17T07:59:33.1963892Z [7097/7175] Linking CXX shared library bin\jitbackend_test.dll 2025-07-17T07:59:33.5161001Z [7098/7175] Linking CXX executable bin\Dimname_test.exe 2025-07-17T07:59:33.7875876Z [7099/7175] Linking CXX shared library bin\backend_with_compiler.dll 2025-07-17T07:59:33.9573889Z [7100/7175] Linking CXX executable bin\Dict_test.exe 2025-07-17T07:59:33.9785245Z [7101/7175] Linking CXX executable bin\MaybeOwned_test.exe 2025-07-17T07:59:34.0767824Z [7102/7175] Linking CXX executable bin\NamedTensor_test.exe 2025-07-17T07:59:34.4294608Z [7103/7175] Linking CXX executable bin\apply_utils_test.exe 2025-07-17T07:59:34.5649620Z [7104/7175] Linking CXX executable bin\broadcast_test.exe 2025-07-17T07:59:34.6306821Z [7105/7175] Linking CXX executable bin\atest.exe 2025-07-17T07:59:34.6965007Z [7106/7175] Linking CXX executable bin\basic.exe 2025-07-17T07:59:34.8900545Z [7107/7175] Linking CXX executable bin\cpu_allocator_test.exe 2025-07-17T07:59:35.2231507Z [7108/7175] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2025-07-17T07:59:35.2373706Z [7109/7175] Linking CXX executable bin\cpu_generator_test.exe 2025-07-17T07:59:35.3700406Z [7110/7175] Linking CXX executable bin\dlconvertor_test.exe 2025-07-17T07:59:35.7527144Z [7111/7175] Linking CXX executable bin\half_test.exe 2025-07-17T07:59:35.8671561Z [7112/7175] Linking CXX executable bin\extension_backend_test.exe 2025-07-17T07:59:36.2088969Z [7113/7175] Linking CXX executable bin\lazy_tensor_test.exe 2025-07-17T07:59:36.3925500Z [7114/7175] Linking CXX executable bin\math_kernel_test.exe 2025-07-17T07:59:36.6588655Z [7115/7175] Linking CXX executable bin\ivalue_test.exe 2025-07-17T07:59:36.7343961Z [7116/7175] Linking CXX executable bin\memory_format_test.exe 2025-07-17T07:59:36.8583527Z [7117/7175] Linking CXX executable bin\memory_overlapping_test.exe 2025-07-17T07:59:37.1641550Z [7118/7175] Linking CXX executable bin\operator_name_test.exe 2025-07-17T07:59:37.1652937Z [7119/7175] Linking CXX executable bin\mobile_memory_cleanup.exe 2025-07-17T07:59:37.2266483Z [7120/7175] Linking CXX executable bin\cpu_rng_test.exe 2025-07-17T07:59:37.3091429Z [7121/7175] Linking CXX executable bin\native_test.exe 2025-07-17T07:59:37.6245528Z [7122/7175] Linking CXX executable bin\operators_test.exe 2025-07-17T07:59:37.6681141Z [7123/7175] Linking CXX executable bin\packedtensoraccessor_test.exe 2025-07-17T07:59:37.9023863Z [7124/7175] Linking CXX executable bin\quantized_test.exe 2025-07-17T07:59:38.0020493Z [7125/7175] Linking CXX executable bin\pow_test.exe 2025-07-17T07:59:38.0909835Z [7126/7175] Linking CXX executable bin\reduce_ops_test.exe 2025-07-17T07:59:38.1831166Z [7127/7175] Linking CXX executable bin\reportMemoryUsage_test.exe 2025-07-17T07:59:38.4767080Z [7128/7175] Linking CXX executable bin\scalar_tensor_test.exe 2025-07-17T07:59:38.6185470Z [7129/7175] Linking CXX executable bin\scalar_test.exe 2025-07-17T07:59:38.6404362Z [7130/7175] Linking CXX executable bin\StorageUtils_test.exe 2025-07-17T07:59:38.6413396Z [7131/7175] Linking CXX executable bin\stride_properties_test.exe 2025-07-17T07:59:39.0408651Z [7132/7175] Linking CXX executable bin\type_ptr_test.exe 2025-07-17T07:59:39.1354486Z [7133/7175] Linking CXX executable bin\thread_init_test.exe 2025-07-17T07:59:39.1975287Z [7134/7175] Linking CXX executable bin\test_parallel.exe 2025-07-17T07:59:39.6645299Z [7135/7175] Linking CXX executable bin\undefined_tensor_test.exe 2025-07-17T07:59:39.6943268Z [7136/7175] Linking CXX executable bin\verify_api_visibility.exe 2025-07-17T07:59:39.7237552Z [7137/7175] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2025-07-17T07:59:39.9406368Z [7138/7175] Linking CXX executable bin\type_test.exe 2025-07-17T07:59:40.1041626Z [7139/7175] Linking CXX executable bin\tensor_iterator_test.exe 2025-07-17T07:59:40.3321816Z [7140/7175] Linking CXX executable bin\weakref_test.exe 2025-07-17T07:59:40.3863654Z [7141/7175] Linking CXX executable bin\wrapdim_test.exe 2025-07-17T07:59:40.6247938Z [7142/7175] Linking CXX executable bin\xla_tensor_test.exe 2025-07-17T07:59:40.8903064Z [7143/7175] Linking CXX executable bin\legacy_vmap_test.exe 2025-07-17T07:59:40.9060052Z [7144/7175] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2025-07-17T07:59:40.9371152Z [7145/7175] Linking CXX executable bin\IListRef_test.exe 2025-07-17T07:59:41.3268161Z [7146/7175] Linking CXX executable bin\KernelFunction_test.exe 2025-07-17T07:59:41.5643311Z [7147/7175] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2025-07-17T07:59:41.8595840Z [7148/7175] Linking CXX executable bin\List_test.exe 2025-07-17T07:59:42.0318599Z [7149/7175] Linking CXX executable bin\kernel_stackbased_test.exe 2025-07-17T07:59:42.2070036Z [7150/7175] Linking CXX executable bin\CppSignature_test.exe 2025-07-17T07:59:42.5002871Z [7151/7175] Linking CXX executable bin\op_allowlist_test.exe 2025-07-17T07:59:42.6355342Z [7152/7175] Linking CXX executable bin\backend_fallback_test.exe 2025-07-17T07:59:42.9045711Z [7153/7175] Linking CXX executable bin\kernel_function_test.exe 2025-07-17T07:59:43.3643583Z [7154/7175] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2025-07-17T07:59:43.4152099Z [7155/7175] Linking CXX executable bin\kernel_lambda_test.exe 2025-07-17T07:59:43.6769079Z [7156/7175] Linking CXX executable bin\inline_container_test.exe 2025-07-17T07:59:43.6912761Z [7157/7175] Linking CXX executable bin\kernel_function_legacy_test.exe 2025-07-17T07:59:44.5325280Z [7158/7175] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2025-07-17T07:59:44.6576361Z [7159/7175] Linking CXX shared library bin\aoti_custom_ops.dll 2025-07-17T07:59:45.1746368Z [7160/7175] Linking CXX executable bin\tutorial_tensorexpr.exe 2025-07-17T07:59:45.5839164Z [7161/7175] Linking CXX executable bin\parallel_benchmark.exe 2025-07-17T07:59:46.8448709Z [7162/7175] Linking CXX shared library bin\torchbind_test.dll 2025-07-17T07:59:48.5746238Z [7163/7175] Linking CXX executable bin\test_lazy.exe 2025-07-17T07:59:53.9714703Z [7164/7175] Linking CXX executable bin\op_registration_test.exe 2025-07-17T07:59:59.6100705Z [7165/7175] Linking CXX executable bin\test_tensorexpr.exe 2025-07-17T08:00:00.0985062Z [7166/7175] Linking CXX executable bin\test_nativert.exe 2025-07-17T08:00:07.2332761Z [7167/7175] Linking CXX executable bin\test_jit.exe 2025-07-17T08:00:07.3607185Z [7168/7175] Linking CXX executable bin\test_api.exe 2025-07-17T08:00:27.2660997Z [7169/7175] Linking CXX shared library bin\torch_python.dll 2025-07-17T08:00:27.4787436Z [7170/7175] Linking CXX shared module functorch\functorch.pyd 2025-07-17T08:00:27.4812034Z [7171/7175] Linking CXX shared library bin\nnapi_backend.dll 2025-07-17T08:00:27.4812935Z [7171/7175] Install the project... 2025-07-17T08:00:27.5602705Z -- Install configuration: "Release" 2025-07-17T08:05:51.4273731Z Could not find an up-to-date installation of `packaging`. License expressions might not be validated. To enforce validation, please install `packaging>=24.2`. 2025-07-17T08:05:51.4417723Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\config\_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-07-17T08:05:51.4418453Z !! 2025-07-17T08:05:51.4418547Z 2025-07-17T08:05:51.4418661Z ******************************************************************************** 2025-07-17T08:05:51.4419413Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-07-17T08:05:51.4420063Z 2025-07-17T08:05:51.4420259Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-07-17T08:05:51.4420674Z or your builds will no longer be supported. 2025-07-17T08:05:51.4420881Z 2025-07-17T08:05:51.5114586Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-07-17T08:05:51.5115184Z ******************************************************************************** 2025-07-17T08:05:51.5115398Z 2025-07-17T08:05:51.5115462Z !! 2025-07-17T08:05:51.5115633Z corresp(dist, value, root_dir) 2025-07-17T08:05:51.8194775Z running bdist_wheel 2025-07-17T08:05:59.8350014Z running build 2025-07-17T08:05:59.8350253Z running build_py 2025-07-17T08:05:59.8435558Z creating build\lib.win-amd64-cpython-39\functorch 2025-07-17T08:05:59.8439957Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2025-07-17T08:05:59.8458728Z creating build\lib.win-amd64-cpython-39\torch 2025-07-17T08:05:59.8462023Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:05:59.9027726Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:05:59.9052511Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:05:59.9085605Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.0048852Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.1040261Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.1052150Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.1062604Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.1098894Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.2939496Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.3439531Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.3452450Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.3460307Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.4372894Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.4385638Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.4395474Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.4406527Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.4412473Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.5543200Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.6405929Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.6416533Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.7032114Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.7050708Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.7961775Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8720186Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8747996Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8771550Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8781211Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8793258Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8803684Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.8809456Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.9842419Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.9898390Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.9916872Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:00.9921840Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1328834Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1363727Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1369674Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1375467Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1386334Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1402307Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.1408425Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.2302314Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:01.3388394Z creating build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.3392921Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.3807293Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.3817901Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.3858977Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4289367Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4314691Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4335682Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4350307Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4360199Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4369947Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4379873Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4420538Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4436623Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4453281Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4462398Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2025-07-17T08:06:01.4469653Z creating build\lib.win-amd64-cpython-39\functorch\compile 2025-07-17T08:06:01.4472670Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2025-07-17T08:06:01.4484948Z creating build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4488127Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4498594Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4508009Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4517116Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4538624Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4548538Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4563693Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4569748Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4579836Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2025-07-17T08:06:01.4593390Z creating build\lib.win-amd64-cpython-39\functorch\einops 2025-07-17T08:06:01.4596429Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-07-17T08:06:01.4607530Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-07-17T08:06:01.4618185Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2025-07-17T08:06:01.4624986Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2025-07-17T08:06:01.4639998Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-07-17T08:06:01.4645598Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-07-17T08:06:01.4650922Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2025-07-17T08:06:01.4659077Z creating build\lib.win-amd64-cpython-39\functorch\_src 2025-07-17T08:06:01.4662131Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2025-07-17T08:06:01.4667884Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-07-17T08:06:01.4670819Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2025-07-17T08:06:01.4677371Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-07-17T08:06:01.4680414Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2025-07-17T08:06:01.4686900Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-07-17T08:06:01.4702291Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2025-07-17T08:06:01.4708854Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-07-17T08:06:01.4711849Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2025-07-17T08:06:01.4718951Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2025-07-17T08:06:01.4721969Z copying torch\accelerator\memory.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-07-17T08:06:01.4732914Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-07-17T08:06:01.4742134Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2025-07-17T08:06:01.4752920Z creating build\lib.win-amd64-cpython-39\torch\amp 2025-07-17T08:06:01.4755863Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-07-17T08:06:01.4781739Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-07-17T08:06:01.4855492Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2025-07-17T08:06:01.4862502Z creating build\lib.win-amd64-cpython-39\torch\ao 2025-07-17T08:06:01.4865516Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2025-07-17T08:06:01.4873974Z creating build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.4877157Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5267007Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5277607Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5297588Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5335074Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5367568Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5378309Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5393961Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5418071Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5427913Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5447784Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5458217Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2025-07-17T08:06:01.5474122Z creating build\lib.win-amd64-cpython-39\torch\backends 2025-07-17T08:06:01.5476997Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2025-07-17T08:06:01.5488214Z creating build\lib.win-amd64-cpython-39\torch\compiler 2025-07-17T08:06:01.5491326Z copying torch\compiler\config.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-07-17T08:06:01.5500855Z copying torch\compiler\_cache.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-07-17T08:06:01.5511727Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2025-07-17T08:06:01.5527201Z creating build\lib.win-amd64-cpython-39\torch\contrib 2025-07-17T08:06:01.5530391Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-07-17T08:06:01.5540567Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2025-07-17T08:06:01.5546452Z creating build\lib.win-amd64-cpython-39\torch\cpu 2025-07-17T08:06:01.5549603Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2025-07-17T08:06:01.5563510Z creating build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.5567528Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.5573716Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.5578566Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.5589730Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.5604674Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6305522Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6338614Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6348359Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6358202Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6403839Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6413199Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6420006Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6431122Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6446897Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6457804Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6473158Z copying torch\cuda\_pin_memory_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6484288Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6500041Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6511476Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2025-07-17T08:06:01.6545821Z creating build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.6548778Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.7140395Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.7152007Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8165977Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8176271Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8201207Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8278640Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8982592Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.8988846Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.9784610Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:01.9796780Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.0507209Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1744797Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1774811Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1785826Z copying torch\distributed\_dist2.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1796310Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1815652Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1825939Z copying torch\distributed\_serialization.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.1835854Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.2979919Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2025-07-17T08:06:02.3006534Z creating build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3010058Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3025084Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3036665Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3048173Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3071098Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3081645Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3092863Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3108498Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3120365Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3908888Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3919338Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3930661Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3941068Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3952309Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3961188Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3970545Z copying torch\distributions\generalized_pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3981898Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.3991949Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4001631Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4012209Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4022338Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4032405Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4054782Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4072425Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4081833Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4091864Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4102836Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4113360Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4122701Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4134375Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4144575Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4156187Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4177352Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4188193Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4197615Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4207336Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4217114Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4226801Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4237466Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4247742Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4258538Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4268640Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4290796Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4300400Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4311345Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4333121Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4342239Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4352287Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2025-07-17T08:06:02.4366771Z creating build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4369870Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4375591Z copying torch\export\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4386686Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4397734Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4437539Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4466895Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4489850Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4521112Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4536974Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4546532Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4557057Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4566409Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4580910Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4625478Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4636264Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4661852Z copying torch\export\_wrapper_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4662451Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2025-07-17T08:06:02.4675575Z creating build\lib.win-amd64-cpython-39\torch\fft 2025-07-17T08:06:02.4678352Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2025-07-17T08:06:02.4704821Z creating build\lib.win-amd64-cpython-39\torch\func 2025-07-17T08:06:02.4707522Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2025-07-17T08:06:02.4714450Z creating build\lib.win-amd64-cpython-39\torch\futures 2025-07-17T08:06:02.4717286Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2025-07-17T08:06:02.4731819Z creating build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.4734856Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.5498882Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.5522913Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6102027Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6122710Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6143249Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6158501Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6178099Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6193120Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6210609Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6225971Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6236688Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6247068Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6257329Z copying torch\fx\_graph_pickler.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6274170Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6285665Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6295279Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6323817Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6334315Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2025-07-17T08:06:02.6352705Z creating build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6355784Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6373081Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6396777Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6412992Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6434326Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6444721Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6573273Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6584184Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6594495Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6605010Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6615779Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6627239Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6636150Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6641968Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6654005Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6663227Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6673028Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6678770Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6688449Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6698721Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6720832Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6749393Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6759735Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6791021Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6802135Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6830026Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:02.6842201Z creating build\lib.win-amd64-cpython-39\torch\linalg 2025-07-17T08:06:02.6845286Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2025-07-17T08:06:02.6889129Z creating build\lib.win-amd64-cpython-39\torch\masked 2025-07-17T08:06:02.6898306Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-07-17T08:06:02.6926162Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-07-17T08:06:02.6958341Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2025-07-17T08:06:02.6971973Z creating build\lib.win-amd64-cpython-39\torch\monitor 2025-07-17T08:06:02.6974665Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2025-07-17T08:06:02.6986603Z creating build\lib.win-amd64-cpython-39\torch\mps 2025-07-17T08:06:02.6989534Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-07-17T08:06:02.7000284Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-07-17T08:06:02.7010372Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2025-07-17T08:06:02.7021629Z creating build\lib.win-amd64-cpython-39\torch\mtia 2025-07-17T08:06:02.7024505Z copying torch\mtia\memory.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-07-17T08:06:02.7034825Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-07-17T08:06:02.7043624Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2025-07-17T08:06:02.7058501Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7061888Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7072273Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7081963Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7097111Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7108177Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7124924Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2025-07-17T08:06:02.7135403Z creating build\lib.win-amd64-cpython-39\torch\nested 2025-07-17T08:06:02.7138310Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2025-07-17T08:06:02.7156474Z creating build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7159616Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7643984Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7653488Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7758491Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7769827Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.7791665Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.8781958Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.8793855Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:02.8810462Z creating build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:02.8813740Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:02.9391311Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:02.9401041Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0532608Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0560675Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0585084Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0596135Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0617526Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0628343Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0638055Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0648809Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0659531Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0670866Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0676744Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0687750Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0697871Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.0709302Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1789654Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1822281Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1856885Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1868964Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1879788Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1889751Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1898906Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1909526Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1920732Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2025-07-17T08:06:03.1941081Z creating build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.1944158Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.1961997Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.1977020Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.1996225Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2010530Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2019601Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2031808Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2052754Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2088005Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2103436Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2127251Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2143252Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2161276Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2176800Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2192180Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2203107Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2217468Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2234831Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2244295Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2025-07-17T08:06:03.2257336Z creating build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.2260687Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3171398Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3183134Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3197614Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3208628Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3232636Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3248366Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3258774Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3268601Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3281589Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3289061Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3301557Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3312883Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3324944Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3342761Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2025-07-17T08:06:03.3351321Z creating build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3354473Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3364770Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3382973Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3388845Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3414504Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3485165Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3485877Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2025-07-17T08:06:03.3496925Z creating build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3500054Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3510614Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3516253Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3530777Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3540902Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3551086Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3561333Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3570941Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3580338Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3590337Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3596468Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3602581Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3612348Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3622575Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3631933Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3642264Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2025-07-17T08:06:03.3652343Z creating build\lib.win-amd64-cpython-39\torch\signal 2025-07-17T08:06:03.3655239Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2025-07-17T08:06:03.3662616Z creating build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3665848Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3683472Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3695233Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3713203Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3750012Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3908206Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2025-07-17T08:06:03.3928735Z creating build\lib.win-amd64-cpython-39\torch\special 2025-07-17T08:06:03.3931583Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2025-07-17T08:06:03.3952277Z creating build\lib.win-amd64-cpython-39\torch\testing 2025-07-17T08:06:03.3955258Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-07-17T08:06:03.3984955Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-07-17T08:06:03.3995801Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-07-17T08:06:03.4007084Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2025-07-17T08:06:03.4020675Z creating build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.4023810Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5212491Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5640238Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5668455Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5691585Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5697760Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.5745962Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6038664Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6048521Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6059429Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6079208Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6472025Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6483367Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6497907Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.6503860Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7429381Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7441235Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7452679Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7463785Z copying torch\utils\_appending_byte_serializer.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7474509Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7484120Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7507980Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7518622Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7529028Z copying torch\utils\_cpp_embed_headers.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7538666Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7548653Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7568718Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7578202Z copying torch\utils\_dtype_abbrs.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7588065Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7599140Z copying torch\utils\_filelock.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7608783Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7625249Z copying torch\utils\_functools.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7635432Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7645259Z copying torch\utils\_helion.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7651081Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7661333Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7667423Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7678830Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7694730Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7730439Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7740613Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7746538Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7764945Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7778338Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7784313Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7793540Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:03.7805263Z creating build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7808270Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7818510Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7827548Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7837780Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7847474Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7856199Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2025-07-17T08:06:03.7877942Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2025-07-17T08:06:03.7880733Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2025-07-17T08:06:03.7891577Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2025-07-17T08:06:03.7894613Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-07-17T08:06:03.7905421Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-07-17T08:06:03.7920536Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2025-07-17T08:06:03.7926666Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2025-07-17T08:06:03.7929697Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-07-17T08:06:03.7992343Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-07-17T08:06:03.8002991Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-07-17T08:06:03.8021520Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2025-07-17T08:06:03.8037260Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2025-07-17T08:06:03.8040312Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-07-17T08:06:03.8051153Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2025-07-17T08:06:03.8064183Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.8067424Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.8080920Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.8996602Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9027885Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9038155Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9672621Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9684944Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9710585Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9722008Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9739367Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9764169Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9774929Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9784890Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9803303Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9822454Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9836018Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9845921Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9876041Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9891360Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9902476Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9912863Z copying torch\_dynamo\graph_break_hints.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9931880Z copying torch\_dynamo\graph_deduplication.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9947719Z copying torch\_dynamo\graph_region_tracker.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9962662Z copying torch\_dynamo\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:03.9972548Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.0029152Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.0039135Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.0048398Z copying torch\_dynamo\metrics_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.0059441Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.0069767Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.1145166Z copying torch\_dynamo\package.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.1160998Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.1181576Z copying torch\_dynamo\precompile_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2042354Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2053739Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2064865Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2792227Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2817103Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2836246Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2899635Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2909837Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2924454Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2934794Z copying torch\_dynamo\test_dont_skip_tracing_functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2946831Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.2962507Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.3015019Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.3028776Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.4215588Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.4226829Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:04.4240328Z creating build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.4243674Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.5398696Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.6099020Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.6121634Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.6143511Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.6716708Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.7303661Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.7317961Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.7328618Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2025-07-17T08:06:04.7344047Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:04.7346890Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:04.8333180Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:04.8808581Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:04.8824647Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:04.9979633Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0009934Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0021767Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0032643Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0043553Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0053403Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0086585Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0102159Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0116441Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0141936Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0943837Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0956258Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0962537Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0973857Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.0990184Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.1001538Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.1019153Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2025-07-17T08:06:05.1035716Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1038860Z copying torch\_higher_order_ops\aoti_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1050114Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1065448Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1853667Z copying torch\_higher_order_ops\base_hop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1864974Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1883709Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1901876Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1916039Z copying torch\_higher_order_ops\flat_apply.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1928513Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1956754Z copying torch\_higher_order_ops\foreach_map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1967824Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.1979722Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2000320Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2012224Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2025158Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2037512Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2060946Z copying torch\_higher_order_ops\schema.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2071983Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2082786Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2093335Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2133403Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2157253Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2178676Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2191009Z copying torch\_higher_order_ops\_invoke_quant.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2201503Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2025-07-17T08:06:05.2223292Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2226547Z copying torch\_inductor\analyze_preserves_zero_mask.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2241144Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2251609Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2274913Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2292264Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2303198Z copying torch\_inductor\choices.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2319041Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2379429Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2407361Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2419062Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2431287Z copying torch\_inductor\compiler_bisector.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.2447665Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.4574172Z copying torch\_inductor\compile_fx_async.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.4586554Z copying torch\_inductor\compile_fx_ext.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.4604910Z copying torch\_inductor\compile_fx_subproc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5207088Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5241310Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5252390Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5283537Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5297058Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5340903Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5356672Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5367014Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5387607Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5406286Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5422741Z copying torch\_inductor\dtype_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5434081Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5444500Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5454192Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5464444Z copying torch\_inductor\freezing_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5475030Z copying torch\_inductor\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.5494100Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.6241259Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.6772120Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.6778470Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.6792225Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.7746939Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.8710739Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.9326745Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.9345065Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.9423082Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:05.9437717Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.0131350Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.0152726Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.0177075Z copying torch\_inductor\mock_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.0191880Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.1308481Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.1319919Z copying torch\_inductor\output_code.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.1335688Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.2135623Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3163814Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3183819Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3251437Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3294710Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3792998Z copying torch\_inductor\standalone_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3813905Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3824308Z copying torch\_inductor\template_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3844789Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3854235Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3865104Z copying torch\_inductor\tiling_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3881059Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3896738Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3937797Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3947930Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3963337Z copying torch\_inductor\__autotune_main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.3997950Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:06.4224967Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4227944Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4238387Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4248285Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4253836Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4270830Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4280341Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4290507Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4296005Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4302023Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4312111Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4317758Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2025-07-17T08:06:06.4330472Z creating build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4333457Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4343064Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4362022Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4373028Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4385884Z copying torch\_library\fake_profile.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4396330Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4407594Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4417711Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4428311Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4442859Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2025-07-17T08:06:06.4450232Z creating build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4453347Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4464559Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4474486Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4495350Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4510323Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2025-07-17T08:06:06.4526127Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4528574Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4540206Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4553778Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4564145Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4576160Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4600427Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4615485Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4624758Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4634670Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4659091Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4664533Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4681847Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4692331Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4703253Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4713849Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4724077Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4733441Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2025-07-17T08:06:06.4740978Z creating build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.4744213Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.4756903Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.4766502Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.4775147Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.4785694Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2025-07-17T08:06:06.5504054Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2025-07-17T08:06:06.5511255Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-07-17T08:06:06.5524394Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2025-07-17T08:06:06.5554452Z creating build\lib.win-amd64-cpython-39\torch\_refs 2025-07-17T08:06:06.5557423Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-07-17T08:06:06.5575300Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-07-17T08:06:06.5585611Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2025-07-17T08:06:06.5664393Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2025-07-17T08:06:06.5667336Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-07-17T08:06:06.5679386Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-07-17T08:06:06.5690068Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2025-07-17T08:06:06.5701728Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5704808Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5724339Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5769098Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5783586Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5802996Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5837892Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5847694Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5981371Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2025-07-17T08:06:06.5988154Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2025-07-17T08:06:06.5991121Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2025-07-17T08:06:06.5997677Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2025-07-17T08:06:06.5999855Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2025-07-17T08:06:06.6011128Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2025-07-17T08:06:06.6014107Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-07-17T08:06:06.6029896Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-07-17T08:06:06.6049796Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2025-07-17T08:06:06.6055703Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-07-17T08:06:06.6058749Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-07-17T08:06:06.6069790Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2025-07-17T08:06:06.6079351Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.6082988Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.6098509Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.6942844Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.6960612Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8397317Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8413029Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8424500Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8435807Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8452707Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8472817Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8484044Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.8495936Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.9320741Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.9331327Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:06.9674715Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:07.0173151Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:07.0186253Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:07.0199428Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2025-07-17T08:06:07.0210658Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-07-17T08:06:07.0213720Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2025-07-17T08:06:07.0225374Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-07-17T08:06:07.0228465Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2025-07-17T08:06:07.0235182Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-07-17T08:06:07.0238212Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2025-07-17T08:06:07.0245193Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-07-17T08:06:07.0253398Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-07-17T08:06:07.0267850Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2025-07-17T08:06:07.0274770Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-07-17T08:06:07.0277798Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2025-07-17T08:06:07.0285116Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-07-17T08:06:07.0288931Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-07-17T08:06:07.0298842Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2025-07-17T08:06:07.0305693Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-07-17T08:06:07.0308613Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2025-07-17T08:06:07.0315466Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-07-17T08:06:07.0318591Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2025-07-17T08:06:07.0326031Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:07.0329292Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:07.0348972Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:07.0358521Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:07.0367313Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:07.0378868Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:07.0381938Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:07.0389435Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0392812Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0415168Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0425500Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0435522Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0445831Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:07.0456666Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:07.0459929Z 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-07-17T08:06:07.0468998Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:07.0475821Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-07-17T08:06:07.0478678Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2025-07-17T08:06:07.0486390Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-07-17T08:06:07.0489748Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-07-17T08:06:07.0504632Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-07-17T08:06:07.0517369Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-07-17T08:06:07.0528678Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2025-07-17T08:06:07.0535018Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-07-17T08:06:07.0538383Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-07-17T08:06:07.0548957Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2025-07-17T08:06:07.0556112Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-07-17T08:06:07.0559342Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-07-17T08:06:07.0577222Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-07-17T08:06:07.0592869Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2025-07-17T08:06:07.0599744Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-07-17T08:06:07.0602715Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2025-07-17T08:06:07.0611535Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.0615883Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.0626364Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.0637055Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1609044Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1624081Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1640113Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1652557Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1664277Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1676090Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.1685283Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.2667030Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2025-07-17T08:06:07.2678951Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-07-17T08:06:07.2685814Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2025-07-17T08:06:07.2693075Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:07.2696201Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:07.2713245Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:07.2723787Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:07.2749108Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:07.2757555Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2760521Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2771448Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2780911Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2796717Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2807114Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2817402Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:07.2824297Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-07-17T08:06:07.2827342Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-07-17T08:06:07.2842081Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-07-17T08:06:07.2851771Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2025-07-17T08:06:07.2858563Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-07-17T08:06:07.2861761Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-07-17T08:06:07.2874448Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2025-07-17T08:06:07.2882583Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2885934Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2900661Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2917785Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2932091Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2941631Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2969836Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2980116Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.2990616Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.3005439Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.3015795Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2025-07-17T08:06:07.3022058Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-07-17T08:06:07.3025255Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-07-17T08:06:07.3035749Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-07-17T08:06:07.3045356Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-07-17T08:06:07.3059767Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2025-07-17T08:06:07.3066125Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3073125Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3083618Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3092644Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3106749Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3116904Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2025-07-17T08:06:07.3122667Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-07-17T08:06:07.3125630Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2025-07-17T08:06:07.3131815Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-07-17T08:06:07.3135134Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-07-17T08:06:07.3150427Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2025-07-17T08:06:07.3156357Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-07-17T08:06:07.3159613Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-07-17T08:06:07.3169829Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2025-07-17T08:06:07.3176874Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:07.3183690Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:07.3195215Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:07.3758710Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:07.3773696Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:07.3782164Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3785170Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3796497Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3807597Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3820814Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3830615Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3841663Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3856266Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3865963Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:07.3873729Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-07-17T08:06:07.3876219Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-07-17T08:06:07.3882737Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-07-17T08:06:07.3886504Z 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-07-17T08:06:07.3897757Z 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-07-17T08:06:07.3907491Z 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-07-17T08:06:07.3942999Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.3946114Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4527289Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4543553Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4554457Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4569169Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4574323Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4588270Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4597804Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.4607408Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.5889361Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.5919826Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.5936550Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.5947094Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2025-07-17T08:06:07.5960777Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.5964015Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.6603028Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.6618888Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.7761187Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.7791248Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.7805340Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.8845091Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:07.8851073Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0080325Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0111193Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0122056Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0158507Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0170581Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0181036Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0191275Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.0210076Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.1315218Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.1335545Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.1360299Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2025-07-17T08:06:08.1369364Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1372695Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1383068Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1393833Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1404187Z copying torch\ao\quantization\pt2e\lowering.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1418516Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1428062Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1446544Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1465864Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1481107Z copying torch\ao\quantization\pt2e\_affine_quantization.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1500129Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1510143Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2025-07-17T08:06:08.1517571Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1521241Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1531492Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1541321Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1555901Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1567082Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1594309Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1609635Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1848112Z copying torch\ao\quantization\quantizer\xpu_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1857263Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2025-07-17T08:06:08.1864863Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1868053Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1898153Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1914075Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1938314Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1959235Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:08.1965864Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-07-17T08:06:08.1970028Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-07-17T08:06:08.1985748Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2025-07-17T08:06:08.1993301Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-07-17T08:06:08.1996725Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-07-17T08:06:08.2006916Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-07-17T08:06:08.2015928Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2025-07-17T08:06:08.2022580Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-07-17T08:06:08.2025440Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2025-07-17T08:06:08.2032169Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-07-17T08:06:08.2035273Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2025-07-17T08:06:08.2050928Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-07-17T08:06:08.2053829Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-07-17T08:06:08.2067658Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2025-07-17T08:06:08.2078654Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-07-17T08:06:08.2081404Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2025-07-17T08:06:08.2092397Z creating build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-07-17T08:06:08.2099245Z copying torch\backends\kleidiai\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\kleidiai 2025-07-17T08:06:08.2105702Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2025-07-17T08:06:08.2108479Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2025-07-17T08:06:08.2118414Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-07-17T08:06:08.2121136Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2025-07-17T08:06:08.2131811Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-07-17T08:06:08.2134554Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2025-07-17T08:06:08.2145507Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2025-07-17T08:06:08.2148225Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2025-07-17T08:06:08.2158722Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-07-17T08:06:08.2161424Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2025-07-17T08:06:08.2171627Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-07-17T08:06:08.2174374Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2025-07-17T08:06:08.2180727Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-07-17T08:06:08.2183626Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2025-07-17T08:06:08.2194339Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-07-17T08:06:08.2197246Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2025-07-17T08:06:08.2207782Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-07-17T08:06:08.2210621Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-07-17T08:06:08.2232392Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2025-07-17T08:06:08.2238051Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-07-17T08:06:08.2241002Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2025-07-17T08:06:08.2251776Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-07-17T08:06:08.2254763Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-07-17T08:06:08.2264479Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2025-07-17T08:06:08.2270516Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-07-17T08:06:08.2273398Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-07-17T08:06:08.2283546Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-07-17T08:06:08.2317958Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2025-07-17T08:06:08.2326699Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-07-17T08:06:08.2329916Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-07-17T08:06:08.2341578Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-07-17T08:06:08.2351406Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2025-07-17T08:06:08.2358909Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-07-17T08:06:08.2362178Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-07-17T08:06:08.2371735Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-07-17T08:06:08.2378122Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-07-17T08:06:08.2386866Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2025-07-17T08:06:08.2393779Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-07-17T08:06:08.2400553Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-07-17T08:06:08.2410749Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2025-07-17T08:06:08.2417314Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-07-17T08:06:08.2420600Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2025-07-17T08:06:08.2436857Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2440164Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2450964Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2465626Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2486420Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2499380Z copying torch\distributed\checkpoint\hf_storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2509639Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2519075Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2524620Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2534298Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2545563Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2560022Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2574196Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2584089Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2594727Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2604488Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2628777Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2640786Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2655791Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2666092Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2680874Z copying torch\distributed\checkpoint\_async_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2690738Z copying torch\distributed\checkpoint\_async_process_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2701224Z copying torch\distributed\checkpoint\_async_thread_executor.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2712925Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2725027Z copying torch\distributed\checkpoint\_consolidate_hf_safetensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2745247Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2755354Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2770403Z copying torch\distributed\checkpoint\_extension.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2781785Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2791290Z copying torch\distributed\checkpoint\_hf_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2800966Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2810138Z copying torch\distributed\checkpoint\_pg_transport.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2820101Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2833855Z copying torch\distributed\checkpoint\_state_dict_stager.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2843990Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2858713Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2867868Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2873443Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2025-07-17T08:06:08.2880609Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-07-17T08:06:08.2883667Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-07-17T08:06:08.4085888Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2025-07-17T08:06:08.4119928Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4123109Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4138148Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4174868Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4188956Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4203109Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4220694Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4231762Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4241148Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4255634Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4985121Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.4996637Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5018713Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5027685Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5061063Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5091641Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5102386Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5120867Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5130990Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5140363Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5150688Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5165960Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2025-07-17T08:06:08.5177296Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-07-17T08:06:08.5180293Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-07-17T08:06:08.5190762Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2025-07-17T08:06:08.5197566Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-07-17T08:06:08.5200573Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-07-17T08:06:08.5211667Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2025-07-17T08:06:08.5220557Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5224483Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5235100Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5244918Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5258542Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5268469Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5281194Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5296198Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5310593Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5320237Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5331681Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5342819Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5352933Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5367072Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5377017Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5405733Z copying torch\distributed\optim\_deprecation_warning.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5411300Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:08.5424121Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5427427Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5441304Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5482547Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5509751Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5529013Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5534847Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5560039Z copying torch\distributed\pipelining\_schedule_visualizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5570862Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5580955Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5590018Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2025-07-17T08:06:08.5598429Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5601551Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5630450Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5644138Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5657416Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5674075Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5684055Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5693373Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5702670Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5713297Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5722004Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2025-07-17T08:06:08.5736673Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5739735Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5745561Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5760882Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5786434Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5801067Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5815848Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5825444Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5840258Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5853979Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5867851Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5881596Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5892118Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5905807Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5920561Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2025-07-17T08:06:08.5932563Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-07-17T08:06:08.5935828Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-07-17T08:06:08.5946993Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-07-17T08:06:08.5957636Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-07-17T08:06:08.5967143Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2025-07-17T08:06:08.5981762Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.5984888Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.5995919Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6009406Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6018854Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6028725Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6069995Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6079859Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2025-07-17T08:06:08.6086813Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-07-17T08:06:08.6089837Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2025-07-17T08:06:08.6096432Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-07-17T08:06:08.6099579Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2025-07-17T08:06:08.6106475Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-07-17T08:06:08.6109696Z copying torch\distributed\_symmetric_memory\_nvshmem_triton.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-07-17T08:06:08.6119906Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2025-07-17T08:06:08.6145303Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-07-17T08:06:08.6148299Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-07-17T08:06:08.6154180Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-07-17T08:06:08.6159671Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2025-07-17T08:06:08.6171105Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6174195Z copying torch\distributed\_tools\common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6186170Z copying torch\distributed\_tools\fake_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6201142Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6219646Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6235112Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6246173Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6265149Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6276159Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6291110Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6309873Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6320692Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2025-07-17T08:06:08.6329027Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6336540Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6351996Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6361081Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6376136Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6386059Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6396161Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6407011Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6424573Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6435094Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:08.6446511Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:08.6459489Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:08.6476652Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:08.6496339Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:08.6513005Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:08.6542844Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:08.6546031Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:08.6557314Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:08.6563214Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-07-17T08:06:08.6566613Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-07-17T08:06:08.6576247Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2025-07-17T08:06:08.6582883Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-07-17T08:06:08.6586179Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-07-17T08:06:08.6595920Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2025-07-17T08:06:08.6602545Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-07-17T08:06:08.6605725Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-07-17T08:06:08.6640483Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2025-07-17T08:06:08.6641413Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6642341Z copying torch\distributed\checkpoint\_experimental\barriers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6643447Z copying torch\distributed\checkpoint\_experimental\builder.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6648181Z copying torch\distributed\checkpoint\_experimental\checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6660313Z copying torch\distributed\checkpoint\_experimental\checkpoint_process.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6676540Z copying torch\distributed\checkpoint\_experimental\checkpoint_reader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6686551Z copying torch\distributed\checkpoint\_experimental\checkpoint_writer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6696767Z copying torch\distributed\checkpoint\_experimental\config.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6705975Z copying torch\distributed\checkpoint\_experimental\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6716812Z copying torch\distributed\checkpoint\_experimental\types.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6725479Z copying torch\distributed\checkpoint\_experimental\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6734574Z copying torch\distributed\checkpoint\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:08.6749116Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-07-17T08:06:08.6752256Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2025-07-17T08:06:08.6758668Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-07-17T08:06:08.6761769Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-07-17T08:06:08.6772410Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-07-17T08:06:08.6778021Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2025-07-17T08:06:08.6789776Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-07-17T08:06:08.6793009Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-07-17T08:06:08.6803245Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2025-07-17T08:06:08.6813889Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:08.6822136Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:08.6840528Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:08.6851407Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:08.6862590Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:08.6874753Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6878598Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6889512Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6900406Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6929911Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6949791Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6959234Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6968817Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6979748Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.6989316Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.7002188Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.7011554Z copying torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.7021005Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2025-07-17T08:06:08.7033439Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7036478Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7047130Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7056195Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7070340Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7085937Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2025-07-17T08:06:08.7102931Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7105945Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7115689Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7125678Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7135827Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7141612Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7156373Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2025-07-17T08:06:08.7164064Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-07-17T08:06:08.7167742Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-07-17T08:06:08.7186720Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-07-17T08:06:08.7200685Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-07-17T08:06:08.7218855Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2025-07-17T08:06:08.7229455Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-07-17T08:06:08.7242269Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-07-17T08:06:08.7253072Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-07-17T08:06:08.7258571Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2025-07-17T08:06:08.7270203Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-07-17T08:06:08.7273526Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-07-17T08:06:08.7283577Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-07-17T08:06:08.7294669Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-07-17T08:06:08.7301907Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-07-17T08:06:08.7305081Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-07-17T08:06:08.7316842Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-07-17T08:06:08.7327156Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2025-07-17T08:06:08.7335219Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7338525Z copying torch\distributed\fsdp\_fully_shard\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7348799Z copying torch\distributed\fsdp\_fully_shard\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7374864Z copying torch\distributed\fsdp\_fully_shard\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7393635Z copying torch\distributed\fsdp\_fully_shard\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7406428Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7432368Z copying torch\distributed\fsdp\_fully_shard\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7593049Z copying torch\distributed\fsdp\_fully_shard\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7607098Z copying torch\distributed\fsdp\_fully_shard\_fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7622378Z copying torch\distributed\fsdp\_fully_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:08.7629691Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-07-17T08:06:08.7632905Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-07-17T08:06:08.7647777Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2025-07-17T08:06:08.7653932Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-07-17T08:06:08.7657110Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-07-17T08:06:08.7667481Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2025-07-17T08:06:08.7673909Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-07-17T08:06:08.7677234Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-07-17T08:06:08.7687258Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2025-07-17T08:06:08.7693397Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-07-17T08:06:08.7696666Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-07-17T08:06:08.7706573Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2025-07-17T08:06:08.7714038Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-07-17T08:06:08.7717194Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-07-17T08:06:08.7732827Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-07-17T08:06:08.7742313Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-07-17T08:06:08.7752494Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2025-07-17T08:06:08.7773034Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7776394Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7804008Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7814623Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7832307Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7847550Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2025-07-17T08:06:08.7858988Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7862146Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7874687Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7883840Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7894849Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7905756Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7918992Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7947620Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7957236Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2025-07-17T08:06:08.7965776Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.7968781Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.7980650Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.7991123Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8002640Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8019530Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8029711Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8049428Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8069469Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8305963Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8316161Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8337139Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8352252Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2025-07-17T08:06:08.8363838Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-07-17T08:06:08.8367349Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-07-17T08:06:08.8373028Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2025-07-17T08:06:08.8379894Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-07-17T08:06:08.8382891Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2025-07-17T08:06:08.8391055Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-07-17T08:06:08.8393489Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-07-17T08:06:08.8403721Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2025-07-17T08:06:08.8414739Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8418005Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8445923Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8455105Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8460947Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8471487Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8490866Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8501650Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8512377Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:08.8530827Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-07-17T08:06:08.8533871Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-07-17T08:06:08.8544382Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2025-07-17T08:06:08.8551487Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:08.8554644Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:08.8567443Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:08.8582033Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:08.8592652Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:08.8607651Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8610854Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8620909Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8630993Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8636763Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8646249Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8661982Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:08.8669255Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-07-17T08:06:08.8672724Z 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-07-17T08:06:08.8683953Z 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-07-17T08:06:08.8702647Z 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-07-17T08:06:08.8720787Z 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-07-17T08:06:08.8726621Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2025-07-17T08:06:08.8729838Z copying torch\export\experimental\_utils.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-07-17T08:06:08.8740353Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2025-07-17T08:06:08.8755439Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2025-07-17T08:06:08.8758317Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2025-07-17T08:06:08.8770261Z creating build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-07-17T08:06:08.8773455Z copying torch\export\pt2_archive\constants.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-07-17T08:06:08.8783235Z copying torch\export\pt2_archive\_package.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-07-17T08:06:08.8799284Z copying torch\export\pt2_archive\_package_weights.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-07-17T08:06:08.8809221Z copying torch\export\pt2_archive\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\pt2_archive 2025-07-17T08:06:08.8827466Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8832129Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8853943Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8864328Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8880145Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8898828Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8909151Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8919542Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8936035Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8950973Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:08.8963049Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0329471Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0345039Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0351070Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0364747Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0375028Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0481282Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0688074Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0698631Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0717181Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0727004Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0737832Z copying torch\fx\experimental\_constant_symnode.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0754756Z copying torch\fx\experimental\_dynamism.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0765906Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2025-07-17T08:06:09.0774725Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0777889Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0787984Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0798581Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0816940Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0834101Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0844091Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0886021Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0895659Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0937325Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0947790Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0966923Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0988875Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.0999197Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1018940Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1033829Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1044214Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1054994Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1075308Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2025-07-17T08:06:09.1083178Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1086390Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1100284Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1121078Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1146728Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1160962Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1180085Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1192268Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1212385Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:09.1222285Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1225677Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1238315Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1244023Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1254086Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1264433Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1286909Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1298166Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1309889Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2025-07-17T08:06:09.1322626Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1326394Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1336897Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1346042Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1357788Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1366657Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1387316Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:09.1394247Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-07-17T08:06:09.1397856Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-07-17T08:06:09.1408035Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2025-07-17T08:06:09.1414053Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-07-17T08:06:09.1425977Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2025-07-17T08:06:09.1432627Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-07-17T08:06:09.1435694Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-07-17T08:06:09.1454501Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-07-17T08:06:09.1463838Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-07-17T08:06:09.1474181Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2025-07-17T08:06:09.1493721Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-07-17T08:06:09.1496757Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-07-17T08:06:09.1506808Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2025-07-17T08:06:09.1513464Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1516475Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1526828Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1537547Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1552274Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1572410Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1581971Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2025-07-17T08:06:09.1592955Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-07-17T08:06:09.1596302Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-07-17T08:06:09.1605969Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2025-07-17T08:06:09.1611775Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-07-17T08:06:09.1614717Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2025-07-17T08:06:09.1625991Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-07-17T08:06:09.1629478Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-07-17T08:06:09.1639744Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2025-07-17T08:06:09.1646504Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1649750Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1660073Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1672748Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1680073Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1690611Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1712338Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1726184Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1741376Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2025-07-17T08:06:09.1748978Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1752398Z copying torch\nested\_internal\nested_int.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1762456Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1777125Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1810505Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1844912Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2025-07-17T08:06:09.1851040Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2025-07-17T08:06:09.1854823Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-07-17T08:06:09.1868939Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-07-17T08:06:09.1897010Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-07-17T08:06:09.1906160Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2025-07-17T08:06:09.1918018Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2025-07-17T08:06:09.1920938Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-07-17T08:06:09.1926559Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2025-07-17T08:06:09.1932326Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-07-17T08:06:09.1940497Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2025-07-17T08:06:09.1955417Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.1958715Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3500556Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3513274Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3533016Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3555662Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3575622Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3603685Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3613072Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3623439Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3633324Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3643852Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3659251Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3669359Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3679399Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.3714949Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5110745Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5121507Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5137020Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5146811Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5170293Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5203070Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5218424Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5241479Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5252412Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5262301Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5279338Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2025-07-17T08:06:09.5292121Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5295487Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5306733Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5316552Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5356220Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5375222Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5386321Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5399645Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5409462Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2025-07-17T08:06:09.5424303Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2025-07-17T08:06:09.5427315Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2025-07-17T08:06:09.5440575Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-07-17T08:06:09.5443583Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2025-07-17T08:06:09.5450529Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-07-17T08:06:09.5453705Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-07-17T08:06:09.5459303Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2025-07-17T08:06:09.5476526Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.5479402Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.5492664Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7697311Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7722071Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7732035Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7752212Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7767520Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7786742Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7810582Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7823508Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7834559Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7844198Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7853840Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7863604Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7878530Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7888635Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2025-07-17T08:06:09.7899954Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-07-17T08:06:09.7912747Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-07-17T08:06:09.8043943Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2025-07-17T08:06:09.8053984Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-07-17T08:06:09.8054630Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-07-17T08:06:09.8060407Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2025-07-17T08:06:09.8066933Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-07-17T08:06:09.8078446Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2025-07-17T08:06:09.8079060Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-07-17T08:06:09.8081550Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2025-07-17T08:06:09.8088632Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:09.8091911Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:09.8102570Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:09.8108334Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:09.8114019Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:09.8130829Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:09.8133951Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:09.8141216Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:09.8144193Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:09.8149958Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:09.8155806Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:09.8161384Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:09.8168551Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:09.8171704Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:09.8177578Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:09.8183883Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-07-17T08:06:09.8186782Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2025-07-17T08:06:09.8194071Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-07-17T08:06:09.8197008Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-07-17T08:06:09.8202849Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-07-17T08:06:09.8247404Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-07-17T08:06:09.8253269Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2025-07-17T08:06:09.8264903Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-07-17T08:06:09.8267986Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-07-17T08:06:09.8273745Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2025-07-17T08:06:09.8280656Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-07-17T08:06:09.8283795Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-07-17T08:06:09.8289345Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-07-17T08:06:09.8298724Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2025-07-17T08:06:09.8305582Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-07-17T08:06:09.8311634Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2025-07-17T08:06:09.8320274Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8323431Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8329407Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8335236Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8341304Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8351131Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8367085Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8372701Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8378520Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8387944Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8393750Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8399396Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2025-07-17T08:06:09.8412747Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-07-17T08:06:09.8426678Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2025-07-17T08:06:09.8433911Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:09.8437317Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:09.8443543Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:09.8449425Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:09.8459233Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:09.8470570Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8473671Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8479734Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8485413Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8491318Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8497168Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8502706Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2025-07-17T08:06:09.8519760Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8523058Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8532622Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8543729Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8566925Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8577758Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8587816Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8601325Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8615585Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8624553Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8640536Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2025-07-17T08:06:09.8647663Z creating build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-07-17T08:06:09.8651036Z copying torch\onnx\ops\_dtype_mappings.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-07-17T08:06:09.8661743Z copying torch\onnx\ops\_impl.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-07-17T08:06:09.8677200Z copying torch\onnx\ops\_symbolic_impl.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-07-17T08:06:09.8687272Z copying torch\onnx\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\ops 2025-07-17T08:06:09.8705354Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8710049Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8725144Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8736626Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8759526Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8770685Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8779530Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2025-07-17T08:06:09.8788876Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8792080Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8806652Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8822603Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8833794Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8852522Z copying torch\onnx\_internal\exporter\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8858295Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8888794Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8898527Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8909569Z copying torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8923641Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8929385Z copying torch\onnx\_internal\exporter\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8935221Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8945220Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8954906Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8965801Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.8983114Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9028901Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9071474Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9086708Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9095981Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9105124Z copying torch\onnx\_internal\exporter\_type_casting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9115119Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9126013Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2025-07-17T08:06:09.9132484Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9135844Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9146096Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9159883Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9169604Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9179897Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2025-07-17T08:06:09.9190791Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:09.9203767Z copying torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:09.9213606Z copying torch\onnx\_internal\exporter\_torchlib\_torchlib_registry.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:09.9222635Z copying torch\onnx\_internal\exporter\_torchlib\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:09.9229137Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9242267Z copying torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9252534Z copying torch\onnx\_internal\exporter\_torchlib\ops\hop.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9265705Z copying torch\onnx\_internal\exporter\_torchlib\ops\nn.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9276502Z copying torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9286510Z copying torch\onnx\_internal\exporter\_torchlib\ops\symops.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9295773Z copying torch\onnx\_internal\exporter\_torchlib\ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:09.9303208Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-07-17T08:06:09.9306265Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-07-17T08:06:09.9334799Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-07-17T08:06:09.9345058Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2025-07-17T08:06:09.9351091Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-07-17T08:06:09.9354027Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-07-17T08:06:09.9367357Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2025-07-17T08:06:09.9370642Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-07-17T08:06:09.9505361Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-07-17T08:06:09.9511864Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-07-17T08:06:09.9534469Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2025-07-17T08:06:09.9543430Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9546271Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9552128Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9562492Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9568322Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9574122Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9593523Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9603916Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9610358Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9619412Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9625375Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9634768Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9645246Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2025-07-17T08:06:09.9652591Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2025-07-17T08:06:09.9655644Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-07-17T08:06:09.9674453Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2025-07-17T08:06:09.9688501Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9701943Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9720893Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9734870Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9758816Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9769564Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9797634Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9829864Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9839791Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9849768Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9876939Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:09.9887539Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.2803407Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.2813814Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.2887144Z copying torch\testing\_internal\common_mps.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.2906448Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3777346Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3813846Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3825927Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3877757Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3892368Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.3902866Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.4734454Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.4753881Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.5147755Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6174265Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6185432Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6715555Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6727818Z copying torch\testing\_internal\fake_config_module2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6735484Z copying torch\testing\_internal\fake_config_module3.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6752155Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6763409Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6776698Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6790693Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6809260Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6828575Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6839024Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6851064Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6861090Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6872002Z copying torch\testing\_internal\subclasses.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6892067Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6901644Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6920004Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6930193Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2025-07-17T08:06:10.6936101Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-07-17T08:06:10.6939078Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2025-07-17T08:06:10.6946027Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-07-17T08:06:10.6948949Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-07-17T08:06:10.6954767Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-07-17T08:06:10.6962462Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2025-07-17T08:06:10.6969949Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.6973813Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.6987976Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.6998790Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7029530Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7498878Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7508223Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7521538Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7535409Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7545897Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2025-07-17T08:06:10.7552517Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-07-17T08:06:10.7555787Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-07-17T08:06:10.7726729Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2025-07-17T08:06:10.7733436Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-07-17T08:06:10.7736609Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-07-17T08:06:10.7781794Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-07-17T08:06:10.7793706Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-07-17T08:06:10.7803694Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2025-07-17T08:06:10.7848159Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7851377Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7924706Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7935116Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7941179Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7966759Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7976285Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2025-07-17T08:06:10.7983444Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-07-17T08:06:10.7986712Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-07-17T08:06:10.7996512Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-07-17T08:06:10.8002105Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2025-07-17T08:06:10.8008109Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-07-17T08:06:10.8011217Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2025-07-17T08:06:10.8018511Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8021864Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8061619Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8079453Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8102761Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8113190Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8123662Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8198325Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8208449Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2025-07-17T08:06:10.8214665Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-07-17T08:06:10.8217705Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-07-17T08:06:10.8228081Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2025-07-17T08:06:10.8235299Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-07-17T08:06:10.8238307Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-07-17T08:06:10.8255904Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2025-07-17T08:06:10.8262549Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-07-17T08:06:10.8266063Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-07-17T08:06:10.8282564Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2025-07-17T08:06:10.8289087Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-07-17T08:06:10.8292719Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-07-17T08:06:10.8303162Z 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-07-17T08:06:10.8316115Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2025-07-17T08:06:10.8325443Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:06:10.8328965Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:06:10.8343754Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:06:10.8365869Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:06:10.8380505Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:06:10.8386709Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-07-17T08:06:10.8390005Z 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-07-17T08:06:10.8400866Z 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-07-17T08:06:10.8410695Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-07-17T08:06:10.8422543Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8425698Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8443336Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8481886Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8513577Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8524219Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8545494Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8574571Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8594080Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2025-07-17T08:06:10.8601143Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-07-17T08:06:10.8604219Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2025-07-17T08:06:10.8611364Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-07-17T08:06:10.8614072Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2025-07-17T08:06:10.8621477Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-07-17T08:06:10.8624573Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-07-17T08:06:10.8629268Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2025-07-17T08:06:10.8641854Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8644943Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8651204Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8681053Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8696335Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8716013Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8725803Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8735979Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8746661Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2025-07-17T08:06:10.8757953Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8761026Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8771148Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8885285Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8903158Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8918276Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2025-07-17T08:06:10.8925586Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2025-07-17T08:06:10.8928436Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-07-17T08:06:10.8937821Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2025-07-17T08:06:10.8944252Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:10.8948166Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:10.8961283Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:10.8968337Z creating build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-07-17T08:06:10.8971314Z copying torch\utils\serialization\config.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-07-17T08:06:10.8976941Z copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\serialization 2025-07-17T08:06:10.8984948Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.8987989Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9010263Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9029924Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9040298Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9059423Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9069245Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9079183Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9090164Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9099471Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2025-07-17T08:06:10.9106394Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2025-07-17T08:06:10.9109335Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-07-17T08:06:10.9131087Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2025-07-17T08:06:10.9140000Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-07-17T08:06:10.9143229Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-07-17T08:06:10.9155027Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2025-07-17T08:06:10.9162543Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9178608Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9446976Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9458577Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9468558Z copying torch\utils\_sympy\printers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9489735Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9510876Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9519914Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9530845Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9540135Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9557431Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2025-07-17T08:06:10.9564621Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9567793Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9578413Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9587614Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9601231Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9607253Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9629955Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2025-07-17T08:06:10.9636812Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9639734Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9650037Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9660506Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9674417Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9693408Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9707188Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2025-07-17T08:06:10.9714359Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9717401Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9728218Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9739747Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9752670Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9762241Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9777322Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9796946Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9812772Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9830050Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:10.9836362Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:10.9839630Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:10.9858458Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:10.9898854Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9901931Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9921202Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9938389Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9951580Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9972231Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:10.9989598Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:11.0000326Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0005062Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0021327Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0033106Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0045117Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0057005Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0080800Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2025-07-17T08:06:11.0094776Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0102440Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0116963Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0132553Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0158153Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0167550Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2025-07-17T08:06:11.0176194Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0179396Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0189994Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0203507Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0221537Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0243382Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0259540Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0270956Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0280540Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0290397Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0299752Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0308756Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0321407Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2025-07-17T08:06:11.0332721Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0336045Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0345818Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0356132Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0365920Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0375680Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0394889Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2025-07-17T08:06:11.0402367Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-07-17T08:06:11.0405500Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-07-17T08:06:11.0419074Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-07-17T08:06:11.0429980Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-07-17T08:06:11.0565221Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2025-07-17T08:06:11.0575461Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0580250Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0592090Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0602475Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0613383Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0638951Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0649021Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0814646Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0826199Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0832045Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0841644Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0851238Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2025-07-17T08:06:11.0858391Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0861535Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0872231Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0887055Z copying torch\_dynamo\polyfills\fx.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0896222Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0916996Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0927182Z copying torch\_dynamo\polyfills\operator.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0936543Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0946097Z copying torch\_dynamo\polyfills\pytree.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0956896Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0965785Z copying torch\_dynamo\polyfills\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0975730Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2025-07-17T08:06:11.0988313Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-07-17T08:06:11.0993197Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-07-17T08:06:11.1012262Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-07-17T08:06:11.1026849Z copying torch\_dynamo\repro\aoti.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-07-17T08:06:11.1042170Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2025-07-17T08:06:11.1050958Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.1054166Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.1070635Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.1292154Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.1331050Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.2075021Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.2112022Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.2131469Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.2151355Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.2184555Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3133794Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3150558Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3160896Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3180492Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3211535Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3234215Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3250871Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3262032Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3271279Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3300669Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3334067Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3349498Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3379897Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2025-07-17T08:06:11.3395563Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2025-07-17T08:06:11.3415389Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-07-17T08:06:11.3416120Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-07-17T08:06:11.3416912Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-07-17T08:06:11.3427915Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2025-07-17T08:06:11.3436996Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3440235Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3454627Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3464781Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3483737Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3494163Z copying torch\_export\passes\insert_custom_op_guards.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3503526Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3519221Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3528801Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3540061Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3576003Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3591254Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3600460Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3610845Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3621111Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2025-07-17T08:06:11.3628854Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-07-17T08:06:11.3632053Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-07-17T08:06:11.3641499Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-07-17T08:06:11.3650473Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2025-07-17T08:06:11.3657318Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3660174Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3672686Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3685305Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3699617Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3756347Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3766385Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:11.3778871Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3781038Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3787299Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3797678Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3815799Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3825991Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3836145Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3846158Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3851880Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3863569Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3873024Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3882696Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3895598Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3901332Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3907546Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3919188Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3925035Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3931479Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3937120Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3952094Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3957844Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3963718Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3973777Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3979647Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.3990302Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4000711Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4007191Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4025945Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4031701Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4037715Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4047530Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4053509Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4059152Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4069668Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4075597Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4081423Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4102730Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4108255Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2025-07-17T08:06:11.4119968Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4123803Z copying torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4138006Z copying torch\_functorch\_activation_checkpointing\graph_info_provider.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4149368Z copying torch\_functorch\_activation_checkpointing\knapsack.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4168258Z copying torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4179256Z copying torch\_functorch\_activation_checkpointing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing 2025-07-17T08:06:11.4188401Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4191895Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4218669Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4238649Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4258215Z copying torch\_functorch\_aot_autograd\frontend_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4269359Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4284981Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4303444Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4331445Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4340670Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4383177Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4408099Z copying torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4417735Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4434462Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4458540Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4473028Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2025-07-17T08:06:11.4484026Z creating build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-07-17T08:06:11.4487095Z copying torch\_inductor\analysis\device_info.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-07-17T08:06:11.4497762Z copying torch\_inductor\analysis\profile_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-07-17T08:06:11.4513126Z copying torch\_inductor\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\analysis 2025-07-17T08:06:11.4519664Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4522901Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4538765Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4549753Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4572060Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4582173Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2025-07-17T08:06:11.4593333Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.4596506Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.4606769Z copying torch\_inductor\codegen\block_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.4620900Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.4656815Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6036068Z copying torch\_inductor\codegen\cpp_bmm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6060426Z copying torch\_inductor\codegen\cpp_flex_attention_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6079167Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6108033Z copying torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6122839Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6151154Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6165476Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6179458Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6194095Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6239370Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6259345Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6274839Z copying torch\_inductor\codegen\cpp_wrapper_mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6288986Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.6299006Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7115640Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7141228Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7166829Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7182859Z copying torch\_inductor\codegen\mps.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7207867Z copying torch\_inductor\codegen\mps_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7218242Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7232499Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7266984Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7281649Z copying torch\_inductor\codegen\subgraph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7291596Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7351501Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7369122Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7379292Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7403292Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7447780Z copying torch\_inductor\codegen\wrapper_fxir.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7461753Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2025-07-17T08:06:11.7468675Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7472214Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7483674Z copying torch\_inductor\compile_worker\tracked_process_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7493424Z copying torch\_inductor\compile_worker\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7503320Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7517510Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2025-07-17T08:06:11.7535337Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7538729Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7552833Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7569145Z copying torch\_inductor\fx_passes\bucketing.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7586908Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7611149Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7621429Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7631820Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7645723Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7657057Z copying torch\_inductor\fx_passes\fsdp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7713390Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7714221Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7724736Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7744420Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7961445Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7971871Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.7996130Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8045958Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8061343Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8088502Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8108059Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8158295Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8177530Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8188042Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8236996Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2025-07-17T08:06:11.8244102Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8247960Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8258494Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8276464Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8318609Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8334707Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8363893Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8373968Z copying torch\_inductor\kernel\mm_grouped.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.8388695Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.9125519Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2025-07-17T08:06:11.9133101Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-07-17T08:06:11.9136406Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-07-17T08:06:11.9142613Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-07-17T08:06:11.9153074Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2025-07-17T08:06:11.9161636Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9164772Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9184184Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9196827Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9206983Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9229240Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9240261Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9253491Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9263621Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9273040Z copying torch\_inductor\runtime\static_cuda_launcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9287412Z copying torch\_inductor\runtime\triton_compat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9297454Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9312229Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9360560Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2025-07-17T08:06:11.9367336Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9370689Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9380777Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9391313Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9416193Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9430609Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9440548Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:06:11.9470788Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9474031Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9484990Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9495918Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9510940Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9531561Z copying torch\_inductor\codegen\cuda\cutlass_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9541255Z copying torch\_inductor\codegen\cuda\cutlass_presets.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9551550Z copying torch\_inductor\codegen\cuda\cutlass_python_evt.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9562105Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9576960Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9587527Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9616910Z copying torch\_inductor\codegen\cuda\serialization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9633893Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2025-07-17T08:06:11.9642978Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9646498Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9662254Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9672333Z copying torch\_inductor\codegen\rocm\ck_tile_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9683352Z copying torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9712132Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9734247Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9747922Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9757407Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9771654Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9781901Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9792467Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9805567Z copying torch\_inductor\codegen\rocm\rocm_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9811384Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2025-07-17T08:06:11.9817341Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-07-17T08:06:11.9820384Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-07-17T08:06:11.9829452Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2025-07-17T08:06:11.9835979Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-07-17T08:06:11.9839289Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-07-17T08:06:11.9850110Z 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-07-17T08:06:11.9865249Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-07-17T08:06:11.9885152Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9888372Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9901961Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9911239Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9934007Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9944511Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9955454Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9966734Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9977813Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9988129Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:11.9999247Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0014621Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0043746Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0062097Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0085492Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0096570Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0111700Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0126632Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0138301Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0152409Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0172309Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0638040Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0649899Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0661449Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0672882Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0684247Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0695462Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0706174Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0718685Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:06:12.0725038Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-07-17T08:06:12.0727751Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-07-17T08:06:12.0758019Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2025-07-17T08:06:12.0764606Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-07-17T08:06:12.0767534Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2025-07-17T08:06:12.0783466Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-07-17T08:06:12.0786236Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2025-07-17T08:06:12.0793535Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2025-07-17T08:06:12.0806631Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2025-07-17T08:06:12.0823450Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-07-17T08:06:12.0826613Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2025-07-17T08:06:12.0847875Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-07-17T08:06:12.0851360Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-07-17T08:06:12.0867588Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-07-17T08:06:12.0877763Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2025-07-17T08:06:12.0885004Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2025-07-17T08:06:12.0888072Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-07-17T08:06:12.0899216Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2025-07-17T08:06:12.0906701Z creating build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0909958Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0932802Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0946624Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0956069Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0966023Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0989792Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.0999982Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1024975Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1049713Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1063757Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1078095Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1087951Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1103104Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2025-07-17T08:06:12.1109701Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1112972Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1127283Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1136628Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1149624Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1177064Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1192703Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2025-07-17T08:06:12.1204080Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-07-17T08:06:12.1207309Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-07-17T08:06:12.1219448Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-07-17T08:06:12.1225044Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2025-07-17T08:06:12.1240726Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-07-17T08:06:12.1243989Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-07-17T08:06:12.1253907Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-07-17T08:06:12.1264211Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2025-07-17T08:06:12.1270473Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-07-17T08:06:12.1273536Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-07-17T08:06:12.1284775Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-07-17T08:06:12.1299936Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-07-17T08:06:12.1323266Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2025-07-17T08:06:12.1329326Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2025-07-17T08:06:12.1332359Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-07-17T08:06:12.1343021Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-07-17T08:06:12.1357708Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-07-17T08:06:12.1367868Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2025-07-17T08:06:13.0006049Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:13.0048441Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:13.0411998Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2025-07-17T08:06:13.0418286Z creating build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0421334Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0432046Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0487566Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0498026Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0533162Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0554496Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0648195Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0701979Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0730392Z copying torch\bin\test_nativert.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0757676Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0820136Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2025-07-17T08:06:13.0827836Z creating build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0830863Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0845650Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0856335Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0866435Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0891022Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0901103Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0911114Z copying torch\test\c10_ArrayRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0920793Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0931223Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0945239Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0955438Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0965315Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0980050Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.0990775Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1000874Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1014644Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1024581Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1034775Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1061483Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1076415Z copying torch\test\c10_Enumerate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1089467Z copying torch\test\c10_error_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1105013Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1115283Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1125058Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1139177Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1149440Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1159695Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1184627Z copying torch\test\c10_IntrusiveList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1194842Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1204412Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1224727Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1234782Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1244929Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1259434Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1269984Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1290611Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1304974Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1316667Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1327508Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1342009Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1352286Z copying torch\test\c10_Semaphore_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1362408Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1407099Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1425329Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1445734Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1455775Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1465866Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1475820Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1486616Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1497339Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1506530Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1521786Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1542348Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1553218Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1567919Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1578099Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1588651Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1603054Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1613807Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1624603Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1641406Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1672920Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1683013Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1697415Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1708248Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1718970Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1734541Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1745455Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1758486Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1819356Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1844381Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1857982Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1876531Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1889832Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1900792Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1915292Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1960952Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1975164Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.1993325Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2004127Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2015498Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2029953Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2041014Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2051638Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2067553Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2078701Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2095392Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2113585Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2126207Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2163039Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2176865Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2191556Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2206481Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2222731Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2232906Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2244023Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2255349Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2266134Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2277356Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2293843Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2304731Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2313236Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2328879Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2338804Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2360896Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2373317Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2383534Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2394168Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2025-07-17T08:06:13.2408719Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:13.2420698Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:13.2432527Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:13.2454123Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:13.2465196Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-07-17T08:06:13.2471836Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:13.2487046Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:13.2508720Z creating build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2512143Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2523649Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2534367Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2540692Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2546909Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2564920Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2575332Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2595275Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2608019Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2618566Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2632952Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2643156Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2650014Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2660234Z copying torch\_C\_jit_tree_views.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2673052Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2686040Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2700883Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2712394Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2723539Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2734845Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2745270Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.2756789Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.3119276Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.3136095Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2025-07-17T08:06:13.3266954Z creating build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-07-17T08:06:13.3271614Z copying torch\_C\_dynamo\compiled_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-07-17T08:06:13.3280202Z copying torch\_C\_dynamo\eval_frame.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-07-17T08:06:13.3292599Z copying torch\_C\_dynamo\guards.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-07-17T08:06:13.3305112Z copying torch\_C\_dynamo\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_dynamo 2025-07-17T08:06:13.3311033Z creating build\lib.win-amd64-cpython-39\torch\_C\_export 2025-07-17T08:06:13.3314236Z copying torch\_C\_export\pt2_archive_constants.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_export 2025-07-17T08:06:13.3325241Z copying torch\_C\_export\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C\_export 2025-07-17T08:06:13.3335937Z creating build\lib.win-amd64-cpython-39\torch\_C_flatbuffer 2025-07-17T08:06:13.3339081Z copying torch\_C_flatbuffer\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C_flatbuffer 2025-07-17T08:06:13.3344658Z creating build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:13.3347568Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:13.3354079Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:13.3359548Z creating build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-07-17T08:06:13.3362773Z copying torch\lib\libshm\alloc_info.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-07-17T08:06:13.3369185Z copying torch\lib\libshm\err.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-07-17T08:06:13.3379366Z copying torch\lib\libshm\libshm.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-07-17T08:06:13.3389059Z copying torch\lib\libshm\socket.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm 2025-07-17T08:06:13.3398639Z creating build\lib.win-amd64-cpython-39\torch\lib\libshm_windows 2025-07-17T08:06:13.3401619Z copying torch\lib\libshm_windows\libshm.h -> build\lib.win-amd64-cpython-39\torch\lib\libshm_windows 2025-07-17T08:06:13.3407462Z creating build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3410449Z copying torch\include\advisor-annotate.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3421817Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3429499Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3436021Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3443682Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3461226Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3467585Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3474070Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3480622Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3492171Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3498638Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3505209Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3511606Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3517574Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3524009Z copying torch\include\ittnotify-zca.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3530460Z copying torch\include\ittnotify.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3539921Z copying torch\include\jitprofiling.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3546989Z copying torch\include\libittnotify.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3553973Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3560404Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3567359Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3581588Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3591165Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:13.3599503Z creating build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3612940Z copying torch\include\asmjit\a64.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3619398Z copying torch\include\asmjit\arm.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3625834Z copying torch\include\asmjit\asmjit-scope-begin.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3654681Z copying torch\include\asmjit\asmjit-scope-end.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3661106Z copying torch\include\asmjit\asmjit.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3677986Z copying torch\include\asmjit\core.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3689681Z copying torch\include\asmjit\x86.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit 2025-07-17T08:06:13.3695269Z creating build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3698258Z copying torch\include\asmjit\arm\a64assembler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3705253Z copying torch\include\asmjit\arm\a64builder.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3711977Z copying torch\include\asmjit\arm\a64compiler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3718616Z copying torch\include\asmjit\arm\a64emitter.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3737931Z copying torch\include\asmjit\arm\a64globals.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3748918Z copying torch\include\asmjit\arm\a64instdb.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3758492Z copying torch\include\asmjit\arm\a64operand.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3770153Z copying torch\include\asmjit\arm\armglobals.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3776499Z copying torch\include\asmjit\arm\armoperand.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3783607Z copying torch\include\asmjit\arm\armutils.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\arm 2025-07-17T08:06:13.3789830Z creating build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3792956Z copying torch\include\asmjit\core\api-config.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3800561Z copying torch\include\asmjit\core\archcommons.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3807165Z copying torch\include\asmjit\core\archtraits.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3813639Z copying torch\include\asmjit\core\assembler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3830604Z copying torch\include\asmjit\core\builder.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3837834Z copying torch\include\asmjit\core\codebuffer.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3844652Z copying torch\include\asmjit\core\codeholder.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3851704Z copying torch\include\asmjit\core\compiler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3863306Z copying torch\include\asmjit\core\compilerdefs.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3869760Z copying torch\include\asmjit\core\constpool.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3876524Z copying torch\include\asmjit\core\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3888345Z copying torch\include\asmjit\core\emitter.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3895324Z copying torch\include\asmjit\core\environment.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3902329Z copying torch\include\asmjit\core\errorhandler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3908796Z copying torch\include\asmjit\core\formatter.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3916013Z copying torch\include\asmjit\core\func.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3923578Z copying torch\include\asmjit\core\globals.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3929957Z copying torch\include\asmjit\core\inst.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3936926Z copying torch\include\asmjit\core\jitallocator.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3944008Z copying torch\include\asmjit\core\jitruntime.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3955031Z copying torch\include\asmjit\core\logger.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3961523Z copying torch\include\asmjit\core\operand.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3969306Z copying torch\include\asmjit\core\osutils.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3975797Z copying torch\include\asmjit\core\string.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3982432Z copying torch\include\asmjit\core\support.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.3989926Z copying torch\include\asmjit\core\target.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4006858Z copying torch\include\asmjit\core\type.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4013941Z copying torch\include\asmjit\core\virtmem.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4020532Z copying torch\include\asmjit\core\zone.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4032196Z copying torch\include\asmjit\core\zonehash.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4038799Z copying torch\include\asmjit\core\zonelist.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4045297Z copying torch\include\asmjit\core\zonestack.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4052001Z copying torch\include\asmjit\core\zonestring.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4058555Z copying torch\include\asmjit\core\zonetree.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4065021Z copying torch\include\asmjit\core\zonevector.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\core 2025-07-17T08:06:13.4075601Z creating build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4078845Z copying torch\include\asmjit\x86\x86assembler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4085934Z copying torch\include\asmjit\x86\x86builder.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4092644Z copying torch\include\asmjit\x86\x86compiler.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4099570Z copying torch\include\asmjit\x86\x86emitter.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4120024Z copying torch\include\asmjit\x86\x86globals.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4128923Z copying torch\include\asmjit\x86\x86instdb.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4136006Z copying torch\include\asmjit\x86\x86operand.h -> build\lib.win-amd64-cpython-39\torch\include\asmjit\x86 2025-07-17T08:06:13.4142781Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4145722Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4152379Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4158739Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4165245Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4177628Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4193785Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4200076Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4206792Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4213302Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4223492Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4230284Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4237305Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4244504Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4252198Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4259089Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4270565Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4277351Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4285227Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4295813Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4462804Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4469204Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4476242Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4482791Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4489394Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4496249Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4502595Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4509614Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4516236Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4522542Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4539081Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4545222Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4551855Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4558361Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4564697Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4570832Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4577793Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4585426Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4591673Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4598130Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4604827Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4612235Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4630449Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4640324Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4648855Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4658171Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4666376Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4676544Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4685550Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4694997Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4702960Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4712813Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4729309Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4757717Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4764641Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4770875Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4777615Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4784132Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4791372Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4798339Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4805878Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4812938Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4838876Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4845341Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4851856Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4858692Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4865142Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4871766Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4878464Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4886064Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4893460Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4909846Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4916474Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4923045Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4930762Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4937218Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4947653Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4954762Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4961256Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4967544Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4973887Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4990481Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.4997638Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5003454Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5010496Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5069743Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5085661Z copying torch\include\ATen\ROCmFABackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5092351Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5098985Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5105256Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5112687Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5119204Z copying torch\include\ATen\SDPBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5125696Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5132233Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5143333Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5150259Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5157260Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5163976Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5174265Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5180918Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5187146Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5198748Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5209301Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5216676Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5224205Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5231050Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5242497Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5252272Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5264990Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5273962Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5285214Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5297815Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5308163Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5318337Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5329732Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5336311Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5342500Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5348788Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5376390Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5382176Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2025-07-17T08:06:13.5388061Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5391138Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5400437Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5410494Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5416312Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5433022Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5443835Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5451156Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5457627Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5463836Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5470540Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5477163Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5484045Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5490424Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5496990Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5503517Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5510296Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5516873Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5527524Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5533777Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5540074Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5546309Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5557218Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5573608Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5579682Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5586124Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5592756Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5598992Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5605777Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5612948Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5623862Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5630489Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5636985Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5643164Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5663967Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5670551Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5677607Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5683967Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5694885Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5702538Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5709058Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5716812Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5730699Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5738820Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5748608Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5756718Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5777308Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5784134Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5790880Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5797590Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5808889Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5816006Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5822961Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5829807Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5841033Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5847382Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5863966Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5870222Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5880873Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5887012Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5893342Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5899613Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5910324Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5917484Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5924794Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5935104Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5945871Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5971848Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5977952Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5984424Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.5995562Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.6053349Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.6060460Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.6067191Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.6073865Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2025-07-17T08:06:13.6079681Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6082715Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6089418Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6096021Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6102711Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6119983Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2025-07-17T08:06:13.6125938Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:13.6128898Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:13.6140770Z 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-07-17T08:06:13.6147828Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:13.6154961Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:13.6175853Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:13.6181543Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6184580Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6191427Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6198694Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6205823Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6222649Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6229969Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6240880Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2025-07-17T08:06:13.6246572Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-07-17T08:06:13.6249658Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-07-17T08:06:13.6256246Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-07-17T08:06:13.6262806Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-07-17T08:06:13.6274306Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2025-07-17T08:06:13.6292844Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-07-17T08:06:13.6297172Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-07-17T08:06:13.6319468Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-07-17T08:06:13.6327827Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2025-07-17T08:06:13.6336521Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6339659Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6347500Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6356045Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6367326Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6384069Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6390860Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6402768Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6409256Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6415662Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6422086Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6433458Z copying torch\include\ATen\cpu\vec\vec_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2025-07-17T08:06:13.6448096Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6448792Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6449592Z copying torch\include\ATen\cpu\vec\sve\vec_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6456542Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6469558Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6486751Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6493761Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6500864Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:13.6506943Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6509949Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6516568Z copying torch\include\ATen\cpu\vec\vec128\vec128_bfloat16_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6523573Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6534548Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6551771Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:13.6559568Z 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-07-17T08:06:13.6569497Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6572921Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6580076Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6587459Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6593388Z copying torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6614649Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6621547Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6629468Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6643929Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6650756Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6657643Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6664660Z copying torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6671555Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6680012Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6686889Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:13.6697845Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2025-07-17T08:06:13.6700995Z 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-07-17T08:06:13.6712657Z 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-07-17T08:06:13.6719454Z 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-07-17T08:06:13.6736465Z 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-07-17T08:06:13.6752269Z 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-07-17T08:06:13.6759523Z 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-07-17T08:06:13.6766763Z 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-07-17T08:06:13.6773681Z 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-07-17T08:06:13.6784832Z 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-07-17T08:06:13.6792042Z 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-07-17T08:06:13.6799003Z 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-07-17T08:06:13.6806275Z 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-07-17T08:06:13.6817003Z 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-07-17T08:06:13.6823316Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2025-07-17T08:06:13.6826458Z 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-07-17T08:06:13.6833513Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6836459Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6843090Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6855904Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6863241Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6880774Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6893104Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6900233Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6907630Z copying torch\include\ATen\cpu\vec\vec512\vec512_float8.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6915037Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6926776Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6933608Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:13.6940703Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6943711Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6949953Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6960230Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6966586Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6973336Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.6994805Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7001349Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7007745Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7013900Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7020665Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7027146Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7033703Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7040218Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7053758Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7062032Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7071581Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7082752Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7094056Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7102735Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7112472Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7129309Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7139576Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7146264Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7152717Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7159001Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:13.7169501Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:13.7172496Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:13.7179528Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:13.7186655Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:13.7193261Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:13.7212647Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7215650Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7223304Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7230303Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7240646Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7257127Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7263857Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7270573Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2025-07-17T08:06:13.7276415Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7279437Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7285716Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7292171Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7298560Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7304480Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7320175Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2025-07-17T08:06:13.7329667Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7366420Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7373143Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7379662Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7391020Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7397394Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7403988Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7410522Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7421157Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7427613Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7434842Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7441202Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2025-07-17T08:06:13.7451465Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7454495Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7461294Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7467877Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7489305Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7496009Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7503362Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7510072Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7521144Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7527973Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7534494Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7541066Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7547593Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7554772Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2025-07-17T08:06:13.7560673Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-07-17T08:06:13.7565165Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-07-17T08:06:13.7571812Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-07-17T08:06:13.7585370Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-07-17T08:06:13.7602649Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2025-07-17T08:06:13.7608683Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\metal 2025-07-17T08:06:13.7611679Z copying torch\include\ATen\metal\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\metal 2025-07-17T08:06:13.7621470Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7624496Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7631302Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7638178Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7644226Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7664315Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7670487Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2025-07-17T08:06:13.7676395Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7679338Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7690474Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7696933Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7704277Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7726878Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7736539Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7744654Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7754270Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7765508Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7772087Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7787476Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2025-07-17T08:06:13.7793208Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7796141Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7802960Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7809405Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7816543Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7838067Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7844641Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7851327Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7858027Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7869347Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7876109Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7882640Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7889423Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7895668Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7902695Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7908951Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7915342Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7921872Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7928088Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7934552Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7941678Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7948023Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7965765Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7974272Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7982391Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.7993020Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8000016Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8006701Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8014199Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8026094Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8053515Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8059516Z copying torch\include\ATen\native\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.8066475Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9142096Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9148894Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9155822Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9166703Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9173442Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9180427Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9187225Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9194031Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9205414Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9211980Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9218576Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9236671Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9243277Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9252008Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9258930Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9265581Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9277291Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9283987Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9290815Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9297192Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9303811Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9321456Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9328301Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9335070Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9346141Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9352738Z copying torch\include\ATen\native\RangeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9359409Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9366402Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9377185Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9384222Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9390825Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9397061Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9407986Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9434678Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9441177Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9447700Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9458239Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9465255Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9471968Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9478391Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9485027Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9491792Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9498877Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9516106Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9527129Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9533672Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9540266Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9546794Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9553499Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9560375Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9566902Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9573671Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9594534Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9601358Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9608084Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9614654Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9621321Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9627988Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9635074Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9641571Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9652363Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9658973Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9665639Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9673067Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9684180Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2025-07-17T08:06:13.9690223Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:13.9695662Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:13.9702614Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:13.9709136Z copying torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:13.9719183Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9722028Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9728559Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9735763Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9742151Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9762638Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9769275Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9775948Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9787175Z copying torch\include\ATen\native\cpu\Elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9793750Z copying torch\include\ATen\native\cpu\Gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9800338Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9806919Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9817685Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9825241Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9832018Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9838744Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9850192Z copying torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9856834Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9863548Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9869829Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9880854Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9897578Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9903871Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9910887Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9917531Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9924150Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9930395Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9937780Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9948926Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9955874Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9962357Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9979702Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9990892Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:13.9997034Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2025-07-17T08:06:14.0002659Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0005629Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0011859Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0023098Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0029380Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0046022Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0052948Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0059460Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0066283Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0073321Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0083974Z copying torch\include\ATen\native\cuda\GroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0090120Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0096450Z copying torch\include\ATen\native\cuda\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0102850Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0114065Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0120232Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0127064Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0133622Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0143987Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0150363Z copying torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0157044Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0174803Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0180442Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0186620Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0193096Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0199424Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0206133Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:14.0211866Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-07-17T08:06:14.0214926Z copying torch\include\ATen\native\hip\ck_bgemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-07-17T08:06:14.0221926Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-07-17T08:06:14.0228155Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-07-17T08:06:14.0234901Z copying torch\include\ATen\native\hip\ck_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2025-07-17T08:06:14.0240525Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:14.0259839Z copying torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:14.0262961Z copying torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:14.0274212Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-07-17T08:06:14.0277260Z copying torch\include\ATen\native\kleidiai\kai_kernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-07-17T08:06:14.0284066Z copying torch\include\ATen\native\kleidiai\kai_pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-07-17T08:06:14.0290924Z copying torch\include\ATen\native\kleidiai\kai_ukernel_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\kleidiai 2025-07-17T08:06:14.0304603Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:14.0309236Z copying torch\include\ATen\native\mkldnn\xpu\Conv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:14.0316015Z copying torch\include\ATen\native\mkldnn\xpu\FusionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:14.0321683Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0324691Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0332046Z copying torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0339446Z copying torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0349911Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0356998Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0363380Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:14.0382808Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0385520Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0391918Z copying torch\include\ATen\native\mps\MetalShaderLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0398459Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0405109Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0421556Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0428164Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0435454Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2025-07-17T08:06:14.0448376Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:14.0451297Z copying torch\include\ATen\native\mps\kernels\Pooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:14.0457699Z copying torch\include\ATen\native\mps\kernels\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:14.0463044Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0466177Z copying torch\include\ATen\native\mps\operations\BinaryKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0472663Z copying torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0479194Z copying torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0495707Z copying torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0536983Z copying torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0543928Z copying torch\include\ATen\native\mps\operations\MultiTensorApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations 2025-07-17T08:06:14.0550201Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia 2025-07-17T08:06:14.0553283Z copying torch\include\ATen\native\mtia\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia 2025-07-17T08:06:14.0558962Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0562128Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0568411Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0579590Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0591448Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0598163Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2025-07-17T08:06:14.0608330Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0611639Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0618157Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0624644Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0640714Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0646910Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0653749Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0660050Z copying torch\include\ATen\native\quantized\library.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0666451Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2025-07-17T08:06:14.0672325Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0675424Z copying torch\include\ATen\native\quantized\cpu\ACLUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0682232Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0688547Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0699732Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0716659Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0723655Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0734734Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0741509Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0748166Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0755222Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0765889Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0772456Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0780046Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0786733Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0793695Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0800133Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:14.0806010Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn 2025-07-17T08:06:14.0809178Z copying torch\include\ATen\native\quantized\cudnn\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn 2025-07-17T08:06:14.0814719Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-07-17T08:06:14.0817739Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-07-17T08:06:14.0828490Z copying torch\include\ATen\native\transformers\sdp_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-07-17T08:06:14.0835080Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2025-07-17T08:06:14.0851057Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda 2025-07-17T08:06:14.0854012Z copying torch\include\ATen\native\transformers\cuda\sdp_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda 2025-07-17T08:06:14.0860062Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:14.0863111Z copying torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:14.0869985Z copying torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:14.0875606Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0878936Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0885514Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0892172Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0910371Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0917921Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:14.0927625Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:14.0931088Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:14.0938727Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:14.0945992Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:14.0966614Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.0969818Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.0976711Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.0983896Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.0991254Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.1011688Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.1018655Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.1025569Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:14.1036230Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1039730Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1046993Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1054448Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1075506Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1083466Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1091425Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1098369Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:14.1104151Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:14.1107380Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:14.1115782Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:14.1121954Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-07-17T08:06:14.1125363Z copying torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-07-17T08:06:14.1130958Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-07-17T08:06:14.1134009Z copying torch\include\ATen\native\transformers\hip\aotriton_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip 2025-07-17T08:06:14.1139817Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn 2025-07-17T08:06:14.1143075Z copying torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn 2025-07-17T08:06:14.1149268Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-07-17T08:06:14.1152420Z copying torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-07-17T08:06:14.1158049Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-07-17T08:06:14.1161105Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-07-17T08:06:14.1167443Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-07-17T08:06:14.1178270Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2025-07-17T08:06:14.1184832Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1188230Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1194963Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1201675Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1212026Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1228302Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1235219Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1248915Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1255465Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1262248Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1268603Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1279060Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1285331Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1291919Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1298628Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1305212Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1311906Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1318740Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1325102Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1335553Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1342422Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1358448Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1365023Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1375557Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1382269Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1388812Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1395365Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1401904Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1408822Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1415602Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1432016Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1446668Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1458089Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1467692Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1479875Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1489675Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1501410Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1513087Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1535269Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1546627Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1553875Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1560832Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1567733Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1581721Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1589069Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1596137Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1603203Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1609940Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1616851Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1824644Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1832125Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1839120Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1845850Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1852761Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1859909Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1871285Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1878404Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1885382Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1892283Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1903467Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1920621Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1927678Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1935120Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1942259Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1949439Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1956791Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1963863Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1980901Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1987848Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.1994897Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2001680Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2013605Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2031307Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2038544Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2045538Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2058386Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2065166Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2072115Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2079460Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2090504Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2097352Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2104056Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2111306Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2122830Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2129876Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2137305Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2143614Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2154377Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2161284Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2167919Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2174548Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2188449Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2195891Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2203035Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2209694Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2220794Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2237669Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2244450Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2251004Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2261711Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2268681Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2275863Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2282104Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2292310Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2298936Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2305655Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2312649Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2323707Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2330506Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2338006Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2344768Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2355543Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2362726Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2369805Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2376624Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2383881Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2390896Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2398317Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2416274Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2427033Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2434057Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2441019Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2447988Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2455213Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2462355Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2469172Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2475916Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2487492Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2494305Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2501188Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2508390Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2519691Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2526545Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2533274Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2539827Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2546921Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2553782Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2560477Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2566917Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2577659Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2584414Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2590864Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2597469Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2608476Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2615542Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2622471Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2629313Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2636512Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2654061Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2662053Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2669232Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2680798Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2687857Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2695213Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2702838Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2714333Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2721011Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2728225Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2735208Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2771874Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2781982Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2811450Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2820446Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2830951Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2839973Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2854661Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2861535Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2901431Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2907870Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2990213Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.2997012Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3003621Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3010019Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3021095Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3027622Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3034228Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3041212Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3051980Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3059159Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3065661Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3078403Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3080993Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3087117Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3093739Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3100267Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3114657Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3121860Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3128666Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3140557Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3151224Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3158097Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3164639Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3171183Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3178120Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3184832Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3191660Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3198359Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3208649Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3214993Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3221985Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3228373Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3238970Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3245576Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3252422Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3258992Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3265637Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3272904Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3279393Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3286404Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3292975Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3299503Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3306146Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3312790Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3323727Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3330369Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3337038Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3343586Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3355330Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3362203Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3369843Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3377036Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3388278Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3395528Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3403220Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3410115Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3422095Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3428865Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3435742Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3457493Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3468307Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3475232Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3482076Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3491371Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3498514Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3505161Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3512370Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3519170Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3531590Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3538755Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3545767Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3552398Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3564070Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3570781Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3577495Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3584680Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3595417Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3602336Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3609101Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3615794Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3622680Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3629532Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3636567Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3643593Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3652043Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3661383Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3669696Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3679239Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3708657Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3718022Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3726477Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3736342Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3749406Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3756052Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3762790Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3770231Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3781048Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3788356Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3795276Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3802236Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3813884Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3820665Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3827978Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3835077Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3842492Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3849693Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3857153Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3864094Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3871764Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3878209Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3885039Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3892235Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3899276Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3906065Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3913057Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3919886Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3926488Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3932946Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3939824Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3946299Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3957847Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3964265Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3970724Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3976998Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3988105Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.3994793Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4001906Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4008441Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4014991Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4021616Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4028512Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4035965Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4046932Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4053809Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4060682Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4067955Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4077892Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4084330Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4090906Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4097834Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4104408Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4111980Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4118741Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4125455Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4144759Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4151586Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4158370Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4165381Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4177519Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4184325Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4191403Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4198615Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4209635Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4216455Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4223697Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4230512Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4240839Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4247934Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4254648Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4261507Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4269523Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4275567Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4282331Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4289169Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4301698Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4308459Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4315170Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4322382Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4329673Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4336597Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4343935Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4351598Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4362799Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4369464Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4376556Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4383236Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4393918Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4400677Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4407506Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4413796Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4425489Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4432359Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4438744Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4445221Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4457196Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4464202Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4470965Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4477471Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4487906Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4494474Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4501116Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4533404Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4534377Z copying torch\include\ATen\ops\avg_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4535528Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4536437Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4540993Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4548838Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4555363Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4562581Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4569429Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4581488Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4588424Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4595557Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4602550Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4613827Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4621606Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4628330Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4635506Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4646265Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4653219Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4660148Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4667071Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4677873Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4684827Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4692364Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4699188Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4709708Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4716723Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4723946Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4730836Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4754559Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4761546Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4768224Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4775006Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4782181Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4789386Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4796440Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4803177Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4810126Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4817130Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4824328Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4831560Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4843151Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4850193Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4857028Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4863688Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4878002Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4884944Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4891490Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4898322Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4904858Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4911504Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4918862Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4925484Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4932191Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4939236Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4946277Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4953168Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4964562Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4971484Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4978372Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4985128Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4992614Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.4999727Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5039844Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5046609Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5053473Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5060332Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5067275Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5074343Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5085891Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5092852Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5100176Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5107149Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5118802Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5125885Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5132735Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5139910Z 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-07-17T08:06:14.5151262Z 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-07-17T08:06:14.5159557Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5166220Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5173388Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5180715Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5188645Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5195339Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5202328Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5213704Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5220647Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5228842Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5236205Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5249586Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5264012Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5273570Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5285589Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5296224Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5307945Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5318150Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5328823Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5343322Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5360154Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5368936Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5375898Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5387057Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5394077Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5402395Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5409169Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5420520Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5432556Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5439602Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5446551Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5458384Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5465489Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5472838Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5479750Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5486803Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5493836Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5501027Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5509203Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5516701Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5523752Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5530688Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5537653Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5548989Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5556846Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5563625Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5570485Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5577472Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5584651Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5591645Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5598539Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5611989Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5619068Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5626032Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5633453Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5647121Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5654021Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5670308Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5676980Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5691378Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5698671Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5705478Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5712503Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5720142Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5727344Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5734610Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5741606Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5754386Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5761543Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5768536Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5775637Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5787088Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5794453Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5801332Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5808332Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5819210Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5826033Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5833085Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5840212Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5852027Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5859364Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5867078Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5874552Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5887333Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5893946Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5902104Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5907455Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5917410Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5925362Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5932011Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5938782Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5945955Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5952989Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5960114Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5967014Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5981561Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5989231Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.5995445Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6002852Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6016061Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6022798Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6029613Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6036758Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6050403Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6057445Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6064311Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6071087Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6077920Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6116730Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6123414Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6130095Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6142296Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6148971Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6155620Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6162373Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6169406Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6175792Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6183312Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6189981Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6200828Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6207659Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6214615Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6221060Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6228269Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6234991Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6242699Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6248801Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6255849Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6262749Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6269553Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6277625Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6289177Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6295091Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6302496Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6308985Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6316096Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6323065Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6330041Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6336513Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6349112Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6355989Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6363719Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6370327Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6384317Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6396569Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6406042Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6418017Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6433552Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6445693Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6456464Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6465472Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6480166Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6486233Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6492817Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6499474Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6510913Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6517956Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6524831Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6546123Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6552813Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6560270Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6566416Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6573248Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6584912Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6592110Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6599161Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6605961Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6617059Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6623803Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6630552Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6636976Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6689750Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6696493Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6703420Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6710207Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6720216Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6726895Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6733961Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6740324Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6746944Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6754386Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6760796Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6767427Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6773939Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6780542Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6787876Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6795161Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6805865Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6812249Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6819126Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6826237Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6832748Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6839477Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6846755Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6857955Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6861735Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6868677Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6875749Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6882516Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6890144Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6896877Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6903882Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6911074Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6970201Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.6977524Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7086709Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7093677Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7102226Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7108969Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7116024Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7123292Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7134207Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7141413Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7148423Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7156010Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7167069Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7174003Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7180970Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7187894Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7198905Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7206729Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7213889Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7221066Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7228148Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7235267Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7242571Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7250266Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7261020Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7268788Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7276151Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7287452Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7298248Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7305386Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7312630Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7319778Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7330830Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7338667Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7345781Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7353421Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7364829Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.7372840Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8071961Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8079620Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8117927Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8125211Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8132529Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8140381Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8155107Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8161869Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8168300Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8175017Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8181823Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8188439Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8195227Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8201428Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8212215Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8219261Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8225960Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8232408Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8239427Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8246577Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8253104Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8260326Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8271978Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8279234Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8285889Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8292713Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8303934Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8310873Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8318135Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8325156Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8336314Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8343309Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8350664Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8357418Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8368396Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8375582Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8382300Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8389440Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8400206Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8407279Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8414158Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8420973Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8432699Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8439293Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8446420Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8454163Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8466780Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8475197Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8482404Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8490034Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8497189Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8504559Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8512481Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8519295Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8530406Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8536995Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8543376Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8550331Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8561578Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8568270Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8575056Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8581821Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8593601Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8600282Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8607332Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8613898Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8620740Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8627409Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8651292Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8662808Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8673688Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8680221Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8686991Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8693629Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8704822Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8711667Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8720268Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8726180Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8736352Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8742790Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8765581Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8772138Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8782953Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8790893Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8797973Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8805277Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8817245Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8824660Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8831787Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8839203Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8851112Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8863948Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8871839Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8879718Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8890877Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8898650Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8906402Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8914137Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8921194Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8928469Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8935702Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8942741Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8949667Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8957011Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8963704Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8970337Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8982265Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8989526Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.8996511Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9003515Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9015811Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9022564Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9029306Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9036471Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9047634Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9054531Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9061592Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9068353Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9075906Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9082643Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9089584Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9096338Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9103639Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9110772Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9117706Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9124807Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9139468Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9147101Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9154288Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9161071Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9168200Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9175221Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9182199Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9189189Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9203490Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9211115Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9218292Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9225107Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9232028Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9238803Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9245431Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9252500Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9259544Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9266506Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9274048Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9280747Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9295076Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9301843Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9308572Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9315436Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9322147Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9329151Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9336563Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9343559Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9354392Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9360957Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9367900Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9374507Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9381575Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9389464Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9397837Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9404730Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9418430Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9425771Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9434122Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9440714Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9448106Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9454675Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9461341Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9467845Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9484393Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9492008Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9499679Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9507446Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9515499Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9524126Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9531384Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9538227Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9550733Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9557760Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9564869Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9571890Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9583263Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9589731Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9596706Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9603209Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9610455Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9617198Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9624217Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9630927Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9637738Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9644415Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9651245Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9657816Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9665218Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9672555Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9679436Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9686743Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9697173Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9704003Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9711142Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9718178Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9729856Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9736726Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9743896Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9774755Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9783668Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9793696Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9803860Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9812512Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9822697Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9831406Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9841441Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9851563Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9863755Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9871026Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9879139Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9886172Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9897769Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9905275Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9912936Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9920273Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9927542Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9934893Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9942017Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9949632Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9974399Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9981424Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9988562Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:14.9995688Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0006803Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0013972Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0020971Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0028196Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0035583Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0042764Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0049649Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0057109Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0071723Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0078991Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0086129Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0092955Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0099952Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0106930Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.0113934Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9321594Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9346818Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9347744Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9348605Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9349555Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9350547Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9351410Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9356994Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9357871Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9358769Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9359690Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9360466Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9361180Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9361869Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9362939Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9363904Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9364687Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9365607Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9366555Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9367386Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9368066Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9368777Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9369622Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9370623Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9371463Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9372145Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9372824Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9373528Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9379670Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9380773Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9381534Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9382474Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9383505Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9384353Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9385108Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9385878Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9386648Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9387385Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9388073Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9388740Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9389612Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9390731Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9391733Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9392525Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9393240Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9394020Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9394743Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9395450Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9396167Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9397097Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9398127Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9398922Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9399724Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9400511Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9401328Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9402002Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9402656Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9403857Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9404703Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9405404Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9406090Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9406900Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9407755Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9408457Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9409245Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9410086Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9410970Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9411755Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9412510Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9413235Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9413901Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9415013Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9415817Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9416628Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9417553Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9418701Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9419562Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9420344Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9421091Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9421778Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9422571Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9423412Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9424080Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9424702Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9425351Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9426265Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9427239Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9428045Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9428803Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9429595Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9430692Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9431702Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9432601Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9433575Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9434671Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9435624Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9436653Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9437904Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9438883Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9439797Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9440620Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9441407Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9442214Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9443350Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9444574Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9445614Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9446423Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9447268Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9448118Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9449013Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9450061Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9450920Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9451720Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9452504Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9453161Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9453805Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9454591Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9455396Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9456063Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9456709Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9457688Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9458676Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9459432Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9460157Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9460873Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9461609Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9462298Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9462946Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9463865Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9464711Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9465380Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9466061Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9466688Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9467486Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9468313Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9469007Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9470003Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9471120Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9471955Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9472672Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9473369Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9474067Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9475112Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9475797Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9476427Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9477211Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9478042Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9478764Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9479461Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9480113Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9480883Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9481741Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9482590Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9483301Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9483956Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9484775Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9485610Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9486363Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9487020Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9487813Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9488652Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9489378Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9490030Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9490837Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9491664Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9492351Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9492988Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9493697Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9494610Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9495570Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9496418Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9497261Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9498065Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9498834Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9499561Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9500450Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9501343Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9502059Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9502755Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9503438Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9504136Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9504787Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9505449Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9506158Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9507050Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9507976Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9508817Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9509544Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9510500Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9511429Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9512178Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9513035Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9513918Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9514871Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9515852Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9516797Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9517662Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9518483Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9519250Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9519967Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9520730Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9521611Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9522536Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9523370Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9524208Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9525019Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9525785Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9526561Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9527579Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9528615Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9529445Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9530182Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9530972Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9531976Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9532821Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9533555Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9534281Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9535144Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9536010Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9536731Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9537453Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9538181Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9538853Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9539586Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9540454Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9541342Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9542099Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9542822Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9543741Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9544653Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9545393Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9546125Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9546988Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9547891Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9548696Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9549487Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9550370Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9551125Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9551790Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9552422Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9553112Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9553860Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9554624Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9555302Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9556170Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:15.9557094Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1588703Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1589732Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1590512Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1591247Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1591891Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1592530Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1593365Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1594254Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1595175Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1595911Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1596623Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1597722Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1598458Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1599128Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1599780Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1600662Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1601574Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1602324Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1603055Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1603765Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1604491Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1605179Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1606050Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1606952Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1607669Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1608363Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1609122Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1609830Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1610493Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1611186Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1611825Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1612669Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1613580Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1614315Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1615010Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1615713Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1616819Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1617508Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1618168Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1618816Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1619633Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1620528Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1621238Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1622061Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1622883Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1623799Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1624851Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1625720Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1626450Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1627145Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1627835Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1628495Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1629373Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1630390Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1631129Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1631900Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1632616Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1633336Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1634490Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1635172Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1636034Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1636941Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1637743Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1638554Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1639319Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1640109Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1641014Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1641905Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1642635Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1643375Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1644081Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1644789Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1645449Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1646086Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1646858Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1647694Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1648422Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1649142Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1649841Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1650498Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1651243Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1652129Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1653064Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1654207Z 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-07-17T08:06:16.1655415Z 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-07-17T08:06:16.1656435Z 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-07-17T08:06:16.1657594Z 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-07-17T08:06:16.1658699Z 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-07-17T08:06:16.1659710Z 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-07-17T08:06:16.1660705Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1661643Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1662727Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1663756Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1664619Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1665469Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1666370Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1667299Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1668429Z 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-07-17T08:06:16.1669576Z 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-07-17T08:06:16.1670681Z 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-07-17T08:06:16.1671780Z 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-07-17T08:06:16.1672878Z 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-07-17T08:06:16.1673995Z 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-07-17T08:06:16.1675033Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1675977Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1677005Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1677999Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1678927Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1679757Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1680686Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1681727Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1682792Z 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-07-17T08:06:16.1683865Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1684823Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1685704Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1686569Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1687375Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1688302Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1689299Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1690496Z 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-07-17T08:06:16.1691575Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1692524Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1693398Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1694229Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1695049Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1696113Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1697109Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1697972Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1698782Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1699729Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1700700Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1701648Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1702521Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1703481Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1704480Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1705355Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1706156Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1707175Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1708120Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1708926Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1709689Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1710659Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1711568Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1712358Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1713112Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1713808Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1714613Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1715453Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1716143Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1716832Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1717661Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1718617Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1719338Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1720010Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1720815Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1721650Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1722339Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1723021Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1723899Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1724827Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1725610Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1726438Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1727266Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1727981Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1728641Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1729294Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1730196Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1731046Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1731742Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1732416Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1733280Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1734126Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1734835Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1735744Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1736620Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1737319Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1737977Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1738639Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1739448Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1740298Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1741060Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1741781Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1742592Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1743438Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1744134Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1744832Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1745673Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1746555Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1747395Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1748284Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1749114Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1749803Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1750624Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1751286Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1752111Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1753070Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1753782Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1754456Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1755312Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1756168Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1756878Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1757699Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1758634Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1759377Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1760048Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1760712Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1761529Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1762384Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1763086Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1763765Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1764687Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1765534Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1766241Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1767061Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1767900Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1768602Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1769269Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1770061Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1770893Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1771741Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1772450Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1773175Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1774016Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1774880Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1775648Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1776391Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1777200Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1778089Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1778800Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1779618Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1780459Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1781205Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1782245Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1783043Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1783874Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1784619Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1785327Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1786178Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1787117Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1787898Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1788628Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1789326Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1789996Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1790716Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1791484Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1792286Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1793100Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1793756Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1794568Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1795433Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1796398Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1797335Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1798135Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1798983Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1799674Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1800338Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1801024Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1801832Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1802668Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1803349Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1804014Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1804952Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1805780Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1806467Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1807267Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1808105Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1808828Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1809540Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1810267Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1810985Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1811815Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1812669Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1813389Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1814074Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1814934Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1817762Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1818530Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1819271Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1820132Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1821126Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1822961Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1823773Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1824556Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1825294Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1825987Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1826781Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1828515Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1829204Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1829865Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1830812Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1831804Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1832554Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1834244Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1834965Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1835666Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1836343Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1836995Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1837855Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1839742Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1840533Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1841236Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1841955Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1842669Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1843344Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1843988Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1845916Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1846938Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1847778Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1848584Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1849286Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1850979Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1851697Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1852373Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1853014Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1853714Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1854581Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1856635Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1857755Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1858704Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1859675Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1860588Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1862464Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1863347Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1864383Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1865430Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1866291Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1868086Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1868931Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1869789Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1870673Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1871446Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1872302Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1874252Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1875189Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1876107Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1877035Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1878072Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1880080Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1880951Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1881800Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1882691Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1883541Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1885312Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1886247Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1887252Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1888059Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1888779Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1889494Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1891187Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1891862Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1892509Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1893320Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1894180Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1894914Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1896197Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1897284Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1897995Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1898869Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1899757Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1900589Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1901290Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1902927Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1903814Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1904752Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1905497Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1906210Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1906879Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1908660Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1909462Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1910415Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1911279Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1911989Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1912689Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1914327Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1915133Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1916117Z 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-07-17T08:06:16.1917122Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1918003Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1919724Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1920429Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1921324Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1922228Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1922995Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1923914Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1925993Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1934888Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1936251Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1937554Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1939015Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1940184Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1940969Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1941808Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1942662Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1943561Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1944281Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1944977Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1945660Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1946362Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1947099Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1947775Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1948395Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1949051Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1949985Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1951103Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1951914Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1952722Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1953561Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1954464Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1955201Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1956091Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1957000Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1957720Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1958419Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1959151Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1959919Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1960623Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1961280Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1962160Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1963091Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1963866Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1964682Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1965472Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1966249Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1966995Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1967750Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1968526Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1969245Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1969949Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1970602Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1971368Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1972168Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1972824Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1973787Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1974759Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1975538Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1976295Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1977047Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1977727Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1978378Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1979008Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1979661Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1980394Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1981178Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1981931Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1982901Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1983899Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1984884Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1985753Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1986592Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1987414Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1988287Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1989266Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1990349Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1991081Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1991772Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1992565Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1993456Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1994210Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1994938Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1995658Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1996389Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1997211Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1997979Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1998718Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.1999466Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2000318Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2001173Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2001877Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2002556Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2003372Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2004195Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2005099Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2006053Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2006879Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2007635Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2008403Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2009099Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2009793Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2010534Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2011506Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2012518Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2013504Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2014358Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2015172Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2016508Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2017421Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2018229Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2019060Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2019903Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2020751Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2021564Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2022577Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2023551Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2024414Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2025259Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2026054Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2026957Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2027938Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2028736Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2029516Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2030345Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2031206Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2032145Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2032868Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2033640Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2034473Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2035735Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2036456Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2037119Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2037769Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2038579Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2039489Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2040305Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2041218Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2042023Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2042684Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2043311Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2044196Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2045071Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2045787Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2046520Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2047269Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2047954Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2048590Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2049266Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2050134Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2051012Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2051761Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2052502Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2053410Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2054304Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2055014Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2055751Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2056473Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2057454Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2058565Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2059502Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2060332Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2061166Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2066943Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2073822Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2081113Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2087899Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2095004Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2101983Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2109095Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2120397Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2127326Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2134419Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2141292Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2148780Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2155844Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2162826Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2169632Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2177228Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2183983Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2191287Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2198369Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2205357Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2212499Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2219553Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2226559Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2237886Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2245342Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2252341Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2259395Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2271353Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2278363Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2285507Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2292827Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2299927Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2306970Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2314200Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2321410Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2328319Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2335186Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2342059Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2349002Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2356490Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2363407Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2370841Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2377730Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2384760Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2391896Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2399069Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2406602Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2413978Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2420648Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2427897Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2485201Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2491865Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2499003Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2505764Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2512911Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2519529Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2526416Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2533369Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2541284Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2547585Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2554322Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2560815Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2567456Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2574170Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2580753Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2587436Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2594229Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2601983Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2608344Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2615046Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2621844Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2628654Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2635423Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2642280Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2649329Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2656251Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2662992Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2669678Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2676294Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2683011Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2689718Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2696439Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2703036Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2747652Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2754248Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2761135Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2768164Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2775184Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2782169Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2789333Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2796442Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2803394Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2810580Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2817307Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2824138Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2831071Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2838001Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2853165Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2859998Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2868293Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2874659Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2881661Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2888531Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2895513Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2902916Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2909625Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2916624Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2923361Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2931350Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2937406Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2944003Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2952330Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2959138Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2966587Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2973609Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2980613Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2987360Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.2994477Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3001196Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3008051Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3015211Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3022184Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3028877Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3035622Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3042375Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3049529Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3056169Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3062929Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3069524Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3076519Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3083059Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3089821Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3096344Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3102879Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3109548Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3116080Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3122651Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3128879Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3136175Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3143053Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3149715Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3156404Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3163041Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3169888Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3177156Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3183907Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3191178Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3197869Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3205041Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3220431Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3228951Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3234966Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3241877Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3249000Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3255902Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3263311Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3271142Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3279010Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3307964Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3308849Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3309844Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3310866Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3318730Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3327321Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3333854Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3340281Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3346719Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3355310Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3362446Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3369443Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3376172Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3383455Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3390380Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3397343Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3405218Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3412879Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3419611Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3426385Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3433972Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3440624Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3447728Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3455440Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3462861Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3470290Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3477978Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3485385Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3492756Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3500940Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3508557Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3516092Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3523440Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3530446Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3537663Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3544450Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3551549Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3558961Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3565979Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3572772Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3579640Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3586388Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3593260Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3600283Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3607501Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3614360Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3621218Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3628076Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3634914Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3641503Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3648234Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3655046Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3662088Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3668794Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3675720Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3682603Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3689479Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3696035Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3702726Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3709552Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3716352Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3722799Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3729549Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3736178Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3742791Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3749355Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3755996Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3762758Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3769486Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3776368Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3783135Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3789882Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3796479Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3803589Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3810525Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3817254Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3824431Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3831444Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3838980Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3845816Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3853258Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3860041Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3866990Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3873945Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3881017Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3887564Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3921806Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3928846Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3935743Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3942747Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3949840Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.3957556Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4482365Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4489952Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4497672Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4506993Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4514013Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4521341Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4529851Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4537607Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4545136Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4552505Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4559384Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4566897Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4574259Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4582147Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4588922Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4595744Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4602458Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4609455Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4616300Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4623055Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4629886Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4637037Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4643751Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4650564Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4657226Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4663894Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4670932Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4677630Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4684164Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4690986Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4697497Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4704224Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4711021Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4717959Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4725125Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4732011Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4738641Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4745583Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4752945Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4759973Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4766381Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4773174Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4780228Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4787210Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4794057Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4801117Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4807987Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4814882Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4821353Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4828189Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4835063Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.4841825Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5754143Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5754895Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5755731Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5756593Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5757308Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5758001Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5759020Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5759865Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5760577Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5761319Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5762154Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5763024Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5763742Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5764463Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5765200Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5765958Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5766747Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5767430Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5768105Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5768914Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5769860Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5770756Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5771468Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5772363Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5773279Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5774062Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5774762Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5775584Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5776441Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5777108Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5777787Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5778654Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5779538Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5780287Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5781036Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5781865Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5782682Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5783359Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5784068Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5784867Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5785680Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5828427Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5835175Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5842138Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5850871Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5858410Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5864887Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5871898Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5878758Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5886779Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5893005Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5899396Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5906031Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5913148Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5921502Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5927454Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5934262Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5941342Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5948653Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5956203Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5963067Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5970771Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5977568Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5984440Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5991575Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.5998133Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6004934Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6011628Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6019170Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6025575Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6032582Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6039499Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6046816Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6055202Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6061007Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6068112Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6075189Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6082979Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6089723Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6096575Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6103379Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6110277Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6117318Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6124547Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6131567Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6138141Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6144853Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6151922Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6158604Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6165514Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6172275Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6179246Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6186017Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6192970Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6199428Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6206157Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6212733Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6219721Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6226603Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6233434Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6240589Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6247233Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6254599Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6260930Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6267714Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6274679Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6281827Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6288538Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6295386Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6301770Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6308854Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6315843Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6322490Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6333273Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6341601Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6351392Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6359785Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6369562Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6378029Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6387599Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6397520Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6406130Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6416714Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6425259Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6435151Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6444895Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6453440Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6463000Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6471934Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6498416Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6507037Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6518165Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6527099Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6536347Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6543378Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6552779Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6559763Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6566920Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6574381Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6583443Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6591680Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6598526Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6606051Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6613045Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6619834Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6626781Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6633974Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6641180Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6648179Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6655100Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6661940Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6669078Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6675859Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6682921Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6689868Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6697321Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6704282Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6711286Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6718347Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6725892Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6732449Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6739391Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6746547Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6754028Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6761284Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6768247Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6775362Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6782344Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6789256Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6796697Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6803905Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6810864Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6818076Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6825259Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6832696Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6839729Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6846821Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6853994Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6861294Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6868278Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6875464Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6882685Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6889927Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6898059Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6905406Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6912645Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6919565Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6927211Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6933953Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6941508Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6949290Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6956636Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6963720Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6970982Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6978439Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6985676Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.6993071Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7000412Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7007710Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7015303Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7022303Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7030019Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7037862Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7045121Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7083715Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7092751Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7098518Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7105820Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7112852Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7120190Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7127204Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7134725Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7141567Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7148761Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7155933Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7163191Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7170160Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7177204Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7184161Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7191539Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7198505Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7205819Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7213013Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7220021Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7226933Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7234361Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7241499Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7248522Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7255492Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7263065Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7270156Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7277514Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7284325Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7291362Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7298451Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7305943Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7312987Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7319951Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7326939Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7333869Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7340847Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7347892Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7355311Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7362229Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7369189Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7376541Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7383504Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7390638Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7397563Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7405152Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7412256Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7419360Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7427011Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7434394Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7441360Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7448408Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7455900Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7463346Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7470955Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7478676Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7486136Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7493888Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7501773Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7510337Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7517991Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7525493Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7532658Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7540339Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7547300Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7555397Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7562180Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7598648Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7605708Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7612797Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7619585Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7626771Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7633961Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7640950Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7647786Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7654925Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7661733Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7668545Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7675771Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7683105Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7689945Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7697314Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7703942Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7711003Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7717952Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7725246Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7732135Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7738878Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7745718Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7752778Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7766910Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7768051Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7775291Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7782301Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7789930Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7796371Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7803188Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7810519Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7818326Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7825998Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7833070Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7840592Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7847279Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7854925Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7861532Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7868387Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7875788Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7882755Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7889563Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7896669Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7903264Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7910536Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7917857Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7924570Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7931618Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7938485Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7945229Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7952349Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7959584Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7966696Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7973570Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7980587Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7987714Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.7994682Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8002850Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8010177Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8018581Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8025624Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8032668Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8039757Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8047687Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8140136Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8149140Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8159721Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8170107Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8178821Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8189101Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8198060Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8208470Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8264284Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8271317Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8278240Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8285005Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8292152Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8298908Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8306077Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8313686Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8320778Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8327511Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8334473Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8341277Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8348018Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8354909Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8362977Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8369421Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8376211Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8382861Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8389628Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8396161Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8403074Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8409843Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8416951Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8423442Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8430163Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8437122Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8443834Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8450695Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8457603Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8464564Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8472344Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8480174Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8488262Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8494797Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8500544Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8507439Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8514774Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8522240Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8529441Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8536537Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8543377Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8550344Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8557266Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8563861Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8570855Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8578217Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8585927Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8593218Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8601726Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8607638Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8614596Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8621573Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8629092Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8636438Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8643227Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8649938Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8657107Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8663848Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8671008Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8677597Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8684965Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8692239Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8698965Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8705873Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8712769Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8719818Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8726485Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8733226Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8740278Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8752017Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8758726Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8765428Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8772584Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8779360Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8786314Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8794014Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8801093Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8807707Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8814518Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8821427Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8828349Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8835798Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8842685Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8849955Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8857352Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8863985Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8870885Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8878205Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8885344Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8892500Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8899966Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8907287Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8914439Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8921128Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8928476Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8937043Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8944157Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8951265Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8958433Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8965473Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8972572Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8979627Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8987311Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.8995575Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9003835Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9011178Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9018078Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9025167Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9032352Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9039235Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9046737Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9053424Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9060949Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9067830Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9075166Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9082379Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9089358Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9130950Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9137771Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9145249Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9152022Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9159272Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9166010Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9172521Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9179448Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9186334Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9193461Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9200570Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9207346Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9214004Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9253100Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9259821Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9266272Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9272806Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9279583Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9286471Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9293437Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9301067Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9307729Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9315463Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9322304Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9329780Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9336612Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9343611Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9350525Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9357765Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9364628Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9371636Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9379200Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9386288Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9393518Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9400476Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9407375Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9414051Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9420469Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9427202Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9434025Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9440619Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9447492Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9454440Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9461243Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9468430Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9478688Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9485687Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9493604Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9501203Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9508935Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9516086Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9523048Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9530118Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9536919Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9543460Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9550339Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9556944Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9564191Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9571514Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9578089Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9584976Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9592110Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9598978Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9606064Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9612718Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9619622Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9626624Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9634072Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9640861Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9648416Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9655461Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9662501Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9669731Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9676794Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9684126Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9691316Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9698104Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9705120Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9712154Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9719326Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9726655Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9733670Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9740693Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9747499Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9754526Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9761420Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9768338Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9775712Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9782532Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9789503Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9796706Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9803547Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9810337Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9818061Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9824418Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9831279Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9838194Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9845122Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9852438Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9859324Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9866143Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9873551Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9880483Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9887376Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9894179Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9901748Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9908053Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9915493Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9922052Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9928835Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9935906Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9942595Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9949400Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9956572Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9963639Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9971461Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9978449Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9985104Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9992862Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:16.9999900Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0006880Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0014286Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0021232Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0029455Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0037212Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0045089Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0052555Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0059708Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0066844Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0073776Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0080173Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0087535Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0093808Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0100790Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0107545Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0115326Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0122396Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0129200Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0136321Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0143069Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0149953Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0156704Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0163196Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0170237Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0176969Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0183638Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0190427Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0197649Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0204566Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0211823Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0219538Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0227106Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0275231Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0282005Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0288941Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0295987Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0303014Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0310139Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0318365Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0325410Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0332291Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0339268Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0346841Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0354040Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0361643Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0369861Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0376240Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0383331Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0390523Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0398304Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0405172Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0412581Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0419569Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0426548Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0434103Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0441392Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0448421Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0455395Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0462422Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0469795Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0477030Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0484057Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0491128Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.0498349Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2801662Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2809684Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2817465Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2824789Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2832365Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2840978Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2848425Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2855808Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2863539Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2871488Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2879137Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2885957Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2892834Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2900144Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2907525Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2915007Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2922413Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2929795Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2936855Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2944046Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2951365Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2958540Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2965880Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2973189Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2980630Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2989208Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.2998926Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3007211Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3015227Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3023231Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3031232Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3038512Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3045585Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3052600Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3059739Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3066951Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3073848Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3080997Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3087908Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3094655Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3101239Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3107917Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3114712Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3121243Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3127697Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3134687Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3141703Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3148581Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3155530Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3162696Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3169503Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3176390Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3183587Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3190784Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3197701Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3204479Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3211271Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3218149Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3225032Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3231880Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3238603Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3245662Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3252885Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3259881Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3267258Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3274467Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3281819Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3288935Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3295877Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3302840Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3309776Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3317005Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3363390Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3370789Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3378017Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3385384Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3392537Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3399704Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3406713Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3414050Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3421312Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3429249Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3436721Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3443903Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3451625Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3459220Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3466450Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3473751Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3480976Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3488685Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3495806Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3503277Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3510871Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3518385Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3525909Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3534098Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3541071Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3548468Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3555713Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3563189Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3570498Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3577543Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3584447Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3591311Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3598074Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3605082Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3612155Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3618908Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3626101Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3632936Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3639933Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3646694Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3653452Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3660242Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3666742Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3673890Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3680368Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3686913Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3693722Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3701023Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3707832Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3714894Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3721837Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3728699Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3736004Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3743168Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3749886Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3757084Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3763654Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3770983Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3778221Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3785261Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3792609Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3799513Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3806319Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3813668Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3820682Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3827681Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3835161Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3898143Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3905427Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3913000Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3920287Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3927436Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3934547Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3941719Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3949351Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3956591Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3964896Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3972395Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3979922Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3986971Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.3994035Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4001211Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4009039Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4016775Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4023923Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4032812Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4041181Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4049104Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4056488Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4146760Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4147937Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4148801Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4149650Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4150736Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4151745Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4152608Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4153398Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4154176Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4155117Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4156132Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4157004Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4157835Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4158766Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4164782Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4171638Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4179214Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4185930Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4193304Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4199963Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4206745Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4213461Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4220006Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4227003Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4233846Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4240267Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4246928Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4254003Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4260853Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4267535Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4274446Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4281131Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4287763Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4294701Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4301440Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4308336Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4314924Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4321861Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4328263Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4335272Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4342356Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4349542Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4356459Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4363399Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4370288Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4377636Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4384759Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4392514Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4399333Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4405841Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4412733Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4419861Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4426897Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4433813Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4441105Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4447882Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4454991Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4461844Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4469794Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4477848Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4485535Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4493989Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4502460Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4512257Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4520511Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4536676Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4547592Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4557047Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4570453Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4580211Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4591482Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4600986Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4612529Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4624539Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4634424Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4645525Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4655152Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4669193Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4680441Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4689255Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4699531Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4708039Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4715861Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4724445Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4731955Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4738905Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4746489Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4755250Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4762826Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4770636Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4777724Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4784712Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4792006Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4799168Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4806561Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4815371Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4822969Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4829990Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4838183Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4845399Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4852489Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4859251Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4866148Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4873460Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4880237Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4887083Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4894091Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4900800Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4907206Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4914543Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4949206Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4956139Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4963609Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4969931Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4976812Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4984110Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4990748Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.4998160Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5005349Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5012101Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5019906Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5026520Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5034676Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5041297Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5083434Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5090702Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5097952Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5105159Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5112236Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5119513Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5126917Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5133714Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5140705Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5147577Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5154614Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5161319Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5168016Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5174728Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5181495Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5188467Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5195541Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5202465Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5209210Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5215896Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5223058Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5230143Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5236996Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5244287Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5250911Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5257661Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5265062Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5271853Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5278867Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5285704Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5292814Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5299567Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5306414Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5313360Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5321008Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5328213Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5335201Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5342857Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5351067Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5358804Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5366398Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5374351Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5381745Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5426000Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5432243Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5439479Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5446609Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5453829Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5460832Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5467709Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5475581Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5482402Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5489430Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5496639Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5503549Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5510833Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5517797Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5524763Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5531889Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5538856Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5546025Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5553243Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5560633Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5567569Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5574624Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5581688Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5588802Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5596604Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5604551Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5610880Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5617910Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5624922Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5632831Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5640155Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5678744Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5679766Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5680663Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5681605Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5682460Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5687697Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5695824Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5702035Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5709211Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5716764Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5723971Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5731179Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5738738Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5745136Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5752120Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5758746Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5765486Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5772441Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5779592Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5786134Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5793172Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5799822Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5806557Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5813191Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5819641Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5826688Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5833661Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5840372Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5847394Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5854150Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5861327Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5868159Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5875628Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5882227Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5889114Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5896149Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5903546Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5911409Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5918429Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5925322Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5933062Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5939696Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5946547Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5953632Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5961497Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5967724Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5974778Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.5998213Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6004759Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6012050Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6018936Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6026193Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6033080Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6040682Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6047827Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6054841Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6063432Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6069160Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6075983Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6082995Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6090291Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6098262Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6104284Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6111697Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6118435Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6125166Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6137466Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6139552Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6146528Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6153776Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6885507Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6892760Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6899816Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6907514Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6914590Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6921586Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6930116Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6936311Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6943560Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6950590Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6958313Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6965177Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6972330Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6982018Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6988182Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.6995296Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7007943Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7015092Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7022496Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7029556Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7036988Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7044913Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7053327Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7060606Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7067749Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7075369Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7082654Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7089740Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7096979Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7103815Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7111014Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7118130Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7125121Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7131944Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7139420Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7146226Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7153032Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7159997Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7166880Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7173629Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7181868Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7188922Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7196483Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7203386Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7210381Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7217669Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7224829Z copying torch\include\ATen\ops\nonzero_static_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7232204Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7239392Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7247330Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7253983Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7261011Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7267898Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7274963Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7282526Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7289400Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7296453Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7304480Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7311364Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7318614Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7325648Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7332717Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7340106Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7347450Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7354767Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7361469Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7368931Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7375609Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7382612Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7390487Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7397847Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7404575Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7411421Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7418310Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7426379Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7432751Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7439644Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7446882Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7455457Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7461481Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7468261Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7475123Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7482076Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7489969Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7496170Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7503470Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7510389Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7517406Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7524777Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7531472Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7538197Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7545095Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7552355Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7560059Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7565793Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7572390Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7579741Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7587207Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7593620Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7600602Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7607176Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7614129Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7621093Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7628396Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7635702Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7642320Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7649606Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7656053Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7662871Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7669710Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7676957Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7683600Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7690354Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7697027Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7703747Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7710452Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7717301Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7724154Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7730476Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7736782Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7743940Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7750722Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7757516Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7764262Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7771586Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7778201Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7784729Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7791593Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7798718Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7805237Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7811548Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7823924Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7830858Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7837540Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7844806Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7851700Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7858935Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7865712Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7873117Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7880095Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7886954Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7893672Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7900465Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7907013Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7914613Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7921701Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7928784Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7936113Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7943117Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7950520Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7957584Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7964658Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7972058Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7979049Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.7986077Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8161439Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8168582Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8175438Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8182550Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8189362Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8196453Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8203455Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8210286Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8217281Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8224617Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8232757Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8240184Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8247137Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8254144Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8261397Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8268416Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8275512Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8282319Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8289564Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8296634Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8303531Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8310763Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8318088Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8325207Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8332016Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8339413Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8346588Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8353790Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8360879Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8367895Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8374959Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8381718Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8388513Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8395767Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8402638Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8410229Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8417051Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8424204Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8431148Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8437855Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8444892Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8452241Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8458909Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8465688Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8472605Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8479328Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8486335Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8493480Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8500435Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8507736Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8514730Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8521729Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8528619Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8535693Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8543149Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8549669Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8556505Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8563703Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8570532Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8577443Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8584006Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8591098Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8598200Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8605288Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8612044Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8619093Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8625753Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8632376Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8638881Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8645479Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8652207Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8658646Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8665097Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8671465Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8677986Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8684439Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8690833Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8697421Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8704232Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8711382Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8718295Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8725592Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8732113Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8739529Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8746123Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8753084Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8760147Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8767272Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8774194Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8781052Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8787943Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8795606Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8802263Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8809121Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8816019Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8823267Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8830350Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8837059Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8843925Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8851996Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8858825Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8865781Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8873413Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8880632Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8887538Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8894610Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8901587Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8908838Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8915734Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8922654Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8929513Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8936770Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8943795Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8950977Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8957901Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8964921Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8973063Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8983297Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8989987Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.8997162Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9006874Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9018591Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9025426Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9032899Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9039539Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9046742Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9054022Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9061331Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9068373Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9075619Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9082206Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9088812Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9096070Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9102680Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9109672Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9116808Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9124119Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9136660Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9143593Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9150357Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9156589Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9163008Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9169955Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9176585Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9183078Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9207849Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9214811Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9221399Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9228450Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9235238Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9242017Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9249374Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9256011Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9263687Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9270422Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9277301Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9284176Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9290874Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9297898Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9305208Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9312300Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9318999Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9326145Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9333356Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9340500Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9347494Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9354396Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9361411Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9368350Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9375181Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9382083Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9388841Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9396017Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9403042Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9409912Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9417446Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9424440Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9431508Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9438512Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9445560Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9452644Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9460168Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9467319Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9474658Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9481834Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9488799Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9495711Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9502789Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9509538Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9516612Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9523642Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9530402Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9537241Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9544157Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9551175Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9558663Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9567104Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9573302Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9580326Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9587266Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9594020Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9601895Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9607320Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9613857Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9620526Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9627570Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9634398Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9641738Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9649487Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9655517Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9662252Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9669119Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9676054Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9682832Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9689845Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9696330Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9702984Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9710345Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9717288Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9723998Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9731604Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9738256Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9745597Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9753798Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9760580Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9767404Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9774499Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9781725Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9788961Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9796358Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9803615Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9810694Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9817691Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9824931Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9832085Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9839081Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9846153Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9857794Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9865082Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9872481Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9879819Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9887002Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9894145Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9901766Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9908889Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9916159Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9923199Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9930301Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9938015Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9945350Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9952758Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9960206Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9967510Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9974975Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9982019Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:17.9989781Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0472257Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0479445Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0486651Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0493953Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0500987Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0508310Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0515505Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0522144Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0529122Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0535888Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0542817Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0580841Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0587992Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0595203Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0602101Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0609193Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0616365Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0650578Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0663436Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0672724Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0683719Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0694179Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0701459Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0710143Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0717233Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0725764Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0732793Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0739646Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0746679Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0755487Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0763519Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0770759Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0777755Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0784660Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0791467Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0798515Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0805309Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0812340Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0819017Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0825727Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0832678Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0839791Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0847099Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0853889Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0860794Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0872033Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0878744Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0885528Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0896354Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0903447Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0910599Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0918175Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0925171Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0932505Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0939569Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0947269Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0958972Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0966085Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0973585Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0980474Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0987965Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.0995183Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1002426Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1009526Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1022280Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1029398Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1036779Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1044657Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1051949Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1059033Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1066140Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1073800Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1081110Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1088798Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1095900Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1103649Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1110855Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1118426Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1125367Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1133014Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1140063Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1147355Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1154667Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1161492Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1168812Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1176018Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1183100Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1190328Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1197328Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1204274Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1211251Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1218188Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1225378Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1232368Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1238932Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1245743Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1252229Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1259181Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1266146Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1273274Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1280390Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1287608Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1294795Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1301862Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1308700Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1315705Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1322213Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1329243Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1335978Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1342817Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1349586Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1356946Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1369267Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1376140Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1383402Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1390779Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1402676Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1410294Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1417353Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1424423Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1431531Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1439053Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1446427Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1453370Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1460084Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1467518Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1474875Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1482831Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1490472Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1907309Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1908399Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1909283Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1910128Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1910968Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1911866Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1912781Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1913523Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1914222Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1915122Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1915981Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1916714Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1917442Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1918286Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1919116Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1919805Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1920480Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1921154Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1921996Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1922872Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1923637Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1924517Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1925355Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1926100Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1926772Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1927437Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1928342Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1929216Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1930024Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1930862Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1931696Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1932400Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1933056Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1933892Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1934740Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1935513Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1936275Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1937297Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1937951Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1938764Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1939578Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1940263Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1946344Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1956558Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1964910Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1974853Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1984475Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.1997037Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2004007Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2011519Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2018764Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2025717Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2032729Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2040071Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2047665Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2054281Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2061506Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2068556Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2075531Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2083409Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2089964Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2097124Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2103710Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2112915Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2119073Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2125502Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2133659Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2149299Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2160343Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2162344Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2169598Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2179373Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2185267Z copying torch\include\ATen\ops\rrelu_with_noise_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2191514Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2198628Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2205761Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2212706Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2219977Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2226886Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2234263Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2241087Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2248031Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2254969Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2267120Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2274361Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2281481Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2288637Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2296858Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2303218Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2309943Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2316877Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2323689Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2331850Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2337816Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2344665Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2351840Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2358607Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2366371Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2372484Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2379144Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2386331Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2393486Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2400356Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2407238Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2414308Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2421506Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2428381Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2435585Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2442019Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2449402Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2456301Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2463105Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2469958Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2477108Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2483858Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2495347Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2502499Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2509481Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2516628Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2523360Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2531288Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2545291Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2546882Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2553947Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2560964Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2568006Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2575409Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2888942Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2896657Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2903524Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2910589Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2917675Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2924611Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2931497Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2938661Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2945599Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2954142Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2962685Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2972784Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2980680Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2987975Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.2994719Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3001510Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3012929Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3021056Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3030398Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3039360Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3049067Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3058730Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3067180Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3079114Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3088770Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3099613Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3112232Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3121805Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3133027Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3142039Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3149764Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3155837Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3166724Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3174385Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3182459Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3188604Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3195888Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3202807Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3209616Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3216508Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3222999Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3229885Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3236878Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3243633Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3254602Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3261255Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3268630Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3275380Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3282197Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3288666Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3295422Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3302117Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3313625Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3319954Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3326817Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3333327Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3345273Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3352022Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3358440Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3365138Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3371602Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3378066Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3384501Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3391990Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3398863Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3405597Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3412439Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3419295Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3426424Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3433405Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3440546Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3472549Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3479391Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3486133Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3492854Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3499575Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3506419Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3513225Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3519846Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3526732Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3533409Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3540436Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3547291Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3554555Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3561172Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3568069Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3575768Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3582596Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3589575Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3596519Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3606216Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3614084Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3621703Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3627402Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3634383Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3641815Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3648928Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3655905Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3663150Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3670839Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3684116Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3689722Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3698519Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3704582Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3711618Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3718459Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3725342Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3732208Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3739160Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3745928Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3753847Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3759422Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3771605Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3778488Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3785391Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3792484Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3804366Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3811126Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3817727Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3824144Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3831252Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3838205Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3845216Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3852268Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3858807Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3865487Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3872263Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3879252Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3885749Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3892440Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3899091Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3905612Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3912549Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3919359Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3925893Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3932365Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3978622Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3986727Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.3996314Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4004580Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4014971Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4024599Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4033350Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4043330Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4051942Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4062225Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4071167Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4080814Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4100685Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4114662Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4124714Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4140342Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4154860Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4160967Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4167719Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4174687Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4182000Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4189198Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4196110Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4203201Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4210295Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4218063Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4223939Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4231197Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4237641Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4244972Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4251620Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4258898Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4265729Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4272736Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4280720Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4286906Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4293999Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4301335Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4309782Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4316428Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4323885Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4330866Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4338440Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4345470Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4352882Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4361162Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4367326Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4374376Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4393246Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4402237Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4412257Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4422193Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4434350Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4441463Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4449806Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4455986Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4462876Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4470448Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4479028Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4485387Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4492495Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4499355Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4506042Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4513609Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4520351Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4527367Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4534873Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4542556Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4549881Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4557067Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4565270Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4571672Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4579240Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4586139Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4594348Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4600722Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4608069Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4615079Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4623268Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4628870Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4635757Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4642938Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4649661Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4656569Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4663319Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4670723Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4677857Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4684546Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4695935Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4702744Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4710146Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4717096Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4723921Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4731386Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4738321Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4745261Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4756002Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4762916Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4770176Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4776946Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4787515Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4794393Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4801622Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4808438Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4815674Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4822474Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4829499Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4836637Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4848099Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4855371Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4862263Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4869210Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4876207Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4883350Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4890298Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4897038Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4904390Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4911622Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4918928Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.4926844Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5286048Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5293224Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5300509Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5308030Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5318979Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5325752Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5332629Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5339667Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5350442Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5357267Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5364937Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5372437Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5380050Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5386825Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5393974Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5401801Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5408443Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5415724Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5422690Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5430209Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5441531Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5448915Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5455375Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5462874Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5474564Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5481680Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5488674Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5496226Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5503665Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5510979Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5517998Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5549859Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5557409Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5564325Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5571369Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5578556Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5586265Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5593398Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5601755Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5609140Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5616214Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5623664Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5631293Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5638867Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5646643Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5653697Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5661053Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5667934Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5675243Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5682572Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5689672Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5696630Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5703904Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5711134Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5717995Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5724891Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5732080Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5738915Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5745944Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5753111Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5764322Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5771512Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5778329Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5785288Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5792336Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5799259Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5806114Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5812920Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5819802Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5827127Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5834364Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5841331Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5880415Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5887279Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5894869Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5901834Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5909228Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5917315Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5924280Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5931429Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5938514Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5945824Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5953330Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5960513Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5967653Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5975185Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5982162Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5989819Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.5997455Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6004670Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6011808Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6018845Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6030460Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6038213Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6045524Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6052683Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6059912Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6067414Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6074526Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6081587Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6088709Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6096680Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6103967Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6111903Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6119558Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6127258Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6134616Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6141928Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6149257Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6156782Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6164619Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6172040Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6179191Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6186333Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6193540Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6200634Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6207868Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6214940Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6222006Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6229467Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6236755Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6243926Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6250892Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6258125Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6265148Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6272345Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6279609Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6286654Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6294529Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6301667Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6308936Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6316109Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6323226Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6330281Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6337331Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6344389Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6351690Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6358924Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6365824Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6372786Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6379839Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6387163Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6394368Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6401232Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6408421Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6415381Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6422232Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6429081Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6436071Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6443209Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6450352Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6457579Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6464426Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6471578Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6478888Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6486002Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6493213Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6500527Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6507600Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6514793Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6521415Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6528291Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6535427Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6542515Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6549195Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6556506Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6563337Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6569975Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6581717Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6588985Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6596170Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6602915Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6609575Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6617033Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6623901Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6630616Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6637462Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6644823Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6651723Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6658471Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6696166Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6703506Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6710779Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6718280Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6730881Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6738971Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6746696Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6753921Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6760943Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6768233Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6775812Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6782859Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6793917Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6800998Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6808780Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6816319Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6825376Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6832899Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6840224Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6847428Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6854679Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6862402Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6869956Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6877351Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6884600Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6891868Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6899240Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6906709Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6914011Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6921149Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6928050Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6934980Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6942185Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6949261Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6956275Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6963142Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6970016Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6977386Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6984427Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.6999421Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7013934Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7020641Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7027626Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7034601Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7041958Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7049039Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7056210Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7063027Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7069755Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7077033Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7083919Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7091182Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7097979Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7105143Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7112243Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7118904Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7126864Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7134249Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7141977Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7154130Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7162511Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7169768Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7177563Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7184833Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7197405Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7204671Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7211895Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7219032Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7226802Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7234145Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7241549Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7248676Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7255728Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7263442Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7270663Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7278033Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7285037Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7357402Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7364304Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7371010Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7378002Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7385287Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7392749Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7399928Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7406861Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7414486Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7421387Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7428700Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7436252Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7443869Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7450914Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7458097Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7465369Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7472694Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7479847Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7487307Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7494647Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7502233Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7509440Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7516683Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7527966Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7541818Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7545118Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7552899Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7560651Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7568034Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7575480Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7582897Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7590413Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7598315Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7606086Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7613988Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7626366Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7634378Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7641682Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7648829Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7656029Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7664132Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7671499Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7679047Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7690265Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7697798Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7705077Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7712481Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7719591Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7727253Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7734256Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7741582Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7748899Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7756461Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7763630Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7770859Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7782379Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7790198Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7798272Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7805423Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7816386Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7823655Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7831275Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7838137Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7845325Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7852565Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7859769Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7867539Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7874868Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7882258Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7889507Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7896327Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7903911Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7911322Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7939791Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7946709Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7958032Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7965581Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7972529Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7979668Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7986663Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.7994421Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8001995Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8008661Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8020373Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8032145Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8043186Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8050653Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8057938Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8065441Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8073023Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8080037Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8087558Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8095346Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8102573Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8110434Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8121095Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8128538Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8136229Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8143610Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8150788Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8159090Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8166787Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8173976Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8181466Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8188785Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8196232Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8203493Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8210630Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8217872Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8225837Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8233198Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8240269Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8247433Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8254824Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8262240Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8269564Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8276815Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8284016Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8297863Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8317673Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8325106Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8332407Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8339699Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8346987Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8354351Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8361760Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8369453Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8377389Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8385023Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8392622Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8399835Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8406999Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8414620Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8421716Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8429052Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8440209Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8447775Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8455489Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8462386Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8469771Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8477279Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8485065Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8492193Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8499470Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8507261Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8514904Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8522412Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8534007Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8541314Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8549060Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8556611Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8567561Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8575201Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8582472Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8589774Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8597668Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8604893Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8612226Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8619654Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8627499Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8635133Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8642770Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8650138Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8661634Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8668882Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8676470Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8683614Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8695923Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8703216Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8710248Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8717596Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8724584Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8732099Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8738997Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8745842Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8753085Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8759894Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8767090Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8774085Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8799970Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8800880Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8801596Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8802871Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8814160Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8821410Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8828568Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8836476Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8848268Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8855620Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8862775Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8870090Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8877494Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8884656Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8891746Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8898927Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8905957Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8913178Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8920245Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8927053Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8939620Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8946386Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8953117Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8960686Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8972163Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8979001Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8985831Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.8993057Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9000166Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9007497Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9015199Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9022498Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9037261Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9044248Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9051559Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9058874Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9066019Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9073070Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9080141Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9087254Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9098266Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9105014Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9112092Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9167139Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9173916Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9180749Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9187430Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9194299Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9200995Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9207760Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9215149Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9222734Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9230151Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9237385Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9245340Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9252967Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9260501Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9268021Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9274881Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9281924Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9293011Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9299960Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9306774Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9313377Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9320229Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9327033Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9333459Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9340028Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9351038Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9358190Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9364894Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9371578Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9378888Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9385598Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9392584Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9399307Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9406212Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9439605Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9447184Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9454066Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9460738Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9467860Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9475142Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9482300Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9489548Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9496563Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9503435Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9509964Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9516990Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9524032Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9530819Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9538023Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9545435Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9552444Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9559300Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9566656Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9577634Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9584701Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9591501Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9598562Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9609840Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9616779Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9623857Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9631155Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9642492Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9649502Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9656855Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9664885Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9676324Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9683674Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9690995Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9698227Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9705123Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9712373Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9719440Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9726511Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9733465Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9740087Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9746948Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9753953Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9760927Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9767500Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9774305Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9781711Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9794382Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9801084Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9807875Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9815263Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9826247Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9832939Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9839647Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9845814Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9852280Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9859355Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9865977Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9873027Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9880036Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9886863Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9893435Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9900185Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9906520Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9913070Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9919549Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9926925Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9934012Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9940927Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9948155Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9955345Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9962232Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9969376Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9976959Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9983646Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:18.9994809Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0001767Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0008476Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0015263Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0025954Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0033498Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0040454Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0047450Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0054140Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0060542Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0067456Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0074238Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0080912Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0087409Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0094846Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0101774Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0108638Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0115688Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0123154Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0130188Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0137801Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0144864Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0152185Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0159229Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0171952Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0179082Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0213754Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0222240Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0234001Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0241581Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0248413Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0255382Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0266744Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0274049Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0281668Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0288682Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0295754Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0302414Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0309411Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0316355Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0323010Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0368322Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0375487Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0382160Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0392608Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0398992Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0405225Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0412165Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0418951Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0425606Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0432650Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0439350Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0451547Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0458979Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0466129Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0473169Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0484570Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0491919Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0499061Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0505592Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0512953Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0519798Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0526546Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0533446Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0540217Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0547805Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0554466Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0561299Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0573770Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0580889Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0587777Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0594878Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0601944Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0608460Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0614955Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0622025Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0628894Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0635782Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0642760Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0650398Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0658025Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0665364Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0672575Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0679971Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0687561Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0695378Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0702340Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0709675Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0717224Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0724455Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0731259Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0738187Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0744974Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0752429Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0759319Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0766185Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0773063Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0787509Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0788978Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0796028Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0807505Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0814379Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0821112Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0828269Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0835339Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0842204Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0849775Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0856686Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0867989Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0875357Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0882315Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0888986Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0896335Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0903567Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0910932Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0917694Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0924621Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0931320Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0938108Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0945253Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0952292Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0959354Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0966233Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0973402Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0980395Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0987123Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.0994111Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1001784Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1009143Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1016433Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1023329Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1030475Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1037693Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1044912Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1051762Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1059074Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1065954Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1073017Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1080146Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1087316Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1094307Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1101360Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1109742Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1117024Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1124203Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1130969Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1137700Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1144762Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1151621Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1159079Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1167025Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1174002Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1181683Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1188908Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1195731Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1202668Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1209793Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1217304Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1223926Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1230928Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1237796Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1244792Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1251726Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1258393Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1269662Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1276466Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1282956Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1289935Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1296760Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1303678Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1310492Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1317605Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1328892Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1335645Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1342336Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1348879Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1355899Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1362671Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1369503Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1375975Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1383244Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1418774Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1425686Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1432602Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1443790Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1450724Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1457776Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1464501Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1471573Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1477897Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1484476Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1491492Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1503533Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1511086Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1518870Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1526796Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1537066Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1544234Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1551711Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1558785Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1570036Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1577351Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1584549Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1591988Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1599272Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1606273Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1613545Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1621120Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1632758Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1639463Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1646873Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1653829Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1660890Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1668078Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1675468Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1682295Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1693999Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1701023Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1708185Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1715264Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1726099Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1733460Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1740378Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1747299Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1757902Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1764646Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1771515Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1779155Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1787174Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1794536Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1802707Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1810673Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1829914Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1838269Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1845922Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1853842Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1880242Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1886961Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1894729Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1901228Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1923941Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1931264Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1938706Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1946483Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1952797Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1959923Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1966963Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1974186Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1981315Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1988419Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.1995532Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2002741Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2009615Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2016490Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2023446Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2030578Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2037562Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2044371Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2051273Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2058314Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2065109Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2072427Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2079326Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2089211Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2095866Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2103419Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2110157Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2116946Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2123992Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2131118Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2138026Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2145190Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2156567Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2164005Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2171029Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2179294Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2185698Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2193209Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2200507Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2207593Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2218879Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2234471Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2235563Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2238610Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2250188Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2257537Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2266171Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2272387Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2279248Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2286875Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2294629Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2301620Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2308798Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2316143Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2322913Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2330006Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2336930Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2344451Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2352138Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2359189Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2371812Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2379013Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2386199Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2393271Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2404641Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2411308Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2418164Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2425159Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2432931Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2439957Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2446811Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2453742Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2464959Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2472186Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2479454Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2486925Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2498374Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2505516Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2512773Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2520054Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2527496Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2534540Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2541528Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2548723Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2556093Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2563776Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2571442Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2578989Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2586232Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2593582Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2600890Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2607943Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2615628Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2622901Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2630227Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2637391Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2644815Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2652461Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2659787Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2666893Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2674236Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2681629Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2689625Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2697135Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2704494Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2712085Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2719420Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2726676Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2737677Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2746061Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2753338Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2760807Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2767889Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2774922Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2782052Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2789190Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2800265Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2807192Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2814135Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2821208Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2829111Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2836504Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2843592Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2850750Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2858218Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2865626Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2873102Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2880870Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2888030Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2895131Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2902283Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2909670Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2917175Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2924228Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2931391Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2938663Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2945926Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2953921Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2961605Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2968883Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2976135Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2983412Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2990799Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.2998069Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3010440Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3018428Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3026009Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3033122Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3040436Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3047692Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3054873Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3062581Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3069824Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3076885Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3084119Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3091508Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3098757Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3105968Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3112857Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3119876Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3127055Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3134247Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3141344Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3148143Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3155282Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3162048Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3168794Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3175707Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3182275Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3189259Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3196232Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3202933Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3209658Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3216540Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3223659Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3231502Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3238893Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3246636Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3254440Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3261820Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3268854Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3275747Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3282588Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3289407Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3296019Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3302976Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3309707Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3316580Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3323169Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3329543Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3335742Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3343031Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3350420Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3357370Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3364592Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3371421Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3378409Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3417258Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3424093Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3431481Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3438068Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3445230Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3451949Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3458481Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3465608Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3472607Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3479843Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3486969Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3493934Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3501031Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3508359Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3515479Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3522574Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3529777Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3536418Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3543620Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3550403Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3558003Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3565204Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3572094Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3579078Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3586517Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3593612Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3600769Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3607839Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3614654Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3621152Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3628053Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3639433Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3646269Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3653727Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3660916Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3672891Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3680112Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3687223Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3694512Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3701368Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3708281Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3715235Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3722036Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3729139Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3736076Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3742951Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3749537Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3756984Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3763822Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3770671Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3777617Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3784372Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3795264Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3801898Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3808600Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3815277Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3821663Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3828090Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3835239Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3841856Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3848953Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3855940Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3867578Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3874493Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3881340Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3888088Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3895436Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3906425Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3916910Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3923687Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3930727Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3937299Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3947982Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3955400Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3962965Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3970517Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3977911Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3988861Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.3996080Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4003555Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4010658Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4017934Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4029059Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4036485Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4043428Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4074924Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4082353Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4093475Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4100656Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4107951Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4115831Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4123228Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4135176Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4142310Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4149607Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4157703Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4165117Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4172834Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4179640Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4186715Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4193837Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4201068Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4213243Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4220578Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4227544Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4234771Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4241553Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4253515Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4260300Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4267776Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4274873Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4281698Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4295254Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4302034Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4309205Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4316429Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4323250Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4334633Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4341325Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4348098Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4355398Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4362626Z 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-07-17T08:06:19.4374116Z 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-07-17T08:06:19.4381222Z 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-07-17T08:06:19.4388366Z 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-07-17T08:06:19.4395927Z 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-07-17T08:06:19.4402539Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4414665Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4421567Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4428440Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4435538Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4442581Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4453766Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4460602Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4467770Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4475553Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4482396Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4490291Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4497720Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4505768Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4513168Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4519795Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4532262Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4539693Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4547517Z copying torch\include\ATen\ops\_assert_tensor_metadata_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4554674Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4561837Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4568735Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4575889Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4582628Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4589362Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4596303Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4608394Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4615493Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4622672Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4629523Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4636528Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4647674Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4654361Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4661209Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4691572Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4698890Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4705855Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4712897Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4743700Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4753015Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4759907Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4771992Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4779529Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4786926Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4793987Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4800942Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4813012Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4820188Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4828393Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4834966Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4841871Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4853574Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4860724Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4868122Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4874964Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4882332Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4898776Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4904945Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4912348Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4919229Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4926338Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4937726Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4944950Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4951598Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4958915Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4965817Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4974302Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4980556Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4988335Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.4994869Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5001478Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5013039Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5020370Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5027213Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5035225Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5041129Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5048265Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5055055Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5061825Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5069045Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5076188Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5087331Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5093791Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5100585Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5107601Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5114387Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5122335Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5128334Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5135211Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5142235Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5149313Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5160484Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5167732Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5174598Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5181624Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5188471Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5199644Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5206469Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5213448Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5220492Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5227984Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5239601Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5279326Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5280330Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5281159Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5281950Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5287919Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5294956Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5303042Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5318330Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5325050Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5338298Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5345207Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5352354Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5359224Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5369353Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5376498Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5383365Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5390356Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5397554Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5404899Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5416351Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5423150Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5430171Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5437156Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5443674Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5454897Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5462272Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5469787Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5476643Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5506601Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5513517Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5520073Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5526886Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5534177Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5540960Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5547802Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5554915Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5562236Z 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-07-17T08:06:19.5569516Z 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-07-17T08:06:19.5576711Z 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-07-17T08:06:19.5588394Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5595785Z 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-07-17T08:06:19.5603153Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5610219Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5617357Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5631352Z 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-07-17T08:06:19.5637703Z 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-07-17T08:06:19.5644928Z 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-07-17T08:06:19.5652100Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5661560Z 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-07-17T08:06:19.5673575Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5674985Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5682886Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5690187Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5698004Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5705889Z 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-07-17T08:06:19.5713155Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5720120Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5727434Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5734481Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5741564Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5761628Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5762761Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5764168Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5771328Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5778490Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5785570Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5793180Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5800709Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5807594Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5814536Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5821694Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5828779Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5835831Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5842783Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5854713Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5861439Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5868221Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5875156Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5882613Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5889401Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5896042Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5903201Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5928493Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5935031Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5942031Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5949295Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5956391Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5963059Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5970052Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5981560Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5988759Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.5995969Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6003332Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6010581Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6022200Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6029271Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6036350Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6043296Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6050903Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6058169Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6065288Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6072478Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6079658Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6087004Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6093999Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6101296Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6108480Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6115785Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6122724Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6134941Z copying torch\include\ATen\ops\_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6141984Z copying torch\include\ATen\ops\_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6149058Z copying torch\include\ATen\ops\_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6156791Z copying torch\include\ATen\ops\_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6163740Z copying torch\include\ATen\ops\_cudnn_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6175997Z copying torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6183350Z copying torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6190672Z copying torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6197898Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6205171Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6212257Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6220913Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6227985Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6237280Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6244747Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6252076Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6259570Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6268278Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6275432Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6282709Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6290810Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6298065Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6305426Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6312825Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6320282Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6339698Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6345804Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6353345Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6360607Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6368677Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6374996Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6382101Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6389144Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6397406Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6403989Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6411164Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6417873Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6424915Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6432601Z 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-07-17T08:06:19.6439812Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6446803Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6453859Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6461347Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6468561Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6475744Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6487322Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6495062Z 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-07-17T08:06:19.6502060Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6530353Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6537298Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6544833Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6552424Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6559195Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6567183Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6573472Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6584671Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6591706Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6598581Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6605665Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6613024Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6620310Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6627481Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6634480Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6641488Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6648039Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6659117Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6665956Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6672653Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6679664Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6686182Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6698033Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6704733Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6711671Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6722967Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6730014Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6736902Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6743698Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6750687Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6757718Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6764759Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6771797Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6778744Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6785622Z copying torch\include\ATen\ops\_dyn_quant_matmul_4bit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6792851Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6799760Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6812313Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6819447Z copying torch\include\ATen\ops\_dyn_quant_pack_4bit_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6826535Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6834037Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6840695Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6847586Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6854568Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6861994Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6869128Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6875947Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6890575Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6897530Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6904397Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6912059Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6919703Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6931254Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6938373Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6945461Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6952557Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6959500Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6972301Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6979638Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6986728Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.6994127Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7001179Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7016063Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7023439Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7031150Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7038261Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7053821Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7055528Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7065036Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7075071Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7120829Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7129753Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7143714Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7151500Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7158915Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7178396Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7185462Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7196524Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7203970Z 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-07-17T08:06:19.7211325Z 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-07-17T08:06:19.7218516Z 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-07-17T08:06:19.7225437Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7236755Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7244069Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7251722Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7259145Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7266100Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7273326Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7280523Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7287565Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7294647Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7301809Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7308869Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7316251Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7323301Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7330989Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7338036Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7349468Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7357055Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7364063Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7370997Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7378495Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7385763Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7393254Z 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-07-17T08:06:19.7400786Z 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-07-17T08:06:19.7408689Z 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-07-17T08:06:19.7415835Z 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-07-17T08:06:19.7423437Z 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-07-17T08:06:19.7431095Z 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-07-17T08:06:19.7438384Z 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-07-17T08:06:19.7445953Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7453787Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7461247Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7468572Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7476455Z 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-07-17T08:06:19.7483760Z 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-07-17T08:06:19.7490953Z 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-07-17T08:06:19.7499527Z 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-07-17T08:06:19.7506206Z 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-07-17T08:06:19.7514390Z 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-07-17T08:06:19.7521808Z 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-07-17T08:06:19.7529047Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7536289Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7543941Z 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-07-17T08:06:19.7551783Z 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-07-17T08:06:19.7559159Z 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-07-17T08:06:19.7566536Z 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-07-17T08:06:19.7603977Z 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-07-17T08:06:19.7611029Z 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-07-17T08:06:19.7617963Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7624830Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7631983Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7639068Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7646192Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7653205Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7660219Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7667249Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7674668Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7681718Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7688770Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7695297Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7702108Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7713386Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7720095Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7726960Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7733931Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7740999Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7747886Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7754950Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7761828Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7787284Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7794256Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7801149Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7808072Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7815273Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7822337Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7829570Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7841402Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7848279Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7854966Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7861783Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7868696Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7881865Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7889253Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7895823Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7902508Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7909598Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7924230Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7931568Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7938921Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7945885Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7952941Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7964162Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7971212Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7978750Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7986470Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.7993507Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8005266Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8012373Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8020182Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8027170Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8034390Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8045953Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8053442Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8060310Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8067282Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8074502Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8085952Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8093404Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8100595Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8107638Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8114712Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8122316Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8129650Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8136731Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8143853Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8151398Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8158361Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8165663Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8172741Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8179959Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8187125Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8200144Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8207724Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8214672Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8221771Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8228756Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8239843Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8247123Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8254513Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8261380Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8268387Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8275394Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8282671Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8289525Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8296682Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8303547Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8310571Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8317429Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8324967Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8331826Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8338863Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8345791Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8353330Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8360426Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8368116Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8374906Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8381799Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8389018Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8396735Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8403611Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8410522Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8421629Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8428459Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8435743Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8442631Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8449520Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8456784Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8463990Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8471443Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8477999Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8485046Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8492112Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8499160Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8506627Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8513804Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8521165Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8538775Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8546651Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8553966Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8561177Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8568131Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8575317Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8582851Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8589948Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8597195Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8605301Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8611709Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8618990Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8625950Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8634086Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8640273Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8647215Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8654736Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8661916Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8669358Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8676404Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8683554Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8691568Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8699004Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8706008Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8713378Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8725973Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8733814Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8742108Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8749301Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8756515Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8767758Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8774983Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8782496Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8789470Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8797246Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8804167Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8811180Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8818417Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8825909Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8832792Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8843960Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8851192Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8858250Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8865072Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8872220Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8884054Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8890895Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8898007Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8905090Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8912237Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8919301Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8926541Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8933691Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8941741Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8948630Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8955623Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8962714Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8969499Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8976730Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8983751Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8990860Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.8998323Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9005556Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9012632Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9019564Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9026953Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9034560Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9041647Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9048984Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9055950Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9067399Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9074819Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9081980Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9088952Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9096103Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9106252Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9113902Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9121091Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9127941Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9135026Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9142478Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9149946Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9157538Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9164855Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9171891Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9184423Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9192838Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9199849Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9207146Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9214191Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9225522Z copying torch\include\ATen\ops\_foreach_rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9233390Z copying torch\include\ATen\ops\_foreach_rsqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9240472Z copying torch\include\ATen\ops\_foreach_rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9247646Z copying torch\include\ATen\ops\_foreach_rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9254504Z copying torch\include\ATen\ops\_foreach_rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9286271Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9293546Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9300521Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9307601Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9314756Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9321637Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9329135Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9336079Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9342969Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9350251Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9362165Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9368825Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9376120Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9383296Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9390729Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9401844Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9409338Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9416582Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9424286Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9431504Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9438663Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9446058Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9453119Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9460391Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9467666Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9475158Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9482321Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9489542Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9496675Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9503662Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9511082Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9518181Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9525818Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9541053Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9548237Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9555417Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9562867Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9570121Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9577063Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9584333Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9591997Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9626330Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9633630Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9640585Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9647697Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9655108Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9662641Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9669658Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9676929Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9684276Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9691381Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9698323Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9705414Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9712647Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9719634Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9726895Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9734061Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9741090Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9748343Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9756035Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9767062Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9774457Z 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-07-17T08:06:19.9781862Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9789165Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9796398Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9803438Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9810446Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9817762Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9824754Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9832676Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9839791Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9846812Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9853720Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9861177Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9867856Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9874832Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9881860Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9888979Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9896575Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9903316Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9910507Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9917929Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9925015Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9932173Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9939659Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9947318Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9954312Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9961220Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9968437Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:19.9976050Z 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-07-17T08:06:19.9983395Z 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-07-17T08:06:19.9990797Z 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-07-17T08:06:19.9998071Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0007941Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0014392Z copying torch\include\ATen\ops\_fused_rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0022965Z copying torch\include\ATen\ops\_fused_rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0030494Z copying torch\include\ATen\ops\_fused_rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0037876Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0045893Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0053484Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0060627Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0067986Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0075493Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0082711Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0090027Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0097163Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0103974Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0111277Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0147527Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0154843Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0161716Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0168468Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0175850Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0182895Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0189637Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0197232Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0204079Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0210950Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0217859Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0224930Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0236165Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0243252Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0250472Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0257366Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0264449Z 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-07-17T08:06:20.0276361Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0283338Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0290830Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0297900Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0305346Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0312712Z copying torch\include\ATen\ops\_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0319811Z copying torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0326788Z copying torch\include\ATen\ops\_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0334004Z copying torch\include\ATen\ops\_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0341315Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0356652Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0364481Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0371489Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0378603Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0386558Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0393662Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0400589Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0407648Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0415132Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0422121Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0429550Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0436720Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0443749Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0451121Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0458326Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0469408Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0476917Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0484068Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0491841Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0498894Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0506228Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0514043Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0520958Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0528144Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0535132Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0546869Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0554066Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0561438Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0568564Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0575758Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0586523Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0593930Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0600928Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0607996Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0614897Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0621822Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0628430Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0635448Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0642055Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0649173Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0656808Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0663587Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0671281Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0678353Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0685228Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0692112Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0699425Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0706527Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0734540Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0741697Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0753282Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0761250Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0768360Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0775518Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0783198Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0790678Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0798555Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0805795Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0813204Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0820850Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0828382Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0835944Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0848476Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0855945Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0863644Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0870830Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0878257Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0885388Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0893117Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0900767Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0913053Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0920268Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0927193Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0934248Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0940954Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0947900Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0956011Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0963187Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0970023Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0976777Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0988236Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.0995246Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1002115Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1009816Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1016823Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1024205Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1031732Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1038816Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1045620Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1053295Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1060752Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1067888Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1075384Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1082948Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1089864Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1096946Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1104090Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1112126Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1119459Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1126825Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1133867Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1141397Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1148488Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1156041Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1163355Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1170905Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1177824Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1185149Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1192698Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1200032Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1207689Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1215036Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1222058Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1229602Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1237664Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1249497Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1256428Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1264403Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1271785Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1279247Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1287027Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1293999Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1300925Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1344743Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1352576Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1363352Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1370439Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1377380Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1384907Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1391827Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1403078Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1410333Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1417522Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1424527Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1431345Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1438433Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1445662Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1452538Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1459181Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1466132Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1473070Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1479880Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1486752Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1494253Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1500933Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1513157Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1519915Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1526755Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1533718Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1540368Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1547569Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1555060Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1561908Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1569752Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1576863Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1583735Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1591997Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1598587Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1605191Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1612569Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1620154Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1627420Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1661962Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1670307Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1677465Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1689307Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1696693Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1703994Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1711522Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1718722Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1725801Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1732675Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1739825Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1747022Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1753964Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1764829Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1771719Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1778769Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1786075Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1793194Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1805472Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1812767Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1819648Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1826629Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1833677Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1840937Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1848421Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1855198Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1862155Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1869221Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1876267Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1883048Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1889974Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1897424Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1904080Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1910785Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1917588Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1924806Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1945616Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1952863Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1960097Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1967102Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1974760Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1981304Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1988105Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.1999150Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2006900Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2014008Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2021380Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2028458Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2035906Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2043377Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2050410Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2057509Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2064646Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2072341Z 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-07-17T08:06:20.2079477Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2088340Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2094437Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2101631Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2113899Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2121529Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2129075Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2136196Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2143327Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2150528Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2157998Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2164887Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2172377Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2179873Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2191103Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2198124Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2205938Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2213093Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2220656Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2228252Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2235552Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2243170Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2250776Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2257759Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2265335Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2272857Z 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-07-17T08:06:20.2280190Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2287457Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2294568Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2301963Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2309035Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2316301Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2323375Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2330238Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2342359Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2349264Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2356380Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2363688Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2370551Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2382464Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2389926Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2396874Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2404414Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2411631Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2422448Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2429548Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2437601Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2444444Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2451376Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2463210Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2469979Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2477196Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2484473Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2491305Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2502364Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2509525Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2518674Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2548657Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2555894Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2563760Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2570608Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2577685Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2584831Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2592878Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2600002Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2606916Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2614033Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2621173Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2629512Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2646909Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2653993Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2661987Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2669158Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2676519Z 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-07-17T08:06:20.2684198Z 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-07-17T08:06:20.2692504Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2699711Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2706696Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2714492Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2722119Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2730484Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2737395Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2744565Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2751690Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2759605Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2766789Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2773479Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2780809Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2787816Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2799088Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2805880Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2813672Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2820574Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2845479Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2846422Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2852797Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2859711Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2867284Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2874248Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2885523Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2892901Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2901106Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2907819Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2914903Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2932970Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2937644Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2944856Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2952133Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2958870Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2970678Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2978024Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2985300Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2992926Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.2999883Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3008020Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3014856Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3021852Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3029423Z 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-07-17T08:06:20.3036610Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3044113Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3050923Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3057984Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3064628Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3071982Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3079641Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3086982Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3093989Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3100967Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3107636Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3114735Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3121553Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3128551Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3165431Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3173130Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3180396Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3187564Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3196159Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3202820Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3210115Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3217945Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3224887Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3232303Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3239866Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3247299Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3259033Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3266131Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3273200Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3280032Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3288299Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3295197Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3302307Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3309455Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3316642Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3326283Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3333299Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3340637Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3347548Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3355846Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3363410Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3375980Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3382865Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3390133Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3435029Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3597713Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3641007Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3648334Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3655448Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3662538Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3669579Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3677214Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3684143Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3691197Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3698236Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3957195Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3964743Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3990851Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.3997832Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4004644Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4011567Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4025635Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4032874Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4040231Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4047728Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4054410Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4066451Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4073658Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4080611Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4088158Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4095041Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4101853Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4109123Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4116880Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4123913Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4130579Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4137521Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4145295Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4152080Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4159536Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4166454Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4174293Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4181229Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4188868Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4230931Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4238105Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4244940Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4252005Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4259673Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4285158Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4291818Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4299134Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4307927Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4313721Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4320638Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4327653Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4338743Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4345531Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4352973Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4360263Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4367186Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4378574Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4385379Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4397206Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4404143Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4411347Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4418143Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4425320Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4432320Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4439451Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4446166Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4453526Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4460655Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4467566Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4474546Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4481577Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4488352Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4495173Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4502494Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4509425Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4516413Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4524200Z 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-07-17T08:06:20.4531071Z 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-07-17T08:06:20.4539670Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4545756Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4553101Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4560468Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4568651Z 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-07-17T08:06:20.4575605Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4582930Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4591329Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4597779Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4605025Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4612842Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4620443Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4627632Z 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-07-17T08:06:20.4639471Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4646898Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4655500Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4662855Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4670370Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4682025Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4689393Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4697008Z 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-07-17T08:06:20.4704152Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4711984Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4728480Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4735761Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4743273Z 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-07-17T08:06:20.4751180Z 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-07-17T08:06:20.4758276Z 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-07-17T08:06:20.4770061Z 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-07-17T08:06:20.4777452Z 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-07-17T08:06:20.4785068Z 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-07-17T08:06:20.4792227Z 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-07-17T08:06:20.4799757Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4807047Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4814901Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4822523Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4829615Z 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-07-17T08:06:20.4836878Z 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-07-17T08:06:20.4848323Z 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-07-17T08:06:20.4855930Z 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-07-17T08:06:20.4863002Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4906406Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4913292Z copying torch\include\ATen\ops\_scaled_grouped_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4920946Z copying torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4927714Z copying torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4934670Z copying torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4941438Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4948320Z copying torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4955307Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4962628Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4969717Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4976842Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4984278Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.4996082Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5003398Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5010955Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5018354Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5025411Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5037571Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5044362Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5051142Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5058385Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5065683Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5077046Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5084290Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5091397Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5098406Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5105751Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5117470Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5124847Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5131917Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5139188Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5146232Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5159605Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5166566Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5174393Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5181334Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5188911Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5200261Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5207677Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5214677Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5222351Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5229692Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5239223Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5245984Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5251966Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5259622Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5266990Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5278150Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5284920Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5292109Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5299395Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5306543Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5314908Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5321978Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5329158Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5336166Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5343445Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5355016Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5362013Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5369376Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5376184Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5383070Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5390192Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5397017Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5404099Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5410912Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5418262Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5425221Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5432375Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5439764Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5447113Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5454110Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5461301Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5468216Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5475021Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5482212Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5489095Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5529528Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5536731Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5543820Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5551299Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5558463Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5573568Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5580822Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5588778Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5595966Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5602968Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5611089Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5617780Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5625171Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5632736Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5639999Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5647718Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5654665Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5661801Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5669406Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5676630Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5690480Z 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-07-17T08:06:20.5697783Z 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-07-17T08:06:20.5705100Z 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-07-17T08:06:20.5712542Z 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-07-17T08:06:20.5720057Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5727312Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5734742Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5742064Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5751858Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5759336Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5766612Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5773771Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5781103Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5788446Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5795528Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5802838Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5810013Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5817815Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5824816Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5832452Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5839506Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5847363Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5860319Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5863574Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5870901Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5877945Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5885241Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5892524Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5900372Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5908172Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5915891Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5923233Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5932015Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5939295Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5946866Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5954226Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5961573Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5968918Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5976386Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5983288Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5990564Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.5998194Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6005471Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6012748Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6020287Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6032452Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6039664Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6046781Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6054812Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6062345Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6074026Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6081351Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6088860Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6096244Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6103574Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6111603Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6119202Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6132668Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6140049Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6147425Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6155112Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6162644Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6170338Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6178224Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6185439Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6193100Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6200331Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6207843Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6215364Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6223553Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6231708Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6239100Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6246245Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6253776Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6261147Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6272887Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6280203Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6287621Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6294575Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6329137Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6340731Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6348233Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6355304Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6362386Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6369413Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6376728Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6384172Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6391259Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6398274Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6405784Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6413314Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6420474Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6427818Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6434860Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6441637Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6453443Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6460199Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6467068Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6474245Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6481109Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6488138Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6495102Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6502437Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6509416Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6516343Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6523208Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6530168Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6537506Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6544665Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6551847Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6558796Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6566664Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6573636Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6580852Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6588114Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6595388Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6602755Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6610025Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6617221Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6624496Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6631853Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6638958Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6646227Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6653724Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6660898Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6673188Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6680941Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6688187Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6695513Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6702910Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6714827Z 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-07-17T08:06:20.6722563Z 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-07-17T08:06:20.6730550Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6738361Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6767448Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6774388Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6781695Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6789158Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6803634Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6810678Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6822368Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6829642Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6836755Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6843883Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6850771Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6857759Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6865685Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6872855Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6880091Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6887072Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6902940Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6910371Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6918776Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6925613Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6932704Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6939757Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6946986Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6954305Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6961329Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6968251Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6975462Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6984186Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6992104Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.6999841Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7008565Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7017633Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7026176Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7034226Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7041236Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7048853Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7056021Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7062939Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7070197Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7077643Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7084869Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7096655Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7103963Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7111663Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7118750Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7125830Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7133209Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7140771Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7148052Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7155445Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7162342Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7169917Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7177756Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7184748Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7191982Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7199120Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7206727Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7213847Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7220967Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7228660Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7235965Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7250279Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7258036Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7265668Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7273485Z 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-07-17T08:06:20.7280471Z 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-07-17T08:06:20.7287703Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7295518Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7302530Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7309574Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7317094Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7324167Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7331198Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7338427Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7345335Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7352246Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7363520Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7402231Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7409957Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7416321Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7423173Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7434083Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7440891Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7448330Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7455038Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7462125Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7468950Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7476058Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7484502Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7490633Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7497600Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7504602Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7511683Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7519104Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7526028Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7533210Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7540426Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7547834Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7555100Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7562473Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7570780Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7577154Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7584396Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7591604Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7599464Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7605592Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7613035Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7620169Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7628547Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7634934Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7642208Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7649365Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7657102Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7663466Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7670565Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7677648Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7685630Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7692044Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7699132Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7705970Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7714197Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7720695Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7728004Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7735312Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7742559Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7750708Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7756991Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7764587Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7771747Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7779860Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7786477Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7793905Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7802374Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7808582Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7815739Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7822546Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7833816Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7840908Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7849064Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7855361Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7862249Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7869356Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7876555Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7884489Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7891035Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7897970Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7904947Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7912090Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7918606Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7925437Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7932385Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7943721Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7950698Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.7957690Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8005272Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8011794Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8018614Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8025436Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8032697Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8039530Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8047467Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8054306Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8061123Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8067942Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8075323Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8082363Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8089151Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8096138Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8103534Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8110675Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8118171Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8125137Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8132835Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8139788Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8146899Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8153954Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8161447Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8169072Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8176338Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8183380Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8190892Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8198000Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8205067Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8212080Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8219540Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8227135Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8234196Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8241394Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8248482Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8256196Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8263671Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8276380Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8300059Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8308843Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8315278Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8322146Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8329262Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8336257Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8343503Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8350523Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8357776Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8379372Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8386937Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8394197Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8401276Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8408511Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8420356Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8427498Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8434951Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8442308Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8449649Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8456565Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8463702Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8470770Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8477892Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8484833Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8492157Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8498965Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8506519Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8514085Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8521333Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8536744Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8544527Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8551373Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8558694Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8566179Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8581447Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8588828Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8597038Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8603454Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8610649Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8636297Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8643602Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8650716Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8666973Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8673610Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8681339Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8689772Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8696233Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8703744Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8711356Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8718697Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8726217Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8733755Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8741830Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8749216Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8757079Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8764539Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8771949Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8779094Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8786708Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8793816Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8801125Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8808889Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8816208Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8823418Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8835056Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8842478Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8849840Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8856880Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8864243Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8876940Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8884140Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8891246Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8898444Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8905615Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8916630Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8923531Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8930650Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8937590Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8944488Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8956014Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8962973Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8970395Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8977945Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8985113Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.8996456Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9004437Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9011447Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9018699Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9025674Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9037889Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9045243Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9052412Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9059785Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9066775Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9078878Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9085977Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9093091Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9100236Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9107842Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9120420Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9127342Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9134348Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9141688Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9148820Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9161063Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9168072Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9175886Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9182921Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9190293Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9201408Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9208927Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9215839Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9222877Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9234948Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9241223Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9278974Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9286179Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9293360Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9305047Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9312514Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9319369Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9326779Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9332937Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9344036Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9350826Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9357839Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9364968Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9371915Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9383532Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9391196Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9398336Z copying torch\include\ATen\ops\_weight_int4pack_mm_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9405587Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9412603Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9419860Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9427462Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9434577Z copying torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9441656Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9448739Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9460599Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9467627Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9474718Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9481999Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9489148Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9501104Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9508281Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9515671Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9522621Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9529611Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9544974Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9552121Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9559166Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9566369Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9573467Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9580961Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9588253Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9595550Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9602866Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9609819Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9616788Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9623567Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9630767Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9637928Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9644988Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9651919Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9658947Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9666218Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9673350Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9680269Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2025-07-17T08:06:20.9692903Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-07-17T08:06:20.9696447Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-07-17T08:06:20.9705884Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2025-07-17T08:06:20.9713245Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9717817Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9725961Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9735162Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9747148Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9757134Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9767094Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2025-07-17T08:06:20.9769683Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-07-17T08:06:20.9777320Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2025-07-17T08:06:20.9784081Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9789504Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9795152Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9801721Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9808262Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9822520Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9826489Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9835360Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9841009Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9846875Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9856985Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9870661Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9871429Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9877994Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9884882Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9891416Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9911535Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9917467Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9924643Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9931877Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9942493Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9953997Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9960386Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9966776Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9973805Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9980558Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9987351Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:20.9993837Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0000353Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0006680Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0013276Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0019994Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0026821Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0033268Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0045422Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0052003Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0058503Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0065187Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0071894Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0078630Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0085222Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0092117Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0098465Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0105296Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0112240Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0118963Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0130770Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0137855Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0144944Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0151657Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2025-07-17T08:06:21.0161367Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0164383Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0170957Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0177997Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0184510Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0198842Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0205424Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0212041Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0218532Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0225108Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0232226Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0238858Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0245896Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0252599Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0259414Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0270255Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0277074Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0283798Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2025-07-17T08:06:21.0289628Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0292382Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0298849Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0305571Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0312505Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0323911Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0330504Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0343953Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0350708Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0357066Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0363538Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0370187Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0376739Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0382931Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0390114Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2025-07-17T08:06:21.0414071Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-07-17T08:06:21.0416982Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-07-17T08:06:21.0423488Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2025-07-17T08:06:21.0428831Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-07-17T08:06:21.0432083Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-07-17T08:06:21.0438252Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-07-17T08:06:21.0444318Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2025-07-17T08:06:21.0449399Z creating build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0457992Z copying torch\include\c10\metal\atomic.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0464310Z copying torch\include\c10\metal\common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0470881Z copying torch\include\c10\metal\expm1f.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0477254Z copying torch\include\c10\metal\indexing.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0484377Z copying torch\include\c10\metal\random.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0490701Z copying torch\include\c10\metal\reduction_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0504658Z copying torch\include\c10\metal\special_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0523341Z copying torch\include\c10\metal\utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\metal 2025-07-17T08:06:21.0540889Z creating build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-07-17T08:06:21.0541573Z copying torch\include\c10\mobile\CPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-07-17T08:06:21.0542399Z copying torch\include\c10\mobile\CPUProfilingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\mobile 2025-07-17T08:06:21.0544566Z creating build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-07-17T08:06:21.0549008Z copying torch\include\c10\test\util\complex_math_test_common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-07-17T08:06:21.0556471Z copying torch\include\c10\test\util\complex_test_common.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-07-17T08:06:21.0563515Z copying torch\include\c10\test\util\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\test\util 2025-07-17T08:06:21.0568889Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0571832Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0578561Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0584858Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0596409Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0607237Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0613426Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0619749Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0629846Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0636795Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0643391Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0649781Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0656173Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0667032Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0673455Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0680005Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0686459Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0693376Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0705010Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0711661Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0718572Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0725274Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0731596Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0742458Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0748715Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0758816Z copying torch\include\c10\util\Enumerate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0765140Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0771295Z copying torch\include\c10\util\error.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0777465Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0784447Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0791312Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0797743Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0804370Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0811901Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0820528Z copying torch\include\c10\util\Float4_e2m1fn_x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0827716Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0838485Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0845296Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0852071Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0859063Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0865804Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0872710Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0879432Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0886307Z copying torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0893730Z copying torch\include\c10\util\Float8_e8m0fnu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0904658Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0911499Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0919335Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0925184Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0932257Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0938518Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0945386Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0952488Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0963183Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0969771Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0976776Z copying torch\include\c10\util\IntrusiveList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0983335Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.0990524Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1001622Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1008082Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1014718Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1021730Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1028202Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1040300Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1047038Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1053681Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1060360Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1067232Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1078455Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1093089Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1099811Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1106361Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1113749Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1121179Z copying torch\include\c10\util\overflows.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1127748Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1134383Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1140896Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1147126Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1153446Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1159544Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1165676Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1175396Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1181403Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1188156Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1194711Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1201209Z copying torch\include\c10\util\Semaphore.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1207975Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1214707Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1221158Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1229341Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1236499Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1243193Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1250193Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1260668Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1267153Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1273908Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1280347Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1287452Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1294708Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1301514Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1308219Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1315036Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1321698Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1328353Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1340019Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1342436Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1349265Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1355836Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1362991Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1369738Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1376999Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1383471Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1390353Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1397300Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1404249Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1410702Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2025-07-17T08:06:21.1420952Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1427699Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1438293Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1444780Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1451033Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1461240Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1472115Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2025-07-17T08:06:21.1485715Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-07-17T08:06:21.1488947Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2025-07-17T08:06:21.1495420Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl 2025-07-17T08:06:21.1499726Z copying torch\include\c10\xpu\test\impl\XPUTest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl 2025-07-17T08:06:21.1505117Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-07-17T08:06:21.1509019Z copying torch\include\caffe2\core\common.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-07-17T08:06:21.1515691Z copying torch\include\caffe2\core\macros.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-07-17T08:06:21.1521980Z copying torch\include\caffe2\core\timer.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\core 2025-07-17T08:06:21.1527430Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-07-17T08:06:21.1530441Z copying torch\include\caffe2\perfkernels\batch_box_cox_vec.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-07-17T08:06:21.1536780Z copying torch\include\caffe2\perfkernels\common.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-07-17T08:06:21.1543662Z copying torch\include\caffe2\perfkernels\embedding_lookup_idx.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels 2025-07-17T08:06:21.1549108Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1552107Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1563645Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1570029Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1576505Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1587157Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1593795Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1600233Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2025-07-17T08:06:21.1605841Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-07-17T08:06:21.1608744Z copying torch\include\caffe2\utils\fixed_divisor.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-07-17T08:06:21.1615361Z copying torch\include\caffe2\utils\proto_wrap.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-07-17T08:06:21.1622032Z copying torch\include\caffe2\utils\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils 2025-07-17T08:06:21.1631612Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1639160Z copying torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1645823Z copying torch\include\caffe2\utils\threadpool\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1652549Z copying torch\include\caffe2\utils\threadpool\ThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1666836Z copying torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1673663Z copying torch\include\caffe2\utils\threadpool\thread_pool_guard.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1681457Z copying torch\include\caffe2\utils\threadpool\WorkersPool.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:21.1688062Z creating build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1691162Z copying torch\include\fbgemm\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1697620Z copying torch\include\fbgemm\Fbgemm.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1708226Z copying torch\include\fbgemm\FbgemmBuild.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1723124Z copying torch\include\fbgemm\FbgemmConvert.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1733681Z copying torch\include\fbgemm\FbgemmEmbedding.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1740049Z copying torch\include\fbgemm\FbgemmFP16.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1746456Z copying torch\include\fbgemm\FbgemmFP32.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1753109Z copying torch\include\fbgemm\FbgemmFPCommon.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1760162Z copying torch\include\fbgemm\FbgemmI64.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1766304Z copying torch\include\fbgemm\FbgemmI8DepthwiseAvx2.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1772667Z copying torch\include\fbgemm\FbgemmI8DirectconvAvx2.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1784205Z copying torch\include\fbgemm\FbgemmI8Spmdm.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1790997Z copying torch\include\fbgemm\FbgemmPackMatrixB.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1797484Z copying torch\include\fbgemm\FbgemmSparse.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1803914Z copying torch\include\fbgemm\FloatConversion.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1810658Z copying torch\include\fbgemm\OutputProcessing-inl.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1817412Z copying torch\include\fbgemm\PackingTraits-inl.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1824431Z copying torch\include\fbgemm\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1831008Z copying torch\include\fbgemm\QuantUtilsAvx2.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1842788Z copying torch\include\fbgemm\QuantUtilsAvx512.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1849834Z copying torch\include\fbgemm\QuantUtilsNeon.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1861090Z copying torch\include\fbgemm\SimdUtils.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1868030Z copying torch\include\fbgemm\spmmUtils.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1875245Z copying torch\include\fbgemm\spmmUtilsAvx2.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1882144Z copying torch\include\fbgemm\Types.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1888851Z copying torch\include\fbgemm\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1899366Z copying torch\include\fbgemm\UtilsAvx2.h -> build\lib.win-amd64-cpython-39\torch\include\fbgemm 2025-07-17T08:06:21.1905068Z creating build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1907998Z copying torch\include\fmt\args.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1914332Z copying torch\include\fmt\base.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1921931Z copying torch\include\fmt\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1929214Z copying torch\include\fmt\color.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1936012Z copying torch\include\fmt\compile.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1942626Z copying torch\include\fmt\core.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1948638Z copying torch\include\fmt\format-inl.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1960220Z copying torch\include\fmt\format.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1968698Z copying torch\include\fmt\os.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1974967Z copying torch\include\fmt\ostream.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1981196Z copying torch\include\fmt\printf.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1988279Z copying torch\include\fmt\ranges.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.1995395Z copying torch\include\fmt\std.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.2002088Z copying torch\include\fmt\xchar.h -> build\lib.win-amd64-cpython-39\torch\include\fmt 2025-07-17T08:06:21.2007694Z creating build\lib.win-amd64-cpython-39\torch\include\fp16 2025-07-17T08:06:21.2010767Z copying torch\include\fp16\bitcasts.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-07-17T08:06:21.2016854Z copying torch\include\fp16\fp16.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-07-17T08:06:21.2023500Z copying torch\include\fp16\psimd.h -> build\lib.win-amd64-cpython-39\torch\include\fp16 2025-07-17T08:06:21.2029551Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2033521Z copying torch\include\google\protobuf\any.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2040228Z copying torch\include\google\protobuf\any.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2046780Z copying torch\include\google\protobuf\api.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2054068Z copying torch\include\google\protobuf\arena.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2061134Z copying torch\include\google\protobuf\arenastring.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2072092Z copying torch\include\google\protobuf\arena_impl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2078707Z copying torch\include\google\protobuf\descriptor.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2086599Z copying torch\include\google\protobuf\descriptor.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2098078Z copying torch\include\google\protobuf\descriptor_database.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2105347Z copying torch\include\google\protobuf\duration.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2112173Z copying torch\include\google\protobuf\dynamic_message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2118826Z copying torch\include\google\protobuf\empty.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2125682Z copying torch\include\google\protobuf\extension_set.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2133441Z copying torch\include\google\protobuf\extension_set_inl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2139990Z copying torch\include\google\protobuf\field_mask.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2146827Z copying torch\include\google\protobuf\generated_enum_reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2153583Z copying torch\include\google\protobuf\generated_enum_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2160653Z copying torch\include\google\protobuf\generated_message_reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2167646Z copying torch\include\google\protobuf\generated_message_table_driven.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2174501Z copying torch\include\google\protobuf\generated_message_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2189272Z copying torch\include\google\protobuf\has_bits.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2195956Z copying torch\include\google\protobuf\implicit_weak_message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2202666Z copying torch\include\google\protobuf\inlined_string_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2209333Z copying torch\include\google\protobuf\map.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2216264Z copying torch\include\google\protobuf\map_entry.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2227243Z copying torch\include\google\protobuf\map_entry_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2234821Z copying torch\include\google\protobuf\map_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2266088Z copying torch\include\google\protobuf\map_field_inl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2273132Z copying torch\include\google\protobuf\map_field_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2279998Z copying torch\include\google\protobuf\map_type_handler.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2290876Z copying torch\include\google\protobuf\message.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2298902Z copying torch\include\google\protobuf\message_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2305926Z copying torch\include\google\protobuf\metadata.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2312682Z copying torch\include\google\protobuf\metadata_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2319447Z copying torch\include\google\protobuf\parse_context.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2326527Z copying torch\include\google\protobuf\port.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2343026Z copying torch\include\google\protobuf\reflection.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2349942Z copying torch\include\google\protobuf\reflection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2356621Z copying torch\include\google\protobuf\repeated_field.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2364291Z copying torch\include\google\protobuf\service.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2375144Z copying torch\include\google\protobuf\source_context.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2381582Z copying torch\include\google\protobuf\struct.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2393534Z copying torch\include\google\protobuf\text_format.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2400802Z copying torch\include\google\protobuf\timestamp.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2407215Z copying torch\include\google\protobuf\type.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2418971Z copying torch\include\google\protobuf\unknown_field_set.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2425675Z copying torch\include\google\protobuf\wire_format.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2432727Z copying torch\include\google\protobuf\wire_format_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2440354Z copying torch\include\google\protobuf\wrappers.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf 2025-07-17T08:06:21.2446778Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2449768Z copying torch\include\google\protobuf\compiler\code_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2456696Z copying torch\include\google\protobuf\compiler\command_line_interface.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2464308Z copying torch\include\google\protobuf\compiler\importer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2470786Z copying torch\include\google\protobuf\compiler\parser.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2477627Z copying torch\include\google\protobuf\compiler\plugin.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2487809Z copying torch\include\google\protobuf\compiler\plugin.pb.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler 2025-07-17T08:06:21.2494447Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp 2025-07-17T08:06:21.2497352Z copying torch\include\google\protobuf\compiler\cpp\cpp_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp 2025-07-17T08:06:21.2502855Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:21.2505996Z copying torch\include\google\protobuf\compiler\csharp\csharp_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:21.2512487Z copying torch\include\google\protobuf\compiler\csharp\csharp_names.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:21.2518075Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:21.2521027Z copying torch\include\google\protobuf\compiler\java\java_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:21.2531693Z copying torch\include\google\protobuf\compiler\java\java_names.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:21.2537368Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:21.2540380Z copying torch\include\google\protobuf\compiler\js\js_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:21.2546981Z copying torch\include\google\protobuf\compiler\js\well_known_types_embed.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:21.2552626Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:21.2555822Z copying torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:21.2562331Z copying torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:21.2572812Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php 2025-07-17T08:06:21.2575868Z copying torch\include\google\protobuf\compiler\php\php_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php 2025-07-17T08:06:21.2581383Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python 2025-07-17T08:06:21.2584623Z copying torch\include\google\protobuf\compiler\python\python_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python 2025-07-17T08:06:21.2590767Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby 2025-07-17T08:06:21.2593697Z copying torch\include\google\protobuf\compiler\ruby\ruby_generator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby 2025-07-17T08:06:21.2599382Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2602315Z copying torch\include\google\protobuf\io\coded_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2609708Z copying torch\include\google\protobuf\io\gzip_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2616249Z copying torch\include\google\protobuf\io\io_win32.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2622562Z copying torch\include\google\protobuf\io\printer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2629123Z copying torch\include\google\protobuf\io\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2639400Z copying torch\include\google\protobuf\io\tokenizer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2646454Z copying torch\include\google\protobuf\io\zero_copy_stream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2653146Z copying torch\include\google\protobuf\io\zero_copy_stream_impl.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2660087Z copying torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io 2025-07-17T08:06:21.2666427Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2669681Z copying torch\include\google\protobuf\stubs\bytestream.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2676370Z copying torch\include\google\protobuf\stubs\callback.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2686984Z copying torch\include\google\protobuf\stubs\casts.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2693413Z copying torch\include\google\protobuf\stubs\common.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2699936Z copying torch\include\google\protobuf\stubs\fastmem.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2706348Z copying torch\include\google\protobuf\stubs\hash.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2720574Z copying torch\include\google\protobuf\stubs\logging.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2727251Z copying torch\include\google\protobuf\stubs\macros.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2733687Z copying torch\include\google\protobuf\stubs\map_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2740840Z copying torch\include\google\protobuf\stubs\mutex.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2747263Z copying torch\include\google\protobuf\stubs\once.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2758220Z copying torch\include\google\protobuf\stubs\platform_macros.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2764769Z copying torch\include\google\protobuf\stubs\port.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2771836Z copying torch\include\google\protobuf\stubs\status.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2778372Z copying torch\include\google\protobuf\stubs\stl_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2785152Z copying torch\include\google\protobuf\stubs\stringpiece.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2792316Z copying torch\include\google\protobuf\stubs\strutil.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2799765Z copying torch\include\google\protobuf\stubs\template_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs 2025-07-17T08:06:21.2805604Z creating build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2808950Z copying torch\include\google\protobuf\util\delimited_message_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2815636Z copying torch\include\google\protobuf\util\field_comparator.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2822946Z copying torch\include\google\protobuf\util\field_mask_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2836774Z copying torch\include\google\protobuf\util\json_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2843631Z copying torch\include\google\protobuf\util\message_differencer.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2851040Z copying torch\include\google\protobuf\util\time_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2857447Z copying torch\include\google\protobuf\util\type_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2864034Z copying torch\include\google\protobuf\util\type_resolver_util.h -> build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util 2025-07-17T08:06:21.2869631Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2872744Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2879442Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2885790Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2896266Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2902701Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2909248Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2915838Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2922313Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2933469Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2939810Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2946235Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2964457Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2970738Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2981197Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2987813Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.2994638Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2025-07-17T08:06:21.3000114Z creating build\lib.win-amd64-cpython-39\torch\include\legacy 2025-07-17T08:06:21.3002953Z copying torch\include\legacy\ittnotify.h -> build\lib.win-amd64-cpython-39\torch\include\legacy 2025-07-17T08:06:21.3009382Z creating build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-07-17T08:06:21.3012542Z copying torch\include\mimalloc-2.2\mimalloc-new-delete.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-07-17T08:06:21.3023421Z copying torch\include\mimalloc-2.2\mimalloc-override.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-07-17T08:06:21.3029854Z copying torch\include\mimalloc-2.2\mimalloc-stats.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-07-17T08:06:21.3040885Z copying torch\include\mimalloc-2.2\mimalloc.h -> build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2 2025-07-17T08:06:21.3047064Z creating build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3051125Z copying torch\include\oneapi\dnnl\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3059677Z copying torch\include\oneapi\dnnl\dnnl_common.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3066181Z copying torch\include\oneapi\dnnl\dnnl_common_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3072864Z copying torch\include\oneapi\dnnl\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3083554Z copying torch\include\oneapi\dnnl\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3090119Z copying torch\include\oneapi\dnnl\dnnl_graph.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3097362Z copying torch\include\oneapi\dnnl\dnnl_graph_ocl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3104005Z copying torch\include\oneapi\dnnl\dnnl_graph_sycl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3110961Z copying torch\include\oneapi\dnnl\dnnl_graph_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3117846Z copying torch\include\oneapi\dnnl\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3124248Z copying torch\include\oneapi\dnnl\dnnl_ocl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3130816Z copying torch\include\oneapi\dnnl\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3137805Z copying torch\include\oneapi\dnnl\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3144749Z copying torch\include\oneapi\dnnl\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3151466Z copying torch\include\oneapi\dnnl\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3163778Z copying torch\include\oneapi\dnnl\dnnl_ukernel.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3170575Z copying torch\include\oneapi\dnnl\dnnl_ukernel_types.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3177289Z copying torch\include\oneapi\dnnl\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3184012Z copying torch\include\oneapi\dnnl\dnnl_version_hash.h -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:21.3190175Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3193045Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3207410Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3213989Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3221496Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3227925Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3234043Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3244936Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3251055Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3257530Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3263858Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3270705Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3277510Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3284178Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3290533Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3298135Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3304647Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3311748Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3319422Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3326906Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3333138Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3344699Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3351053Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2025-07-17T08:06:21.3356838Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3359700Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3367199Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3374287Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3380487Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3386981Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3397847Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3406315Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3677531Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3684085Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3691816Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2025-07-17T08:06:21.3697598Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-07-17T08:06:21.3700672Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-07-17T08:06:21.3706790Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-07-17T08:06:21.3714030Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2025-07-17T08:06:21.3720055Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\stl 2025-07-17T08:06:21.3723047Z copying torch\include\pybind11\stl\filesystem.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\stl 2025-07-17T08:06:21.3728904Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3731853Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3738922Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3745533Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3752264Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3772312Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2025-07-17T08:06:21.3777697Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3780591Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3787183Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3793899Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3799926Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3818765Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3824946Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3835994Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3856884Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3863130Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3869591Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3875878Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3882357Z copying torch\include\torch\csrc\itt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3888699Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3894889Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3901051Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3907414Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3918952Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3925436Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3931640Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3938082Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3944173Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3955177Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3961523Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3967903Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3986328Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3992565Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.3998834Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.4004897Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.4011150Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.4017098Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.4023039Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2025-07-17T08:06:21.4028784Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4034029Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4040121Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4046468Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4052609Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4058835Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4065172Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4071689Z 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-07-17T08:06:21.4090669Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4097292Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4103788Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4110319Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4120156Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4126670Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4132923Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4139470Z 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-07-17T08:06:21.4146756Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4153295Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4159784Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4165943Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4173267Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4179462Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4186023Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4192622Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4199022Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:21.4204534Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2025-07-17T08:06:21.4207819Z 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-07-17T08:06:21.4214639Z 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-07-17T08:06:21.4221248Z 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-07-17T08:06:21.4227518Z 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-07-17T08:06:21.4234112Z 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-07-17T08:06:21.4252620Z 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-07-17T08:06:21.4259317Z 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-07-17T08:06:21.4265662Z 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-07-17T08:06:21.4271801Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-07-17T08:06:21.4275410Z 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-07-17T08:06:21.4291140Z 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-07-17T08:06:21.4301060Z 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-07-17T08:06:21.4308094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2025-07-17T08:06:21.4311565Z 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-07-17T08:06:21.4319262Z 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-07-17T08:06:21.4327211Z 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-07-17T08:06:21.4333906Z 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-07-17T08:06:21.4341047Z 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-07-17T08:06:21.4383919Z 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-07-17T08:06:21.4390927Z 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-07-17T08:06:21.4402649Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2025-07-17T08:06:21.4405552Z 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-07-17T08:06:21.4412235Z 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-07-17T08:06:21.4418788Z 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-07-17T08:06:21.4425175Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2025-07-17T08:06:21.4427541Z 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-07-17T08:06:21.4434197Z 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-07-17T08:06:21.4440962Z 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-07-17T08:06:21.4447480Z 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-07-17T08:06:21.4453835Z 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-07-17T08:06:21.4472528Z 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-07-17T08:06:21.4479064Z 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-07-17T08:06:21.4484821Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2025-07-17T08:06:21.4488305Z 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-07-17T08:06:21.4495334Z 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-07-17T08:06:21.4501750Z 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-07-17T08:06:21.4508097Z 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-07-17T08:06:21.4514693Z 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-07-17T08:06:21.4520106Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2025-07-17T08:06:21.4523109Z 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-07-17T08:06:21.4529617Z 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-07-17T08:06:21.4535331Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2025-07-17T08:06:21.4538343Z 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-07-17T08:06:21.4544846Z 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-07-17T08:06:21.4551852Z 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-07-17T08:06:21.4558691Z 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-07-17T08:06:21.4565208Z 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-07-17T08:06:21.4583380Z 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-07-17T08:06:21.4590394Z 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-07-17T08:06:21.4597029Z 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-07-17T08:06:21.4603541Z 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-07-17T08:06:21.4609523Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2025-07-17T08:06:21.4612859Z 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-07-17T08:06:21.4619969Z 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-07-17T08:06:21.4626571Z 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-07-17T08:06:21.4634438Z 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-07-17T08:06:21.4652035Z 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-07-17T08:06:21.4658321Z 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-07-17T08:06:21.4665016Z 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-07-17T08:06:21.4671857Z 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-07-17T08:06:21.4678428Z 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-07-17T08:06:21.4685014Z 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-07-17T08:06:21.4692321Z 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-07-17T08:06:21.4699038Z 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-07-17T08:06:21.4705730Z 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-07-17T08:06:21.4712643Z 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-07-17T08:06:21.4719939Z 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-07-17T08:06:21.4727047Z 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-07-17T08:06:21.4732815Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2025-07-17T08:06:21.4735767Z 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-07-17T08:06:21.4743103Z 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-07-17T08:06:21.4749706Z 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-07-17T08:06:21.4756668Z 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-07-17T08:06:21.4763123Z 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-07-17T08:06:21.4784223Z 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-07-17T08:06:21.4792360Z 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-07-17T08:06:21.4799186Z 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-07-17T08:06:21.4811476Z 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-07-17T08:06:21.4819445Z 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-07-17T08:06:21.4824991Z 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-07-17T08:06:21.4832243Z 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-07-17T08:06:21.4839837Z 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-07-17T08:06:21.4846541Z 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-07-17T08:06:21.4853376Z 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-07-17T08:06:21.4860928Z 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-07-17T08:06:21.4868130Z 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-07-17T08:06:21.4874736Z 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-07-17T08:06:21.4881384Z 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-07-17T08:06:21.4888117Z 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-07-17T08:06:21.4894875Z 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-07-17T08:06:21.4901373Z 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-07-17T08:06:21.4907819Z 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-07-17T08:06:21.4913787Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-07-17T08:06:21.4916955Z 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-07-17T08:06:21.4923820Z 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-07-17T08:06:21.4930749Z 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-07-17T08:06:21.4937363Z 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-07-17T08:06:21.4955690Z 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-07-17T08:06:21.4962427Z 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-07-17T08:06:21.4969131Z 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-07-17T08:06:21.4975735Z 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-07-17T08:06:21.4982407Z 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-07-17T08:06:21.4989085Z 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-07-17T08:06:21.4994913Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2025-07-17T08:06:21.4998020Z 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-07-17T08:06:21.5005143Z 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-07-17T08:06:21.5011722Z 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-07-17T08:06:21.5018102Z 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-07-17T08:06:21.5024608Z 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-07-17T08:06:21.5042361Z 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-07-17T08:06:21.5048629Z 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-07-17T08:06:21.5055047Z 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-07-17T08:06:21.5061447Z 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-07-17T08:06:21.5068077Z 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-07-17T08:06:21.5074485Z 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-07-17T08:06:21.5081622Z 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-07-17T08:06:21.5088167Z 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-07-17T08:06:21.5114870Z 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-07-17T08:06:21.5121545Z 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-07-17T08:06:21.5128405Z 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-07-17T08:06:21.5135008Z 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-07-17T08:06:21.5141785Z 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-07-17T08:06:21.5148764Z 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-07-17T08:06:21.5155544Z 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-07-17T08:06:21.5162211Z 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-07-17T08:06:21.5167916Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-07-17T08:06:21.5171089Z 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-07-17T08:06:21.5176792Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2025-07-17T08:06:21.5179910Z 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-07-17T08:06:21.5186270Z 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-07-17T08:06:21.5193390Z 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-07-17T08:06:21.5198966Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2025-07-17T08:06:21.5202061Z 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-07-17T08:06:21.5208398Z 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-07-17T08:06:21.5214748Z 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-07-17T08:06:21.5221111Z 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-07-17T08:06:21.5227832Z 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-07-17T08:06:21.5234411Z 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-07-17T08:06:21.5252208Z 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-07-17T08:06:21.5258644Z 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-07-17T08:06:21.5268455Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-07-17T08:06:21.5271694Z 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-07-17T08:06:21.5278750Z 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-07-17T08:06:21.5284881Z 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-07-17T08:06:21.5302552Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python 2025-07-17T08:06:21.5305763Z copying torch\include\torch\csrc\api\include\torch\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python 2025-07-17T08:06:21.5311821Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2025-07-17T08:06:21.5315582Z 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-07-17T08:06:21.5322601Z 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-07-17T08:06:21.5330128Z 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-07-17T08:06:21.5337338Z 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-07-17T08:06:21.5354697Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5357740Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5364260Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5371033Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5377528Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5395381Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5402560Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5408851Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5415309Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5421930Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5429051Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5436299Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5442839Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5449082Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5456078Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5462878Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5469626Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5476467Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5482868Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5489589Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5496220Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5502798Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5509220Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5526835Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5533412Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5540044Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5546601Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5553201Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5559579Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5566114Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5572886Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5579447Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5597389Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5604073Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5610664Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5617491Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5624212Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5630917Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5637690Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5644925Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5651781Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5658552Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5665380Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5682496Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5688587Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5695895Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5702659Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2025-07-17T08:06:21.5708566Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5712228Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5718890Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5725451Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5745420Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5762364Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5768851Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:21.5774435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5777776Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5790121Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5797495Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5814680Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5821336Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5829070Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:21.5835340Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5838818Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5845143Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5851532Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5858239Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5875360Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5881669Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:21.5887425Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu 2025-07-17T08:06:21.5890311Z copying torch\include\torch\csrc\cpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu 2025-07-17T08:06:21.5895717Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5898589Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5905030Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5911499Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5917686Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5923760Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5940620Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5946925Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5953415Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5959904Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5966030Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5972432Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5978522Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5984601Z copying torch\include\torch\csrc\cuda\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2025-07-17T08:06:21.5990096Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:21.5994283Z copying torch\include\torch\csrc\distributed\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:21.6000575Z copying torch\include\torch\csrc\distributed\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:21.6006765Z copying torch\include\torch\csrc\distributed\autograd\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:21.6012427Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-07-17T08:06:21.6015498Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-07-17T08:06:21.6021963Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2025-07-17T08:06:21.6027383Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine 2025-07-17T08:06:21.6030478Z copying torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine 2025-07-17T08:06:21.6036129Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2025-07-17T08:06:21.6050024Z 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-07-17T08:06:21.6056872Z 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-07-17T08:06:21.6062325Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-07-17T08:06:21.6065487Z 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-07-17T08:06:21.6072576Z 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-07-17T08:06:21.6079420Z 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-07-17T08:06:21.6096923Z 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-07-17T08:06:21.6103291Z 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-07-17T08:06:21.6110201Z 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-07-17T08:06:21.6117634Z 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-07-17T08:06:21.6123600Z 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-07-17T08:06:21.6130262Z 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-07-17T08:06:21.6137039Z 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-07-17T08:06:21.6142440Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6145354Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6151608Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6157745Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6164107Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6170559Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6176983Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6292420Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6299320Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6306169Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:21.6313204Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:21.6316750Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:21.6323780Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:21.6330978Z copying torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:21.6466025Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:21.7459538Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:21.7465504Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7469004Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7476226Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7483015Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7490174Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7504687Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7511495Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7518429Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7525633Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7532050Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7539002Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7546310Z 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-07-17T08:06:21.7552781Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7559584Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7566632Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7573385Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7580200Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7587708Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7599254Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7606273Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7613236Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7635386Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7643048Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7650070Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7656820Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7663722Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7671477Z 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-07-17T08:06:21.7678524Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:21.7684743Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics 2025-07-17T08:06:21.7687951Z copying torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics 2025-07-17T08:06:21.7693865Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:21.7697824Z copying torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:21.7705310Z copying torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:21.7711841Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:21.7715065Z copying torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:21.7722015Z copying torch\include\torch\csrc\distributed\rpc\testing\testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:21.7727712Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7730825Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7737568Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7745022Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7751292Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7772812Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7779462Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7786026Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7792748Z copying torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7800266Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7807123Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7814162Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7820861Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7827422Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7834696Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2025-07-17T08:06:21.7840147Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-07-17T08:06:21.7843342Z copying torch\include\torch\csrc\export\example_upgraders.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-07-17T08:06:21.7849793Z copying torch\include\torch\csrc\export\pt2_archive_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-07-17T08:06:21.7856511Z copying torch\include\torch\csrc\export\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-07-17T08:06:21.7862823Z copying torch\include\torch\csrc\export\upgrader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export 2025-07-17T08:06:21.7868240Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch 2025-07-17T08:06:21.7871302Z copying torch\include\torch\csrc\functorch\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch 2025-07-17T08:06:21.7876740Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx 2025-07-17T08:06:21.7879633Z copying torch\include\torch\csrc\fx\node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx 2025-07-17T08:06:21.7884967Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-07-17T08:06:21.7887917Z copying torch\include\torch\csrc\inductor\array_ref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-07-17T08:06:21.7894676Z copying torch\include\torch\csrc\inductor\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-07-17T08:06:21.7901745Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-07-17T08:06:21.7908357Z copying torch\include\torch\csrc\inductor\static_cuda_launcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2025-07-17T08:06:21.7928183Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:21.7931242Z copying torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:21.7937894Z copying torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:21.7943469Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7946632Z copying torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7953272Z copying torch\include\torch\csrc\inductor\aoti_include\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7959483Z copying torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7965869Z copying torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7971998Z copying torch\include\torch\csrc\inductor\aoti_include\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7988252Z copying torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:21.7993556Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-07-17T08:06:21.7996725Z 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-07-17T08:06:21.8003121Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2025-07-17T08:06:21.8008265Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-07-17T08:06:21.8011686Z 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-07-17T08:06:21.8018004Z 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-07-17T08:06:21.8024739Z 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-07-17T08:06:21.8124905Z copying torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-07-17T08:06:21.8131364Z 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-07-17T08:06:21.8138439Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2025-07-17T08:06:21.8143860Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8146976Z 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-07-17T08:06:21.8154010Z copying torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8159924Z 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-07-17T08:06:21.8183331Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8190105Z copying torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8197429Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8204016Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8211194Z 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-07-17T08:06:21.8218295Z 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-07-17T08:06:21.8225293Z 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-07-17T08:06:21.8232142Z 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-07-17T08:06:21.8238760Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:21.8245345Z 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-07-17T08:06:21.8251975Z 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-07-17T08:06:21.8258000Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-07-17T08:06:21.8261215Z 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-07-17T08:06:21.8267606Z 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-07-17T08:06:21.8274804Z 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-07-17T08:06:21.8406439Z 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-07-17T08:06:21.8412907Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2025-07-17T08:06:21.8418328Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:21.8421368Z 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-07-17T08:06:21.8428194Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:21.8434877Z copying torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:21.8470301Z 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-07-17T08:06:21.8475918Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-07-17T08:06:21.8479041Z 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-07-17T08:06:21.8486025Z 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-07-17T08:06:21.8493286Z copying torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-07-17T08:06:21.8625469Z 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-07-17T08:06:21.8631367Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8634581Z copying torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8640998Z copying torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8647707Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8654134Z copying torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8660451Z copying torch\include\torch\csrc\inductor\cpp_wrapper\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8750219Z copying torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:21.8755621Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:21.8758867Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:21.8765053Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:21.8771203Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:21.8777549Z copying torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:21.8782946Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter 2025-07-17T08:06:21.8786101Z copying torch\include\torch\csrc\instruction_counter\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter 2025-07-17T08:06:21.8791418Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-07-17T08:06:21.8794478Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-07-17T08:06:22.0394095Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-07-17T08:06:22.0395185Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2025-07-17T08:06:22.0395898Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0396590Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0397457Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0398277Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0399067Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0399841Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2025-07-17T08:06:22.0400512Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0401330Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0402275Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0403299Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0404241Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0405264Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0406200Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0407255Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0408225Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0409178Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:22.0410031Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-07-17T08:06:22.0410879Z copying torch\include\torch\csrc\jit\backends\coreml\cpp\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-07-17T08:06:22.0411710Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0412734Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0413987Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0415261Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0416518Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0417692Z copying torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:22.0418633Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack 2025-07-17T08:06:22.0420197Z copying torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack 2025-07-17T08:06:22.0421106Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-07-17T08:06:22.0422041Z copying torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-07-17T08:06:22.0423066Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-07-17T08:06:22.0423984Z copying torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-07-17T08:06:22.0425012Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-07-17T08:06:22.0426060Z copying torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-07-17T08:06:22.0426973Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-07-17T08:06:22.0427748Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2025-07-17T08:06:22.0428515Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0429293Z copying torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0430348Z copying torch\include\torch\csrc\jit\codegen\fuser\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0434473Z copying torch\include\torch\csrc\jit\codegen\fuser\compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0441347Z copying torch\include\torch\csrc\jit\codegen\fuser\executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0447824Z copying torch\include\torch\csrc\jit\codegen\fuser\fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0454292Z copying torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0541898Z copying torch\include\torch\csrc\jit\codegen\fuser\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0548336Z copying torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0554926Z copying torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0561980Z copying torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0568854Z copying torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0576455Z copying torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:22.0582711Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:22.0586914Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:22.0596616Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:22.0603174Z copying torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:22.0608562Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:22.0611658Z copying torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:22.0618221Z copying torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:22.0623805Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0626746Z copying torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0633158Z copying torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0639495Z copying torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0646116Z copying torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0656720Z copying torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0663316Z copying torch\include\torch\csrc\jit\codegen\onednn\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0670086Z copying torch\include\torch\csrc\jit\codegen\onednn\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0676779Z copying torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0683358Z copying torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0690022Z copying torch\include\torch\csrc\jit\codegen\onednn\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0696529Z copying torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:22.0701831Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda 2025-07-17T08:06:22.0704812Z copying torch\include\torch\csrc\jit\cuda\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda 2025-07-17T08:06:22.0710694Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0713742Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0720383Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0726738Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0744289Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0783589Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0793080Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0801485Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0810712Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0819231Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0834482Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0844087Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0856430Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0865420Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0878130Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0887656Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0899437Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0908154Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0918392Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0925320Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0934027Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0952034Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0959012Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0965547Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0971774Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0978998Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0985454Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0992034Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.0999680Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:22.1005147Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1008093Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1014590Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1021031Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1027746Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1045185Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1051578Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1058761Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1065434Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1071994Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1078565Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1086307Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1092387Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1098700Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:22.1104238Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1107143Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1115181Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1121084Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1127700Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1145680Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1153185Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1159324Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1165806Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1207561Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1213984Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1220570Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1227387Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1234191Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1241105Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1247852Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1254551Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1261264Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1267984Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1274772Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1281638Z 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-07-17T08:06:22.1288144Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1295005Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:22.1306131Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:22.1309217Z copying torch\include\torch\csrc\jit\mobile\compatibility\backport.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:22.1315870Z copying torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:22.1322781Z copying torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:22.1340040Z copying torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:22.1345730Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1349151Z copying torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1355872Z copying torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1362687Z copying torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1380407Z copying torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1386940Z copying torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1393576Z copying torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1399926Z copying torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:22.1405455Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:22.1409087Z copying torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:22.1415324Z copying torch\include\torch\csrc\jit\mobile\nnc\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:22.1421522Z copying torch\include\torch\csrc\jit\mobile\nnc\registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:22.1427226Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:22.1430342Z copying torch\include\torch\csrc\jit\mobile\train\export_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:22.1436947Z copying torch\include\torch\csrc\jit\mobile\train\random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:22.1443311Z copying torch\include\torch\csrc\jit\mobile\train\sequential.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:22.1448838Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim 2025-07-17T08:06:22.1451917Z copying torch\include\torch\csrc\jit\mobile\train\optim\sgd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim 2025-07-17T08:06:22.1463365Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:22.1466489Z copying torch\include\torch\csrc\jit\operator_upgraders\upgraders.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:22.1473172Z copying torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:22.1479489Z copying torch\include\torch\csrc\jit\operator_upgraders\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:22.1485823Z copying torch\include\torch\csrc\jit\operator_upgraders\version_map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:22.1502242Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1505227Z 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-07-17T08:06:22.1511832Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1517944Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1523991Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1540862Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1546997Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1553531Z 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-07-17T08:06:22.1559711Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1566403Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1573405Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1587065Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1594109Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1600927Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1607878Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1614655Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1621377Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1627798Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1634986Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1641321Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1657860Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1664276Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1670672Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1677326Z 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-07-17T08:06:22.1683847Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1690487Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1697249Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1703856Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1710341Z 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-07-17T08:06:22.1727751Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1734400Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1740705Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1747581Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1754083Z 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-07-17T08:06:22.1760718Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1767273Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1773714Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1780199Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1797323Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1803962Z 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-07-17T08:06:22.1810432Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1816624Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1823140Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1829467Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1835938Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1842196Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1848877Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1866137Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1873058Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1879763Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1887139Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1894105Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1900830Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1907562Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1914231Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1920877Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1927160Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1953622Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1960040Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1966808Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1973373Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1979732Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1986314Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1992980Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.1999911Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2006300Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2012716Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2019249Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2035940Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2042489Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2048892Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2055226Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2061930Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2068344Z 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-07-17T08:06:22.2103846Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2110429Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2117137Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2135124Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2141891Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2148737Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2155711Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2162567Z 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-07-17T08:06:22.2169630Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2176528Z 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-07-17T08:06:22.2183255Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2190938Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2197867Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2203901Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:22.2210007Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-07-17T08:06:22.2213384Z copying torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-07-17T08:06:22.2218818Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2222341Z copying torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2228594Z copying torch\include\torch\csrc\jit\passes\onnx\constant_fold.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2243806Z copying torch\include\torch\csrc\jit\passes\onnx\constant_map.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2250510Z copying torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2267442Z copying torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2274140Z copying torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2280678Z copying torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2287277Z copying torch\include\torch\csrc\jit\passes\onnx\function_extraction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2294170Z copying torch\include\torch\csrc\jit\passes\onnx\function_substitution.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2300616Z copying torch\include\torch\csrc\jit\passes\onnx\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2307244Z copying torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2313684Z copying torch\include\torch\csrc\jit\passes\onnx\naming.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2320288Z copying torch\include\torch\csrc\jit\passes\onnx\onnx_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2326549Z copying torch\include\torch\csrc\jit\passes\onnx\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2333542Z copying torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2340038Z copying torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2347421Z copying torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2354412Z copying torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2360990Z copying torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2367972Z copying torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:22.2384132Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:22.2387384Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:22.2394048Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:22.2400738Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:22.2417636Z copying torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:22.2423351Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-07-17T08:06:22.2426522Z 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-07-17T08:06:22.2433123Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-07-17T08:06:22.2439948Z 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-07-17T08:06:22.2445791Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2025-07-17T08:06:22.2462432Z 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-07-17T08:06:22.2469331Z 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-07-17T08:06:22.2475846Z 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-07-17T08:06:22.2483242Z 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-07-17T08:06:22.2489881Z 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-07-17T08:06:22.2495215Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2025-07-17T08:06:22.2498418Z 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-07-17T08:06:22.2504868Z 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-07-17T08:06:22.2511495Z 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-07-17T08:06:22.2535215Z 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-07-17T08:06:22.2541767Z 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-07-17T08:06:22.2547305Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2550235Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2556708Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2562890Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2569310Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2576377Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2593728Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2600244Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2612377Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2623510Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2632232Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2639204Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2645891Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2652622Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2658904Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2665219Z 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-07-17T08:06:22.2671588Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2025-07-17T08:06:22.2677026Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2679854Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2686682Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2693298Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2699630Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2718033Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2724656Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2730908Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2737385Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2780887Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2787412Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2794377Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2800954Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2807998Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2814521Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2822053Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2828788Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2836371Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2842933Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2849734Z 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-07-17T08:06:22.2856829Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2874036Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2881525Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2888546Z 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-07-17T08:06:22.2895098Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2901724Z 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-07-17T08:06:22.2908418Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2915336Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2922255Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2929326Z 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-07-17T08:06:22.2950648Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2957512Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:22.2963094Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:22.2966244Z copying torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:22.2972877Z copying torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:22.2980012Z copying torch\include\torch\csrc\jit\runtime\interpreter\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:22.2986756Z copying torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:22.3002267Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3005190Z copying torch\include\torch\csrc\jit\runtime\static\fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3011404Z copying torch\include\torch\csrc\jit\runtime\static\impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3018835Z copying torch\include\torch\csrc\jit\runtime\static\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3024936Z copying torch\include\torch\csrc\jit\runtime\static\memory_planner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3031867Z copying torch\include\torch\csrc\jit\runtime\static\ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3037937Z copying torch\include\torch\csrc\jit\runtime\static\passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3054417Z copying torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3061081Z copying torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3067992Z copying torch\include\torch\csrc\jit\runtime\static\static_method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3074733Z copying torch\include\torch\csrc\jit\runtime\static\te_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:22.3080456Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3083724Z 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-07-17T08:06:22.3090766Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3097223Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3113747Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3120303Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3126924Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3133624Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3140229Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3151309Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3157981Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3165843Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3171541Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3179426Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3186270Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3193047Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3200110Z copying torch\include\torch\csrc\jit\serialization\pickler_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3240300Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3247275Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3254104Z 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-07-17T08:06:22.3260766Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3271972Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3278774Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:22.3284573Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3287692Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3294349Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3300975Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3307574Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3324990Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3331799Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3338470Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3345212Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3352586Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3359399Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3366039Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3372734Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3379599Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3386775Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3393578Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3400199Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3407118Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3415277Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3434509Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3441104Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3447458Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3464458Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3471106Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3477842Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3484462Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3491022Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3497604Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3504103Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3510603Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3517264Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3523661Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3530629Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3547557Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3554209Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3560751Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3567672Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3574535Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3581078Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3587517Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3594368Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3602318Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3609072Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:22.3614986Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3618227Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3624789Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3631633Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3638165Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3645774Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3663017Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3669395Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3676029Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3682493Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:22.3687666Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:22.3690638Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:22.3697096Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:22.3702765Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:22.3706888Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:22.3713448Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:22.3719951Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:22.3726904Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:22.3742649Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3745649Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3752254Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3758714Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3765249Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3771905Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3788925Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3795653Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3803450Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3809446Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3815847Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3822483Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3829128Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3836042Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3842696Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3849613Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3856259Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3862940Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3869877Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3877050Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3884218Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3890862Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3897462Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3904092Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3910815Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:22.3916617Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2025-07-17T08:06:22.3929826Z 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-07-17T08:06:22.3936644Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-07-17T08:06:22.3940181Z 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-07-17T08:06:22.3946235Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2025-07-17T08:06:22.3951518Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:22.3954458Z copying torch\include\torch\csrc\lazy\generated\LazyIr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:22.3964448Z copying torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:22.3971559Z copying torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:22.3977306Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-07-17T08:06:22.3980192Z copying torch\include\torch\csrc\lazy\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-07-17T08:06:22.3986582Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2025-07-17T08:06:22.3992215Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-07-17T08:06:22.4005170Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2025-07-17T08:06:22.4011282Z 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-07-17T08:06:22.4017713Z 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-07-17T08:06:22.4024150Z 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-07-17T08:06:22.4040644Z 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-07-17T08:06:22.4047156Z 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-07-17T08:06:22.4077776Z 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-07-17T08:06:22.4084461Z 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-07-17T08:06:22.4090937Z 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-07-17T08:06:22.4097331Z 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-07-17T08:06:22.4103254Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:22.4106253Z copying torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:22.4112600Z copying torch\include\torch\csrc\lazy\ts_backend\ops\generic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:22.4118980Z copying torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:22.4124416Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-07-17T08:06:22.4127462Z copying torch\include\torch\csrc\monitor\counters.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-07-17T08:06:22.4134042Z copying torch\include\torch\csrc\monitor\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-07-17T08:06:22.4140615Z copying torch\include\torch\csrc\monitor\python_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor 2025-07-17T08:06:22.4146122Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps 2025-07-17T08:06:22.4148960Z copying torch\include\torch\csrc\mps\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps 2025-07-17T08:06:22.4154592Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia 2025-07-17T08:06:22.4157682Z copying torch\include\torch\csrc\mtia\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia 2025-07-17T08:06:22.4163007Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler 2025-07-17T08:06:22.4165993Z copying torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler 2025-07-17T08:06:22.4171340Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing 2025-07-17T08:06:22.4174481Z copying torch\include\torch\csrc\multiprocessing\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing 2025-07-17T08:06:22.4179856Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-07-17T08:06:22.4182758Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-07-17T08:06:22.4189444Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-07-17T08:06:22.4196353Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2025-07-17T08:06:22.4201173Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4204192Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4210625Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4217653Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4225692Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4241193Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4248651Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4254634Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4260851Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4267179Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4273730Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4280311Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2025-07-17T08:06:22.4286144Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-07-17T08:06:22.4289339Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-07-17T08:06:22.4295929Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-07-17T08:06:22.4302542Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2025-07-17T08:06:22.4307984Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-07-17T08:06:22.4311168Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-07-17T08:06:22.4317759Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-07-17T08:06:22.4324281Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2025-07-17T08:06:22.4329827Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:22.4332975Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:22.4339931Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:22.4346139Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:22.4362912Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:22.4368849Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-07-17T08:06:22.4372172Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2025-07-17T08:06:22.4378055Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4381401Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4388486Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4395591Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4402311Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4419399Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4426416Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4433058Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4439613Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4446095Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4452787Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4459297Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4465761Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4472445Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4478724Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4485390Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4491836Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:22.4497498Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-07-17T08:06:22.4500338Z copying torch\include\torch\csrc\stable\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-07-17T08:06:22.4506664Z copying torch\include\torch\csrc\stable\ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-07-17T08:06:22.4512866Z copying torch\include\torch\csrc\stable\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable 2025-07-17T08:06:22.4518352Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-07-17T08:06:22.4521430Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2025-07-17T08:06:22.4526936Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4540598Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4547061Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4553510Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4559921Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4576559Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4583123Z copying torch\include\torch\csrc\utils\generated_serialization_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4591230Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4597442Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4603641Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4609746Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4615878Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4622659Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4628843Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4635535Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4641940Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4648456Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4655845Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4663480Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4683041Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4689671Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4706114Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4713080Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4719868Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4726633Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4733156Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4740707Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4747654Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4754586Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4761570Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4767991Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4784554Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4791338Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4797481Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4804126Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4811803Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4817860Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4823966Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4831471Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4837918Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4854172Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4861464Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4868340Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4875199Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4881697Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4888281Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2025-07-17T08:06:22.4893837Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-07-17T08:06:22.4896679Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-07-17T08:06:22.4902948Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-07-17T08:06:22.4908876Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2025-07-17T08:06:22.4914532Z creating build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-07-17T08:06:22.4918776Z copying torch\include\torch\headeronly\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-07-17T08:06:22.4924966Z copying torch\include\torch\headeronly\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-07-17T08:06:22.4931528Z copying torch\include\torch\headeronly\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros 2025-07-17T08:06:22.4938142Z copying torch\include\dnnl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:22.4944448Z copying torch\include\dnnl_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:22.4950965Z copying torch\include\dnnl_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:22.4957668Z copying torch\include\dnnl_threadpool.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:22.4964073Z copying torch\include\dnnl_threadpool_iface.hpp -> build\lib.win-amd64-cpython-39\torch\include 2025-07-17T08:06:22.4970691Z copying torch\include\oneapi\dnnl\dnnl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.4992277Z copying torch\include\oneapi\dnnl\dnnl_common.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.4999230Z copying torch\include\oneapi\dnnl\dnnl_graph.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5006609Z copying torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5013150Z copying torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5019978Z copying torch\include\oneapi\dnnl\dnnl_ocl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5026834Z copying torch\include\oneapi\dnnl\dnnl_sycl.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5033770Z copying torch\include\oneapi\dnnl\dnnl_threadpool.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5040238Z copying torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5046706Z copying torch\include\oneapi\dnnl\dnnl_ukernel.hpp -> build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl 2025-07-17T08:06:22.5087292Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5093979Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5100305Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5106803Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5113408Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5120203Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5126664Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorder.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5133334Z copying torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5140613Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5147172Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5154137Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5160185Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5170498Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5176979Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5183350Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5190632Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5197193Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5203800Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5211007Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5218296Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5225463Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5232554Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5249723Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5256558Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5263208Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5269818Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5276595Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5283527Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5290549Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5322509Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5329126Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5335672Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5342521Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5348939Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5356422Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5372974Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5379245Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5386253Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5392664Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:22.5398481Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:22.5401769Z copying torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:22.5408785Z copying torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:22.5414207Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:22.5417344Z copying torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:22.5424289Z copying torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:22.5429516Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:22.5432884Z copying torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:22.5440250Z copying torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:22.5446735Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5453453Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5470283Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5482643Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5486106Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5492798Z copying torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:22.5499276Z copying torch\include\torch\csrc\jit\testing\catch_utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:22.5505581Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5512334Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5518765Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5525970Z copying torch\include\ATen\cuda\cub-RadixSortPairs.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5532407Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5539272Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5545793Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5552913Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5559725Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5565976Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5572529Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5589591Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5595867Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2025-07-17T08:06:22.5602463Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5609027Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5615559Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5621986Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5628452Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5635607Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2025-07-17T08:06:22.5642356Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5648999Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5655511Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5663106Z copying torch\include\ATen\native\cuda\cutlass_common.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5669774Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5676760Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5683119Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5691010Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5697790Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5714414Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5721333Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5727978Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5734576Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5741354Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5748253Z copying torch\include\ATen\native\cuda\GroupMMCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5755142Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5761987Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5768503Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5775242Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5781901Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5790749Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5798066Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5815051Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5823050Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5830206Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5837221Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5844294Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5852497Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5860186Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5867740Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5874790Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5881876Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5888606Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5895491Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5902611Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5909809Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2025-07-17T08:06:22.5915909Z creating build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:22.5925557Z copying torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:22.5931235Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-07-17T08:06:22.5935017Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2025-07-17T08:06:22.5950825Z copying torch\_inductor\script.ld -> build\lib.win-amd64-cpython-39\torch\_inductor 2025-07-17T08:06:22.5957648Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:22.5970086Z copying torch\_export\serde\export_schema.thrift -> build\lib.win-amd64-cpython-39\torch\_export\serde 2025-07-17T08:06:22.5981640Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-07-17T08:06:22.5986986Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2025-07-17T08:06:22.5992373Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.5995298Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6002531Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6009247Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6025682Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6033163Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6039768Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6046823Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2025-07-17T08:06:22.6052876Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6055796Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6062557Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6068911Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6075893Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6092710Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6099260Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6108204Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6116614Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6127223Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2025-07-17T08:06:22.6134569Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-07-17T08:06:22.6139498Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-07-17T08:06:22.6147619Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-07-17T08:06:22.6156367Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-07-17T08:06:22.6170519Z 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-07-17T08:06:22.6177046Z 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-07-17T08:06:22.6185109Z 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-07-17T08:06:22.6201931Z 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-07-17T08:06:22.6207633Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-07-17T08:06:22.6211059Z 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-07-17T08:06:22.6217840Z 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-07-17T08:06:22.6224567Z 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-07-17T08:06:22.6240857Z 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-07-17T08:06:22.6246323Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-07-17T08:06:22.6249242Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-07-17T08:06:22.6255946Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2025-07-17T08:06:22.6262659Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2025-07-17T08:06:22.6274013Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:22.6295154Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:22.6306096Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:22.6312848Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:06:22.6323780Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:22.6330335Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:22.6349493Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:22.6370550Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2025-07-17T08:06:22.6381912Z copying torch\_dynamo\graph_break_registry.json -> build\lib.win-amd64-cpython-39\torch\_dynamo 2025-07-17T08:06:22.6681896Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6701476Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6711893Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6721279Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6737110Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6795377Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6804193Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6810703Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.6822704Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9017509Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9024686Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9170886Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9178452Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9186642Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9193961Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9207659Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:22.9219533Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9795057Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9796113Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9797168Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9797842Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9798494Z copying torch\lib\libittnotify.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9799081Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9799649Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9800229Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9800830Z copying torch\lib\microkernels-prod.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9801391Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9801996Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9802480Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9803093Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9803736Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9804395Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9804911Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2025-07-17T08:06:30.9805403Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-07-17T08:06:30.9806181Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-07-17T08:06:37.8850994Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2025-07-17T08:06:37.9505629Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:37.9508838Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:37.9521005Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:37.9534226Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0893714Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0924200Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0934890Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0946002Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0953036Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0959519Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0966011Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0972580Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0983380Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.0994092Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1006396Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1013006Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1019778Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1030995Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1037683Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1049476Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1069359Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1076034Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1082464Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1088998Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1100338Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1107529Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1117862Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1128818Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1139155Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1145876Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1170044Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1179699Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1186714Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1194914Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1212176Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1223622Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1229653Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1236538Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1243461Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1266714Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2025-07-17T08:06:38.1276829Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1280785Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1286723Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1292977Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1304051Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1315466Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1394119Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1408978Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1420992Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1441670Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1460571Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1517966Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1535292Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1547395Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1582038Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1594816Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1653744Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1660849Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2025-07-17T08:06:38.1666065Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1669491Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1680517Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1687011Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1704444Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1720345Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1727104Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1737987Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1749277Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1756574Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1766974Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1777638Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1787887Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1798919Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1805803Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1816958Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1828193Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1840222Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1875846Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1886477Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1897578Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1908670Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1920978Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1928390Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2025-07-17T08:06:38.1936755Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2025-07-17T08:06:38.1946083Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:38.1955703Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2025-07-17T08:06:38.1963966Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2025-07-17T08:06:38.1972482Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2025-07-17T08:06:38.1980621Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2025-07-17T08:06:38.1988397Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2025-07-17T08:06:38.2877712Z running build_ext 2025-07-17T08:06:38.2929080Z -- Building with NumPy bindings 2025-07-17T08:06:38.2929372Z -- Not using cuDNN 2025-07-17T08:06:38.2929552Z -- Not using CUDA 2025-07-17T08:06:38.2929736Z -- Not using XPU 2025-07-17T08:06:38.2929915Z -- Using MKLDNN 2025-07-17T08:06:38.2930218Z -- Not using Compute Library for the Arm architecture with MKLDNN 2025-07-17T08:06:38.2930570Z -- Not using CBLAS in MKLDNN 2025-07-17T08:06:38.2930796Z -- Not using NCCL 2025-07-17T08:06:38.2931010Z -- Building without distributed package 2025-07-17T08:06:38.2931315Z -- Using ITT 2025-07-17T08:06:39.8197145Z 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-07-17T08:06:39.8199441Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2025-07-17T08:06:39.8220403Z building 'torch._C' extension 2025-07-17T08:06:39.8236184Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2025-07-17T08:06:39.8251163Z "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-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\\um" "-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\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tctorch/csrc/stub.c /Fobuild\temp.win-amd64-cpython-39\Release\torch\csrc\stub.obj /MD /FS /EHsc 2025-07-17T08:06:39.8376260Z stub.c 2025-07-17T08:06:39.9589414Z "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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\2022\BuildTools\VC\Tools\MSVC\14.38.33130\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-07-17T08:06:39.9831949Z 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-07-17T08:06:39.9938111Z Generating code 2025-07-17T08:06:40.0097913Z Finished generating code 2025-07-17T08:06:40.0464642Z 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-07-17T08:06:40.0468480Z The specified environment variable does not exist. 2025-07-17T08:06:40.0591913Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-07-17T08:06:40.0592553Z !! 2025-07-17T08:06:40.0592646Z 2025-07-17T08:06:40.0592763Z ******************************************************************************** 2025-07-17T08:06:40.0593086Z Please avoid running ``setup.py`` directly. 2025-07-17T08:06:40.0593437Z Instead, use pypa/build, pypa/installer or other 2025-07-17T08:06:40.0593779Z standards-based tools. 2025-07-17T08:06:40.0593952Z 2025-07-17T08:06:40.0594264Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-07-17T08:06:40.0594732Z ******************************************************************************** 2025-07-17T08:06:40.0594938Z 2025-07-17T08:06:40.0594998Z !! 2025-07-17T08:06:40.0595170Z self.initialize_options() 2025-07-17T08:06:40.0675389Z installing to build\bdist.win-amd64\wheel 2025-07-17T08:06:40.0675693Z running install 2025-07-17T08:06:40.0696949Z running install_lib 2025-07-17T08:06:40.0782040Z creating build\bdist.win-amd64\wheel 2025-07-17T08:06:40.0787204Z creating build\bdist.win-amd64\wheel\functorch 2025-07-17T08:06:40.0790614Z creating build\bdist.win-amd64\wheel\functorch\compile 2025-07-17T08:06:40.0794116Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2025-07-17T08:06:40.0800175Z creating build\bdist.win-amd64\wheel\functorch\dim 2025-07-17T08:06:40.0803499Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0809340Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0815036Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0820584Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0838233Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0843783Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0849786Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0854868Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0860831Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2025-07-17T08:06:40.0866559Z creating build\bdist.win-amd64\wheel\functorch\einops 2025-07-17T08:06:40.0869927Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-07-17T08:06:40.0875484Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-07-17T08:06:40.0880918Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2025-07-17T08:06:40.0886195Z creating build\bdist.win-amd64\wheel\functorch\experimental 2025-07-17T08:06:40.0889513Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-07-17T08:06:40.0894723Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-07-17T08:06:40.0899827Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2025-07-17T08:06:40.0904742Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2025-07-17T08:06:40.0924800Z creating build\bdist.win-amd64\wheel\functorch\_src 2025-07-17T08:06:40.0928051Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2025-07-17T08:06:40.0931360Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2025-07-17T08:06:40.0936627Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2025-07-17T08:06:40.0939912Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2025-07-17T08:06:40.0945250Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2025-07-17T08:06:40.0948935Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2025-07-17T08:06:40.0954344Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2025-07-17T08:06:40.0968922Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2025-07-17T08:06:40.0974228Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2025-07-17T08:06:40.0978627Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2025-07-17T08:06:40.0984917Z creating build\bdist.win-amd64\wheel\torch 2025-07-17T08:06:40.0988129Z creating build\bdist.win-amd64\wheel\torch\accelerator 2025-07-17T08:06:40.0991457Z copying build\lib.win-amd64-cpython-39\torch\accelerator\memory.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-07-17T08:06:40.0996948Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-07-17T08:06:40.1002224Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2025-07-17T08:06:40.1007670Z creating build\bdist.win-amd64\wheel\torch\amp 2025-07-17T08:06:40.1010850Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-07-17T08:06:40.1016769Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-07-17T08:06:40.1022735Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2025-07-17T08:06:40.1028074Z creating build\bdist.win-amd64\wheel\torch\ao 2025-07-17T08:06:40.1031485Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2025-07-17T08:06:40.1034710Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2025-07-17T08:06:40.1037959Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2025-07-17T08:06:40.1041175Z 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-07-17T08:06:40.1046792Z 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-07-17T08:06:40.1052122Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2025-07-17T08:06:40.1055424Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2025-07-17T08:06:40.1058729Z 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-07-17T08:06:40.1064975Z 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-07-17T08:06:40.1070513Z 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-07-17T08:06:40.1076183Z 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-07-17T08:06:40.1092618Z 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-07-17T08:06:40.1097871Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2025-07-17T08:06:40.1101285Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:40.1104635Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:40.1108046Z 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-07-17T08:06:40.1113702Z 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-07-17T08:06:40.1118811Z 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-07-17T08:06:40.1124078Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2025-07-17T08:06:40.1127398Z 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-07-17T08:06:40.1132911Z 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-07-17T08:06:40.1138380Z 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-07-17T08:06:40.1143825Z 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-07-17T08:06:40.1149588Z 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-07-17T08:06:40.1166282Z 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-07-17T08:06:40.1171449Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2025-07-17T08:06:40.1176943Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2025-07-17T08:06:40.1180236Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2025-07-17T08:06:40.1183508Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2025-07-17T08:06:40.1186804Z 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-07-17T08:06:40.1192383Z 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-07-17T08:06:40.1197348Z 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-07-17T08:06:40.1202620Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2025-07-17T08:06:40.1205871Z 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-07-17T08:06:40.1211332Z 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-07-17T08:06:40.1216973Z 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-07-17T08:06:40.1222256Z 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-07-17T08:06:40.1227271Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2025-07-17T08:06:40.1232649Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2025-07-17T08:06:40.1235983Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2025-07-17T08:06:40.1239309Z 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-07-17T08:06:40.1245264Z 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-07-17T08:06:40.1251485Z 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-07-17T08:06:40.1256482Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2025-07-17T08:06:40.1261752Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2025-07-17T08:06:40.1276241Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2025-07-17T08:06:40.1279408Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2025-07-17T08:06:40.1282858Z 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-07-17T08:06:40.1288839Z 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-07-17T08:06:40.1294165Z 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-07-17T08:06:40.1300425Z 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-07-17T08:06:40.1305417Z 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-07-17T08:06:40.1310530Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-07-17T08:06:40.1316659Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2025-07-17T08:06:40.1319956Z 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-07-17T08:06:40.1325525Z 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-07-17T08:06:40.1330878Z 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-07-17T08:06:40.1336892Z 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-07-17T08:06:40.1342297Z 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-07-17T08:06:40.1359421Z 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-07-17T08:06:40.1364692Z 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-07-17T08:06:40.1370075Z 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-07-17T08:06:40.1375239Z 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-07-17T08:06:40.1380314Z 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-07-17T08:06:40.1385463Z 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-07-17T08:06:40.1391259Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2025-07-17T08:06:40.1405503Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2025-07-17T08:06:40.1408746Z 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-07-17T08:06:40.1414390Z 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-07-17T08:06:40.1419574Z 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-07-17T08:06:40.1425542Z 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-07-17T08:06:40.1430866Z 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-07-17T08:06:40.1436145Z 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-07-17T08:06:40.1441062Z 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-07-17T08:06:40.1446105Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2025-07-17T08:06:40.1451494Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2025-07-17T08:06:40.1454987Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2025-07-17T08:06:40.1458373Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2025-07-17T08:06:40.1461837Z 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-07-17T08:06:40.1467562Z 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-07-17T08:06:40.1473032Z 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-07-17T08:06:40.1478420Z 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-07-17T08:06:40.1484285Z 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-07-17T08:06:40.1489035Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2025-07-17T08:06:40.1496487Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2025-07-17T08:06:40.1499827Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2025-07-17T08:06:40.1503365Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2025-07-17T08:06:40.1506467Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1512722Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1519160Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1525276Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1530721Z 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-07-17T08:06:40.1548732Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1554348Z 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-07-17T08:06:40.1560218Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1566228Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1572079Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2025-07-17T08:06:40.1576377Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-07-17T08:06:40.1582155Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-07-17T08:06:40.1588707Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2025-07-17T08:06:40.1594841Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2025-07-17T08:06:40.1598397Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2025-07-17T08:06:40.1601708Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-07-17T08:06:40.1607479Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-07-17T08:06:40.1613038Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-07-17T08:06:40.1629193Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2025-07-17T08:06:40.1633763Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2025-07-17T08:06:40.1637176Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-07-17T08:06:40.1642844Z 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-07-17T08:06:40.1647957Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-07-17T08:06:40.1664786Z 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-07-17T08:06:40.1671086Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2025-07-17T08:06:40.1675414Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2025-07-17T08:06:40.1679005Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2025-07-17T08:06:40.1682534Z 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-07-17T08:06:40.1688759Z 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-07-17T08:06:40.1693350Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2025-07-17T08:06:40.1696799Z 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-07-17T08:06:40.1702300Z 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-07-17T08:06:40.1707614Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2025-07-17T08:06:40.1722047Z 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-07-17T08:06:40.1728020Z 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-07-17T08:06:40.1733639Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2025-07-17T08:06:40.1748655Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2025-07-17T08:06:40.1752389Z 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-07-17T08:06:40.1758333Z 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-07-17T08:06:40.1763895Z 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-07-17T08:06:40.1779551Z 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-07-17T08:06:40.1784007Z 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-07-17T08:06:40.1789418Z 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-07-17T08:06:40.1794710Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2025-07-17T08:06:40.1798131Z 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-07-17T08:06:40.1803852Z 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-07-17T08:06:40.1809397Z 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-07-17T08:06:40.1825487Z 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-07-17T08:06:40.1831188Z 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-07-17T08:06:40.1836780Z 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-07-17T08:06:40.1842944Z 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-07-17T08:06:40.1848347Z 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-07-17T08:06:40.1853658Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2025-07-17T08:06:40.1858355Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-07-17T08:06:40.1874069Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2025-07-17T08:06:40.1879634Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2025-07-17T08:06:40.1883107Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2025-07-17T08:06:40.1886616Z 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-07-17T08:06:40.1892727Z 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-07-17T08:06:40.1898368Z 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-07-17T08:06:40.1903548Z 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-07-17T08:06:40.1919834Z 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-07-17T08:06:40.1924490Z 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-07-17T08:06:40.1930358Z 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-07-17T08:06:40.1935881Z 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-07-17T08:06:40.1941010Z 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-07-17T08:06:40.1946299Z 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-07-17T08:06:40.1951814Z 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-07-17T08:06:40.1957567Z 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-07-17T08:06:40.1963042Z 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-07-17T08:06:40.1968329Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.1974239Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.1989993Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.1995841Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2025-07-17T08:06:40.1999127Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2005426Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2011794Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2017813Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2023203Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2039318Z 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-07-17T08:06:40.2044704Z 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-07-17T08:06:40.2049895Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2090435Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2096233Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2101753Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2108581Z 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-07-17T08:06:40.2114311Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2119641Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2124873Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2130774Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2137019Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2143584Z 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-07-17T08:06:40.2150440Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2025-07-17T08:06:40.2154023Z 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-07-17T08:06:40.2160763Z 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-07-17T08:06:40.2166794Z 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-07-17T08:06:40.2176818Z 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-07-17T08:06:40.2183191Z 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-07-17T08:06:40.2187650Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2025-07-17T08:06:40.2192807Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2199775Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2203135Z 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-07-17T08:06:40.2208830Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2214764Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2220235Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\lowering.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2236111Z 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-07-17T08:06:40.2241551Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2247150Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2253357Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2025-07-17T08:06:40.2256767Z 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-07-17T08:06:40.2262792Z 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-07-17T08:06:40.2267581Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2273455Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_affine_quantization.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2279381Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2284987Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2025-07-17T08:06:40.2289299Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2295055Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2300564Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2306243Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2312687Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2316322Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2321949Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2327544Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2343750Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2349394Z 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-07-17T08:06:40.2356314Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2362430Z 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-07-17T08:06:40.2368638Z 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-07-17T08:06:40.2374238Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2025-07-17T08:06:40.2387287Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2394359Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2399820Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2405112Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2410340Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2422041Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2427980Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2433384Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2438915Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2444361Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2025-07-17T08:06:40.2449688Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2025-07-17T08:06:40.2455322Z creating build\bdist.win-amd64\wheel\torch\autograd 2025-07-17T08:06:40.2458586Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2463966Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2469226Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2474966Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2490976Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2497564Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2502759Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2508449Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2514731Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2520218Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2536422Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2541563Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2025-07-17T08:06:40.2544783Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-07-17T08:06:40.2550009Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-07-17T08:06:40.2555648Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2025-07-17T08:06:40.2560802Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2025-07-17T08:06:40.2566827Z creating build\bdist.win-amd64\wheel\torch\backends 2025-07-17T08:06:40.2570113Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2025-07-17T08:06:40.2573285Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2025-07-17T08:06:40.2578516Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2025-07-17T08:06:40.2582141Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2025-07-17T08:06:40.2588303Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2025-07-17T08:06:40.2592020Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-07-17T08:06:40.2597790Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2025-07-17T08:06:40.2603675Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2025-07-17T08:06:40.2607279Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2025-07-17T08:06:40.2612901Z creating build\bdist.win-amd64\wheel\torch\backends\kleidiai 2025-07-17T08:06:40.2616313Z copying build\lib.win-amd64-cpython-39\torch\backends\kleidiai\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\kleidiai 2025-07-17T08:06:40.2621745Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2025-07-17T08:06:40.2635688Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2025-07-17T08:06:40.2641236Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2025-07-17T08:06:40.2644557Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2025-07-17T08:06:40.2650299Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2025-07-17T08:06:40.2653576Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2025-07-17T08:06:40.2659031Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2025-07-17T08:06:40.2662203Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2025-07-17T08:06:40.2667675Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2025-07-17T08:06:40.2670979Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2025-07-17T08:06:40.2681085Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2025-07-17T08:06:40.2685184Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2025-07-17T08:06:40.2690606Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2025-07-17T08:06:40.2693952Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2025-07-17T08:06:40.2699562Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2025-07-17T08:06:40.2703214Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2025-07-17T08:06:40.2709231Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2025-07-17T08:06:40.2712613Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-07-17T08:06:40.2718751Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2025-07-17T08:06:40.2742535Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2025-07-17T08:06:40.2745730Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2025-07-17T08:06:40.2751507Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2025-07-17T08:06:40.2754692Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-07-17T08:06:40.2765669Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2025-07-17T08:06:40.2770260Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2025-07-17T08:06:40.2773650Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-07-17T08:06:40.2782398Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-07-17T08:06:40.2789050Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2025-07-17T08:06:40.2793585Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2025-07-17T08:06:40.2799546Z creating build\bdist.win-amd64\wheel\torch\bin 2025-07-17T08:06:40.2802664Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.2811706Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.2863591Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.2872697Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.2905641Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.2925711Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3009314Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3062105Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3088314Z copying build\lib.win-amd64-cpython-39\torch\bin\test_nativert.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3109151Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3165949Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2025-07-17T08:06:40.3174535Z creating build\bdist.win-amd64\wheel\torch\compiler 2025-07-17T08:06:40.3188142Z copying build\lib.win-amd64-cpython-39\torch\compiler\config.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-07-17T08:06:40.3193614Z copying build\lib.win-amd64-cpython-39\torch\compiler\_cache.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-07-17T08:06:40.3198958Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2025-07-17T08:06:40.3205021Z creating build\bdist.win-amd64\wheel\torch\contrib 2025-07-17T08:06:40.3208536Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-07-17T08:06:40.3213992Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2025-07-17T08:06:40.3218730Z creating build\bdist.win-amd64\wheel\torch\cpu 2025-07-17T08:06:40.3221893Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2025-07-17T08:06:40.3225055Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-07-17T08:06:40.3230692Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-07-17T08:06:40.3236030Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2025-07-17T08:06:40.3241065Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2025-07-17T08:06:40.3246793Z creating build\bdist.win-amd64\wheel\torch\csrc 2025-07-17T08:06:40.3250193Z creating build\bdist.win-amd64\wheel\torch\csrc\inductor 2025-07-17T08:06:40.3253540Z creating build\bdist.win-amd64\wheel\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:40.3256782Z copying build\lib.win-amd64-cpython-39\torch\csrc\inductor\aoti_runtime\model.h -> build\bdist.win-amd64\wheel\.\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:40.3262348Z creating build\bdist.win-amd64\wheel\torch\cuda 2025-07-17T08:06:40.3265566Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2025-07-17T08:06:40.3268758Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-07-17T08:06:40.3274458Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-07-17T08:06:40.3279846Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-07-17T08:06:40.3285401Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2025-07-17T08:06:40.3290425Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3295624Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3299926Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3305284Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3311249Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3327652Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3333459Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3338734Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3344256Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3349640Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3355293Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3360334Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3365672Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3371490Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3376917Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3382944Z copying build\lib.win-amd64-cpython-39\torch\cuda\_pin_memory_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3388444Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3394666Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3400071Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2025-07-17T08:06:40.3407214Z creating build\bdist.win-amd64\wheel\torch\distributed 2025-07-17T08:06:40.3411772Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2025-07-17T08:06:40.3415845Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2025-07-17T08:06:40.3419300Z 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-07-17T08:06:40.3425563Z 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-07-17T08:06:40.3431212Z 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-07-17T08:06:40.3447456Z 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-07-17T08:06:40.3453136Z 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-07-17T08:06:40.3459418Z 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-07-17T08:06:40.3465126Z 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-07-17T08:06:40.3473852Z 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-07-17T08:06:40.3481481Z 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-07-17T08:06:40.3486812Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-07-17T08:06:40.3492837Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2025-07-17T08:06:40.3496296Z 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-07-17T08:06:40.3503210Z 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-07-17T08:06:40.3507830Z 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-07-17T08:06:40.3524329Z 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-07-17T08:06:40.3530896Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:40.3544135Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:40.3550621Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2025-07-17T08:06:40.3554032Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2025-07-17T08:06:40.3558253Z 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-07-17T08:06:40.3563655Z 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-07-17T08:06:40.3568966Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2025-07-17T08:06:40.3572499Z 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-07-17T08:06:40.3578437Z 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-07-17T08:06:40.3584196Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2025-07-17T08:06:40.3587300Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-07-17T08:06:40.3593391Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2025-07-17T08:06:40.3598154Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2025-07-17T08:06:40.3603197Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.3608926Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2025-07-17T08:06:40.3612176Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2025-07-17T08:06:40.3617594Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.3634704Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2025-07-17T08:06:40.3638265Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3645470Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3651626Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3657624Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3674092Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\hf_storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3679659Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3685054Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3690196Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3695513Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3701134Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3706981Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3712986Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3718401Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3724853Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3730534Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3737510Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3743819Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3750046Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3755790Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3761683Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3767343Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_process_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3773882Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_async_thread_executor.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3779476Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3796006Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_consolidate_hf_safetensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3802071Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3807553Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3813328Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3816972Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\barriers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3822357Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\builder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3828213Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3834120Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_process.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3850183Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_reader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3855718Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\checkpoint_writer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3861206Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\config.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3866522Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3871889Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3877231Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3882498Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint\_experimental 2025-07-17T08:06:40.3887738Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_extension.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3893509Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3898845Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_hf_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3904483Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3910326Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_pg_transport.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3926253Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3931852Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_state_dict_stager.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3937656Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3943240Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3948832Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3954415Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2025-07-17T08:06:40.3959831Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.3999172Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4006265Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4012106Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4020292Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2025-07-17T08:06:40.4023755Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2025-07-17T08:06:40.4026997Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2025-07-17T08:06:40.4030632Z 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-07-17T08:06:40.4037087Z 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-07-17T08:06:40.4042991Z 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-07-17T08:06:40.4048966Z 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-07-17T08:06:40.4054424Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2025-07-17T08:06:40.4059624Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-07-17T08:06:40.4064430Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2025-07-17T08:06:40.4067681Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-07-17T08:06:40.4073381Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-07-17T08:06:40.4078419Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2025-07-17T08:06:40.4083870Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2025-07-17T08:06:40.4087272Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-07-17T08:06:40.4092631Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2025-07-17T08:06:40.4102630Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:40.4109421Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:40.4116682Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2025-07-17T08:06:40.4119136Z 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-07-17T08:06:40.4124714Z 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-07-17T08:06:40.4129819Z 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-07-17T08:06:40.4135342Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:40.4140794Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2025-07-17T08:06:40.4154738Z 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-07-17T08:06:40.4160272Z 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-07-17T08:06:40.4165705Z 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-07-17T08:06:40.4170936Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:40.4176274Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2025-07-17T08:06:40.4181770Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4185108Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4190803Z 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-07-17T08:06:40.4196288Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4213399Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4219513Z 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-07-17T08:06:40.4225128Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4230945Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4236470Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4241851Z 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-07-17T08:06:40.4247238Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4252533Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\_etcd_stub.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4257955Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2025-07-17T08:06:40.4263530Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2025-07-17T08:06:40.4266837Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-07-17T08:06:40.4272415Z 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-07-17T08:06:40.4277885Z 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-07-17T08:06:40.4284403Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-07-17T08:06:40.4300651Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2025-07-17T08:06:40.4305980Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2025-07-17T08:06:40.4309875Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4319484Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2025-07-17T08:06:40.4322756Z 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-07-17T08:06:40.4328391Z 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-07-17T08:06:40.4333803Z 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-07-17T08:06:40.4343426Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4348798Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4354445Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4370098Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4375481Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2025-07-17T08:06:40.4380987Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2025-07-17T08:06:40.4386684Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2025-07-17T08:06:40.4390041Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4396151Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4402750Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4408572Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4414473Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4430954Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4436220Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4441738Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4447549Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4454467Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4460210Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp\_fully_shard 2025-07-17T08:06:40.4463609Z 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-07-17T08:06:40.4469253Z 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-07-17T08:06:40.4475338Z 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-07-17T08:06:40.4491089Z 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-07-17T08:06:40.4496670Z 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-07-17T08:06:40.4502880Z 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-07-17T08:06:40.4509265Z 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-07-17T08:06:40.4515528Z 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-07-17T08:06:40.4521505Z 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-07-17T08:06:40.4526684Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4532786Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4538244Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4545391Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4552015Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4557579Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4563682Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4569804Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4574987Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4590630Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4596079Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2025-07-17T08:06:40.4601746Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4607257Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2025-07-17T08:06:40.4610499Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-07-17T08:06:40.4616442Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2025-07-17T08:06:40.4622896Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4628693Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2025-07-17T08:06:40.4632519Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2025-07-17T08:06:40.4636062Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-07-17T08:06:40.4642502Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2025-07-17T08:06:40.4647351Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-07-17T08:06:40.4653137Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2025-07-17T08:06:40.4656425Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-07-17T08:06:40.4662468Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2025-07-17T08:06:40.4666086Z 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-07-17T08:06:40.4671768Z 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-07-17T08:06:40.4676278Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2025-07-17T08:06:40.4680653Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2025-07-17T08:06:40.4686207Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2025-07-17T08:06:40.4689853Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4695503Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4701079Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4717079Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4722964Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4728697Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4739764Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4745812Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4751501Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4757283Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4762792Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4768529Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4774526Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4780094Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4786738Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4792518Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\_deprecation_warning.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4797810Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2025-07-17T08:06:40.4803607Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2025-07-17T08:06:40.4806978Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4812890Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4819700Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4826204Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4841999Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4847372Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4853646Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_schedule_visualizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4859295Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4864726Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4870157Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2025-07-17T08:06:40.4875410Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4880964Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4886761Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2025-07-17T08:06:40.4889981Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4896048Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4902129Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4907553Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4923164Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4928474Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4933861Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4939453Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4945097Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2025-07-17T08:06:40.4948813Z 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-07-17T08:06:40.4954658Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2025-07-17T08:06:40.4963679Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4969050Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2025-07-17T08:06:40.4974481Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.4980934Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2025-07-17T08:06:40.4984261Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2025-07-17T08:06:40.4987729Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-07-17T08:06:40.4994014Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-07-17T08:06:40.5003850Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-07-17T08:06:40.5009910Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2025-07-17T08:06:40.5025778Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5031872Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5035240Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5045450Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5051303Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5066828Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5073085Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2025-07-17T08:06:40.5078630Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5082004Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5087765Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5098110Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5103519Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5108934Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5114914Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5130715Z 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-07-17T08:06:40.5136172Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2025-07-17T08:06:40.5141305Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5327288Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5333635Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5339444Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5345516Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5351422Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5354756Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5360352Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5365891Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5372642Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5392286Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5397829Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5404292Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5410406Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5416863Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5823470Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5824916Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5826094Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2025-07-17T08:06:40.5827081Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5828033Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5829009Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5830052Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5831040Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5832000Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5832926Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5833842Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2025-07-17T08:06:40.5834719Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5835649Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5836358Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2025-07-17T08:06:40.5837164Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-07-17T08:06:40.5838235Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-07-17T08:06:40.5839004Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2025-07-17T08:06:40.5839879Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-07-17T08:06:40.5840962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2025-07-17T08:06:40.5842023Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-07-17T08:06:40.5857203Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2025-07-17T08:06:40.5862235Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5867848Z copying build\lib.win-amd64-cpython-39\torch\distributed\_dist2.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5873669Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5879851Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5885787Z copying build\lib.win-amd64-cpython-39\torch\distributed\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.5891649Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2025-07-17T08:06:40.5894976Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.5900867Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2025-07-17T08:06:40.5904207Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2025-07-17T08:06:40.5915486Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.5920976Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.5926396Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.5942010Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2025-07-17T08:06:40.5945416Z 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-07-17T08:06:40.5950996Z 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-07-17T08:06:40.5956781Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2025-07-17T08:06:40.5960229Z 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-07-17T08:06:40.5966526Z 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-07-17T08:06:40.5986797Z 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-07-17T08:06:40.5992065Z 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-07-17T08:06:40.6000657Z 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-07-17T08:06:40.6014497Z 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-07-17T08:06:40.6020221Z 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-07-17T08:06:40.6026344Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2025-07-17T08:06:40.6030502Z 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-07-17T08:06:40.6036156Z 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-07-17T08:06:40.6042169Z 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-07-17T08:06:40.6047537Z 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-07-17T08:06:40.6053102Z 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-07-17T08:06:40.6068058Z 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-07-17T08:06:40.6073601Z 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-07-17T08:06:40.6079426Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.6088974Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2025-07-17T08:06:40.6092305Z 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-07-17T08:06:40.6097796Z 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-07-17T08:06:40.6103125Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2025-07-17T08:06:40.6106557Z 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-07-17T08:06:40.6112410Z 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-07-17T08:06:40.6118043Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2025-07-17T08:06:40.6131367Z 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-07-17T08:06:40.6170763Z 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-07-17T08:06:40.6176739Z 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-07-17T08:06:40.6186489Z 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-07-17T08:06:40.6191038Z 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-07-17T08:06:40.6201226Z 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-07-17T08:06:40.6206328Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.6211712Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2025-07-17T08:06:40.6217326Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2025-07-17T08:06:40.6220816Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2025-07-17T08:06:40.6226465Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2025-07-17T08:06:40.6229948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2025-07-17T08:06:40.6236048Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.6242313Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2025-07-17T08:06:40.6256361Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\_nvshmem_triton.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-07-17T08:06:40.6261502Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2025-07-17T08:06:40.6267850Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2025-07-17T08:06:40.6271449Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-07-17T08:06:40.6276675Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-07-17T08:06:40.6282251Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2025-07-17T08:06:40.6287840Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2025-07-17T08:06:40.6291163Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6296640Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fake_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6302070Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6312295Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6327851Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6333257Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6339359Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6344855Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6351118Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6357189Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6362583Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2025-07-17T08:06:40.6367697Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2025-07-17T08:06:40.6374129Z creating build\bdist.win-amd64\wheel\torch\distributions 2025-07-17T08:06:40.6377474Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6401892Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6407232Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6412488Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6428113Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6433540Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6438932Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6444861Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6450421Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6455743Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6464996Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6470556Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6476001Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6481713Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6487085Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6492615Z copying build\lib.win-amd64-cpython-39\torch\distributions\generalized_pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6498055Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6503489Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6508880Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6514508Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6520386Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6525899Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6541628Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6547567Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6553170Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6565395Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6570946Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6576417Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6582070Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6587609Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6593342Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6599866Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6615304Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6620832Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6626218Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6632235Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6638321Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6644048Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6650129Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6656041Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6661944Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6667681Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6674148Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6679632Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6708190Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6723835Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6729344Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6734879Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2025-07-17T08:06:40.6740834Z creating build\bdist.win-amd64\wheel\torch\export 2025-07-17T08:06:40.6744356Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6749646Z copying build\lib.win-amd64-cpython-39\torch\export\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6755280Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6760647Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6777298Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2025-07-17T08:06:40.6780806Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\_utils.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-07-17T08:06:40.6786426Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2025-07-17T08:06:40.6792353Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6798760Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6804912Z creating build\bdist.win-amd64\wheel\torch\export\passes 2025-07-17T08:06:40.6808194Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2025-07-17T08:06:40.6814249Z creating build\bdist.win-amd64\wheel\torch\export\pt2_archive 2025-07-17T08:06:40.6817544Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\constants.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-07-17T08:06:40.6822922Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\_package.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-07-17T08:06:40.6833038Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\_package_weights.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-07-17T08:06:40.6838388Z copying build\lib.win-amd64-cpython-39\torch\export\pt2_archive\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\pt2_archive 2025-07-17T08:06:40.6853630Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6860198Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6866762Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6872428Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6878103Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6883455Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6889207Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6895610Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6900985Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6906735Z copying build\lib.win-amd64-cpython-39\torch\export\_wrapper_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6912594Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2025-07-17T08:06:40.6918668Z creating build\bdist.win-amd64\wheel\torch\fft 2025-07-17T08:06:40.6921829Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2025-07-17T08:06:40.6932870Z creating build\bdist.win-amd64\wheel\torch\func 2025-07-17T08:06:40.6936036Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2025-07-17T08:06:40.6941187Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:40.6947897Z creating build\bdist.win-amd64\wheel\torch\futures 2025-07-17T08:06:40.6951246Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2025-07-17T08:06:40.6957034Z creating build\bdist.win-amd64\wheel\torch\fx 2025-07-17T08:06:40.6960189Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.6965717Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.6971678Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2025-07-17T08:06:40.6974964Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.6981382Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.6987008Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7002570Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7008955Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7014909Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7021425Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2025-07-17T08:06:40.7025284Z 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-07-17T08:06:40.7032069Z 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-07-17T08:06:40.7039868Z 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-07-17T08:06:40.7056437Z 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-07-17T08:06:40.7061718Z 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-07-17T08:06:40.7067957Z 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-07-17T08:06:40.7073698Z 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-07-17T08:06:40.7083319Z 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-07-17T08:06:40.7087534Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7093268Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7099254Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7104770Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7111566Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7117596Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7124259Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7128820Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7134194Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7143028Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7149887Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2025-07-17T08:06:40.7153384Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7158798Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7164034Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7169478Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7175345Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2025-07-17T08:06:40.7189580Z 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-07-17T08:06:40.7195649Z 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-07-17T08:06:40.7201509Z 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-07-17T08:06:40.7207402Z 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-07-17T08:06:40.7212668Z 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-07-17T08:06:40.7228470Z 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-07-17T08:06:40.7234086Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7239692Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7244954Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7250658Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2025-07-17T08:06:40.7256027Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7261770Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7278047Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7283675Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7289566Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_constant_symnode.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7294967Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_dynamism.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7300693Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2025-07-17T08:06:40.7305063Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7311944Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7327791Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7333113Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7339097Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7345311Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7352378Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2025-07-17T08:06:40.7355800Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7361680Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2025-07-17T08:06:40.7365130Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-07-17T08:06:40.7370796Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2025-07-17T08:06:40.7375914Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2025-07-17T08:06:40.7379245Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2025-07-17T08:06:40.7382518Z 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-07-17T08:06:40.7388210Z 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-07-17T08:06:40.7393271Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2025-07-17T08:06:40.7397617Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7405133Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7422136Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7427995Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7433970Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2025-07-17T08:06:40.7437283Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-07-17T08:06:40.7444759Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-07-17T08:06:40.7449188Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-07-17T08:06:40.7454758Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2025-07-17T08:06:40.7469502Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7476233Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7481717Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7487292Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7492960Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7499202Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7505679Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7511489Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7518015Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7524352Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7530295Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2025-07-17T08:06:40.7533510Z 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-07-17T08:06:40.7539488Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2025-07-17T08:06:40.7544088Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7549888Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2025-07-17T08:06:40.7562911Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-07-17T08:06:40.7573002Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-07-17T08:06:40.7578437Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-07-17T08:06:40.7584304Z 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-07-17T08:06:40.7599384Z 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-07-17T08:06:40.7605038Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2025-07-17T08:06:40.7610360Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7616191Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2025-07-17T08:06:40.7621348Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7627816Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7633656Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7638940Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7644601Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7649913Z copying build\lib.win-amd64-cpython-39\torch\fx\_graph_pickler.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7655924Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7665914Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7671472Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7677886Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7683565Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2025-07-17T08:06:40.7691418Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:40.7698277Z creating build\bdist.win-amd64\wheel\torch\include 2025-07-17T08:06:40.7701558Z copying build\lib.win-amd64-cpython-39\torch\include\advisor-annotate.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:40.7707912Z creating build\bdist.win-amd64\wheel\torch\include\asmjit 2025-07-17T08:06:40.7711288Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\a64.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.7717021Z creating build\bdist.win-amd64\wheel\torch\include\asmjit\arm 2025-07-17T08:06:40.7720412Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64assembler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7726055Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64builder.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7731557Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7737137Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7753588Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64globals.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7761072Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64instdb.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7768884Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\a64operand.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7776956Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\armglobals.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7784708Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\armoperand.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7792880Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm\armutils.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\arm 2025-07-17T08:06:40.7799919Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\arm.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.7806945Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\asmjit-scope-begin.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.7817846Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\asmjit-scope-end.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.7833034Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\asmjit.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.7839216Z creating build\bdist.win-amd64\wheel\torch\include\asmjit\core 2025-07-17T08:06:40.7842721Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\api-config.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7848898Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\archcommons.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7854953Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\archtraits.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7860162Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\assembler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7876120Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\builder.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7882565Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\codebuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7892433Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\codeholder.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7898428Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7938383Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\compilerdefs.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7944238Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\constpool.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7949952Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7960750Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7967256Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\environment.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7973523Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\errorhandler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7979108Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\formatter.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7984857Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\func.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7991814Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\globals.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.7997212Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\inst.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8003031Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\jitallocator.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8009348Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\jitruntime.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8014901Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\logger.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8020559Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\operand.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8027474Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\osutils.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8032906Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\string.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8038416Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\support.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8045091Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\target.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8054681Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\type.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8060552Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\virtmem.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8066054Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zone.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8072236Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonehash.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8077554Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonelist.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8087093Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonestack.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8092594Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonestring.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8098157Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonetree.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8103525Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core\zonevector.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\core 2025-07-17T08:06:40.8109401Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\core.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.8116468Z creating build\bdist.win-amd64\wheel\torch\include\asmjit\x86 2025-07-17T08:06:40.8119669Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86assembler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8125450Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86builder.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8130784Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8137121Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86emitter.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8156522Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86globals.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8164152Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86instdb.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8170628Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86\x86operand.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit\x86 2025-07-17T08:06:40.8177294Z copying build\lib.win-amd64-cpython-39\torch\include\asmjit\x86.h -> build\bdist.win-amd64\wheel\.\torch\include\asmjit 2025-07-17T08:06:40.8184733Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2025-07-17T08:06:40.8188032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8197686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8202632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8207905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8214143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8230326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8235562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8241385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8246636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8251629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8257138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8263019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8268757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8275468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8281224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8291698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8297532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8304029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8310046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8332441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8338339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.8345324Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2025-07-17T08:06:40.8348849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8354606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8360118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8365349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8381283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8386586Z 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-07-17T08:06:40.8393224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8398714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8407909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8421809Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2025-07-17T08:06:40.8422731Z 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-07-17T08:06:40.8425321Z 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-07-17T08:06:40.8431305Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2025-07-17T08:06:40.8439995Z 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-07-17T08:06:40.8445856Z 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-07-17T08:06:40.8452057Z 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-07-17T08:06:40.8457867Z 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-07-17T08:06:40.8473809Z 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-07-17T08:06:40.8478285Z 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-07-17T08:06:40.8494025Z 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-07-17T08:06:40.8499678Z 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-07-17T08:06:40.8505392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8511785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8517896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8523810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8530001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8536058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8541847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8551660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8557330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8562700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8568420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8574027Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2025-07-17T08:06:40.8577559Z 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-07-17T08:06:40.8583122Z 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-07-17T08:06:40.8589147Z 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-07-17T08:06:40.8595573Z 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-07-17T08:06:40.8611369Z 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-07-17T08:06:40.8617018Z 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-07-17T08:06:40.8622454Z 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-07-17T08:06:40.8628510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8643587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8649017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8654102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8659586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8665059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8670480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8676232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8682432Z 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-07-17T08:06:40.8688087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8693738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8699156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8714675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8720475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8726064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8731949Z 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-07-17T08:06:40.8737364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8743724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8755156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8760572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8767073Z 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-07-17T08:06:40.8773736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8789064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8794929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8800300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8805797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8811423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8817087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8827237Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2025-07-17T08:06:40.8830856Z 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-07-17T08:06:40.8836320Z 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-07-17T08:06:40.8841826Z 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-07-17T08:06:40.8852773Z 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-07-17T08:06:40.8871940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8877821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8883600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8889430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8905246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8910878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8916287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8921701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8927219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8932830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8961769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8968825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8977288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8984695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.8991898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9001077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9029396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9035033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9041091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9046313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9051915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9057737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9063441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9069233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9075011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9080359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2025-07-17T08:06:40.9086317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9092168Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2025-07-17T08:06:40.9095521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-07-17T08:06:40.9100584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-07-17T08:06:40.9106604Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2025-07-17T08:06:40.9109945Z 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-07-17T08:06:40.9115185Z 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-07-17T08:06:40.9120697Z 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-07-17T08:06:40.9126629Z 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-07-17T08:06:40.9142551Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:40.9145594Z 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-07-17T08:06:40.9151149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve\vec_bfloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\sve 2025-07-17T08:06:40.9157019Z 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-07-17T08:06:40.9163086Z 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-07-17T08:06:40.9178511Z 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-07-17T08:06:40.9184480Z 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-07-17T08:06:40.9190545Z 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-07-17T08:06:40.9196366Z 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-07-17T08:06:40.9201935Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2025-07-17T08:06:40.9205196Z 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-07-17T08:06:40.9210413Z 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-07-17T08:06:40.9220512Z 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-07-17T08:06:40.9226126Z 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-07-17T08:06:40.9241785Z 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-07-17T08:06:40.9249151Z 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-07-17T08:06:40.9255060Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:40.9258458Z 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-07-17T08:06:40.9264207Z 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-07-17T08:06:40.9269362Z 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-07-17T08:06:40.9274902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_16bit_float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:40.9291205Z 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-07-17T08:06:40.9296763Z 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-07-17T08:06:40.9303089Z 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-07-17T08:06:40.9309082Z 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-07-17T08:06:40.9314684Z 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-07-17T08:06:40.9320225Z 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-07-17T08:06:40.9326175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2025-07-17T08:06:40.9331755Z 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-07-17T08:06:40.9343717Z 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-07-17T08:06:40.9349437Z 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-07-17T08:06:40.9357447Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2025-07-17T08:06:40.9361038Z 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-07-17T08:06:40.9367001Z 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-07-17T08:06:40.9372919Z 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-07-17T08:06:40.9388615Z 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-07-17T08:06:40.9394853Z 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-07-17T08:06:40.9400951Z 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-07-17T08:06:40.9407292Z 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-07-17T08:06:40.9413023Z 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-07-17T08:06:40.9418961Z 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-07-17T08:06:40.9428860Z 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-07-17T08:06:40.9434803Z 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-07-17T08:06:40.9441037Z 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-07-17T08:06:40.9447097Z 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-07-17T08:06:40.9453606Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2025-07-17T08:06:40.9457310Z 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-07-17T08:06:40.9469291Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:40.9472860Z 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-07-17T08:06:40.9478620Z 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-07-17T08:06:40.9485442Z 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-07-17T08:06:40.9491730Z 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-07-17T08:06:40.9507610Z 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-07-17T08:06:40.9513500Z 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-07-17T08:06:40.9519674Z 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-07-17T08:06:40.9526166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512\vec512_float8.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec512 2025-07-17T08:06:40.9532462Z 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-07-17T08:06:40.9539321Z 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-07-17T08:06:40.9545455Z 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-07-17T08:06:40.9552599Z 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-07-17T08:06:40.9559230Z 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-07-17T08:06:40.9564765Z 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-07-17T08:06:40.9570239Z 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-07-17T08:06:40.9575719Z 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-07-17T08:06:40.9606721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec_quant.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2025-07-17T08:06:40.9611472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2025-07-17T08:06:40.9617012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9624211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9628729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9634473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9640657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:40.9646779Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2025-07-17T08:06:40.9650191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9655628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9661088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9666101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9672136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9687397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub-RadixSortPairs.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9692960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9698819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9704252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9709622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9715852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9721765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9727025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9732346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9737758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9743378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9783423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9788925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9794516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9800109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9806008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9817429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9823253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9828632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9834426Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2025-07-17T08:06:40.9838071Z 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-07-17T08:06:40.9843762Z 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-07-17T08:06:40.9849206Z 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-07-17T08:06:40.9854748Z 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-07-17T08:06:40.9884109Z 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-07-17T08:06:40.9889769Z 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-07-17T08:06:40.9895166Z 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-07-17T08:06:40.9900710Z 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-07-17T08:06:40.9906636Z 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-07-17T08:06:40.9912328Z 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-07-17T08:06:40.9917954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9923721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9929295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9934905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9940719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9946325Z 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-07-17T08:06:40.9962865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9967764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9973081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9978459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9983921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9989330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:40.9995140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:41.0000434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2025-07-17T08:06:41.0006121Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2025-07-17T08:06:41.0009803Z 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-07-17T08:06:41.0016199Z 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-07-17T08:06:41.0022185Z 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-07-17T08:06:41.0027986Z 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-07-17T08:06:41.0043646Z 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-07-17T08:06:41.0049396Z 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-07-17T08:06:41.0055220Z 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-07-17T08:06:41.0061253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0076771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0083277Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2025-07-17T08:06:41.0086918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0092286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0097769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0102918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0112221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0126317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2025-07-17T08:06:41.0132592Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2025-07-17T08:06:41.0136034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0141532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0147047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0162869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0168223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0173750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0179447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0185322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0192976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0201159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0210505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2025-07-17T08:06:41.0218514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0224666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0230779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0236991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0242695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0248648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0255540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0276930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0282876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.0289607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1313347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1319112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1324813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1330449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1336708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1342224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1347961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1364720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.1372153Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2025-07-17T08:06:41.1375969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1381748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1387274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1465310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1470710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1476907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1482505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1488205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1500641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1507858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1514745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1535426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1543754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2025-07-17T08:06:41.1551345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2197218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2203113Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2025-07-17T08:06:41.2206624Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2025-07-17T08:06:41.2210487Z 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-07-17T08:06:41.2216653Z 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-07-17T08:06:41.2222496Z 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-07-17T08:06:41.2286327Z 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-07-17T08:06:41.2291888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2297753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2303242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2309065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2314689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2319899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2325701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.2331469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3368447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3374542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3380239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3385880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3401867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3407469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3413200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3419486Z creating build\bdist.win-amd64\wheel\torch\include\ATen\metal 2025-07-17T08:06:41.3422847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\metal\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\metal 2025-07-17T08:06:41.3428512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3434704Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2025-07-17T08:06:41.3449515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3459597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3465124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3470767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3487061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3492195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2025-07-17T08:06:41.3497681Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2025-07-17T08:06:41.3501149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3506840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3512555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3518678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3535536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3541446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3547195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3552919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3558885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3565740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3571386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2025-07-17T08:06:41.3577099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3585158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.3591018Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2025-07-17T08:06:41.3594633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3601000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3606528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3612775Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse 2025-07-17T08:06:41.3627328Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse\quantized 2025-07-17T08:06:41.3630758Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:41.3634258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:41.3640274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\packed_params.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:41.3645810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ao_sparse\quantized\cpu\qnnpack_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\ao_sparse\quantized\cpu 2025-07-17T08:06:41.3651249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3656867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3662415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3672991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3678318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3683619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3689267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3694822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3700382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3708450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3714489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3720100Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2025-07-17T08:06:41.3724010Z 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-07-17T08:06:41.3729370Z 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-07-17T08:06:41.3735369Z 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-07-17T08:06:41.3740721Z 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-07-17T08:06:41.3757127Z 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-07-17T08:06:41.3762447Z 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-07-17T08:06:41.3767746Z 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-07-17T08:06:41.3773625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-07-17T08:06:41.3779092Z 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-07-17T08:06:41.3784688Z 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-07-17T08:06:41.3790330Z 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-07-17T08:06:41.3795844Z 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-07-17T08:06:41.3801369Z 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-07-17T08:06:41.3806934Z 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-07-17T08:06:41.3812427Z 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-07-17T08:06:41.3818036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogSoftmaxKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2025-07-17T08:06:41.3824651Z 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-07-17T08:06:41.3830381Z 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-07-17T08:06:41.3836018Z 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-07-17T08:06:41.3841647Z 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-07-17T08:06:41.3860066Z 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-07-17T08:06:41.3867189Z 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-07-17T08:06:41.3874511Z 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-07-17T08:06:41.3881450Z 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-07-17T08:06:41.3889942Z 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-07-17T08:06:41.3896949Z 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-07-17T08:06:41.3904339Z 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-07-17T08:06:41.3911530Z 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-07-17T08:06:41.3919830Z 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-07-17T08:06:41.3926900Z 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-07-17T08:06:41.3945624Z 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-07-17T08:06:41.3951371Z 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-07-17T08:06:41.3956726Z 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-07-17T08:06:41.3962433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3968008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3973845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.3979828Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2025-07-17T08:06:41.3983443Z 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-07-17T08:06:41.3988922Z 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-07-17T08:06:41.3994423Z 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-07-17T08:06:41.4000268Z 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-07-17T08:06:41.4017128Z 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-07-17T08:06:41.4022614Z 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-07-17T08:06:41.4028343Z 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-07-17T08:06:41.4034530Z 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-07-17T08:06:41.4040287Z 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-07-17T08:06:41.4046117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\cutlass_common.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-07-17T08:06:41.4051798Z 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-07-17T08:06:41.4061665Z 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-07-17T08:06:41.4063394Z 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-07-17T08:06:41.4070036Z 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-07-17T08:06:41.4076108Z 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-07-17T08:06:41.4082271Z 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-07-17T08:06:41.4087842Z 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-07-17T08:06:41.4093879Z 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-07-17T08:06:41.4109475Z 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-07-17T08:06:41.4114754Z 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-07-17T08:06:41.4120166Z 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-07-17T08:06:41.4125805Z 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-07-17T08:06:41.4131434Z 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-07-17T08:06:41.4137070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-07-17T08:06:41.4142347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GroupMMCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-07-17T08:06:41.4147664Z 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-07-17T08:06:41.4153374Z 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-07-17T08:06:41.4158903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-07-17T08:06:41.4174548Z 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-07-17T08:06:41.4185062Z 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-07-17T08:06:41.4187529Z 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-07-17T08:06:41.4193208Z 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-07-17T08:06:41.4198488Z 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-07-17T08:06:41.4203698Z 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-07-17T08:06:41.4210653Z 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-07-17T08:06:41.4216746Z 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-07-17T08:06:41.4222362Z 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-07-17T08:06:41.4237949Z 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-07-17T08:06:41.4244619Z 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-07-17T08:06:41.4265317Z 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-07-17T08:06:41.4270869Z 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-07-17T08:06:41.4276755Z 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-07-17T08:06:41.4283005Z 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-07-17T08:06:41.4288458Z 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-07-17T08:06:41.4294556Z 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-07-17T08:06:41.4306972Z 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-07-17T08:06:41.4308189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScaledGroupMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2025-07-17T08:06:41.4310865Z 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-07-17T08:06:41.4316354Z 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-07-17T08:06:41.4322412Z 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-07-17T08:06:41.4328152Z 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-07-17T08:06:41.4343922Z 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-07-17T08:06:41.4349485Z 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-07-17T08:06:41.4355253Z 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-07-17T08:06:41.4360617Z 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-07-17T08:06:41.4366874Z 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-07-17T08:06:41.4406763Z 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-07-17T08:06:41.4412800Z 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-07-17T08:06:41.4418350Z 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-07-17T08:06:41.4424345Z 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-07-17T08:06:41.4443486Z 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-07-17T08:06:41.4449059Z 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-07-17T08:06:41.4454849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4470971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4481337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4486819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4493096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4499203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4505088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4510437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4516259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4521949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4528455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4534620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4550641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4555838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4561668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4567707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4578228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4584647Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2025-07-17T08:06:41.4588142Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:41.4592159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_collection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:41.4597947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip\bgemm_kernels\bgemm_kernel_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\hip\bgemm_kernels 2025-07-17T08:06:41.4603392Z 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-07-17T08:06:41.4608578Z 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-07-17T08:06:41.4614329Z 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-07-17T08:06:41.4622017Z 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-07-17T08:06:41.4660155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4665664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4671319Z 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-07-17T08:06:41.4677065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4682654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4688444Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\kleidiai 2025-07-17T08:06:41.4702320Z 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-07-17T08:06:41.4707831Z 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-07-17T08:06:41.4713361Z 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-07-17T08:06:41.4718961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4724692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4730207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4735677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4741761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4747277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4755259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4760411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4765950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.4771786Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2025-07-17T08:06:41.4775369Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:41.4778630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\Conv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:41.4784291Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:41.4787552Z 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-07-17T08:06:41.4793650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\DnnlExt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:41.4799450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail\LRUCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu\detail 2025-07-17T08:06:41.4804725Z 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-07-17T08:06:41.4810162Z 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-07-17T08:06:41.4820045Z 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-07-17T08:06:41.4835750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\FusionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mkldnn\xpu 2025-07-17T08:06:41.4841457Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2025-07-17T08:06:41.4844744Z 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-07-17T08:06:41.4850155Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:41.4853518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels\Pooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:41.4863434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\kernels\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\kernels 2025-07-17T08:06:41.4868451Z 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-07-17T08:06:41.4873938Z 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-07-17T08:06:41.4879472Z 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-07-17T08:06:41.4894908Z 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-07-17T08:06:41.4900455Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4903784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\BinaryKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4909132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamAmsgradKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4914860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4930551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamWAmsgradKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4936181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\FusedAdamWKernelImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4941700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\operations\MultiTensorApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps\operations 2025-07-17T08:06:41.4947467Z 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-07-17T08:06:41.4953562Z 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-07-17T08:06:41.4959257Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mtia 2025-07-17T08:06:41.4972341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mtia\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mtia 2025-07-17T08:06:41.4978028Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2025-07-17T08:06:41.4981631Z 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-07-17T08:06:41.4987017Z 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-07-17T08:06:41.4992764Z 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-07-17T08:06:41.5008611Z 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-07-17T08:06:41.5014124Z 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-07-17T08:06:41.5019718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5025242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5030956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5036515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5042175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5047712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5053438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5059015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5065114Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2025-07-17T08:06:41.5068499Z 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-07-17T08:06:41.5074677Z 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-07-17T08:06:41.5080236Z 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-07-17T08:06:41.5096660Z 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-07-17T08:06:41.5107092Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:41.5112982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu\ACLUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cpu 2025-07-17T08:06:41.5119207Z 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-07-17T08:06:41.5124480Z 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-07-17T08:06:41.5130221Z 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-07-17T08:06:41.5145882Z 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-07-17T08:06:41.5151384Z 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-07-17T08:06:41.5156704Z 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-07-17T08:06:41.5162358Z 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-07-17T08:06:41.5167733Z 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-07-17T08:06:41.5173637Z 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-07-17T08:06:41.5178869Z 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-07-17T08:06:41.5184275Z 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-07-17T08:06:41.5190304Z 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-07-17T08:06:41.5195826Z 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-07-17T08:06:41.5201134Z 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-07-17T08:06:41.5206231Z 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-07-17T08:06:41.5212147Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cudnn 2025-07-17T08:06:41.5215398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cudnn\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized\cudnn 2025-07-17T08:06:41.5220865Z 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-07-17T08:06:41.5246616Z 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-07-17T08:06:41.5252372Z 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-07-17T08:06:41.5257567Z 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-07-17T08:06:41.5263597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5268853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5293742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5298940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5304504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5310524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5316292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5321508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5326981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5332437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5337867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5343394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5348733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5364511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5370051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5392698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5433241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5439024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5444872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5450543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5456210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5461726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5477554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5483513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5489156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5494811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5500163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5505710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5511163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5517018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5522631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5528536Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2025-07-17T08:06:41.5532150Z 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-07-17T08:06:41.5538066Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda 2025-07-17T08:06:41.5541530Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:41.5544936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn\flash_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:41.5550510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\flash_attn\static_switch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\flash_attn 2025-07-17T08:06:41.5556190Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5559723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\debug_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5565152Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:41.5568752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_pipelined.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:41.5575161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_rescale_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:41.5580912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue\epilogue_thread_apply_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\epilogue 2025-07-17T08:06:41.5596536Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5599950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5605488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5611065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_multistage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5617235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\custom_mma_pipelined.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5633492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\find_default_mma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5639214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_accum_lambda_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5644826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm\mma_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm 2025-07-17T08:06:41.5651663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\gemm_kernel_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5667361Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5673337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\default_warp_iterator_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5677458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\epilogue_predicated_tile_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5683809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\make_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5699554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_access_iterator_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5706598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\predicated_tile_iterator_residual_last.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5714101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\transpose_warp_iterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5719881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators\warp_iterator_from_smem.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\iterators 2025-07-17T08:06:41.5725677Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:41.5729153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassB.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:41.5741769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels\cutlassF.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernels 2025-07-17T08:06:41.5747877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5755044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\kernel_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5761704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\pytorch_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention 2025-07-17T08:06:41.5767558Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-07-17T08:06:41.5771523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform\tile_smem_loader.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda\mem_eff_attention\transform 2025-07-17T08:06:41.5777113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\cuda\sdp_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\cuda 2025-07-17T08:06:41.5782882Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip 2025-07-17T08:06:41.5786407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\aotriton_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip 2025-07-17T08:06:41.5792217Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip\flash_attn 2025-07-17T08:06:41.5795746Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-07-17T08:06:41.5799201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\ck\me_ck_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip\flash_attn\ck 2025-07-17T08:06:41.5805029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\hip\flash_attn\flash_api.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers\hip\flash_attn 2025-07-17T08:06:41.5811388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\sdp_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2025-07-17T08:06:41.5826559Z 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-07-17T08:06:41.5833724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5839489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5845327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5851427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5856995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5862449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5867914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5873616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5879849Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2025-07-17T08:06:41.5883394Z 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-07-17T08:06:41.5888680Z 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-07-17T08:06:41.5894448Z 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-07-17T08:06:41.5900027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5905443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2025-07-17T08:06:41.5925609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5932469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5939064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5944899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5950725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5961096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.5968219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:41.6117434Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2025-07-17T08:06:41.6120873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6126378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6132371Z 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-07-17T08:06:41.6141714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6157349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6163279Z 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-07-17T08:06:41.6168857Z 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-07-17T08:06:41.6174708Z 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-07-17T08:06:41.6180258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6185939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6191684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6197169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6207545Z 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-07-17T08:06:41.6213051Z 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-07-17T08:06:41.6218638Z 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-07-17T08:06:41.6224575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6229947Z 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-07-17T08:06:41.6239923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6245634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6252186Z 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-07-17T08:06:41.6268726Z 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-07-17T08:06:41.6284286Z 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-07-17T08:06:41.6291905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6298579Z 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-07-17T08:06:41.6306195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6314078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6321133Z 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-07-17T08:06:41.6328644Z 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-07-17T08:06:41.6336086Z 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-07-17T08:06:41.6355908Z 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-07-17T08:06:41.6362892Z 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-07-17T08:06:41.6370082Z 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-07-17T08:06:41.6378897Z 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-07-17T08:06:41.6386320Z 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-07-17T08:06:41.6393668Z 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-07-17T08:06:41.6434586Z 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-07-17T08:06:41.6440178Z 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-07-17T08:06:41.6451263Z 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-07-17T08:06:41.6457041Z 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-07-17T08:06:41.6462989Z 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-07-17T08:06:41.6468847Z 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-07-17T08:06:41.6474741Z 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-07-17T08:06:41.6485459Z 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-07-17T08:06:41.6491750Z 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-07-17T08:06:41.6497151Z 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-07-17T08:06:41.6502870Z 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-07-17T08:06:41.6508744Z 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-07-17T08:06:41.6514582Z 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-07-17T08:06:41.6539935Z 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-07-17T08:06:41.6545810Z 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-07-17T08:06:41.6551715Z 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-07-17T08:06:41.6557121Z 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-07-17T08:06:41.6563157Z 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-07-17T08:06:41.6568649Z 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-07-17T08:06:41.6574824Z 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-07-17T08:06:41.6581236Z 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-07-17T08:06:41.6587058Z 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-07-17T08:06:41.6592979Z 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-07-17T08:06:41.6598833Z 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-07-17T08:06:41.6614736Z 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-07-17T08:06:41.6620765Z 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-07-17T08:06:41.6627434Z 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-07-17T08:06:41.6633471Z 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-07-17T08:06:41.6639375Z 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-07-17T08:06:41.6645304Z 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-07-17T08:06:41.6651407Z 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-07-17T08:06:41.6667462Z 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-07-17T08:06:41.6673844Z 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-07-17T08:06:41.6679804Z 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-07-17T08:06:41.6685947Z 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-07-17T08:06:41.6692293Z 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-07-17T08:06:41.6708401Z 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-07-17T08:06:41.6715024Z 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-07-17T08:06:41.6720853Z 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-07-17T08:06:41.6726646Z 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-07-17T08:06:41.6732657Z 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-07-17T08:06:41.6738563Z 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-07-17T08:06:41.6749045Z 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-07-17T08:06:41.6755101Z 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-07-17T08:06:41.6761100Z 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-07-17T08:06:41.6767003Z 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-07-17T08:06:41.6773097Z 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-07-17T08:06:41.6779162Z 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-07-17T08:06:41.6785206Z 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-07-17T08:06:41.6791144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6796743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6802238Z 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-07-17T08:06:41.6807962Z 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-07-17T08:06:41.6813495Z 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-07-17T08:06:41.6819797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6825481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6832122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6838156Z 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-07-17T08:06:41.6843883Z 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-07-17T08:06:41.6849720Z 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-07-17T08:06:41.6865459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6871179Z 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-07-17T08:06:41.6876888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6882716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6888290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6894073Z 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-07-17T08:06:41.6899632Z 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-07-17T08:06:41.6905402Z 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-07-17T08:06:41.6911163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6916786Z 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-07-17T08:06:41.6922485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6928406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6933965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6939527Z 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-07-17T08:06:41.6945074Z 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-07-17T08:06:41.6950764Z 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-07-17T08:06:41.6956317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6961943Z 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-07-17T08:06:41.6967400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6972922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6978612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.6984417Z 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-07-17T08:06:41.7000505Z 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-07-17T08:06:41.7006107Z 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-07-17T08:06:41.7011574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7017044Z 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-07-17T08:06:41.7022667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7028499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7034463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7040061Z 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-07-17T08:06:41.7045624Z 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-07-17T08:06:41.7051266Z 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-07-17T08:06:41.7056895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7063209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7069142Z 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-07-17T08:06:41.7075325Z 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-07-17T08:06:41.7081390Z 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-07-17T08:06:41.7087351Z 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-07-17T08:06:41.7092973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7098703Z 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-07-17T08:06:41.7104513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7110358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7116399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7122255Z 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-07-17T08:06:41.7128214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7133790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7139816Z 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-07-17T08:06:41.7145840Z 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-07-17T08:06:41.7152414Z 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-07-17T08:06:41.7158369Z 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-07-17T08:06:41.7164320Z 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-07-17T08:06:41.7171164Z 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-07-17T08:06:41.7187723Z 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-07-17T08:06:41.7193888Z 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-07-17T08:06:41.7199692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7210536Z 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-07-17T08:06:41.7216480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7222591Z 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-07-17T08:06:41.7228243Z 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-07-17T08:06:41.7234180Z 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-07-17T08:06:41.7239592Z 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-07-17T08:06:41.7245445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7250809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7256625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7262090Z 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-07-17T08:06:41.7267578Z 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-07-17T08:06:41.7273099Z 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-07-17T08:06:41.7278766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7285416Z 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-07-17T08:06:41.7290548Z 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-07-17T08:06:41.7296004Z 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-07-17T08:06:41.7302040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7307512Z 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-07-17T08:06:41.7313152Z 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-07-17T08:06:41.7318740Z 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-07-17T08:06:41.7324301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7329529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7340905Z 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-07-17T08:06:41.7345489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7351027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7357415Z 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-07-17T08:06:41.7362818Z 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-07-17T08:06:41.7373196Z 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-07-17T08:06:41.7378842Z 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-07-17T08:06:41.7384411Z 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-07-17T08:06:41.7390029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7395538Z 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-07-17T08:06:41.7405405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7411040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7416958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7422868Z 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-07-17T08:06:41.7428588Z 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-07-17T08:06:41.7445089Z 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-07-17T08:06:41.7451185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7457102Z 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-07-17T08:06:41.7464340Z 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-07-17T08:06:41.7470709Z 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-07-17T08:06:41.7481396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7487001Z 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-07-17T08:06:41.7492732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7498496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7504127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7514358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7520557Z 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-07-17T08:06:41.7526167Z 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-07-17T08:06:41.7531977Z 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-07-17T08:06:41.7537869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7550153Z 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-07-17T08:06:41.7559012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7566697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7574212Z 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-07-17T08:06:41.7584262Z 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-07-17T08:06:41.7594420Z 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-07-17T08:06:41.7600086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7605968Z 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-07-17T08:06:41.7612105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7617724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7623580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7629450Z 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-07-17T08:06:41.7653323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7658869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7664287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7670039Z 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-07-17T08:06:41.7676274Z 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-07-17T08:06:41.7681962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7687487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7693120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7703069Z 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-07-17T08:06:41.7708764Z 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-07-17T08:06:41.7719637Z 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-07-17T08:06:41.7725510Z 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-07-17T08:06:41.7731301Z 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-07-17T08:06:41.7752538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7758072Z 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-07-17T08:06:41.7763629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7769129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7774571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7784840Z 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-07-17T08:06:41.7790600Z 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-07-17T08:06:41.7796556Z 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-07-17T08:06:41.7802385Z 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-07-17T08:06:41.7808064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7819472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7825347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7830915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7836639Z 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-07-17T08:06:41.7842146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7848202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7854556Z 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-07-17T08:06:41.7860140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7865856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7871689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7877130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7882791Z 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-07-17T08:06:41.7889310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7895115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7901157Z 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-07-17T08:06:41.7906986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7912984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7918812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7924484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7930290Z 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-07-17T08:06:41.7936903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7942572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7948304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7954140Z 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-07-17T08:06:41.7959903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7965718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7971836Z 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-07-17T08:06:41.7977371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7984386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7990087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.7996124Z 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-07-17T08:06:41.8001803Z 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-07-17T08:06:41.8007774Z 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-07-17T08:06:41.8013407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8019330Z 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-07-17T08:06:41.8025307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8031266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8037044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8043030Z 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-07-17T08:06:41.8048663Z 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-07-17T08:06:41.8054527Z 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-07-17T08:06:41.8060291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8066740Z 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-07-17T08:06:41.8072580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8105826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8106736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8107894Z 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-07-17T08:06:41.8108978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8111367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8112301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8118129Z 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-07-17T08:06:41.8123954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8129998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8135178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8173737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8179593Z 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-07-17T08:06:41.8185211Z 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-07-17T08:06:41.8191276Z 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-07-17T08:06:41.8196939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8202797Z 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-07-17T08:06:41.8208418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8214074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8220225Z 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-07-17T08:06:41.8225858Z 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-07-17T08:06:41.8231692Z 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-07-17T08:06:41.8241785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8247395Z 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-07-17T08:06:41.8253483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8258854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8264177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8270456Z 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-07-17T08:06:41.8275927Z 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-07-17T08:06:41.8282081Z 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-07-17T08:06:41.8288002Z 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-07-17T08:06:41.8294004Z 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-07-17T08:06:41.8306196Z 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-07-17T08:06:41.8311956Z 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-07-17T08:06:41.8317725Z 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-07-17T08:06:41.8323537Z 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-07-17T08:06:41.8329233Z 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-07-17T08:06:41.8335189Z 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-07-17T08:06:41.8341320Z 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-07-17T08:06:41.8347763Z 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-07-17T08:06:41.8353757Z 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-07-17T08:06:41.8359442Z 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-07-17T08:06:41.8365279Z 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-07-17T08:06:41.8371164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8376583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8382449Z 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-07-17T08:06:41.8388065Z 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-07-17T08:06:41.8394197Z 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-07-17T08:06:41.8399978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8405821Z 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-07-17T08:06:41.8412304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8418119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8423686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8429753Z 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-07-17T08:06:41.8435672Z 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-07-17T08:06:41.8441558Z 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-07-17T08:06:41.8447363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8452961Z 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-07-17T08:06:41.8463500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8469741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8476023Z 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-07-17T08:06:41.8482046Z 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-07-17T08:06:41.8487778Z 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-07-17T08:06:41.8493503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8499004Z 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-07-17T08:06:41.8512657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8518375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8524112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8530137Z 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-07-17T08:06:41.8535847Z 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-07-17T08:06:41.8546344Z 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-07-17T08:06:41.8551043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8558567Z 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-07-17T08:06:41.8564379Z 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-07-17T08:06:41.8570323Z 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-07-17T08:06:41.8576436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8583283Z 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-07-17T08:06:41.8589534Z 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-07-17T08:06:41.8595823Z 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-07-17T08:06:41.8601546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8607659Z 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-07-17T08:06:41.8613949Z 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-07-17T08:06:41.8619744Z 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-07-17T08:06:41.8625547Z 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-07-17T08:06:41.8631621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8637605Z 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-07-17T08:06:41.8643802Z 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-07-17T08:06:41.8649756Z 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-07-17T08:06:41.8655883Z 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-07-17T08:06:41.8661664Z 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-07-17T08:06:41.8667624Z 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-07-17T08:06:41.8673799Z 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-07-17T08:06:41.8679908Z 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-07-17T08:06:41.8686214Z 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-07-17T08:06:41.8697600Z 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-07-17T08:06:41.8703275Z 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-07-17T08:06:41.8708984Z 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-07-17T08:06:41.8715124Z 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-07-17T08:06:41.8720802Z 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-07-17T08:06:41.8726526Z 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-07-17T08:06:41.8732263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8738472Z 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-07-17T08:06:41.8744947Z 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-07-17T08:06:41.8750866Z 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-07-17T08:06:41.8756757Z 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-07-17T08:06:41.8762635Z 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-07-17T08:06:41.8768531Z 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-07-17T08:06:41.8774666Z 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-07-17T08:06:41.8792828Z 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-07-17T08:06:41.8798976Z 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-07-17T08:06:41.8804675Z 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-07-17T08:06:41.8811543Z 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-07-17T08:06:41.8818340Z 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-07-17T08:06:41.8824968Z 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-07-17T08:06:41.8831408Z 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-07-17T08:06:41.8838910Z 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-07-17T08:06:41.8846467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8855568Z 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-07-17T08:06:41.8862765Z 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-07-17T08:06:41.8870170Z 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-07-17T08:06:41.8878889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8887140Z 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-07-17T08:06:41.8894006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8902619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8910093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8917782Z 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-07-17T08:06:41.8926288Z 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-07-17T08:06:41.8933648Z 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-07-17T08:06:41.8941588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.8950453Z 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-07-17T08:06:41.8975727Z 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-07-17T08:06:41.8981767Z 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-07-17T08:06:41.8993351Z 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-07-17T08:06:41.9000453Z 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-07-17T08:06:41.9007078Z 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-07-17T08:06:41.9013453Z 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-07-17T08:06:41.9019462Z 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-07-17T08:06:41.9025444Z 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-07-17T08:06:41.9031480Z 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-07-17T08:06:41.9038008Z 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-07-17T08:06:41.9044605Z 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-07-17T08:06:41.9050918Z 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-07-17T08:06:41.9057361Z 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-07-17T08:06:41.9063565Z 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-07-17T08:06:41.9070208Z 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-07-17T08:06:41.9076231Z 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-07-17T08:06:41.9082435Z 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-07-17T08:06:41.9088907Z 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-07-17T08:06:41.9094845Z 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-07-17T08:06:41.9101394Z 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-07-17T08:06:41.9108231Z 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-07-17T08:06:41.9114442Z 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-07-17T08:06:41.9120571Z 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-07-17T08:06:41.9127468Z 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-07-17T08:06:41.9133773Z 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-07-17T08:06:41.9140976Z 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-07-17T08:06:41.9146979Z 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-07-17T08:06:41.9153162Z 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-07-17T08:06:41.9159114Z 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-07-17T08:06:41.9165398Z 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-07-17T08:06:41.9172033Z 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-07-17T08:06:41.9177801Z 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-07-17T08:06:41.9183989Z 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-07-17T08:06:41.9189896Z 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-07-17T08:06:41.9196089Z 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-07-17T08:06:41.9202929Z 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-07-17T08:06:41.9209641Z 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-07-17T08:06:41.9216223Z 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-07-17T08:06:41.9222191Z 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-07-17T08:06:41.9228545Z 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-07-17T08:06:41.9234584Z 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-07-17T08:06:41.9241885Z 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-07-17T08:06:41.9247873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9254064Z 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-07-17T08:06:41.9260050Z 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-07-17T08:06:41.9298666Z 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-07-17T08:06:41.9304670Z 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-07-17T08:06:41.9327118Z 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-07-17T08:06:41.9333264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9339157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9345763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9351769Z 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-07-17T08:06:41.9357414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9363038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9368891Z 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-07-17T08:06:41.9375418Z 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-07-17T08:06:41.9413799Z 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-07-17T08:06:41.9638534Z 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-07-17T08:06:41.9644558Z 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-07-17T08:06:41.9650597Z 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-07-17T08:06:41.9656916Z 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-07-17T08:06:41.9663832Z 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-07-17T08:06:41.9670063Z 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-07-17T08:06:41.9676162Z 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-07-17T08:06:41.9682480Z 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-07-17T08:06:41.9688685Z 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-07-17T08:06:41.9694695Z 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-07-17T08:06:41.9701228Z 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-07-17T08:06:41.9707277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9713733Z 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-07-17T08:06:41.9719156Z 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-07-17T08:06:41.9724844Z 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-07-17T08:06:41.9730606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9736813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9742649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9748798Z 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-07-17T08:06:41.9754657Z 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-07-17T08:06:41.9760356Z 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-07-17T08:06:41.9765941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9771591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9777380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9783739Z 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-07-17T08:06:41.9793570Z 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-07-17T08:06:41.9799407Z 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-07-17T08:06:41.9805414Z 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-07-17T08:06:41.9811383Z 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-07-17T08:06:41.9817280Z 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-07-17T08:06:41.9823405Z 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-07-17T08:06:41.9829554Z 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-07-17T08:06:41.9835636Z 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-07-17T08:06:41.9841904Z 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-07-17T08:06:41.9848190Z 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-07-17T08:06:41.9854019Z 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-07-17T08:06:41.9859951Z 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-07-17T08:06:41.9865796Z 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-07-17T08:06:41.9871742Z 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-07-17T08:06:41.9909744Z 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-07-17T08:06:41.9915971Z 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-07-17T08:06:41.9922226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9928854Z 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-07-17T08:06:41.9934623Z 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-07-17T08:06:41.9940576Z 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-07-17T08:06:41.9946322Z 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-07-17T08:06:41.9952173Z 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-07-17T08:06:41.9958296Z 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-07-17T08:06:41.9964066Z 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-07-17T08:06:41.9969826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:41.9975894Z 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-07-17T08:06:41.9982300Z 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-07-17T08:06:41.9988154Z 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-07-17T08:06:41.9994424Z 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-07-17T08:06:42.0000342Z 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-07-17T08:06:42.0006175Z 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-07-17T08:06:42.0012180Z 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-07-17T08:06:42.0018179Z 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-07-17T08:06:42.0023983Z 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-07-17T08:06:42.0030489Z 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-07-17T08:06:42.0036598Z 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-07-17T08:06:42.0042494Z 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-07-17T08:06:42.0048542Z 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-07-17T08:06:42.0054668Z 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-07-17T08:06:42.0060763Z 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-07-17T08:06:42.0066881Z 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-07-17T08:06:42.0072971Z 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-07-17T08:06:42.0078856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.0085248Z 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-07-17T08:06:42.0092008Z 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-07-17T08:06:42.0098449Z 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-07-17T08:06:42.0109413Z 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-07-17T08:06:42.0115370Z 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-07-17T08:06:42.0121342Z 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-07-17T08:06:42.0127738Z 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-07-17T08:06:42.0133517Z 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-07-17T08:06:42.0139734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.0145904Z 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-07-17T08:06:42.0152038Z 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-07-17T08:06:42.0157860Z 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-07-17T08:06:42.1903051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.1909280Z 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-07-17T08:06:42.1915712Z 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-07-17T08:06:42.1922159Z 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-07-17T08:06:42.1962775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.1969170Z 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-07-17T08:06:42.1974810Z 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-07-17T08:06:42.2018371Z 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-07-17T08:06:42.2023964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2029303Z 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-07-17T08:06:42.2035211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2046782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2047768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2052489Z 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-07-17T08:06:42.2058220Z 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-07-17T08:06:42.2063606Z 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-07-17T08:06:42.2069299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2076005Z 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-07-17T08:06:42.2082413Z 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-07-17T08:06:42.2088301Z 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-07-17T08:06:42.2094052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2100327Z 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-07-17T08:06:42.2106033Z 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-07-17T08:06:42.2111726Z 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-07-17T08:06:42.2118351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2124743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2130680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2136529Z 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-07-17T08:06:42.2142590Z 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-07-17T08:06:42.2148146Z 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-07-17T08:06:42.2154178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2160304Z 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-07-17T08:06:42.2166020Z 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-07-17T08:06:42.2171879Z 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-07-17T08:06:42.2177798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2183652Z 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-07-17T08:06:42.2191514Z 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-07-17T08:06:42.2197477Z 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-07-17T08:06:42.2203837Z 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-07-17T08:06:42.2207894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2213939Z 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-07-17T08:06:42.2220237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2226189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2231920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2237719Z 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-07-17T08:06:42.2243425Z 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-07-17T08:06:42.2249517Z 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-07-17T08:06:42.2255393Z 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-07-17T08:06:42.2277029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2282814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2288719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2294536Z 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-07-17T08:06:42.2300283Z 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-07-17T08:06:42.2306776Z 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-07-17T08:06:42.2312925Z 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-07-17T08:06:42.2319029Z 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-07-17T08:06:42.2324944Z 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-07-17T08:06:42.2330978Z 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-07-17T08:06:42.2337180Z 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-07-17T08:06:42.2342660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2348370Z 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-07-17T08:06:42.2358530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2364144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2369802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2375579Z 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-07-17T08:06:42.2381586Z 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-07-17T08:06:42.2387045Z 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-07-17T08:06:42.2397284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2402736Z 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-07-17T08:06:42.2408328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2414230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2419593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2425277Z 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-07-17T08:06:42.2431349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2437033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2442461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2448410Z 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-07-17T08:06:42.2454077Z 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-07-17T08:06:42.2459737Z 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-07-17T08:06:42.2469728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2475313Z 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-07-17T08:06:42.2480851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2486145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2500393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2506263Z 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-07-17T08:06:42.2516562Z 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-07-17T08:06:42.2522397Z 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-07-17T08:06:42.2528084Z 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-07-17T08:06:42.2533754Z 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-07-17T08:06:42.2539475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2544834Z 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-07-17T08:06:42.2550632Z 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-07-17T08:06:42.2556577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2562353Z 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-07-17T08:06:42.2568306Z 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-07-17T08:06:42.2574061Z 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-07-17T08:06:42.2579733Z 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-07-17T08:06:42.2590257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2595999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2601684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2607890Z 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-07-17T08:06:42.2613637Z 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-07-17T08:06:42.2619333Z 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-07-17T08:06:42.2625274Z 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-07-17T08:06:42.2632560Z 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-07-17T08:06:42.2638344Z 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-07-17T08:06:42.2644423Z 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-07-17T08:06:42.2650091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2655816Z 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-07-17T08:06:42.2661463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2667206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2672973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2678855Z 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-07-17T08:06:42.2684523Z 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-07-17T08:06:42.2690165Z 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-07-17T08:06:42.2695767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2701843Z 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-07-17T08:06:42.2707512Z 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-07-17T08:06:42.2713475Z 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-07-17T08:06:42.2719200Z 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-07-17T08:06:42.2725054Z 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-07-17T08:06:42.2730681Z 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-07-17T08:06:42.2736359Z 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-07-17T08:06:42.2742009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2747739Z 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-07-17T08:06:42.2753542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2759579Z 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-07-17T08:06:42.2770129Z 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-07-17T08:06:42.2776681Z 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-07-17T08:06:42.2782461Z 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-07-17T08:06:42.2788503Z 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-07-17T08:06:42.2794863Z 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-07-17T08:06:42.2800507Z 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-07-17T08:06:42.2806292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2812116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2819676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2825802Z 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-07-17T08:06:42.2831397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2837167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2849051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2855141Z 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-07-17T08:06:42.2860591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2866447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2872255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2877994Z 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-07-17T08:06:42.2888946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2894541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2900267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2906077Z 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-07-17T08:06:42.2911768Z 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-07-17T08:06:42.2917562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2923303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2929040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2935001Z 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-07-17T08:06:42.2940761Z 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-07-17T08:06:42.2946550Z 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-07-17T08:06:42.2952427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.2963116Z 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-07-17T08:06:42.2972319Z 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-07-17T08:06:42.2978503Z 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-07-17T08:06:42.2984644Z 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-07-17T08:06:42.2990521Z 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-07-17T08:06:42.2996466Z 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-07-17T08:06:42.3006639Z 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-07-17T08:06:42.3012318Z 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-07-17T08:06:42.3018150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3024395Z 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-07-17T08:06:42.3030272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3035963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3042227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3049748Z 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-07-17T08:06:42.3054928Z 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-07-17T08:06:42.3061255Z 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-07-17T08:06:42.3068486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3074943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3085679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3092735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3099292Z 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-07-17T08:06:42.3113228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3114229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3119853Z 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-07-17T08:06:42.3126287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3131961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3137815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3143662Z 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-07-17T08:06:42.3149082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3155228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3161256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3167729Z 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-07-17T08:06:42.3174625Z 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-07-17T08:06:42.3180799Z 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-07-17T08:06:42.3187097Z 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-07-17T08:06:42.3193492Z 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-07-17T08:06:42.3199790Z 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-07-17T08:06:42.3206133Z 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-07-17T08:06:42.3212670Z 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-07-17T08:06:42.3219137Z 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-07-17T08:06:42.3225420Z 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-07-17T08:06:42.3231740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3252374Z 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-07-17T08:06:42.3258097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3263552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3269544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3275414Z 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-07-17T08:06:42.3280916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3286491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3292289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3298188Z 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-07-17T08:06:42.3303766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3309510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3315455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3321590Z 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-07-17T08:06:42.3327140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3332759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3338430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3344117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3350308Z 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-07-17T08:06:42.3356092Z 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-07-17T08:06:42.3362747Z 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-07-17T08:06:42.3368499Z 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-07-17T08:06:42.3374382Z 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-07-17T08:06:42.3380578Z 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-07-17T08:06:42.3386337Z 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-07-17T08:06:42.3392566Z 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-07-17T08:06:42.3398641Z 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-07-17T08:06:42.3404338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3410535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3416945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3422458Z 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-07-17T08:06:42.3433101Z 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-07-17T08:06:42.3439057Z 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-07-17T08:06:42.3444896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3451005Z 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-07-17T08:06:42.3456771Z 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-07-17T08:06:42.3462671Z 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-07-17T08:06:42.3468580Z 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-07-17T08:06:42.3474877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3480550Z 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-07-17T08:06:42.3486668Z 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-07-17T08:06:42.3492515Z 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-07-17T08:06:42.3498517Z 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-07-17T08:06:42.3504571Z 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-07-17T08:06:42.3510473Z 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-07-17T08:06:42.3516568Z 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-07-17T08:06:42.3522428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3528614Z 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-07-17T08:06:42.3534905Z 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-07-17T08:06:42.3540835Z 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-07-17T08:06:42.3546716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3553072Z 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-07-17T08:06:42.3559522Z 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-07-17T08:06:42.3565100Z 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-07-17T08:06:42.3570953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3577435Z 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-07-17T08:06:42.3583396Z 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-07-17T08:06:42.3595056Z 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-07-17T08:06:42.3634965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3640511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3648749Z 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-07-17T08:06:42.3657474Z 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-07-17T08:06:42.3663302Z 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-07-17T08:06:42.3669551Z 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-07-17T08:06:42.3675552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3682110Z 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-07-17T08:06:42.3687816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3693627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3723110Z 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-07-17T08:06:42.3728691Z 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-07-17T08:06:42.3734386Z 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-07-17T08:06:42.3740046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3745599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3752461Z 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-07-17T08:06:42.3757766Z 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-07-17T08:06:42.3763742Z 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-07-17T08:06:42.3769453Z 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-07-17T08:06:42.3775429Z 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-07-17T08:06:42.3781309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3786974Z 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-07-17T08:06:42.3792590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3797981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3803653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3809077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3815030Z 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-07-17T08:06:42.3820184Z 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-07-17T08:06:42.3826334Z 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-07-17T08:06:42.3832479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3837937Z 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-07-17T08:06:42.3843638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3849180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3854885Z 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-07-17T08:06:42.3860644Z 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-07-17T08:06:42.3866230Z 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-07-17T08:06:42.3872322Z 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-07-17T08:06:42.3878071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3884104Z 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-07-17T08:06:42.3890006Z 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-07-17T08:06:42.3895635Z 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-07-17T08:06:42.3901643Z 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-07-17T08:06:42.3907249Z 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-07-17T08:06:42.3913250Z 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-07-17T08:06:42.3918877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3928817Z 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-07-17T08:06:42.3934471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3940232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3945838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.3952045Z 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-07-17T08:06:42.3958084Z 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-07-17T08:06:42.3964270Z 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-07-17T08:06:42.3970125Z 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-07-17T08:06:42.3993584Z 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-07-17T08:06:42.3999395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4004987Z 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-07-17T08:06:42.4010775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4020743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4026513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4032410Z 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-07-17T08:06:42.4039655Z 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-07-17T08:06:42.4047232Z 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-07-17T08:06:42.4054636Z 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-07-17T08:06:42.4061610Z 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-07-17T08:06:42.4068685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4075087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4081457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4087362Z 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-07-17T08:06:42.4093269Z 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-07-17T08:06:42.4099832Z 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-07-17T08:06:42.4105674Z 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-07-17T08:06:42.4111873Z 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-07-17T08:06:42.4117846Z 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-07-17T08:06:42.4123746Z 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-07-17T08:06:42.4129232Z 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-07-17T08:06:42.4136277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.4142343Z 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-07-17T08:06:42.4148131Z 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-07-17T08:06:42.4154087Z 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-07-17T08:06:42.4160477Z 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-07-17T08:06:42.6511914Z 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-07-17T08:06:42.6522739Z 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-07-17T08:06:42.6528785Z 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-07-17T08:06:42.6534843Z 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-07-17T08:06:42.6541030Z 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-07-17T08:06:42.6547287Z 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-07-17T08:06:42.6553469Z 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-07-17T08:06:42.6565861Z 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-07-17T08:06:42.6572214Z 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-07-17T08:06:42.6577671Z 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-07-17T08:06:42.6583876Z 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-07-17T08:06:42.6590185Z 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-07-17T08:06:42.6596230Z 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-07-17T08:06:42.6602358Z 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-07-17T08:06:42.6608413Z 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-07-17T08:06:42.6614850Z 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-07-17T08:06:42.6621136Z 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-07-17T08:06:42.6627228Z 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-07-17T08:06:42.6633375Z 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-07-17T08:06:42.6639946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6646638Z 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-07-17T08:06:42.6653986Z 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-07-17T08:06:42.6661156Z 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-07-17T08:06:42.6667737Z 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-07-17T08:06:42.6674123Z 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-07-17T08:06:42.6684797Z 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-07-17T08:06:42.6691015Z 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-07-17T08:06:42.6697101Z 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-07-17T08:06:42.6703273Z 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-07-17T08:06:42.6709841Z 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-07-17T08:06:42.6715996Z 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-07-17T08:06:42.6721924Z 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-07-17T08:06:42.6728029Z 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-07-17T08:06:42.6734151Z 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-07-17T08:06:42.6740481Z 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-07-17T08:06:42.6746313Z 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-07-17T08:06:42.6752309Z 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-07-17T08:06:42.6758526Z 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-07-17T08:06:42.6764373Z 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-07-17T08:06:42.6770228Z 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-07-17T08:06:42.6776607Z 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-07-17T08:06:42.6782531Z 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-07-17T08:06:42.6788388Z 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-07-17T08:06:42.6794614Z 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-07-17T08:06:42.6800733Z 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-07-17T08:06:42.6806917Z 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-07-17T08:06:42.6812940Z 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-07-17T08:06:42.6818795Z 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-07-17T08:06:42.6824676Z 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-07-17T08:06:42.6835060Z 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-07-17T08:06:42.6840916Z 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-07-17T08:06:42.6846771Z 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-07-17T08:06:42.6852475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6858034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6864438Z 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-07-17T08:06:42.6873683Z 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-07-17T08:06:42.6879379Z 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-07-17T08:06:42.6885354Z 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-07-17T08:06:42.6891933Z 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-07-17T08:06:42.6897707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6903483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6909250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6915573Z 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-07-17T08:06:42.6921564Z 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-07-17T08:06:42.6927359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6933328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6939663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6950162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.6956513Z 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-07-17T08:06:42.6962303Z 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-07-17T08:06:42.6967977Z 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-07-17T08:06:42.6974186Z 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-07-17T08:06:42.6980613Z 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-07-17T08:06:42.6986628Z 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-07-17T08:06:42.6992805Z 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-07-17T08:06:42.6998744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7004735Z 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-07-17T08:06:42.7010684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7016724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7022825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7029010Z 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-07-17T08:06:42.7035044Z 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-07-17T08:06:42.7040852Z 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-07-17T08:06:42.7046901Z 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-07-17T08:06:42.7052772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7063173Z 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-07-17T08:06:42.7069276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7075692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7081863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7088168Z 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-07-17T08:06:42.7094281Z 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-07-17T08:06:42.7100297Z 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-07-17T08:06:42.7106158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7111932Z 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-07-17T08:06:42.7117894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7123980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7129442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7139548Z 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-07-17T08:06:42.7145897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7152018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7158230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7164493Z 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-07-17T08:06:42.7170956Z 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-07-17T08:06:42.7176585Z 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-07-17T08:06:42.7182410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7188474Z 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-07-17T08:06:42.7194536Z 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-07-17T08:06:42.7200393Z 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-07-17T08:06:42.7206254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7212369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7218229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7223577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7229872Z 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-07-17T08:06:42.7235758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7241658Z 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-07-17T08:06:42.7247503Z 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-07-17T08:06:42.7253508Z 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-07-17T08:06:42.7259074Z 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-07-17T08:06:42.7264780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7276004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7278341Z 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-07-17T08:06:42.7284143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7289292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7294587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7300243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7306084Z 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-07-17T08:06:42.7311621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7317148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7322865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7328326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7334347Z 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-07-17T08:06:42.7340410Z 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-07-17T08:06:42.7346191Z 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-07-17T08:06:42.7352352Z 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-07-17T08:06:42.7358642Z 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-07-17T08:06:42.7364251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7370513Z 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-07-17T08:06:42.7376686Z 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-07-17T08:06:42.7382366Z 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-07-17T08:06:42.7388639Z 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-07-17T08:06:42.7394714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7400445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7406224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7412461Z 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-07-17T08:06:42.7418568Z 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-07-17T08:06:42.7424312Z 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-07-17T08:06:42.7430217Z 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-07-17T08:06:42.7436299Z 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-07-17T08:06:42.7441974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7448079Z 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-07-17T08:06:42.7454233Z 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-07-17T08:06:42.7460106Z 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-07-17T08:06:42.7466066Z 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-07-17T08:06:42.7471691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7477196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7482726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7488701Z 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-07-17T08:06:42.7498509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7504433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7509908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7515749Z 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-07-17T08:06:42.7521466Z 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-07-17T08:06:42.7527315Z 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-07-17T08:06:42.7532780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7538693Z 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-07-17T08:06:42.7544595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7550366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7556218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7562196Z 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-07-17T08:06:42.7567921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7573660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7579791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7585540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7591584Z 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-07-17T08:06:42.7597792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7603794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7642748Z 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-07-17T08:06:42.7648771Z 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-07-17T08:06:42.7655136Z 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-07-17T08:06:42.7661459Z 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-07-17T08:06:42.7667144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7673201Z 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-07-17T08:06:42.7679070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7686086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7691952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7697918Z 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-07-17T08:06:42.7703529Z 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-07-17T08:06:42.7709275Z 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-07-17T08:06:42.7715163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7721227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7726716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7732567Z 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-07-17T08:06:42.7738469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7744213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7750206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7756462Z 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-07-17T08:06:42.7762284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7768237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7774057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7779796Z 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-07-17T08:06:42.7785278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7790728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7796510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7802354Z 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-07-17T08:06:42.7807951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7817987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7823418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7829970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7835362Z 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-07-17T08:06:42.7841275Z 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-07-17T08:06:42.7846795Z 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-07-17T08:06:42.7852640Z 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-07-17T08:06:42.7858669Z 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-07-17T08:06:42.7873716Z 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-07-17T08:06:42.7879371Z 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-07-17T08:06:42.7885758Z 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-07-17T08:06:42.7891542Z 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-07-17T08:06:42.7897243Z 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-07-17T08:06:42.7903129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7908504Z 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-07-17T08:06:42.7914492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7920121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7925519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7931321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7937354Z 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-07-17T08:06:42.7943210Z 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-07-17T08:06:42.7948968Z 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-07-17T08:06:42.7955040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.7961041Z 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-07-17T08:06:42.7966809Z 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-07-17T08:06:42.7972514Z 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-07-17T08:06:42.7978586Z 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-07-17T08:06:42.7984472Z 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-07-17T08:06:42.7990961Z 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-07-17T08:06:42.7997102Z 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-07-17T08:06:42.8003191Z 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-07-17T08:06:42.8009463Z 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-07-17T08:06:42.8015534Z 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-07-17T08:06:42.8021526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8027428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8034269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8040514Z 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-07-17T08:06:42.8046555Z 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-07-17T08:06:42.8052758Z 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-07-17T08:06:42.8058931Z 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-07-17T08:06:42.8065012Z 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-07-17T08:06:42.8071024Z 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-07-17T08:06:42.8082173Z 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-07-17T08:06:42.8088411Z 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-07-17T08:06:42.8094049Z 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-07-17T08:06:42.8100003Z 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-07-17T08:06:42.8105776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8111813Z 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-07-17T08:06:42.8118019Z 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-07-17T08:06:42.8124833Z 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-07-17T08:06:42.8131060Z 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-07-17T08:06:42.8136918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8143054Z 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-07-17T08:06:42.8149094Z 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-07-17T08:06:42.8155596Z 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-07-17T08:06:42.8161838Z 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-07-17T08:06:42.8167916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8173847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8180570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8186467Z 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-07-17T08:06:42.8192623Z 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-07-17T08:06:42.8198731Z 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-07-17T08:06:42.8205079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8211307Z 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-07-17T08:06:42.8217206Z 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-07-17T08:06:42.8223030Z 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-07-17T08:06:42.8228886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8235433Z 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-07-17T08:06:42.8241381Z 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-07-17T08:06:42.8247607Z 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-07-17T08:06:42.8253473Z 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-07-17T08:06:42.8259310Z 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-07-17T08:06:42.8270502Z 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-07-17T08:06:42.8276068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8281378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8286814Z 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-07-17T08:06:42.8292671Z 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-07-17T08:06:42.8298475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8304542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8311127Z 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-07-17T08:06:42.8316696Z 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-07-17T08:06:42.8322445Z 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-07-17T08:06:42.8328125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8333859Z 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-07-17T08:06:42.8339594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8345462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8351047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8356602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8362583Z 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-07-17T08:06:42.8385948Z 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-07-17T08:06:42.8395439Z 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-07-17T08:06:42.8401295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8406794Z 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-07-17T08:06:42.8412563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8418088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8423446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8429495Z 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-07-17T08:06:42.8435352Z 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-07-17T08:06:42.8441706Z 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-07-17T08:06:42.8447843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8454957Z 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-07-17T08:06:42.8460736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8466390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8472235Z 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-07-17T08:06:42.8486348Z 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-07-17T08:06:42.8492168Z 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-07-17T08:06:42.8497952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8503358Z 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-07-17T08:06:42.8514088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8520424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8525889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8531346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8537321Z 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-07-17T08:06:42.8543040Z 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-07-17T08:06:42.8548766Z 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-07-17T08:06:42.8554607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8560277Z 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-07-17T08:06:42.8566272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8571989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8581982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8587516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8593662Z 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-07-17T08:06:42.8599391Z 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-07-17T08:06:42.8604990Z 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-07-17T08:06:42.8611086Z 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-07-17T08:06:42.8617029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8627511Z 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-07-17T08:06:42.8633684Z 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-07-17T08:06:42.8639538Z 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-07-17T08:06:42.8645568Z 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-07-17T08:06:42.8651713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8657234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8663240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8669658Z 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-07-17T08:06:42.8675524Z 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-07-17T08:06:42.8681300Z 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-07-17T08:06:42.8687147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8692667Z 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-07-17T08:06:42.8698501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8704520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8710582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8716491Z 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-07-17T08:06:42.8722241Z 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-07-17T08:06:42.8728004Z 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-07-17T08:06:42.8733674Z 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-07-17T08:06:42.8739418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8745314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8751713Z 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-07-17T08:06:42.8757213Z 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-07-17T08:06:42.8762932Z 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-07-17T08:06:42.8773122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8778318Z 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-07-17T08:06:42.8784242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8790352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8795761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8801848Z 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-07-17T08:06:42.8807493Z 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-07-17T08:06:42.8813421Z 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-07-17T08:06:42.8819154Z 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-07-17T08:06:42.8824884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8830597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.8836746Z 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-07-17T08:06:42.8842747Z 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-07-17T08:06:42.8849021Z 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-07-17T08:06:42.8855299Z 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-07-17T08:06:42.8861291Z 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-07-17T08:06:42.8867250Z 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-07-17T08:06:42.8873849Z 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-07-17T08:06:42.8879880Z 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-07-17T08:06:42.8886090Z 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-07-17T08:06:42.8892122Z 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-07-17T08:06:42.8898323Z 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-07-17T08:06:42.8904596Z 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-07-17T08:06:42.8910598Z 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-07-17T08:06:42.8916713Z 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-07-17T08:06:42.8922759Z 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-07-17T08:06:42.8928722Z 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-07-17T08:06:42.8934998Z 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-07-17T08:06:42.8941440Z 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-07-17T08:06:42.8947428Z 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-07-17T08:06:42.8953714Z 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-07-17T08:06:42.8960434Z 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-07-17T08:06:42.8966403Z 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-07-17T08:06:42.8984114Z 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-07-17T08:06:42.8990215Z 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-07-17T08:06:42.8996587Z 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-07-17T08:06:42.9002941Z 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-07-17T08:06:42.9009047Z 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-07-17T08:06:42.9015392Z 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-07-17T08:06:42.9021368Z 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-07-17T08:06:42.9027568Z 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-07-17T08:06:42.9034238Z 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-07-17T08:06:42.9052407Z 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-07-17T08:06:42.9058332Z 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-07-17T08:06:42.9064605Z 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-07-17T08:06:42.9071043Z 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-07-17T08:06:42.9078013Z 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-07-17T08:06:42.9083472Z 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-07-17T08:06:42.9089859Z 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-07-17T08:06:42.9096253Z 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-07-17T08:06:42.9102450Z 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-07-17T08:06:42.9108678Z 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-07-17T08:06:42.9115038Z 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-07-17T08:06:42.9121076Z 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-07-17T08:06:42.9127155Z 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-07-17T08:06:42.9133381Z 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-07-17T08:06:42.9139977Z 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-07-17T08:06:42.9146165Z 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-07-17T08:06:42.9152571Z 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-07-17T08:06:42.9158842Z 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-07-17T08:06:42.9165476Z 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-07-17T08:06:42.9172195Z 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-07-17T08:06:42.9177979Z 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-07-17T08:06:42.9184071Z 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-07-17T08:06:42.9190837Z 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-07-17T08:06:42.9197076Z 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-07-17T08:06:42.9203220Z 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-07-17T08:06:42.9209952Z 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-07-17T08:06:42.9216761Z 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-07-17T08:06:42.9223069Z 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-07-17T08:06:42.9228719Z 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-07-17T08:06:42.9235164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9241042Z 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-07-17T08:06:42.9247213Z 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-07-17T08:06:42.9253130Z 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-07-17T08:06:42.9259069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9264916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9305191Z 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-07-17T08:06:42.9311049Z 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-07-17T08:06:42.9316796Z 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-07-17T08:06:42.9322645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9328931Z 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-07-17T08:06:42.9334615Z 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-07-17T08:06:42.9340583Z 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-07-17T08:06:42.9351825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9376360Z 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-07-17T08:06:42.9381952Z 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-07-17T08:06:42.9387557Z 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-07-17T08:06:42.9393734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9399751Z 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-07-17T08:06:42.9405804Z 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-07-17T08:06:42.9411170Z 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-07-17T08:06:42.9417115Z 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-07-17T08:06:42.9422786Z 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-07-17T08:06:42.9428587Z 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-07-17T08:06:42.9434338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9445665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9451650Z 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-07-17T08:06:42.9457264Z 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-07-17T08:06:42.9463183Z 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-07-17T08:06:42.9469103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9475436Z 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-07-17T08:06:42.9486009Z 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-07-17T08:06:42.9492248Z 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-07-17T08:06:42.9498594Z 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-07-17T08:06:42.9504383Z 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-07-17T08:06:42.9510224Z 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-07-17T08:06:42.9516070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9521667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9528041Z 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-07-17T08:06:42.9533763Z 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-07-17T08:06:42.9539598Z 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-07-17T08:06:42.9545976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9552192Z 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-07-17T08:06:42.9562609Z 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-07-17T08:06:42.9568584Z 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-07-17T08:06:42.9574430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9580672Z 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-07-17T08:06:42.9586752Z 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-07-17T08:06:42.9592734Z 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-07-17T08:06:42.9599161Z 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-07-17T08:06:42.9604994Z 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-07-17T08:06:42.9610776Z 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-07-17T08:06:42.9616458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9622317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9628570Z 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-07-17T08:06:42.9641680Z 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-07-17T08:06:42.9647535Z 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-07-17T08:06:42.9653384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9670361Z 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-07-17T08:06:42.9676477Z 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-07-17T08:06:42.9682720Z 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-07-17T08:06:42.9688821Z 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-07-17T08:06:42.9707731Z 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-07-17T08:06:42.9708792Z 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-07-17T08:06:42.9709922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9713417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9719533Z 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-07-17T08:06:42.9725617Z 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-07-17T08:06:42.9731655Z 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-07-17T08:06:42.9737626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9744467Z 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-07-17T08:06:42.9750457Z 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-07-17T08:06:42.9756274Z 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-07-17T08:06:42.9762497Z 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-07-17T08:06:42.9768654Z 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-07-17T08:06:42.9774587Z 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-07-17T08:06:42.9780538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9788330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9794256Z 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-07-17T08:06:42.9803341Z 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-07-17T08:06:42.9818164Z 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-07-17T08:06:42.9826998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9841549Z 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-07-17T08:06:42.9851043Z 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-07-17T08:06:42.9859129Z 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-07-17T08:06:42.9872675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9878885Z 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-07-17T08:06:42.9884801Z 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-07-17T08:06:42.9890745Z 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-07-17T08:06:42.9896831Z 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-07-17T08:06:42.9902831Z 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-07-17T08:06:42.9908415Z 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-07-17T08:06:42.9914378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9925761Z 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-07-17T08:06:42.9935755Z 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-07-17T08:06:42.9941549Z 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-07-17T08:06:42.9947609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9953621Z 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-07-17T08:06:42.9959195Z 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-07-17T08:06:42.9965079Z 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-07-17T08:06:42.9970827Z 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-07-17T08:06:42.9976476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9982412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9993025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:42.9998994Z 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-07-17T08:06:43.0004871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0010685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0016668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0022384Z 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-07-17T08:06:43.0032439Z 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-07-17T08:06:43.0038679Z 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-07-17T08:06:43.0044339Z 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-07-17T08:06:43.0050172Z 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-07-17T08:06:43.0056187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0062454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0068635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0074305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0079972Z 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-07-17T08:06:43.0086327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0092105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0097860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0103607Z 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-07-17T08:06:43.0109620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0115360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0121542Z 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-07-17T08:06:43.0127293Z 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-07-17T08:06:43.0133131Z 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-07-17T08:06:43.0139686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0145321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0151099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0158008Z 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-07-17T08:06:43.0163745Z 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-07-17T08:06:43.0169959Z 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-07-17T08:06:43.0176413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0182839Z 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-07-17T08:06:43.0188704Z 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-07-17T08:06:43.0194956Z 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-07-17T08:06:43.0201719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0207968Z 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-07-17T08:06:43.0213885Z 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-07-17T08:06:43.0219848Z 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-07-17T08:06:43.0225703Z 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-07-17T08:06:43.0231818Z 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-07-17T08:06:43.0238025Z 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-07-17T08:06:43.0244008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0253737Z 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-07-17T08:06:43.0259642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0265950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0271882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0277763Z 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-07-17T08:06:43.0283471Z 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-07-17T08:06:43.0289296Z 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-07-17T08:06:43.0295644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0301371Z 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-07-17T08:06:43.0307040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0312885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0318579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0324491Z 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-07-17T08:06:43.0330123Z 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-07-17T08:06:43.0335870Z 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-07-17T08:06:43.0341798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0365158Z 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-07-17T08:06:43.0370716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0376362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0381507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0387337Z 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-07-17T08:06:43.0393159Z 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-07-17T08:06:43.0398829Z 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-07-17T08:06:43.0404662Z 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-07-17T08:06:43.0415767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0421614Z 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-07-17T08:06:43.0427339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0433091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0438477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0443882Z 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-07-17T08:06:43.0449648Z 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-07-17T08:06:43.0456030Z 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-07-17T08:06:43.0461804Z 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-07-17T08:06:43.0467907Z 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-07-17T08:06:43.0474170Z 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-07-17T08:06:43.0480123Z 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-07-17T08:06:43.0486449Z 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-07-17T08:06:43.0492480Z 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-07-17T08:06:43.0498746Z 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-07-17T08:06:43.0504653Z 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-07-17T08:06:43.0510787Z 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-07-17T08:06:43.0517113Z 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-07-17T08:06:43.0523251Z 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-07-17T08:06:43.0529244Z 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-07-17T08:06:43.0535380Z 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-07-17T08:06:43.0541319Z 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-07-17T08:06:43.0547456Z 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-07-17T08:06:43.0554208Z 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-07-17T08:06:43.0560542Z 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-07-17T08:06:43.0566665Z 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-07-17T08:06:43.0573371Z 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-07-17T08:06:43.0579866Z 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-07-17T08:06:43.0586055Z 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-07-17T08:06:43.0592647Z 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-07-17T08:06:43.0598720Z 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-07-17T08:06:43.0604969Z 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-07-17T08:06:43.0610981Z 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-07-17T08:06:43.0616979Z 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-07-17T08:06:43.0623515Z 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-07-17T08:06:43.0629476Z 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-07-17T08:06:43.0635267Z 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-07-17T08:06:43.0655762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0661463Z 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-07-17T08:06:43.0667887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0673449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0678980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0684989Z 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-07-17T08:06:43.0691232Z 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-07-17T08:06:43.0696992Z 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-07-17T08:06:43.0703067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0708974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0715042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0721102Z 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-07-17T08:06:43.0727146Z 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-07-17T08:06:43.0732969Z 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-07-17T08:06:43.0738955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0744674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0750789Z 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-07-17T08:06:43.0756469Z 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-07-17T08:06:43.0762463Z 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-07-17T08:06:43.0768200Z 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-07-17T08:06:43.0774018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0779825Z 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-07-17T08:06:43.0785904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0792703Z 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-07-17T08:06:43.0798361Z 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-07-17T08:06:43.0803942Z 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-07-17T08:06:43.0809737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0815319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0820884Z 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-07-17T08:06:43.0827094Z 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-07-17T08:06:43.0833068Z 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-07-17T08:06:43.0838959Z 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-07-17T08:06:43.0844689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0850228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0856067Z 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-07-17T08:06:43.0862007Z 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-07-17T08:06:43.0867761Z 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-07-17T08:06:43.0874514Z 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-07-17T08:06:43.0880497Z 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-07-17T08:06:43.0886384Z 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-07-17T08:06:43.0892089Z 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-07-17T08:06:43.0898052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0903803Z 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-07-17T08:06:43.0909519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0915472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0921193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0926785Z 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-07-17T08:06:43.0932128Z 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-07-17T08:06:43.0937936Z 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-07-17T08:06:43.0943687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0948967Z 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-07-17T08:06:43.0954724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0960227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0965650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0971712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.0976992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1017639Z 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-07-17T08:06:43.1023633Z 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-07-17T08:06:43.1029568Z 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-07-17T08:06:43.1035681Z 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-07-17T08:06:43.1042380Z 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-07-17T08:06:43.1048316Z 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-07-17T08:06:43.1054178Z 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-07-17T08:06:43.1060741Z 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-07-17T08:06:43.1066455Z 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-07-17T08:06:43.1072354Z 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-07-17T08:06:43.1078140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1088221Z 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-07-17T08:06:43.1094092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1099818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1105671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1111763Z 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-07-17T08:06:43.1117573Z 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-07-17T08:06:43.1123417Z 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-07-17T08:06:43.1129273Z 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-07-17T08:06:43.1135242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1141055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1147112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1152755Z 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-07-17T08:06:43.1158503Z 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-07-17T08:06:43.1165100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1171455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1177116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1183032Z 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-07-17T08:06:43.1188825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1194678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1200651Z 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-07-17T08:06:43.1206245Z 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-07-17T08:06:43.1212232Z 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-07-17T08:06:43.1218234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1223770Z 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-07-17T08:06:43.1229468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1235154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1240560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1245928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1256309Z 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-07-17T08:06:43.1262171Z 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-07-17T08:06:43.1268135Z 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-07-17T08:06:43.1274744Z 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-07-17T08:06:43.1280600Z 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-07-17T08:06:43.1286328Z 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-07-17T08:06:43.1292166Z 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-07-17T08:06:43.1298012Z 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-07-17T08:06:43.1303947Z 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-07-17T08:06:43.1309735Z 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-07-17T08:06:43.1315900Z 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-07-17T08:06:43.1321495Z 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-07-17T08:06:43.1331733Z 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-07-17T08:06:43.1337435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1343269Z 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-07-17T08:06:43.1349149Z 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-07-17T08:06:43.1354988Z 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-07-17T08:06:43.1360839Z 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-07-17T08:06:43.1371131Z 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-07-17T08:06:43.1376835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1382104Z 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-07-17T08:06:43.1387747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1393445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1398834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1408966Z 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-07-17T08:06:43.1414629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1420477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1426212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1431973Z 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-07-17T08:06:43.1437561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1443350Z 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-07-17T08:06:43.1450591Z 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-07-17T08:06:43.1456314Z 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-07-17T08:06:43.1462114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1467990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1473598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1479210Z 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-07-17T08:06:43.1484765Z 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-07-17T08:06:43.1490925Z 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-07-17T08:06:43.1497036Z 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-07-17T08:06:43.1503284Z 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-07-17T08:06:43.1509148Z 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-07-17T08:06:43.1515077Z 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-07-17T08:06:43.1521511Z 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-07-17T08:06:43.1527934Z 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-07-17T08:06:43.1534375Z 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-07-17T08:06:43.1540504Z 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-07-17T08:06:43.1546737Z 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-07-17T08:06:43.1557541Z 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-07-17T08:06:43.1563868Z 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-07-17T08:06:43.1570315Z 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-07-17T08:06:43.1576448Z 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-07-17T08:06:43.1582562Z 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-07-17T08:06:43.1588630Z 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-07-17T08:06:43.1599010Z 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-07-17T08:06:43.1605199Z 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-07-17T08:06:43.1613135Z 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-07-17T08:06:43.1619929Z 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-07-17T08:06:43.1625870Z 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-07-17T08:06:43.1631710Z 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-07-17T08:06:43.1643665Z 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-07-17T08:06:43.1649538Z 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-07-17T08:06:43.1655360Z 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-07-17T08:06:43.1661063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1667235Z 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-07-17T08:06:43.1673017Z 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-07-17T08:06:43.1683696Z 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-07-17T08:06:43.1689515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1694966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1700687Z 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-07-17T08:06:43.1706773Z 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-07-17T08:06:43.1712621Z 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-07-17T08:06:43.1722702Z 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-07-17T08:06:43.1749014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1754639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1760033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1765899Z 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-07-17T08:06:43.1771860Z 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-07-17T08:06:43.1777506Z 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-07-17T08:06:43.1783291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1788881Z 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-07-17T08:06:43.1794586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1800173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1805734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1816180Z 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-07-17T08:06:43.1822013Z 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-07-17T08:06:43.1827722Z 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-07-17T08:06:43.1833816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1839726Z 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-07-17T08:06:43.1845421Z 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-07-17T08:06:43.1851226Z 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-07-17T08:06:43.1856948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1862598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1868649Z 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-07-17T08:06:43.1874667Z 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-07-17T08:06:43.1880582Z 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-07-17T08:06:43.1890961Z 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-07-17T08:06:43.1896965Z 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-07-17T08:06:43.1903297Z 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-07-17T08:06:43.1909226Z 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-07-17T08:06:43.1915625Z 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-07-17T08:06:43.1921239Z 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-07-17T08:06:43.1927023Z 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-07-17T08:06:43.1932708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1938545Z 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-07-17T08:06:43.1944194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1949880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1955768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1961553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.1967761Z 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-07-17T08:06:43.1973542Z 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-07-17T08:06:43.1979404Z 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-07-17T08:06:43.1985219Z 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-07-17T08:06:43.1991350Z 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-07-17T08:06:43.2008534Z 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-07-17T08:06:43.2014984Z 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-07-17T08:06:43.2021381Z 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-07-17T08:06:43.2027406Z 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-07-17T08:06:43.2033564Z 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-07-17T08:06:43.2046975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2047999Z 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-07-17T08:06:43.2054099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2060033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2066411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2072417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2078612Z 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-07-17T08:06:43.2084550Z 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-07-17T08:06:43.2090777Z 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-07-17T08:06:43.2097051Z 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-07-17T08:06:43.2103062Z 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-07-17T08:06:43.2108946Z 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-07-17T08:06:43.2115216Z 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-07-17T08:06:43.2126692Z 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-07-17T08:06:43.2132700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2138867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2144778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2150581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2156815Z 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-07-17T08:06:43.2162810Z 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-07-17T08:06:43.2169075Z 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-07-17T08:06:43.2175079Z 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-07-17T08:06:43.2181765Z 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-07-17T08:06:43.2188115Z 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-07-17T08:06:43.2194341Z 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-07-17T08:06:43.2200833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2206760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2212831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2219199Z 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-07-17T08:06:43.2255307Z 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-07-17T08:06:43.2261189Z 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-07-17T08:06:43.2266951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2273187Z 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-07-17T08:06:43.2279052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2284805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2290614Z 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-07-17T08:06:43.2296562Z 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-07-17T08:06:43.2302608Z 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-07-17T08:06:43.2308282Z 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-07-17T08:06:43.2314038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2319513Z 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-07-17T08:06:43.2335484Z 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-07-17T08:06:43.2341091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2346880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2352732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2358504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2364546Z 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-07-17T08:06:43.2370397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2376101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2381855Z 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-07-17T08:06:43.2387593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2393601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2399626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2405277Z 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-07-17T08:06:43.2410885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2416556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2422112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2427457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2433427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2439370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2445642Z 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-07-17T08:06:43.2451495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2457043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2462773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2468650Z 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-07-17T08:06:43.2474933Z 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-07-17T08:06:43.2480818Z 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-07-17T08:06:43.2486939Z 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-07-17T08:06:43.2493173Z 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-07-17T08:06:43.2499034Z 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-07-17T08:06:43.2505390Z 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-07-17T08:06:43.2511454Z 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-07-17T08:06:43.2517358Z 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-07-17T08:06:43.2527935Z 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-07-17T08:06:43.2533701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2540190Z 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-07-17T08:06:43.2545889Z 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-07-17T08:06:43.2551872Z 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-07-17T08:06:43.2557846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2563605Z 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-07-17T08:06:43.2569538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2575271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2581148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2587294Z 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-07-17T08:06:43.2593053Z 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-07-17T08:06:43.2598826Z 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-07-17T08:06:43.2607019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2612296Z 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-07-17T08:06:43.2618239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2624570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2630196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2636162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2642129Z 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-07-17T08:06:43.2647850Z 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-07-17T08:06:43.2653806Z 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-07-17T08:06:43.2659703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2665860Z 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-07-17T08:06:43.2672000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2712308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2718775Z 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-07-17T08:06:43.2725932Z 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-07-17T08:06:43.2730547Z 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-07-17T08:06:43.2736314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2742663Z 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-07-17T08:06:43.2748239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2754374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2760448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2766546Z 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-07-17T08:06:43.2772335Z 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-07-17T08:06:43.2778082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2783743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2789480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2795155Z 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-07-17T08:06:43.2800955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2806270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2817310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2822724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2828999Z 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-07-17T08:06:43.2834954Z 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-07-17T08:06:43.2850680Z 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-07-17T08:06:43.2856464Z 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-07-17T08:06:43.2862266Z 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-07-17T08:06:43.2868407Z 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-07-17T08:06:43.2874296Z 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-07-17T08:06:43.2880172Z 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-07-17T08:06:43.2886283Z 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-07-17T08:06:43.2892011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2898258Z 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-07-17T08:06:43.2904341Z 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-07-17T08:06:43.2910188Z 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-07-17T08:06:43.2916075Z 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-07-17T08:06:43.2921932Z 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-07-17T08:06:43.2929023Z 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-07-17T08:06:43.2935025Z 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-07-17T08:06:43.2940784Z 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-07-17T08:06:43.2946513Z 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-07-17T08:06:43.2952389Z 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-07-17T08:06:43.2958231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.2964456Z 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-07-17T08:06:43.2970789Z 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-07-17T08:06:43.2976678Z 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-07-17T08:06:43.2982642Z 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-07-17T08:06:43.2988793Z 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-07-17T08:06:43.2994823Z 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-07-17T08:06:43.3000699Z 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-07-17T08:06:43.3006691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3013138Z 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-07-17T08:06:43.3019017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3025103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3031017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3037143Z 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-07-17T08:06:43.3043139Z 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-07-17T08:06:43.3049190Z 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-07-17T08:06:43.3055136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3061399Z 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-07-17T08:06:43.3067580Z 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-07-17T08:06:43.3073512Z 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-07-17T08:06:43.3079905Z 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-07-17T08:06:43.3086069Z 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-07-17T08:06:43.3092180Z 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-07-17T08:06:43.3098123Z 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-07-17T08:06:43.3104041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3110048Z 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-07-17T08:06:43.3116379Z 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-07-17T08:06:43.3122510Z 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-07-17T08:06:43.3128480Z 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-07-17T08:06:43.3134625Z 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-07-17T08:06:43.3141199Z 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-07-17T08:06:43.3146682Z 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-07-17T08:06:43.3152633Z 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-07-17T08:06:43.3158736Z 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-07-17T08:06:43.3186782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3195143Z 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-07-17T08:06:43.3198486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3204897Z 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-07-17T08:06:43.3212375Z 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-07-17T08:06:43.3218313Z 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-07-17T08:06:43.3223316Z 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-07-17T08:06:43.3229576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3235301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3241224Z 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-07-17T08:06:43.3252030Z 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-07-17T08:06:43.3258351Z 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-07-17T08:06:43.3264408Z 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-07-17T08:06:43.3270115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3276413Z 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-07-17T08:06:43.3282071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3287734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3293401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3299270Z 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-07-17T08:06:43.3305154Z 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-07-17T08:06:43.3311324Z 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-07-17T08:06:43.3316777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3326429Z 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-07-17T08:06:43.3333372Z 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-07-17T08:06:43.3337942Z 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-07-17T08:06:43.3343763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3349526Z 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-07-17T08:06:43.3355426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3360889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3366648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3372621Z 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-07-17T08:06:43.3377863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3383192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3388847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3394222Z 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-07-17T08:06:43.3400219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3405697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3412262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3417786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3423889Z 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-07-17T08:06:43.3429460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3436937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3442952Z 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-07-17T08:06:43.3448971Z 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-07-17T08:06:43.3454660Z 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-07-17T08:06:43.3460307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3466241Z 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-07-17T08:06:43.3472217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3477820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3483688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3489412Z 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-07-17T08:06:43.3495252Z 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-07-17T08:06:43.3500973Z 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-07-17T08:06:43.3506714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3513180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3519040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3524979Z 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-07-17T08:06:43.3530647Z 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-07-17T08:06:43.3536939Z 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-07-17T08:06:43.3542587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3548152Z 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-07-17T08:06:43.3554022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3559718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3565340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3571191Z 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-07-17T08:06:43.3576985Z 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-07-17T08:06:43.3582731Z 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-07-17T08:06:43.3588643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3594319Z 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-07-17T08:06:43.3600009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3610403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3616244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3621708Z 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-07-17T08:06:43.3627525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3633114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3639159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3644920Z 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-07-17T08:06:43.3650688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3656507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3662445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3668328Z 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-07-17T08:06:43.3674427Z 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-07-17T08:06:43.3684451Z 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-07-17T08:06:43.3690408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3696564Z 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-07-17T08:06:43.3702486Z 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-07-17T08:06:43.3708333Z 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-07-17T08:06:43.3714782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3720768Z 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-07-17T08:06:43.3726809Z 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-07-17T08:06:43.3732129Z 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-07-17T08:06:43.3738127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3744105Z 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-07-17T08:06:43.3749920Z 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-07-17T08:06:43.3762938Z 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-07-17T08:06:43.3769152Z 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-07-17T08:06:43.3775484Z 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-07-17T08:06:43.3781344Z 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-07-17T08:06:43.3787084Z 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-07-17T08:06:43.3793190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3803844Z 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-07-17T08:06:43.3809794Z 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-07-17T08:06:43.3815768Z 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-07-17T08:06:43.3821653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3827264Z 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-07-17T08:06:43.3833143Z 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-07-17T08:06:43.3842905Z 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-07-17T08:06:43.3848578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3854241Z 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-07-17T08:06:43.3860190Z 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-07-17T08:06:43.3865738Z 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-07-17T08:06:43.3871721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3878348Z 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-07-17T08:06:43.3884215Z 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-07-17T08:06:43.3890184Z 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-07-17T08:06:43.3896087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3901856Z 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-07-17T08:06:43.3907607Z 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-07-17T08:06:43.3913585Z 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-07-17T08:06:43.3919479Z 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-07-17T08:06:43.3925336Z 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-07-17T08:06:43.3931059Z 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-07-17T08:06:43.3936834Z 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-07-17T08:06:43.3942463Z 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-07-17T08:06:43.3952282Z 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-07-17T08:06:43.3958189Z 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-07-17T08:06:43.3964254Z 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-07-17T08:06:43.3969792Z 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-07-17T08:06:43.3975793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.3981695Z 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-07-17T08:06:43.3987366Z 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-07-17T08:06:43.3992966Z 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-07-17T08:06:43.3998958Z 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-07-17T08:06:43.4005259Z 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-07-17T08:06:43.4010911Z 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-07-17T08:06:43.4016408Z 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-07-17T08:06:43.4027302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4033584Z 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-07-17T08:06:43.4039148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4044818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4050472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4056399Z 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-07-17T08:06:43.4066801Z 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-07-17T08:06:43.4072603Z 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-07-17T08:06:43.4078295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4084038Z 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-07-17T08:06:43.4089679Z 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-07-17T08:06:43.4095306Z 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-07-17T08:06:43.4100949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4106888Z 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-07-17T08:06:43.4112679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4118371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4124356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4130305Z 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-07-17T08:06:43.4136560Z 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-07-17T08:06:43.4157849Z 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-07-17T08:06:43.4163647Z 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-07-17T08:06:43.4169477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4175333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4181058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4187065Z 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-07-17T08:06:43.4192926Z 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-07-17T08:06:43.4199105Z 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-07-17T08:06:43.4205030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4211558Z 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-07-17T08:06:43.4217232Z 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-07-17T08:06:43.4229029Z 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-07-17T08:06:43.4234577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4240577Z 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-07-17T08:06:43.4246463Z 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-07-17T08:06:43.4252191Z 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-07-17T08:06:43.4257897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4266913Z 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-07-17T08:06:43.4272621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4278387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4283994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4290325Z 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-07-17T08:06:43.4295957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4308174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4314088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4319754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4325660Z 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-07-17T08:06:43.4331917Z 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-07-17T08:06:43.4368701Z 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-07-17T08:06:43.4379718Z 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-07-17T08:06:43.4385615Z 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-07-17T08:06:43.4391845Z 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-07-17T08:06:43.4397608Z 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-07-17T08:06:43.4403465Z 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-07-17T08:06:43.4409669Z 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-07-17T08:06:43.4420055Z 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-07-17T08:06:43.4426447Z 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-07-17T08:06:43.4432331Z 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-07-17T08:06:43.4438119Z 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-07-17T08:06:43.4443919Z 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-07-17T08:06:43.4449585Z 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-07-17T08:06:43.4458945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4464804Z 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-07-17T08:06:43.4470749Z 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-07-17T08:06:43.4476528Z 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-07-17T08:06:43.4482307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4487869Z 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-07-17T08:06:43.4494052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4499673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4511443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4517133Z 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-07-17T08:06:43.4522697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4528910Z 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-07-17T08:06:43.4534516Z 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-07-17T08:06:43.4540348Z 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-07-17T08:06:43.4547390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4553080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4558840Z 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-07-17T08:06:43.4564459Z 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-07-17T08:06:43.4570424Z 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-07-17T08:06:43.4575944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4581387Z 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-07-17T08:06:43.4587258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4592991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4598740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4610353Z 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-07-17T08:06:43.4616060Z 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-07-17T08:06:43.4622241Z 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-07-17T08:06:43.4628327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4634146Z 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-07-17T08:06:43.4639984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4645920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4651802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4657602Z 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-07-17T08:06:43.4663362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4669685Z 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-07-17T08:06:43.4675594Z 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-07-17T08:06:43.4687254Z 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-07-17T08:06:43.4693103Z 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-07-17T08:06:43.4699145Z 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-07-17T08:06:43.4705051Z 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-07-17T08:06:43.4719017Z 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-07-17T08:06:43.4724353Z 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-07-17T08:06:43.4730273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4735952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4741597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4747634Z 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-07-17T08:06:43.4753399Z 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-07-17T08:06:43.4759594Z 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-07-17T08:06:43.4765537Z 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-07-17T08:06:43.4771440Z 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-07-17T08:06:43.4777310Z 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-07-17T08:06:43.4783248Z 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-07-17T08:06:43.4789135Z 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-07-17T08:06:43.4795107Z 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-07-17T08:06:43.4806670Z 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-07-17T08:06:43.4812231Z 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-07-17T08:06:43.4818648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4825240Z 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-07-17T08:06:43.4832436Z 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-07-17T08:06:43.4837615Z 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-07-17T08:06:43.4843651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4849683Z 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-07-17T08:06:43.4855268Z 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-07-17T08:06:43.4861351Z 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-07-17T08:06:43.4867380Z 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-07-17T08:06:43.4873565Z 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-07-17T08:06:43.4879766Z 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-07-17T08:06:43.4885503Z 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-07-17T08:06:43.4891623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4897988Z 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-07-17T08:06:43.4904245Z 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-07-17T08:06:43.4910310Z 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-07-17T08:06:43.4920986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4927225Z 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-07-17T08:06:43.4933210Z 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-07-17T08:06:43.4939550Z 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-07-17T08:06:43.4945259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4951694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4958912Z 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-07-17T08:06:43.4964949Z 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-07-17T08:06:43.4970800Z 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-07-17T08:06:43.4976595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4982658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.4988961Z 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-07-17T08:06:43.4995091Z 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-07-17T08:06:43.5001263Z 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-07-17T08:06:43.5007445Z 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-07-17T08:06:43.5013750Z 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-07-17T08:06:43.5036968Z 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-07-17T08:06:43.5038131Z 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-07-17T08:06:43.5040298Z 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-07-17T08:06:43.5041302Z 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-07-17T08:06:43.5044141Z 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-07-17T08:06:43.5050072Z 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-07-17T08:06:43.5057138Z 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-07-17T08:06:43.5063246Z 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-07-17T08:06:43.5069086Z 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-07-17T08:06:43.5075660Z 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-07-17T08:06:43.5081818Z 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-07-17T08:06:43.5087909Z 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-07-17T08:06:43.5093762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5100129Z 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-07-17T08:06:43.5106002Z 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-07-17T08:06:43.5113068Z 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-07-17T08:06:43.5118204Z 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-07-17T08:06:43.5124077Z 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-07-17T08:06:43.5129931Z 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-07-17T08:06:43.5135817Z 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-07-17T08:06:43.5141733Z 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-07-17T08:06:43.5147973Z 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-07-17T08:06:43.5153999Z 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-07-17T08:06:43.5159656Z 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-07-17T08:06:43.5165744Z 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-07-17T08:06:43.5171836Z 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-07-17T08:06:43.5177560Z 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-07-17T08:06:43.5183924Z 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-07-17T08:06:43.5190262Z 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-07-17T08:06:43.5196572Z 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-07-17T08:06:43.5202826Z 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-07-17T08:06:43.5208830Z 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-07-17T08:06:43.5214733Z 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-07-17T08:06:43.5220856Z 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-07-17T08:06:43.5226813Z 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-07-17T08:06:43.5232771Z 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-07-17T08:06:43.5238559Z 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-07-17T08:06:43.5245131Z 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-07-17T08:06:43.5250996Z 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-07-17T08:06:43.5256970Z 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-07-17T08:06:43.5263096Z 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-07-17T08:06:43.5269140Z 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-07-17T08:06:43.5275327Z 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-07-17T08:06:43.5281130Z 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-07-17T08:06:43.5286933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5293081Z 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-07-17T08:06:43.5307685Z 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-07-17T08:06:43.5308729Z 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-07-17T08:06:43.5314725Z 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-07-17T08:06:43.5318478Z 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-07-17T08:06:43.5324538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5330949Z 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-07-17T08:06:43.5337094Z 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-07-17T08:06:43.5343197Z 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-07-17T08:06:43.5349255Z 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-07-17T08:06:43.5355600Z 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-07-17T08:06:43.5361817Z 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-07-17T08:06:43.5368308Z 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-07-17T08:06:43.5374224Z 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-07-17T08:06:43.5380503Z 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-07-17T08:06:43.5386859Z 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-07-17T08:06:43.5393170Z 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-07-17T08:06:43.5399317Z 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-07-17T08:06:43.5405441Z 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-07-17T08:06:43.5411603Z 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-07-17T08:06:43.5418300Z 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-07-17T08:06:43.5424559Z 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-07-17T08:06:43.5430743Z 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-07-17T08:06:43.5436746Z 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-07-17T08:06:43.5442796Z 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-07-17T08:06:43.5448891Z 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-07-17T08:06:43.5455738Z 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-07-17T08:06:43.5461639Z 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-07-17T08:06:43.5467693Z 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-07-17T08:06:43.5473865Z 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-07-17T08:06:43.5479829Z 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-07-17T08:06:43.5485732Z 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-07-17T08:06:43.5491749Z 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-07-17T08:06:43.5497874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5503930Z 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-07-17T08:06:43.5510269Z 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-07-17T08:06:43.5516122Z 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-07-17T08:06:43.5521941Z 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-07-17T08:06:43.5528236Z 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-07-17T08:06:43.5534335Z 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-07-17T08:06:43.5540118Z 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-07-17T08:06:43.5546406Z 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-07-17T08:06:43.5552596Z 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-07-17T08:06:43.5558868Z 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-07-17T08:06:43.5564588Z 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-07-17T08:06:43.5570410Z 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-07-17T08:06:43.5576222Z 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-07-17T08:06:43.5582190Z 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-07-17T08:06:43.5588702Z 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-07-17T08:06:43.5594700Z 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-07-17T08:06:43.5600538Z 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-07-17T08:06:43.5606443Z 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-07-17T08:06:43.5612611Z 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-07-17T08:06:43.5618614Z 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-07-17T08:06:43.5625028Z 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-07-17T08:06:43.5630997Z 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-07-17T08:06:43.5637490Z 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-07-17T08:06:43.5643303Z 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-07-17T08:06:43.5649103Z 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-07-17T08:06:43.5654928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5661462Z 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-07-17T08:06:43.5667541Z 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-07-17T08:06:43.5673449Z 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-07-17T08:06:43.5679238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5685561Z 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-07-17T08:06:43.5691778Z 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-07-17T08:06:43.5698321Z 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-07-17T08:06:43.5704461Z 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-07-17T08:06:43.5710569Z 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-07-17T08:06:43.5716643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5722882Z 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-07-17T08:06:43.5743008Z 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-07-17T08:06:43.5749609Z 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-07-17T08:06:43.5756351Z 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-07-17T08:06:43.5763189Z 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-07-17T08:06:43.5769770Z 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-07-17T08:06:43.5776977Z 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-07-17T08:06:43.5783042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5789381Z 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-07-17T08:06:43.5795551Z 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-07-17T08:06:43.5801401Z 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-07-17T08:06:43.5807636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5813826Z 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-07-17T08:06:43.5825020Z 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-07-17T08:06:43.5831338Z 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-07-17T08:06:43.5837088Z 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-07-17T08:06:43.5843297Z 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-07-17T08:06:43.5849199Z 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-07-17T08:06:43.5855246Z 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-07-17T08:06:43.5861163Z 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-07-17T08:06:43.5867235Z 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-07-17T08:06:43.5873288Z 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-07-17T08:06:43.5879413Z 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-07-17T08:06:43.5885792Z 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-07-17T08:06:43.5891537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5897636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5903917Z 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-07-17T08:06:43.5910071Z 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-07-17T08:06:43.5915964Z 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-07-17T08:06:43.5921971Z 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-07-17T08:06:43.5948001Z 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-07-17T08:06:43.5957971Z 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-07-17T08:06:43.5964052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5970200Z 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-07-17T08:06:43.5976066Z 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-07-17T08:06:43.5981956Z 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-07-17T08:06:43.5987800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.5998584Z 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-07-17T08:06:43.6004678Z 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-07-17T08:06:43.6011014Z 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-07-17T08:06:43.6049114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6055428Z 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-07-17T08:06:43.6061483Z 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-07-17T08:06:43.6067449Z 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-07-17T08:06:43.6073503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6079977Z 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-07-17T08:06:43.6115603Z 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-07-17T08:06:43.6121773Z 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-07-17T08:06:43.6127761Z 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-07-17T08:06:43.6134252Z 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-07-17T08:06:43.6140167Z 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-07-17T08:06:43.6146553Z 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-07-17T08:06:43.6152742Z 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-07-17T08:06:43.6158894Z 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-07-17T08:06:43.6164960Z 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-07-17T08:06:43.6171023Z 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-07-17T08:06:43.6177031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6183187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6189695Z 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-07-17T08:06:43.6195918Z 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-07-17T08:06:43.6201922Z 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-07-17T08:06:43.6208039Z 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-07-17T08:06:43.6214238Z 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-07-17T08:06:43.6220186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6226308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6232589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6238559Z 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-07-17T08:06:43.6248812Z 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-07-17T08:06:43.6254804Z 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-07-17T08:06:43.6260829Z 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-07-17T08:06:43.6266613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6272608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6278745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6289410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6295067Z 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-07-17T08:06:43.6303703Z 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-07-17T08:06:43.6309851Z 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-07-17T08:06:43.6315526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6321332Z 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-07-17T08:06:43.6331898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6337838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6343867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6349716Z 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-07-17T08:06:43.6355428Z 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-07-17T08:06:43.6361566Z 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-07-17T08:06:43.6370590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6376264Z 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-07-17T08:06:43.6382122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6388149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6394102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6400007Z 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-07-17T08:06:43.6405531Z 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-07-17T08:06:43.6411258Z 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-07-17T08:06:43.6416966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6422585Z 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-07-17T08:06:43.6428246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6434251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6439744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6445806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6452606Z 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-07-17T08:06:43.6458340Z 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-07-17T08:06:43.6464163Z 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-07-17T08:06:43.6470074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6476011Z 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-07-17T08:06:43.6482062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6487903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6494084Z 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-07-17T08:06:43.6500016Z 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-07-17T08:06:43.6505905Z 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-07-17T08:06:43.6526290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6532047Z 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-07-17T08:06:43.6541358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6546080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6552003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6558159Z 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-07-17T08:06:43.6564216Z 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-07-17T08:06:43.6570725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6576275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6582318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6588015Z 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-07-17T08:06:43.6594011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6604029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6610626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6616621Z 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-07-17T08:06:43.6622481Z 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-07-17T08:06:43.6628669Z 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-07-17T08:06:43.6634767Z 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-07-17T08:06:43.6640707Z 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-07-17T08:06:43.6646584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6652875Z 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-07-17T08:06:43.6658714Z 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-07-17T08:06:43.6664785Z 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-07-17T08:06:43.6671286Z 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-07-17T08:06:43.6682342Z 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-07-17T08:06:43.6688738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6694789Z 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-07-17T08:06:43.6700610Z 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-07-17T08:06:43.6706671Z 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-07-17T08:06:43.6712658Z 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-07-17T08:06:43.6719156Z 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-07-17T08:06:43.6725195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6732115Z 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-07-17T08:06:43.6737703Z 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-07-17T08:06:43.6743666Z 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-07-17T08:06:43.6749850Z 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-07-17T08:06:43.6761005Z 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-07-17T08:06:43.6766829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6773270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6779348Z 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-07-17T08:06:43.6785241Z 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-07-17T08:06:43.6791193Z 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-07-17T08:06:43.6800547Z 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-07-17T08:06:43.6806472Z 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-07-17T08:06:43.6812343Z 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-07-17T08:06:43.6818430Z 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-07-17T08:06:43.6824173Z 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-07-17T08:06:43.6832944Z 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-07-17T08:06:43.6846481Z 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-07-17T08:06:43.6852291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6858018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6863866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6869936Z 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-07-17T08:06:43.6875913Z 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-07-17T08:06:43.6900211Z 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-07-17T08:06:43.6906084Z 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-07-17T08:06:43.6912077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6917740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6943114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6949207Z 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-07-17T08:06:43.6955744Z 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-07-17T08:06:43.6961524Z 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-07-17T08:06:43.6967340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6973479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.6979677Z 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-07-17T08:06:43.6985245Z 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-07-17T08:06:43.6995511Z 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-07-17T08:06:43.7001247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7006828Z 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-07-17T08:06:43.7012464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7018078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7024122Z 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-07-17T08:06:43.7030355Z 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-07-17T08:06:43.7036281Z 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-07-17T08:06:43.7042336Z 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-07-17T08:06:43.7048316Z 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-07-17T08:06:43.7054191Z 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-07-17T08:06:43.7060416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7072190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7078152Z 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-07-17T08:06:43.7084039Z 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-07-17T08:06:43.7090366Z 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-07-17T08:06:43.7096482Z 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-07-17T08:06:43.7103419Z 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-07-17T08:06:43.7109842Z 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-07-17T08:06:43.7115457Z 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-07-17T08:06:43.7121335Z 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-07-17T08:06:43.7127433Z 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-07-17T08:06:43.7133696Z 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-07-17T08:06:43.7139635Z 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-07-17T08:06:43.7145653Z 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-07-17T08:06:43.7151655Z 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-07-17T08:06:43.7157540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7163587Z 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-07-17T08:06:43.7169615Z 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-07-17T08:06:43.7175719Z 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-07-17T08:06:43.7186322Z 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-07-17T08:06:43.7192410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7199180Z 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-07-17T08:06:43.7205050Z 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-07-17T08:06:43.7210628Z 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-07-17T08:06:43.7216528Z 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-07-17T08:06:43.7227647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7233797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7239975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7245462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7251527Z 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-07-17T08:06:43.7257356Z 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-07-17T08:06:43.7267210Z 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-07-17T08:06:43.7273412Z 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-07-17T08:06:43.7279619Z 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-07-17T08:06:43.7285709Z 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-07-17T08:06:43.7291510Z 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-07-17T08:06:43.7297235Z 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-07-17T08:06:43.7307063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7312777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7318444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7324539Z 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-07-17T08:06:43.7330082Z 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-07-17T08:06:43.7335745Z 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-07-17T08:06:43.7341475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7347125Z 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-07-17T08:06:43.7353018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7359024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7364448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7370198Z 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-07-17T08:06:43.7376079Z 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-07-17T08:06:43.7381827Z 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-07-17T08:06:43.7387408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7393774Z 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-07-17T08:06:43.7399437Z 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-07-17T08:06:43.7405312Z 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-07-17T08:06:43.7411334Z 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-07-17T08:06:43.7417273Z 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-07-17T08:06:43.7423119Z 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-07-17T08:06:43.7429083Z 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-07-17T08:06:43.7434993Z 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-07-17T08:06:43.7441000Z 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-07-17T08:06:43.7446735Z 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-07-17T08:06:43.7452723Z 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-07-17T08:06:43.7458430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7464418Z 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-07-17T08:06:43.7470240Z 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-07-17T08:06:43.7476041Z 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-07-17T08:06:43.7481875Z 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-07-17T08:06:43.7487595Z 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-07-17T08:06:43.7493503Z 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-07-17T08:06:43.7499297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7505644Z 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-07-17T08:06:43.7512030Z 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-07-17T08:06:43.7518193Z 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-07-17T08:06:43.7524181Z 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-07-17T08:06:43.7530307Z 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-07-17T08:06:43.7536353Z 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-07-17T08:06:43.7542181Z 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-07-17T08:06:43.7547899Z 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-07-17T08:06:43.7553949Z 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-07-17T08:06:43.7559796Z 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-07-17T08:06:43.7565703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7571689Z 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-07-17T08:06:43.7578248Z 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-07-17T08:06:43.7584064Z 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-07-17T08:06:43.7589869Z 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-07-17T08:06:43.7595937Z 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-07-17T08:06:43.7602232Z 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-07-17T08:06:43.7608278Z 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-07-17T08:06:43.7614425Z 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-07-17T08:06:43.7620162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7625733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7632028Z 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-07-17T08:06:43.7643691Z 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-07-17T08:06:43.7649619Z 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-07-17T08:06:43.7656186Z 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-07-17T08:06:43.7662091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7667891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7674279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7680141Z 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-07-17T08:06:43.7686391Z 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-07-17T08:06:43.7692257Z 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-07-17T08:06:43.7697909Z 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-07-17T08:06:43.7704393Z 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-07-17T08:06:43.7710847Z 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-07-17T08:06:43.7719060Z 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-07-17T08:06:43.7728182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:43.7736219Z 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-07-17T08:06:43.7744635Z 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-07-17T08:06:43.7753021Z 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-07-17T08:06:44.0367740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0375848Z 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-07-17T08:06:44.0384876Z 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-07-17T08:06:44.0392672Z 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-07-17T08:06:44.0401273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0408619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0416379Z 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-07-17T08:06:44.0424901Z 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-07-17T08:06:44.0432871Z 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-07-17T08:06:44.0440211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0447635Z 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-07-17T08:06:44.0453820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0459897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0467788Z 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-07-17T08:06:44.0473895Z 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-07-17T08:06:44.0480223Z 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-07-17T08:06:44.0486110Z 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-07-17T08:06:44.0491923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0499209Z 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-07-17T08:06:44.0505176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0511157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0516942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0523112Z 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-07-17T08:06:44.0529219Z 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-07-17T08:06:44.0535738Z 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-07-17T08:06:44.0541817Z 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-07-17T08:06:44.0548101Z 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-07-17T08:06:44.0555705Z 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-07-17T08:06:44.0561816Z 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-07-17T08:06:44.0568045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0574191Z 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-07-17T08:06:44.0580464Z 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-07-17T08:06:44.0586450Z 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-07-17T08:06:44.0592693Z 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-07-17T08:06:44.0598874Z 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-07-17T08:06:44.0605222Z 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-07-17T08:06:44.0611531Z 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-07-17T08:06:44.0617985Z 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-07-17T08:06:44.0624334Z 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-07-17T08:06:44.0630940Z 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-07-17T08:06:44.0636940Z 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-07-17T08:06:44.0643184Z 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-07-17T08:06:44.0649551Z 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-07-17T08:06:44.0659007Z 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-07-17T08:06:44.0680384Z 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-07-17T08:06:44.0686747Z 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-07-17T08:06:44.0693711Z 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-07-17T08:06:44.0700148Z 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-07-17T08:06:44.0706414Z 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-07-17T08:06:44.0712708Z 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-07-17T08:06:44.0719160Z 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-07-17T08:06:44.0737758Z 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-07-17T08:06:44.0738875Z 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-07-17T08:06:44.0739851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0746893Z 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-07-17T08:06:44.0752848Z 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-07-17T08:06:44.0758738Z 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-07-17T08:06:44.0764933Z 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-07-17T08:06:44.0771057Z 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-07-17T08:06:44.0777508Z 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-07-17T08:06:44.0784279Z 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-07-17T08:06:44.0791359Z 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-07-17T08:06:44.0798169Z 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-07-17T08:06:44.0804472Z 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-07-17T08:06:44.0810912Z 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-07-17T08:06:44.0817266Z 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-07-17T08:06:44.0823384Z 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-07-17T08:06:44.0829403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0837298Z 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-07-17T08:06:44.0845689Z 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-07-17T08:06:44.0848073Z 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-07-17T08:06:44.0854169Z 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-07-17T08:06:44.0860462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0866867Z 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-07-17T08:06:44.0873250Z 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-07-17T08:06:44.0880106Z 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-07-17T08:06:44.0886415Z 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-07-17T08:06:44.0892049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0898110Z 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-07-17T08:06:44.0904977Z 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-07-17T08:06:44.0911027Z 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-07-17T08:06:44.0916878Z 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-07-17T08:06:44.0937319Z 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-07-17T08:06:44.0943001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0948880Z 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-07-17T08:06:44.0954803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0960624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0966310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.0972064Z 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-07-17T08:06:44.0977920Z 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-07-17T08:06:44.0983598Z 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-07-17T08:06:44.0989638Z 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-07-17T08:06:44.0995511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1001316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1007500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1013318Z 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-07-17T08:06:44.1019094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1024907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1030806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1036278Z 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-07-17T08:06:44.1042220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1047442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1053125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1058482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1064482Z 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-07-17T08:06:44.1070172Z 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-07-17T08:06:44.1075949Z 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-07-17T08:06:44.1081853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1087732Z 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-07-17T08:06:44.1094189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1100162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1106806Z 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-07-17T08:06:44.1112959Z 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-07-17T08:06:44.1118899Z 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-07-17T08:06:44.1124871Z 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-07-17T08:06:44.1130796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1141256Z 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-07-17T08:06:44.1147215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1153063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1159060Z 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-07-17T08:06:44.1164822Z 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-07-17T08:06:44.1171052Z 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-07-17T08:06:44.1177137Z 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-07-17T08:06:44.1183189Z 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-07-17T08:06:44.1189381Z 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-07-17T08:06:44.1203648Z 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-07-17T08:06:44.1204830Z 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-07-17T08:06:44.1209607Z 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-07-17T08:06:44.1215665Z 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-07-17T08:06:44.1221899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1236432Z 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-07-17T08:06:44.1237571Z 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-07-17T08:06:44.1242780Z 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-07-17T08:06:44.1249503Z 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-07-17T08:06:44.1256599Z 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-07-17T08:06:44.1263221Z 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-07-17T08:06:44.1269642Z 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-07-17T08:06:44.1275855Z 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-07-17T08:06:44.1281923Z 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-07-17T08:06:44.1288285Z 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-07-17T08:06:44.1294283Z 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-07-17T08:06:44.1300272Z 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-07-17T08:06:44.1306147Z 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-07-17T08:06:44.1313073Z 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-07-17T08:06:44.1319258Z 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-07-17T08:06:44.1325202Z 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-07-17T08:06:44.1331224Z 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-07-17T08:06:44.1337195Z 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-07-17T08:06:44.1343926Z 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-07-17T08:06:44.1350233Z 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-07-17T08:06:44.1356217Z 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-07-17T08:06:44.1362222Z 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-07-17T08:06:44.1368088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1374080Z 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-07-17T08:06:44.1380550Z 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-07-17T08:06:44.1386503Z 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-07-17T08:06:44.1392665Z 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-07-17T08:06:44.1398582Z 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-07-17T08:06:44.1404758Z 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-07-17T08:06:44.1411051Z 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-07-17T08:06:44.1417129Z 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-07-17T08:06:44.1423084Z 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-07-17T08:06:44.1429027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1434738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1440829Z 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-07-17T08:06:44.1446993Z 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-07-17T08:06:44.1452807Z 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-07-17T08:06:44.1458640Z 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-07-17T08:06:44.1464615Z 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-07-17T08:06:44.1470935Z 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-07-17T08:06:44.1476559Z 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-07-17T08:06:44.1482504Z 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-07-17T08:06:44.1488175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1493762Z 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-07-17T08:06:44.1499467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1505424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1511267Z 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-07-17T08:06:44.1517103Z 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-07-17T08:06:44.1523204Z 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-07-17T08:06:44.1529104Z 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-07-17T08:06:44.1535194Z 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-07-17T08:06:44.1541389Z 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-07-17T08:06:44.1547638Z 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-07-17T08:06:44.1553819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1560617Z 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-07-17T08:06:44.1567032Z 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-07-17T08:06:44.1573395Z 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-07-17T08:06:44.1580116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1586672Z 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-07-17T08:06:44.1593426Z 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-07-17T08:06:44.1599982Z 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-07-17T08:06:44.1606860Z 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-07-17T08:06:44.1612871Z 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-07-17T08:06:44.1619195Z 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-07-17T08:06:44.1625198Z 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-07-17T08:06:44.1631331Z 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-07-17T08:06:44.1637259Z 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-07-17T08:06:44.1643742Z 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-07-17T08:06:44.1649640Z 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-07-17T08:06:44.1655971Z 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-07-17T08:06:44.1662172Z 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-07-17T08:06:44.1668014Z 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-07-17T08:06:44.1674050Z 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-07-17T08:06:44.1680150Z 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-07-17T08:06:44.1686224Z 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-07-17T08:06:44.1692791Z 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-07-17T08:06:44.1698683Z 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-07-17T08:06:44.1704860Z 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-07-17T08:06:44.1711049Z 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-07-17T08:06:44.1716961Z 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-07-17T08:06:44.1722980Z 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-07-17T08:06:44.1729145Z 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-07-17T08:06:44.1735356Z 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-07-17T08:06:44.1741565Z 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-07-17T08:06:44.1747538Z 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-07-17T08:06:44.1754101Z 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-07-17T08:06:44.1759985Z 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-07-17T08:06:44.1766200Z 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-07-17T08:06:44.1772066Z 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-07-17T08:06:44.1777947Z 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-07-17T08:06:44.1784231Z 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-07-17T08:06:44.1790224Z 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-07-17T08:06:44.1796286Z 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-07-17T08:06:44.1802490Z 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-07-17T08:06:44.1808801Z 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-07-17T08:06:44.1814751Z 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-07-17T08:06:44.1820756Z 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-07-17T08:06:44.1826709Z 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-07-17T08:06:44.1833409Z 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-07-17T08:06:44.1840529Z 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-07-17T08:06:44.1847235Z 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-07-17T08:06:44.1853755Z 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-07-17T08:06:44.1859900Z 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-07-17T08:06:44.1866753Z 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-07-17T08:06:44.1873576Z 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-07-17T08:06:44.1879621Z 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-07-17T08:06:44.1886058Z 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-07-17T08:06:44.1892698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1898754Z 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-07-17T08:06:44.1904579Z 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-07-17T08:06:44.1910741Z 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-07-17T08:06:44.1916647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1922342Z 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-07-17T08:06:44.1928509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1934305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1939913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1945724Z 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-07-17T08:06:44.1952672Z 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-07-17T08:06:44.1959227Z 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-07-17T08:06:44.1964941Z 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-07-17T08:06:44.1970681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1976409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1981481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1987176Z 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-07-17T08:06:44.1993177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.1998971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2034684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2040387Z 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-07-17T08:06:44.2046389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2052010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2058030Z 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-07-17T08:06:44.2064262Z 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-07-17T08:06:44.2070018Z 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-07-17T08:06:44.2076172Z 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-07-17T08:06:44.2082355Z 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-07-17T08:06:44.2088766Z 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-07-17T08:06:44.2094686Z 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-07-17T08:06:44.2100573Z 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-07-17T08:06:44.2106387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2112153Z 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-07-17T08:06:44.2118359Z 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-07-17T08:06:44.2124448Z 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-07-17T08:06:44.2135065Z 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-07-17T08:06:44.2140936Z 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-07-17T08:06:44.2147125Z 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-07-17T08:06:44.2152991Z 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-07-17T08:06:44.2159107Z 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-07-17T08:06:44.2165014Z 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-07-17T08:06:44.2170951Z 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-07-17T08:06:44.2176869Z 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-07-17T08:06:44.2198163Z 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-07-17T08:06:44.2204063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2209724Z 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-07-17T08:06:44.2215405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2221214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2227069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2232819Z 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-07-17T08:06:44.2238944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2244980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2250806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2257061Z 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-07-17T08:06:44.2263892Z 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-07-17T08:06:44.2270307Z 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-07-17T08:06:44.2276577Z 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-07-17T08:06:44.2282688Z 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-07-17T08:06:44.2288712Z 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-07-17T08:06:44.2294993Z 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-07-17T08:06:44.2300968Z 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-07-17T08:06:44.2307292Z 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-07-17T08:06:44.2314186Z 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-07-17T08:06:44.2320162Z 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-07-17T08:06:44.2326279Z 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-07-17T08:06:44.2332226Z 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-07-17T08:06:44.2338150Z 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-07-17T08:06:44.2344243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2350113Z 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-07-17T08:06:44.2356117Z 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-07-17T08:06:44.2362095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2367911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2373731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2379566Z 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-07-17T08:06:44.2385414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2391414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2397207Z 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-07-17T08:06:44.2403020Z 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-07-17T08:06:44.2408949Z 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-07-17T08:06:44.2414809Z 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-07-17T08:06:44.2420800Z 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-07-17T08:06:44.2432558Z 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-07-17T08:06:44.2438624Z 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-07-17T08:06:44.2444609Z 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-07-17T08:06:44.2450501Z 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-07-17T08:06:44.2456200Z 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-07-17T08:06:44.2465835Z 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-07-17T08:06:44.2472032Z 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-07-17T08:06:44.2478146Z 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-07-17T08:06:44.2483807Z 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-07-17T08:06:44.2489543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2494838Z 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-07-17T08:06:44.2500581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2532376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2537942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2543726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2549608Z 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-07-17T08:06:44.2555566Z 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-07-17T08:06:44.2561447Z 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-07-17T08:06:44.2567339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2573299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2579505Z 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-07-17T08:06:44.2585325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2591509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2597108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2602958Z 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-07-17T08:06:44.2608679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2614590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2620539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2626593Z 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-07-17T08:06:44.2633005Z 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-07-17T08:06:44.2638927Z 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-07-17T08:06:44.2644930Z 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-07-17T08:06:44.2651393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2657492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2663463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2669542Z 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-07-17T08:06:44.2675777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2681863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2687749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2693471Z 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-07-17T08:06:44.2699455Z 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-07-17T08:06:44.2705478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2711542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2717385Z 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-07-17T08:06:44.2723440Z 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-07-17T08:06:44.2729536Z 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-07-17T08:06:44.2735480Z 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-07-17T08:06:44.2741789Z 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-07-17T08:06:44.2748303Z 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-07-17T08:06:44.2760235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2766133Z 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-07-17T08:06:44.2772049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2778603Z 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-07-17T08:06:44.2784423Z 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-07-17T08:06:44.2790524Z 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-07-17T08:06:44.2796354Z 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-07-17T08:06:44.2802159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2808203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2813970Z 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-07-17T08:06:44.2820071Z 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-07-17T08:06:44.2826221Z 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-07-17T08:06:44.2832422Z 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-07-17T08:06:44.2838414Z 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-07-17T08:06:44.2844283Z 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-07-17T08:06:44.2850078Z 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-07-17T08:06:44.2856275Z 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-07-17T08:06:44.2862153Z 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-07-17T08:06:44.2868002Z 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-07-17T08:06:44.2874054Z 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-07-17T08:06:44.2879953Z 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-07-17T08:06:44.2886110Z 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-07-17T08:06:44.2892365Z 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-07-17T08:06:44.2898269Z 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-07-17T08:06:44.2904245Z 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-07-17T08:06:44.2922323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.2923530Z 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-07-17T08:06:44.2924688Z 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-07-17T08:06:44.2933157Z 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-07-17T08:06:44.2939132Z 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-07-17T08:06:44.2945097Z 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-07-17T08:06:44.2951072Z 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-07-17T08:06:44.2957153Z 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-07-17T08:06:44.2963050Z 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-07-17T08:06:44.2969257Z 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-07-17T08:06:44.2975085Z 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-07-17T08:06:44.2981003Z 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-07-17T08:06:44.2986941Z 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-07-17T08:06:44.2993153Z 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-07-17T08:06:44.2999528Z 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-07-17T08:06:44.3005694Z 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-07-17T08:06:44.3011757Z 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-07-17T08:06:44.3017701Z 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-07-17T08:06:44.3023637Z 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-07-17T08:06:44.3029970Z 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-07-17T08:06:44.3035919Z 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-07-17T08:06:44.3042158Z 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-07-17T08:06:44.3048257Z 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-07-17T08:06:44.3054342Z 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-07-17T08:06:44.3060604Z 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-07-17T08:06:44.3066821Z 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-07-17T08:06:44.3073414Z 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-07-17T08:06:44.3079964Z 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-07-17T08:06:44.3086599Z 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-07-17T08:06:44.3092305Z 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-07-17T08:06:44.3098470Z 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-07-17T08:06:44.3104904Z 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-07-17T08:06:44.3118228Z 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-07-17T08:06:44.3124741Z 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-07-17T08:06:44.3130767Z 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-07-17T08:06:44.3136771Z 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-07-17T08:06:44.3142979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3149339Z 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-07-17T08:06:44.3155380Z 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-07-17T08:06:44.3161357Z 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-07-17T08:06:44.3191483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3197599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3203760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3209719Z 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-07-17T08:06:44.3215544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3221485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3227946Z 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-07-17T08:06:44.3233929Z 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-07-17T08:06:44.3240572Z 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-07-17T08:06:44.3246810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3252219Z 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-07-17T08:06:44.3258621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3264674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3270449Z 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-07-17T08:06:44.3276593Z 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-07-17T08:06:44.3282795Z 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-07-17T08:06:44.3288655Z 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-07-17T08:06:44.3294645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3300631Z 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-07-17T08:06:44.3306631Z 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-07-17T08:06:44.3312625Z 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-07-17T08:06:44.3347251Z 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-07-17T08:06:44.3354377Z 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-07-17T08:06:44.3360596Z 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-07-17T08:06:44.3366481Z 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-07-17T08:06:44.3372510Z 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-07-17T08:06:44.3378409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3384330Z 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-07-17T08:06:44.3390514Z 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-07-17T08:06:44.3397584Z 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-07-17T08:06:44.3403492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3409490Z 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-07-17T08:06:44.3415531Z 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-07-17T08:06:44.3421521Z 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-07-17T08:06:44.3427430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3433708Z 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-07-17T08:06:44.3439762Z 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-07-17T08:06:44.3450644Z 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-07-17T08:06:44.3456725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3462763Z 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-07-17T08:06:44.3468375Z 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-07-17T08:06:44.3474470Z 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-07-17T08:06:44.3480187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3486343Z 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-07-17T08:06:44.3492189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3497964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3504483Z 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-07-17T08:06:44.3518083Z 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-07-17T08:06:44.3519046Z 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-07-17T08:06:44.3523678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3529023Z 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-07-17T08:06:44.3534830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3540539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3546118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3551772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3557583Z 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-07-17T08:06:44.3563518Z 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-07-17T08:06:44.3582510Z 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-07-17T08:06:44.3588401Z 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-07-17T08:06:44.3594615Z 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-07-17T08:06:44.3600823Z 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-07-17T08:06:44.3606425Z 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-07-17T08:06:44.3612581Z 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-07-17T08:06:44.3618346Z 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-07-17T08:06:44.3624276Z 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-07-17T08:06:44.3630465Z 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-07-17T08:06:44.3636306Z 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-07-17T08:06:44.3642167Z 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-07-17T08:06:44.3648037Z 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-07-17T08:06:44.3663038Z 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-07-17T08:06:44.3669303Z 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-07-17T08:06:44.3675529Z 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-07-17T08:06:44.3681767Z 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-07-17T08:06:44.3687644Z 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-07-17T08:06:44.3693837Z 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-07-17T08:06:44.3699645Z 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-07-17T08:06:44.3705990Z 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-07-17T08:06:44.3712025Z 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-07-17T08:06:44.3718505Z 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-07-17T08:06:44.3725002Z 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-07-17T08:06:44.3760521Z 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-07-17T08:06:44.3767152Z 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-07-17T08:06:44.3773249Z 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-07-17T08:06:44.3779416Z 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-07-17T08:06:44.3785509Z 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-07-17T08:06:44.3791814Z 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-07-17T08:06:44.3801374Z 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-07-17T08:06:44.3807674Z 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-07-17T08:06:44.3813446Z 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-07-17T08:06:44.3819419Z 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-07-17T08:06:44.3825503Z 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-07-17T08:06:44.3831505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3837152Z 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-07-17T08:06:44.3844133Z 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-07-17T08:06:44.3849913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3855912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3862073Z 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-07-17T08:06:44.3868124Z 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-07-17T08:06:44.3873899Z 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-07-17T08:06:44.3880313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3886547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3892532Z 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-07-17T08:06:44.3898668Z 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-07-17T08:06:44.3904647Z 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-07-17T08:06:44.3910968Z 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-07-17T08:06:44.3918294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3924311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3930879Z 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-07-17T08:06:44.3937414Z 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-07-17T08:06:44.3943887Z 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-07-17T08:06:44.3950845Z 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-07-17T08:06:44.3957272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3963378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.3970027Z 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-07-17T08:06:44.3976017Z 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-07-17T08:06:44.3982807Z 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-07-17T08:06:44.3989324Z 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-07-17T08:06:44.3995372Z 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-07-17T08:06:44.4001294Z 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-07-17T08:06:44.4007531Z 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-07-17T08:06:44.4013489Z 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-07-17T08:06:44.4019905Z 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-07-17T08:06:44.4025927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4032131Z 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-07-17T08:06:44.4037938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4043955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4049578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4056375Z 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-07-17T08:06:44.4062570Z 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-07-17T08:06:44.4068227Z 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-07-17T08:06:44.4074254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4080282Z 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-07-17T08:06:44.4086881Z 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-07-17T08:06:44.4092859Z 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-07-17T08:06:44.4098782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4104352Z 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-07-17T08:06:44.4110061Z 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-07-17T08:06:44.4116884Z 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-07-17T08:06:44.4123205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4129338Z 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-07-17T08:06:44.4134691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4140674Z 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-07-17T08:06:44.4146501Z 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-07-17T08:06:44.4152477Z 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-07-17T08:06:44.4159363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4165127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4170834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4176527Z 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-07-17T08:06:44.4182161Z 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-07-17T08:06:44.4187760Z 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-07-17T08:06:44.4194017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4199542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4205290Z 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-07-17T08:06:44.4211199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4216832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4223376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4229138Z 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-07-17T08:06:44.4235427Z 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-07-17T08:06:44.4240606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4246374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4252596Z 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-07-17T08:06:44.4259145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4265739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4271842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4278115Z 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-07-17T08:06:44.4284244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4290465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4297014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4302927Z 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-07-17T08:06:44.4308832Z 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-07-17T08:06:44.4314866Z 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-07-17T08:06:44.4321000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4327114Z 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-07-17T08:06:44.4333107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4338528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4344053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4350376Z 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-07-17T08:06:44.4356362Z 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-07-17T08:06:44.4362511Z 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-07-17T08:06:44.4368473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4374471Z 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-07-17T08:06:44.4380449Z 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-07-17T08:06:44.4385975Z 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-07-17T08:06:44.4393913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4408220Z 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-07-17T08:06:44.4414135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4419645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4425268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4430865Z 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-07-17T08:06:44.4499575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4505967Z 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-07-17T08:06:44.4670661Z 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-07-17T08:06:44.4676614Z 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-07-17T08:06:44.4682725Z 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-07-17T08:06:44.4688988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4697041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4703543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4747805Z 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-07-17T08:06:44.4754166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4762818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4769076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4775028Z 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-07-17T08:06:44.4780761Z 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-07-17T08:06:44.4786604Z 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-07-17T08:06:44.4792712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4798962Z 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-07-17T08:06:44.4805183Z 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-07-17T08:06:44.4810993Z 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-07-17T08:06:44.4816971Z 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-07-17T08:06:44.4822936Z 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-07-17T08:06:44.4828924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4835562Z 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-07-17T08:06:44.4841735Z 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-07-17T08:06:44.4847705Z 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-07-17T08:06:44.4853607Z 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-07-17T08:06:44.4859450Z 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-07-17T08:06:44.4865274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4871119Z 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-07-17T08:06:44.4876862Z 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-07-17T08:06:44.4882949Z 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-07-17T08:06:44.4888642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4894620Z 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-07-17T08:06:44.4900876Z 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-07-17T08:06:44.4936274Z 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-07-17T08:06:44.4942269Z 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-07-17T08:06:44.4948057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4954085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4959830Z 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-07-17T08:06:44.4965822Z 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-07-17T08:06:44.4971603Z 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-07-17T08:06:44.4977373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4983144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4989021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.4995274Z 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-07-17T08:06:44.5001275Z 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-07-17T08:06:44.5006991Z 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-07-17T08:06:44.5012809Z 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-07-17T08:06:44.5018622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5024431Z 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-07-17T08:06:44.5030361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5036436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5042261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5047930Z 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-07-17T08:06:44.5053464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5059226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5065031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5071419Z 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-07-17T08:06:44.5076983Z 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-07-17T08:06:44.5082960Z 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-07-17T08:06:44.5088681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5094313Z 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-07-17T08:06:44.5100231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5105981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5111704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5117570Z 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-07-17T08:06:44.5123408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5129132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5135922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5141936Z 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-07-17T08:06:44.5147978Z 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-07-17T08:06:44.5153734Z 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-07-17T08:06:44.5159415Z 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-07-17T08:06:44.5165145Z 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-07-17T08:06:44.5171348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5177391Z 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-07-17T08:06:44.5183287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5189089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5194936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5201328Z 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-07-17T08:06:44.5207046Z 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-07-17T08:06:44.5212769Z 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-07-17T08:06:44.5218821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5224781Z 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-07-17T08:06:44.5237582Z 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-07-17T08:06:44.5243337Z 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-07-17T08:06:44.5249256Z 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-07-17T08:06:44.5254994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5260911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5266501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5272783Z 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-07-17T08:06:44.5278720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5284707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5290386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5295745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5301507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5307486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5313490Z 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-07-17T08:06:44.5319474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5325308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5337908Z 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-07-17T08:06:44.5343886Z 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-07-17T08:06:44.5349831Z 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-07-17T08:06:44.5355581Z 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-07-17T08:06:44.5361327Z 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-07-17T08:06:44.5368730Z 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-07-17T08:06:44.5374367Z 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-07-17T08:06:44.5380105Z 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-07-17T08:06:44.5385809Z 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-07-17T08:06:44.5391825Z 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-07-17T08:06:44.5397784Z 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-07-17T08:06:44.5403763Z 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-07-17T08:06:44.5409505Z 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-07-17T08:06:44.5415645Z 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-07-17T08:06:44.5421277Z 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-07-17T08:06:44.5426909Z 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-07-17T08:06:44.5432820Z 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-07-17T08:06:44.5439088Z 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-07-17T08:06:44.5444900Z 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-07-17T08:06:44.5450732Z 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-07-17T08:06:44.5456701Z 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-07-17T08:06:44.5462855Z 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-07-17T08:06:44.5468640Z 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-07-17T08:06:44.5474667Z 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-07-17T08:06:44.5481063Z 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-07-17T08:06:44.5487149Z 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-07-17T08:06:44.5492990Z 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-07-17T08:06:44.5498767Z 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-07-17T08:06:44.5504587Z 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-07-17T08:06:44.5510859Z 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-07-17T08:06:44.5516879Z 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-07-17T08:06:44.5522740Z 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-07-17T08:06:44.5528572Z 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-07-17T08:06:44.5534713Z 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-07-17T08:06:44.5540504Z 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-07-17T08:06:44.5546506Z 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-07-17T08:06:44.5552775Z 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-07-17T08:06:44.5558812Z 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-07-17T08:06:44.5564760Z 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-07-17T08:06:44.5571103Z 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-07-17T08:06:44.5577139Z 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-07-17T08:06:44.5583202Z 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-07-17T08:06:44.5589567Z 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-07-17T08:06:44.5596090Z 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-07-17T08:06:44.5602233Z 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-07-17T08:06:44.5608342Z 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-07-17T08:06:44.5616523Z 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-07-17T08:06:44.5655005Z 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-07-17T08:06:44.5662363Z 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-07-17T08:06:44.5668392Z 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-07-17T08:06:44.5674223Z 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-07-17T08:06:44.5680064Z 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-07-17T08:06:44.5685732Z 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-07-17T08:06:44.5691494Z 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-07-17T08:06:44.5697616Z 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-07-17T08:06:44.5703637Z 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-07-17T08:06:44.5709596Z 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-07-17T08:06:44.5715725Z 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-07-17T08:06:44.5722166Z 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-07-17T08:06:44.5728051Z 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-07-17T08:06:44.5734265Z 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-07-17T08:06:44.5740220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5746041Z 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-07-17T08:06:44.5751732Z 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-07-17T08:06:44.5757729Z 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-07-17T08:06:44.5764624Z 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-07-17T08:06:44.5770461Z 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-07-17T08:06:44.5776541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5782584Z 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-07-17T08:06:44.5788499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5794709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5800677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5826121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5832476Z 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-07-17T08:06:44.5838436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5845767Z 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-07-17T08:06:44.5851441Z 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-07-17T08:06:44.5857317Z 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-07-17T08:06:44.5863488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5869341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5875291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5881500Z 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-07-17T08:06:44.5887387Z 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-07-17T08:06:44.5893206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5899649Z 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-07-17T08:06:44.5905827Z 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-07-17T08:06:44.5911757Z 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-07-17T08:06:44.5917563Z 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-07-17T08:06:44.5923389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5929323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5935299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5941046Z 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-07-17T08:06:44.5946682Z 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-07-17T08:06:44.5952605Z 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-07-17T08:06:44.5958352Z 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-07-17T08:06:44.5964173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5969962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5976033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.5988424Z 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-07-17T08:06:44.5994217Z 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-07-17T08:06:44.6000065Z 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-07-17T08:06:44.6006016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6011851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6017871Z 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-07-17T08:06:44.6023772Z 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-07-17T08:06:44.6029554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6035772Z 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-07-17T08:06:44.6041452Z 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-07-17T08:06:44.6047194Z 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-07-17T08:06:44.6053139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6058758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6064403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6070370Z 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-07-17T08:06:44.6076988Z 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-07-17T08:06:44.6083499Z 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-07-17T08:06:44.6090023Z 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-07-17T08:06:44.6096593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6103030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6109641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6115970Z 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-07-17T08:06:44.6122299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6128712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6135698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6142082Z 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-07-17T08:06:44.6148564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6154495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6160063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6166363Z 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-07-17T08:06:44.6172072Z 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-07-17T08:06:44.6178213Z 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-07-17T08:06:44.6184287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6190203Z 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-07-17T08:06:44.6196293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6202224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6208160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6213793Z 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-07-17T08:06:44.6220091Z 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-07-17T08:06:44.6225540Z 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-07-17T08:06:44.6232607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6238909Z 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-07-17T08:06:44.6244793Z 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-07-17T08:06:44.6250696Z 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-07-17T08:06:44.6256727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6262690Z 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-07-17T08:06:44.6269344Z 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-07-17T08:06:44.6275402Z 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-07-17T08:06:44.6281531Z 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-07-17T08:06:44.6287650Z 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-07-17T08:06:44.6293909Z 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-07-17T08:06:44.6300395Z 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-07-17T08:06:44.6306853Z 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-07-17T08:06:44.6313375Z 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-07-17T08:06:44.6319384Z 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-07-17T08:06:44.6325454Z 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-07-17T08:06:44.6331485Z 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-07-17T08:06:44.6337774Z 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-07-17T08:06:44.6343801Z 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-07-17T08:06:44.6349718Z 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-07-17T08:06:44.6355889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6361890Z 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-07-17T08:06:44.6368644Z 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-07-17T08:06:44.6374771Z 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-07-17T08:06:44.6381098Z 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-07-17T08:06:44.6387064Z 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-07-17T08:06:44.6393077Z 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-07-17T08:06:44.6399212Z 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-07-17T08:06:44.6405193Z 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-07-17T08:06:44.6411346Z 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-07-17T08:06:44.6417478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6423525Z 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-07-17T08:06:44.6429998Z 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-07-17T08:06:44.6435903Z 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-07-17T08:06:44.6442071Z 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-07-17T08:06:44.6448072Z 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-07-17T08:06:44.6454694Z 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-07-17T08:06:44.6461214Z 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-07-17T08:06:44.6487155Z 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-07-17T08:06:44.6493526Z 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-07-17T08:06:44.6499381Z 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-07-17T08:06:44.6505550Z 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-07-17T08:06:44.6511560Z 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-07-17T08:06:44.6517558Z 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-07-17T08:06:44.6523465Z 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-07-17T08:06:44.6529333Z 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-07-17T08:06:44.6535174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6540610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6546353Z 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-07-17T08:06:44.6552344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6558019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6589855Z 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-07-17T08:06:44.6595827Z 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-07-17T08:06:44.6601832Z 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-07-17T08:06:44.6607701Z 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-07-17T08:06:44.6613543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6619389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6625250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6631976Z 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-07-17T08:06:44.6637976Z 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-07-17T08:06:44.6643975Z 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-07-17T08:06:44.6650020Z 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-07-17T08:06:44.6655907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6662043Z 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-07-17T08:06:44.6667998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6674227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6687745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6697151Z 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-07-17T08:06:44.6702933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6708765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6714798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6720870Z 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-07-17T08:06:44.6726851Z 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-07-17T08:06:44.6732800Z 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-07-17T08:06:44.6738599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6744569Z 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-07-17T08:06:44.6750623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6756781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6762715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6769235Z 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-07-17T08:06:44.6775392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6782351Z 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-07-17T08:06:44.6789253Z 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-07-17T08:06:44.6795346Z 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-07-17T08:06:44.6801400Z 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-07-17T08:06:44.6807650Z 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-07-17T08:06:44.6813575Z 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-07-17T08:06:44.6819346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6825292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6831268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6837266Z 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-07-17T08:06:44.6843787Z 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-07-17T08:06:44.6849764Z 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-07-17T08:06:44.6855763Z 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-07-17T08:06:44.6861629Z 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-07-17T08:06:44.6868198Z 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-07-17T08:06:44.6874269Z 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-07-17T08:06:44.6880383Z 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-07-17T08:06:44.6886669Z 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-07-17T08:06:44.6898325Z 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-07-17T08:06:44.6904460Z 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-07-17T08:06:44.6910424Z 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-07-17T08:06:44.6916799Z 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-07-17T08:06:44.6923561Z 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-07-17T08:06:44.6929030Z 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-07-17T08:06:44.6934855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.6940942Z 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-07-17T08:06:44.6947021Z 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-07-17T08:06:44.6953094Z 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-07-17T08:06:44.6959011Z 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-07-17T08:06:44.6965162Z 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-07-17T08:06:44.6971367Z 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-07-17T08:06:44.6983730Z 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-07-17T08:06:44.6989880Z 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-07-17T08:06:44.6995780Z 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-07-17T08:06:44.7001757Z 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-07-17T08:06:44.7007930Z 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-07-17T08:06:44.7014073Z 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-07-17T08:06:44.7019958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7026188Z 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-07-17T08:06:44.7032523Z 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-07-17T08:06:44.7038617Z 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-07-17T08:06:44.7045023Z 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-07-17T08:06:44.7051025Z 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-07-17T08:06:44.7057420Z 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-07-17T08:06:44.7063570Z 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-07-17T08:06:44.7069836Z 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-07-17T08:06:44.7075837Z 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-07-17T08:06:44.7082200Z 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-07-17T08:06:44.7088255Z 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-07-17T08:06:44.7094321Z 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-07-17T08:06:44.7100787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7106761Z 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-07-17T08:06:44.7112831Z 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-07-17T08:06:44.7118903Z 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-07-17T08:06:44.7125029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7130653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7136790Z 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-07-17T08:06:44.7142836Z 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-07-17T08:06:44.7148662Z 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-07-17T08:06:44.7154717Z 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-07-17T08:06:44.7161413Z 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-07-17T08:06:44.7167964Z 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-07-17T08:06:44.7177575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7183601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7189636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7195315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7201450Z 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-07-17T08:06:44.7213061Z 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-07-17T08:06:44.7219099Z 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-07-17T08:06:44.7225106Z 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-07-17T08:06:44.7231536Z 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-07-17T08:06:44.7237632Z 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-07-17T08:06:44.7243761Z 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-07-17T08:06:44.7249988Z 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-07-17T08:06:44.7256414Z 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-07-17T08:06:44.7262834Z 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-07-17T08:06:44.7269141Z 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-07-17T08:06:44.7275580Z 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-07-17T08:06:44.7282589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7288705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7294922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7301219Z 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-07-17T08:06:44.7307486Z 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-07-17T08:06:44.7313264Z 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-07-17T08:06:44.7348617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7355463Z 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-07-17T08:06:44.7361871Z 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-07-17T08:06:44.7367591Z 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-07-17T08:06:44.7373411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7379448Z 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-07-17T08:06:44.7385681Z 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-07-17T08:06:44.7391426Z 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-07-17T08:06:44.7397398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7403087Z 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-07-17T08:06:44.7409199Z 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-07-17T08:06:44.7428873Z 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-07-17T08:06:44.7434964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7440705Z 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-07-17T08:06:44.7446550Z 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-07-17T08:06:44.7458505Z 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-07-17T08:06:44.7464398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7470343Z 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-07-17T08:06:44.7476079Z 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-07-17T08:06:44.7481970Z 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-07-17T08:06:44.7487743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7493246Z 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-07-17T08:06:44.7499217Z 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-07-17T08:06:44.7505078Z 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-07-17T08:06:44.7510897Z 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-07-17T08:06:44.7516888Z 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-07-17T08:06:44.7522853Z 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-07-17T08:06:44.7529101Z 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-07-17T08:06:44.7535030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7540783Z 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-07-17T08:06:44.7546996Z 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-07-17T08:06:44.7553483Z 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-07-17T08:06:44.7559486Z 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-07-17T08:06:44.7565774Z 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-07-17T08:06:44.7571769Z 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-07-17T08:06:44.7577729Z 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-07-17T08:06:44.7583666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7589629Z 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-07-17T08:06:44.7595568Z 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-07-17T08:06:44.7601515Z 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-07-17T08:06:44.7607817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7613789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7619548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7625494Z 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-07-17T08:06:44.7631574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7637469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7643287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7649316Z 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-07-17T08:06:44.7655103Z 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-07-17T08:06:44.7660971Z 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-07-17T08:06:44.7667135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7673571Z 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-07-17T08:06:44.7679630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7685757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7691643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7697464Z 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-07-17T08:06:44.7704987Z 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-07-17T08:06:44.7711475Z 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-07-17T08:06:44.7718002Z 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-07-17T08:06:44.7723960Z 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-07-17T08:06:44.7730064Z 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-07-17T08:06:44.7736008Z 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-07-17T08:06:44.7741838Z 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-07-17T08:06:44.7747819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7754451Z 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-07-17T08:06:44.7760352Z 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-07-17T08:06:44.7766105Z 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-07-17T08:06:44.7772560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7782320Z 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-07-17T08:06:44.7785760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7791753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7798041Z 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-07-17T08:06:44.7804036Z 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-07-17T08:06:44.7810345Z 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-07-17T08:06:44.7816402Z 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-07-17T08:06:44.7822409Z 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-07-17T08:06:44.7828583Z 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-07-17T08:06:44.7835134Z 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-07-17T08:06:44.7841218Z 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-07-17T08:06:44.7847251Z 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-07-17T08:06:44.7853131Z 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-07-17T08:06:44.7858996Z 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-07-17T08:06:44.7864932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7871625Z 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-07-17T08:06:44.7877580Z 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-07-17T08:06:44.7884664Z 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-07-17T08:06:44.7890862Z 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-07-17T08:06:44.7896921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7902957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7909013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7915180Z 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-07-17T08:06:44.7922320Z 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-07-17T08:06:44.7929326Z 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-07-17T08:06:44.7934590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7940247Z 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-07-17T08:06:44.7951470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7957319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7963144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7969014Z 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-07-17T08:06:44.7974806Z 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-07-17T08:06:44.7980685Z 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-07-17T08:06:44.7986743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7992757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.7998308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8004286Z 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-07-17T08:06:44.8009968Z 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-07-17T08:06:44.8015961Z 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-07-17T08:06:44.8021903Z 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-07-17T08:06:44.8028001Z 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-07-17T08:06:44.8033907Z 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-07-17T08:06:44.8039883Z 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-07-17T08:06:44.8045691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8051958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8058277Z 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-07-17T08:06:44.8064575Z 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-07-17T08:06:44.8070729Z 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-07-17T08:06:44.8076451Z 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-07-17T08:06:44.8082580Z 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-07-17T08:06:44.8088767Z 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-07-17T08:06:44.8094982Z 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-07-17T08:06:44.8101221Z 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-07-17T08:06:44.8107588Z 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-07-17T08:06:44.8113777Z 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-07-17T08:06:44.8119642Z 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-07-17T08:06:44.8125692Z 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-07-17T08:06:44.8131511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8137854Z 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-07-17T08:06:44.8143956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8149939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8156069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8162468Z 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-07-17T08:06:44.8168517Z 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-07-17T08:06:44.8174594Z 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-07-17T08:06:44.8180889Z 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-07-17T08:06:44.8186965Z 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-07-17T08:06:44.8193204Z 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-07-17T08:06:44.8199309Z 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-07-17T08:06:44.8205197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8211292Z 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-07-17T08:06:44.8217387Z 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-07-17T08:06:44.8223537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8230700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8236616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8242720Z 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-07-17T08:06:44.8248598Z 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-07-17T08:06:44.8255031Z 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-07-17T08:06:44.8260526Z 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-07-17T08:06:44.8266978Z 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-07-17T08:06:44.8275039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8301604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8302844Z 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-07-17T08:06:44.8304196Z 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-07-17T08:06:44.8305330Z 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-07-17T08:06:44.8307732Z 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-07-17T08:06:44.8314707Z 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-07-17T08:06:44.8320648Z 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-07-17T08:06:44.8326889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8333235Z 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-07-17T08:06:44.8339544Z 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-07-17T08:06:44.8345347Z 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-07-17T08:06:44.8351470Z 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-07-17T08:06:44.8357351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8363180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8369188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8375422Z 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-07-17T08:06:44.8381322Z 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-07-17T08:06:44.8387440Z 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-07-17T08:06:44.8393401Z 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-07-17T08:06:44.8399339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8405075Z 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-07-17T08:06:44.8410759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8416339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8422023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8427810Z 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-07-17T08:06:44.8434041Z 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-07-17T08:06:44.8439784Z 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-07-17T08:06:44.8445501Z 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-07-17T08:06:44.8451116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8456615Z 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-07-17T08:06:44.8462298Z 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-07-17T08:06:44.8467778Z 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-07-17T08:06:44.8473760Z 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-07-17T08:06:44.8479750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8485504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8490970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8497059Z 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-07-17T08:06:44.8502432Z 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-07-17T08:06:44.8508178Z 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-07-17T08:06:44.8514342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8519596Z 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-07-17T08:06:44.8525513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8531145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8536696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8542113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8548418Z 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-07-17T08:06:44.8554779Z 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-07-17T08:06:44.8560597Z 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-07-17T08:06:44.8566564Z 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-07-17T08:06:44.8572609Z 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-07-17T08:06:44.8578434Z 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-07-17T08:06:44.8584431Z 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-07-17T08:06:44.8590928Z 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-07-17T08:06:44.8597059Z 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-07-17T08:06:44.8603081Z 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-07-17T08:06:44.8609327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8614941Z 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-07-17T08:06:44.8622883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8628926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8635009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8640909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8646806Z 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-07-17T08:06:44.8652833Z 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-07-17T08:06:44.8658972Z 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-07-17T08:06:44.8664872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8670839Z 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-07-17T08:06:44.8677704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8683763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8689821Z 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-07-17T08:06:44.8695335Z 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-07-17T08:06:44.8701159Z 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-07-17T08:06:44.8707084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8712990Z 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-07-17T08:06:44.8719068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8724870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8730498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8736289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8742938Z 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-07-17T08:06:44.8749118Z 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-07-17T08:06:44.8755279Z 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-07-17T08:06:44.8761411Z 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-07-17T08:06:44.8767430Z 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-07-17T08:06:44.8773806Z 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-07-17T08:06:44.8780018Z 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-07-17T08:06:44.8786757Z 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-07-17T08:06:44.8810438Z 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-07-17T08:06:44.8811594Z 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-07-17T08:06:44.8812579Z 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-07-17T08:06:44.8813511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8816856Z 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-07-17T08:06:44.8822908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8828751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8834936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8840655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8846735Z 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-07-17T08:06:44.8852742Z 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-07-17T08:06:44.8858607Z 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-07-17T08:06:44.8864507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8870131Z 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-07-17T08:06:44.8876177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8882096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8887515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8893537Z 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-07-17T08:06:44.8899250Z 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-07-17T08:06:44.8905027Z 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-07-17T08:06:44.8911224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8946225Z 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-07-17T08:06:44.8969038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8974958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.8981266Z 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-07-17T08:06:44.8986885Z 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-07-17T08:06:44.8992761Z 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-07-17T08:06:44.8998567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9003843Z 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-07-17T08:06:44.9009500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9015573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9021465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9031645Z 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-07-17T08:06:44.9037483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9042924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9048364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9053732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9059882Z 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-07-17T08:06:44.9065584Z 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-07-17T08:06:44.9071782Z 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-07-17T08:06:44.9077905Z 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-07-17T08:06:44.9083756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9090232Z 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-07-17T08:06:44.9096349Z 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-07-17T08:06:44.9102281Z 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-07-17T08:06:44.9108541Z 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-07-17T08:06:44.9114819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9121303Z 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-07-17T08:06:44.9127497Z 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-07-17T08:06:44.9133711Z 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-07-17T08:06:44.9139595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9145477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9151465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9158210Z 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-07-17T08:06:44.9164357Z 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-07-17T08:06:44.9170350Z 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-07-17T08:06:44.9176480Z 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-07-17T08:06:44.9182498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9188379Z 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-07-17T08:06:44.9194766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9200705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9206680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9213121Z 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-07-17T08:06:44.9218935Z 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-07-17T08:06:44.9225062Z 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-07-17T08:06:44.9231561Z 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-07-17T08:06:44.9237900Z 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-07-17T08:06:44.9244267Z 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-07-17T08:06:44.9250548Z 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-07-17T08:06:44.9256673Z 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-07-17T08:06:44.9263995Z 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-07-17T08:06:44.9269679Z 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-07-17T08:06:44.9280458Z 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-07-17T08:06:44.9283614Z 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-07-17T08:06:44.9289484Z 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-07-17T08:06:44.9295537Z 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-07-17T08:06:44.9302189Z 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-07-17T08:06:44.9308340Z 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-07-17T08:06:44.9314526Z 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-07-17T08:06:44.9320818Z 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-07-17T08:06:44.9326771Z 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-07-17T08:06:44.9332922Z 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-07-17T08:06:44.9339418Z 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-07-17T08:06:44.9345463Z 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-07-17T08:06:44.9351665Z 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-07-17T08:06:44.9358003Z 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-07-17T08:06:44.9364236Z 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-07-17T08:06:44.9370373Z 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-07-17T08:06:44.9376278Z 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-07-17T08:06:44.9382094Z 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-07-17T08:06:44.9388351Z 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-07-17T08:06:44.9394755Z 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-07-17T08:06:44.9400727Z 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-07-17T08:06:44.9406803Z 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-07-17T08:06:44.9412575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9418360Z 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-07-17T08:06:44.9424094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9429698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9435702Z 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-07-17T08:06:44.9441634Z 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-07-17T08:06:44.9447791Z 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-07-17T08:06:44.9453892Z 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-07-17T08:06:44.9459523Z 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-07-17T08:06:44.9465440Z 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-07-17T08:06:44.9471938Z 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-07-17T08:06:44.9478433Z 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-07-17T08:06:44.9484234Z 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-07-17T08:06:44.9490258Z 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-07-17T08:06:44.9496156Z 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-07-17T08:06:44.9502093Z 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-07-17T08:06:44.9507966Z 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-07-17T08:06:44.9513887Z 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-07-17T08:06:44.9519413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9524875Z 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-07-17T08:06:44.9530718Z 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-07-17T08:06:44.9536431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9542400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9548205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9554148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9560439Z 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-07-17T08:06:44.9566153Z 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-07-17T08:06:44.9572011Z 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-07-17T08:06:44.9578309Z 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-07-17T08:06:44.9583891Z 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-07-17T08:06:44.9590171Z 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-07-17T08:06:44.9596092Z 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-07-17T08:06:44.9602509Z 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-07-17T08:06:44.9608279Z 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-07-17T08:06:44.9614239Z 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-07-17T08:06:44.9619973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9625843Z 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-07-17T08:06:44.9631954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9637713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9666512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9672648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9679460Z 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-07-17T08:06:44.9685203Z 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-07-17T08:06:44.9692810Z 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-07-17T08:06:44.9699069Z 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-07-17T08:06:44.9705322Z 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-07-17T08:06:44.9711614Z 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-07-17T08:06:44.9718065Z 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-07-17T08:06:44.9724653Z 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-07-17T08:06:44.9730321Z 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-07-17T08:06:44.9737091Z 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-07-17T08:06:44.9743316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9749303Z 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-07-17T08:06:44.9755512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9761543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9767572Z 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-07-17T08:06:44.9773621Z 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-07-17T08:06:44.9780216Z 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-07-17T08:06:44.9786405Z 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-07-17T08:06:44.9840125Z 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-07-17T08:06:44.9840724Z 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-07-17T08:06:44.9841199Z 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-07-17T08:06:44.9841648Z 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-07-17T08:06:44.9842034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9842649Z 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-07-17T08:06:44.9846113Z 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-07-17T08:06:44.9851716Z 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-07-17T08:06:44.9857424Z 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-07-17T08:06:44.9863725Z 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-07-17T08:06:44.9869631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9875711Z 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-07-17T08:06:44.9881712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9887379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:44.9893048Z 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-07-17T08:06:44.9899210Z 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-07-17T08:06:44.9904906Z 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-07-17T08:06:44.9910846Z 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-07-17T08:06:44.9916984Z 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-07-17T08:06:44.9923454Z 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-07-17T08:06:44.9929668Z 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-07-17T08:06:44.9935388Z 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-07-17T08:06:44.9941323Z 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-07-17T08:06:44.9947591Z 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-07-17T08:06:44.9953643Z 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-07-17T08:06:44.9960220Z 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-07-17T08:06:44.9966107Z 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-07-17T08:06:44.9972398Z 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-07-17T08:06:44.9978489Z 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-07-17T08:06:44.9984550Z 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-07-17T08:06:45.0015121Z 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-07-17T08:06:45.0021279Z 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-07-17T08:06:45.0027361Z 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-07-17T08:06:45.0033305Z 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-07-17T08:06:45.0039280Z 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-07-17T08:06:45.0045250Z 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-07-17T08:06:45.0051504Z 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-07-17T08:06:45.0057531Z 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-07-17T08:06:45.0064116Z 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-07-17T08:06:45.0069984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.0080508Z 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-07-17T08:06:45.0086305Z 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-07-17T08:06:45.0092326Z 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-07-17T08:06:45.0098428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.0104359Z 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-07-17T08:06:45.0110534Z 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-07-17T08:06:45.0116486Z 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-07-17T08:06:45.0122415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.0128460Z 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-07-17T08:06:45.0134774Z 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-07-17T08:06:45.0140751Z 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-07-17T08:06:45.0147384Z 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-07-17T08:06:45.0153739Z 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-07-17T08:06:45.0160166Z 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-07-17T08:06:45.0166241Z 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-07-17T08:06:45.0172100Z 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-07-17T08:06:45.0178944Z 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-07-17T08:06:45.0185079Z 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-07-17T08:06:45.0191537Z 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-07-17T08:06:45.0197583Z 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-07-17T08:06:45.0203887Z 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-07-17T08:06:45.0210525Z 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-07-17T08:06:45.0216422Z 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-07-17T08:06:45.0222404Z 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-07-17T08:06:45.0229816Z 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-07-17T08:06:45.0239637Z 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-07-17T08:06:45.0245459Z 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-07-17T08:06:45.0251385Z 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-07-17T08:06:45.0257511Z 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-07-17T08:06:45.0263898Z 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-07-17T08:06:45.0270502Z 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-07-17T08:06:45.0276325Z 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-07-17T08:06:45.0313675Z 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-07-17T08:06:45.0320479Z 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-07-17T08:06:45.0327269Z 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-07-17T08:06:45.0334486Z 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-07-17T08:06:45.0341349Z 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-07-17T08:06:45.0348865Z 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-07-17T08:06:45.0355055Z 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-07-17T08:06:45.0361250Z 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-07-17T08:06:45.0367670Z 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-07-17T08:06:45.0373608Z 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-07-17T08:06:45.0379634Z 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-07-17T08:06:45.0385711Z 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-07-17T08:06:45.0392182Z 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-07-17T08:06:45.0398617Z 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-07-17T08:06:45.0404654Z 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-07-17T08:06:45.0410615Z 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-07-17T08:06:45.0416543Z 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-07-17T08:06:45.0422515Z 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-07-17T08:06:45.0428861Z 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-07-17T08:06:45.0435077Z 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-07-17T08:06:45.0441033Z 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-07-17T08:06:45.0447671Z 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-07-17T08:06:45.0458205Z 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-07-17T08:06:45.0464527Z 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-07-17T08:06:45.0471021Z 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-07-17T08:06:45.0477073Z 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-07-17T08:06:45.0483043Z 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-07-17T08:06:45.0489113Z 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-07-17T08:06:45.0495457Z 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-07-17T08:06:45.0502021Z 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-07-17T08:06:45.0509141Z 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-07-17T08:06:45.0515322Z 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-07-17T08:06:45.0522163Z 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-07-17T08:06:45.0528618Z 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-07-17T08:06:45.0535690Z 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-07-17T08:06:45.0541988Z 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-07-17T08:06:45.0548289Z 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-07-17T08:06:45.0554669Z 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-07-17T08:06:45.0561483Z 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-07-17T08:06:45.0567917Z 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-07-17T08:06:45.0574201Z 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-07-17T08:06:45.0580636Z 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-07-17T08:06:45.0587013Z 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-07-17T08:06:45.0593399Z 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-07-17T08:06:45.0599704Z 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-07-17T08:06:45.0606285Z 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-07-17T08:06:45.0612613Z 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-07-17T08:06:45.0619810Z 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-07-17T08:06:45.0627164Z 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-07-17T08:06:45.0633557Z 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-07-17T08:06:45.0639883Z 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-07-17T08:06:45.0650453Z 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-07-17T08:06:45.0967235Z 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-07-17T08:06:45.0973269Z 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-07-17T08:06:45.0980031Z 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-07-17T08:06:45.0986135Z 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-07-17T08:06:45.0993240Z 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-07-17T08:06:45.0999578Z 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-07-17T08:06:45.1005572Z 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-07-17T08:06:45.1012015Z 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-07-17T08:06:45.1018543Z 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-07-17T08:06:45.1024504Z 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-07-17T08:06:45.1030740Z 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-07-17T08:06:45.1036780Z 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-07-17T08:06:45.1044101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1050149Z 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-07-17T08:06:45.1055986Z 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-07-17T08:06:45.1062131Z 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-07-17T08:06:45.1068327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1075161Z 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-07-17T08:06:45.1081196Z 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-07-17T08:06:45.1087144Z 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-07-17T08:06:45.1117603Z 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-07-17T08:06:45.1124534Z 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-07-17T08:06:45.1130629Z 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-07-17T08:06:45.1136613Z 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-07-17T08:06:45.1142266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1148268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1154153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1160668Z 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-07-17T08:06:45.1167021Z 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-07-17T08:06:45.1173033Z 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-07-17T08:06:45.1179051Z 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-07-17T08:06:45.1185493Z 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-07-17T08:06:45.1191702Z 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-07-17T08:06:45.1198260Z 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-07-17T08:06:45.1204701Z 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-07-17T08:06:45.1211309Z 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-07-17T08:06:45.1216976Z 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-07-17T08:06:45.1223008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1229388Z 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-07-17T08:06:45.1235490Z 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-07-17T08:06:45.1241599Z 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-07-17T08:06:45.1248802Z 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-07-17T08:06:45.1254817Z 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-07-17T08:06:45.1261094Z 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-07-17T08:06:45.1275273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1281211Z 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-07-17T08:06:45.1287120Z 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-07-17T08:06:45.1293477Z 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-07-17T08:06:45.1299856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1307418Z 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-07-17T08:06:45.1313546Z 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-07-17T08:06:45.1317888Z 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-07-17T08:06:45.1323938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1331183Z 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-07-17T08:06:45.1337350Z 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-07-17T08:06:45.1343114Z 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-07-17T08:06:45.1349166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1355218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1361715Z 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-07-17T08:06:45.1367375Z 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-07-17T08:06:45.1373284Z 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-07-17T08:06:45.1379859Z 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-07-17T08:06:45.1386154Z 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-07-17T08:06:45.1392234Z 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-07-17T08:06:45.1398160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1404416Z 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-07-17T08:06:45.1410772Z 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-07-17T08:06:45.1416759Z 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-07-17T08:06:45.1427162Z 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-07-17T08:06:45.1456921Z 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-07-17T08:06:45.1463412Z 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-07-17T08:06:45.1469640Z 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-07-17T08:06:45.1475799Z 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-07-17T08:06:45.1482056Z 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-07-17T08:06:45.1488102Z 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-07-17T08:06:45.1494212Z 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-07-17T08:06:45.1500183Z 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-07-17T08:06:45.1506294Z 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-07-17T08:06:45.1512820Z 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-07-17T08:06:45.1519533Z 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-07-17T08:06:45.1525551Z 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-07-17T08:06:45.1531682Z 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-07-17T08:06:45.1538305Z 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-07-17T08:06:45.1545006Z 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-07-17T08:06:45.1551672Z 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-07-17T08:06:45.1558075Z 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-07-17T08:06:45.1564464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1570360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1576808Z 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-07-17T08:06:45.1582735Z 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-07-17T08:06:45.1589134Z 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-07-17T08:06:45.1595333Z 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-07-17T08:06:45.1601220Z 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-07-17T08:06:45.1607449Z 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-07-17T08:06:45.1613603Z 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-07-17T08:06:45.1620072Z 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-07-17T08:06:45.1626125Z 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-07-17T08:06:45.1632268Z 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-07-17T08:06:45.1638704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1644817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1651262Z 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-07-17T08:06:45.1657468Z 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-07-17T08:06:45.1663779Z 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-07-17T08:06:45.1669911Z 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-07-17T08:06:45.1676178Z 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-07-17T08:06:45.1682264Z 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-07-17T08:06:45.1688472Z 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-07-17T08:06:45.1695352Z 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-07-17T08:06:45.1701322Z 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-07-17T08:06:45.1707544Z 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-07-17T08:06:45.1713697Z 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-07-17T08:06:45.1720174Z 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-07-17T08:06:45.1726300Z 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-07-17T08:06:45.1732591Z 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-07-17T08:06:45.1738982Z 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-07-17T08:06:45.1746057Z 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-07-17T08:06:45.1752587Z 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-07-17T08:06:45.1758740Z 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-07-17T08:06:45.1764926Z 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-07-17T08:06:45.1771201Z 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-07-17T08:06:45.1777538Z 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-07-17T08:06:45.1783678Z 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-07-17T08:06:45.1790239Z 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-07-17T08:06:45.1796661Z 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-07-17T08:06:45.1803099Z 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-07-17T08:06:45.1809736Z 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-07-17T08:06:45.1815942Z 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-07-17T08:06:45.1822213Z 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-07-17T08:06:45.1828307Z 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-07-17T08:06:45.1834586Z 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-07-17T08:06:45.1840508Z 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-07-17T08:06:45.1846824Z 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-07-17T08:06:45.1853889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1861397Z 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-07-17T08:06:45.1868777Z 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-07-17T08:06:45.1875414Z 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-07-17T08:06:45.1882445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1889418Z 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-07-17T08:06:45.1895600Z 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-07-17T08:06:45.1901957Z 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-07-17T08:06:45.1935981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.1937180Z 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-07-17T08:06:45.1938384Z 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-07-17T08:06:45.1939391Z 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-07-17T08:06:45.1941427Z 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-07-17T08:06:45.1942606Z 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-07-17T08:06:45.1948663Z 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-07-17T08:06:45.1954935Z 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-07-17T08:06:45.1961330Z 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-07-17T08:06:45.1971689Z 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-07-17T08:06:45.1977860Z 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-07-17T08:06:45.1983930Z 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-07-17T08:06:45.1990053Z 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-07-17T08:06:45.1997196Z 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-07-17T08:06:45.2003295Z 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-07-17T08:06:45.2010361Z 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-07-17T08:06:45.2016393Z 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-07-17T08:06:45.2022396Z 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-07-17T08:06:45.2028504Z 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-07-17T08:06:45.2034710Z 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-07-17T08:06:45.2041122Z 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-07-17T08:06:45.2047083Z 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-07-17T08:06:45.2054154Z 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-07-17T08:06:45.2059405Z 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-07-17T08:06:45.2065554Z 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-07-17T08:06:45.2072088Z 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-07-17T08:06:45.2119713Z 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-07-17T08:06:45.2125862Z 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-07-17T08:06:45.2131873Z 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-07-17T08:06:45.2138185Z 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-07-17T08:06:45.2144915Z 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-07-17T08:06:45.2151048Z 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-07-17T08:06:45.2157325Z 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-07-17T08:06:45.2163890Z 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-07-17T08:06:45.2169823Z 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-07-17T08:06:45.2176394Z 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-07-17T08:06:45.2182367Z 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-07-17T08:06:45.2188564Z 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-07-17T08:06:45.2194992Z 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-07-17T08:06:45.2200969Z 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-07-17T08:06:45.2206930Z 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-07-17T08:06:45.2213697Z 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-07-17T08:06:45.2219632Z 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-07-17T08:06:45.2225873Z 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-07-17T08:06:45.2232136Z 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-07-17T08:06:45.2238368Z 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-07-17T08:06:45.2244906Z 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-07-17T08:06:45.2252319Z 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-07-17T08:06:45.2259020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2265166Z 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-07-17T08:06:45.2271567Z 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-07-17T08:06:45.2277661Z 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-07-17T08:06:45.2283648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2290871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2297558Z 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-07-17T08:06:45.2303845Z 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-07-17T08:06:45.2310346Z 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-07-17T08:06:45.2316894Z 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-07-17T08:06:45.2323335Z 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-07-17T08:06:45.2330109Z 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-07-17T08:06:45.2336278Z 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-07-17T08:06:45.2342676Z 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-07-17T08:06:45.2348884Z 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-07-17T08:06:45.2354761Z 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-07-17T08:06:45.2361071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2367272Z 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-07-17T08:06:45.2373444Z 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-07-17T08:06:45.2379372Z 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-07-17T08:06:45.2385294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2391519Z 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-07-17T08:06:45.2397333Z 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-07-17T08:06:45.2402998Z 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-07-17T08:06:45.2408905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.2415298Z 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-07-17T08:06:45.2421214Z 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-07-17T08:06:45.2434059Z 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-07-17T08:06:45.2440176Z 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-07-17T08:06:45.2446767Z 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-07-17T08:06:45.2452726Z 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-07-17T08:06:45.2459212Z 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-07-17T08:06:45.2465201Z 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-07-17T08:06:45.2471720Z 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-07-17T08:06:45.2493852Z 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-07-17T08:06:45.2499931Z 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-07-17T08:06:45.2506066Z 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-07-17T08:06:45.2512719Z 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-07-17T08:06:45.2518723Z 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-07-17T08:06:45.2524854Z 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-07-17T08:06:45.2531292Z 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-07-17T08:06:45.2537728Z 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-07-17T08:06:45.2543934Z 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-07-17T08:06:45.2549942Z 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-07-17T08:06:45.2556020Z 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-07-17T08:06:45.2562670Z 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-07-17T08:06:45.2569154Z 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-07-17T08:06:45.2575868Z 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-07-17T08:06:45.2581998Z 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-07-17T08:06:45.2588026Z 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-07-17T08:06:45.2594675Z 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-07-17T08:06:45.2601966Z 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-07-17T08:06:45.2608068Z 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-07-17T08:06:45.2614115Z 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-07-17T08:06:45.2620385Z 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-07-17T08:06:45.2627022Z 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-07-17T08:06:45.2633422Z 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-07-17T08:06:45.2639873Z 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-07-17T08:06:45.2646168Z 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-07-17T08:06:45.2652845Z 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-07-17T08:06:45.2660347Z 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-07-17T08:06:45.2666292Z 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-07-17T08:06:45.2672147Z 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-07-17T08:06:45.2679031Z 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-07-17T08:06:45.2686037Z 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-07-17T08:06:45.2692592Z 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-07-17T08:06:45.2698893Z 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-07-17T08:06:45.2706232Z 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-07-17T08:06:45.2712270Z 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-07-17T08:06:45.3793772Z 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-07-17T08:06:45.3800351Z 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-07-17T08:06:45.3806798Z 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-07-17T08:06:45.3813711Z 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-07-17T08:06:45.3821817Z 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-07-17T08:06:45.3827087Z 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-07-17T08:06:45.3833804Z 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-07-17T08:06:45.3839972Z 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-07-17T08:06:45.3846195Z 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-07-17T08:06:45.3852901Z 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-07-17T08:06:45.3858948Z 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-07-17T08:06:45.3864976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.3871534Z 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-07-17T08:06:45.3877552Z 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-07-17T08:06:45.3883634Z 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-07-17T08:06:45.3889705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.3896240Z 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-07-17T08:06:45.3902285Z 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-07-17T08:06:45.3908061Z 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-07-17T08:06:45.3914392Z 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-07-17T08:06:45.3920945Z 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-07-17T08:06:45.3926788Z 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-07-17T08:06:45.3933127Z 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-07-17T08:06:45.3939369Z 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-07-17T08:06:45.3945443Z 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-07-17T08:06:45.3951847Z 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-07-17T08:06:45.3957933Z 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-07-17T08:06:45.3971238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.3972588Z 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-07-17T08:06:45.3978864Z 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-07-17T08:06:45.3984907Z 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-07-17T08:06:45.3991209Z 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-07-17T08:06:45.3998294Z 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-07-17T08:06:45.4004620Z 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-07-17T08:06:45.4010664Z 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-07-17T08:06:45.4016729Z 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-07-17T08:06:45.4026932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6437753Z 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-07-17T08:06:45.6444388Z 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-07-17T08:06:45.6451045Z 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-07-17T08:06:45.6457517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6464094Z 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-07-17T08:06:45.6470637Z 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-07-17T08:06:45.6476771Z 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-07-17T08:06:45.6483025Z 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-07-17T08:06:45.6489256Z 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-07-17T08:06:45.6495770Z 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-07-17T08:06:45.6502252Z 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-07-17T08:06:45.6509105Z 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-07-17T08:06:45.6517407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6525330Z 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-07-17T08:06:45.6534690Z 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-07-17T08:06:45.6542215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6551538Z 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-07-17T08:06:45.6568627Z 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-07-17T08:06:45.6574053Z 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-07-17T08:06:45.6579814Z 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-07-17T08:06:45.6585665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6591969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6598108Z 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-07-17T08:06:45.6604586Z 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-07-17T08:06:45.6610925Z 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-07-17T08:06:45.6617485Z 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-07-17T08:06:45.6623969Z 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-07-17T08:06:45.6630112Z 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-07-17T08:06:45.6636360Z 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-07-17T08:06:45.6642476Z 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-07-17T08:06:45.6648486Z 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-07-17T08:06:45.6654508Z 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-07-17T08:06:45.6660384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6666874Z 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-07-17T08:06:45.6672897Z 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-07-17T08:06:45.6678658Z 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-07-17T08:06:45.6684660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6690386Z 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-07-17T08:06:45.6696230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6701890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6715817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6721959Z 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-07-17T08:06:45.6728528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6734037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6739947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6746240Z 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-07-17T08:06:45.6752472Z 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-07-17T08:06:45.6763030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6769125Z 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-07-17T08:06:45.6780978Z 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-07-17T08:06:45.6786769Z 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-07-17T08:06:45.6793050Z 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-07-17T08:06:45.6798935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6804756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6810448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6816264Z 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-07-17T08:06:45.6823625Z 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-07-17T08:06:45.6828066Z 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-07-17T08:06:45.6834534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6840296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6846117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6851835Z 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-07-17T08:06:45.6857556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6863120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6869382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6874810Z 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-07-17T08:06:45.6880722Z 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-07-17T08:06:45.6886333Z 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-07-17T08:06:45.6893650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6899535Z 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-07-17T08:06:45.6905456Z 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-07-17T08:06:45.6915326Z 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-07-17T08:06:45.6921584Z 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-07-17T08:06:45.6928410Z 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-07-17T08:06:45.6934263Z 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-07-17T08:06:45.6940794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6947171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6953345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6959742Z 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-07-17T08:06:45.6965836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6971451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6977114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6983195Z 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-07-17T08:06:45.6988962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.6995213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7001074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7006690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7012606Z 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-07-17T08:06:45.7018433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7024341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7031030Z 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-07-17T08:06:45.7037163Z 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-07-17T08:06:45.7043021Z 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-07-17T08:06:45.7049003Z 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-07-17T08:06:45.7054892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7060317Z 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-07-17T08:06:45.7066135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7072173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7078219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7084149Z 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-07-17T08:06:45.7090150Z 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-07-17T08:06:45.7096001Z 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-07-17T08:06:45.7101813Z 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-07-17T08:06:45.7116876Z 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-07-17T08:06:45.7122772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7128026Z 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-07-17T08:06:45.7133770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7143366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7167898Z 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-07-17T08:06:45.7174034Z 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-07-17T08:06:45.7180658Z 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-07-17T08:06:45.7186381Z 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-07-17T08:06:45.7192502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7198257Z 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-07-17T08:06:45.7203921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7209679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7215241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7221003Z 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-07-17T08:06:45.7226648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7232932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7238838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7244775Z 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-07-17T08:06:45.7250395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7256104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7261877Z 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-07-17T08:06:45.7267916Z 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-07-17T08:06:45.7273826Z 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-07-17T08:06:45.7284198Z 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-07-17T08:06:45.7290864Z 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-07-17T08:06:45.7296773Z 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-07-17T08:06:45.7302596Z 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-07-17T08:06:45.7324590Z 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-07-17T08:06:45.7330416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7336379Z 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-07-17T08:06:45.7342390Z 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-07-17T08:06:45.7347950Z 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-07-17T08:06:45.7353992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7359596Z 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-07-17T08:06:45.7365347Z 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-07-17T08:06:45.7371388Z 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-07-17T08:06:45.7377236Z 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-07-17T08:06:45.7383494Z 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-07-17T08:06:45.7389491Z 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-07-17T08:06:45.7395254Z 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-07-17T08:06:45.7401078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7407249Z 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-07-17T08:06:45.7413792Z 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-07-17T08:06:45.7419754Z 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-07-17T08:06:45.7426243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7432185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7438316Z 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-07-17T08:06:45.7444859Z 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-07-17T08:06:45.7451100Z 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-07-17T08:06:45.7457513Z 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-07-17T08:06:45.7463891Z 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-07-17T08:06:45.7474604Z 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-07-17T08:06:45.7481283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7487669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7493679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7499806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7505872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7516522Z 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-07-17T08:06:45.7522904Z 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-07-17T08:06:45.7529860Z 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-07-17T08:06:45.7536533Z 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-07-17T08:06:45.7543027Z 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-07-17T08:06:45.7549503Z 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-07-17T08:06:45.7556197Z 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-07-17T08:06:45.7562315Z 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-07-17T08:06:45.7567928Z 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-07-17T08:06:45.7574304Z 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-07-17T08:06:45.7579927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7585401Z 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-07-17T08:06:45.7591233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7596963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7603125Z 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-07-17T08:06:45.7608740Z 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-07-17T08:06:45.7614559Z 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-07-17T08:06:45.7620372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7625718Z 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-07-17T08:06:45.7631420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7637245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7642915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7648426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7654507Z 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-07-17T08:06:45.7660245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7666529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7672738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7679144Z 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-07-17T08:06:45.7684978Z 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-07-17T08:06:45.7690905Z 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-07-17T08:06:45.7696866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7702926Z 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-07-17T08:06:45.7708732Z 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-07-17T08:06:45.7715049Z 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-07-17T08:06:45.7720966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7759978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7766376Z 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-07-17T08:06:45.7772277Z 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-07-17T08:06:45.7778166Z 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-07-17T08:06:45.7784198Z 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-07-17T08:06:45.7790484Z 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-07-17T08:06:45.7796474Z 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-07-17T08:06:45.7802567Z 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-07-17T08:06:45.7809230Z 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-07-17T08:06:45.7818982Z 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-07-17T08:06:45.7824995Z 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-07-17T08:06:45.7831317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7837423Z 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-07-17T08:06:45.7843385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7849367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7855147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7861067Z 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-07-17T08:06:45.7866995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7872724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7878627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7883936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7889922Z 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-07-17T08:06:45.7924164Z 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-07-17T08:06:45.7930000Z 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-07-17T08:06:45.7935756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7941737Z 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-07-17T08:06:45.7947380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7953455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7959306Z 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-07-17T08:06:45.7964893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.7970141Z 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-07-17T08:06:45.7976121Z 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-07-17T08:06:45.7981929Z 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-07-17T08:06:45.7987506Z 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-07-17T08:06:45.7993805Z 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-07-17T08:06:45.7999890Z 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-07-17T08:06:45.8005578Z 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-07-17T08:06:45.8011366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8017120Z 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-07-17T08:06:45.8023093Z 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-07-17T08:06:45.8028859Z 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-07-17T08:06:45.8035614Z 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-07-17T08:06:45.8041785Z 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-07-17T08:06:45.8047567Z 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-07-17T08:06:45.8053335Z 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-07-17T08:06:45.8059208Z 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-07-17T08:06:45.8065029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8070783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8076349Z 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-07-17T08:06:45.8082659Z 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-07-17T08:06:45.8088357Z 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-07-17T08:06:45.8094089Z 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-07-17T08:06:45.8099965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8105467Z 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-07-17T08:06:45.8111336Z 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-07-17T08:06:45.8117258Z 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-07-17T08:06:45.8122794Z 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-07-17T08:06:45.8128657Z 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-07-17T08:06:45.8134571Z 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-07-17T08:06:45.8140429Z 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-07-17T08:06:45.8146188Z 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-07-17T08:06:45.8152873Z 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-07-17T08:06:45.8158803Z 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-07-17T08:06:45.8183326Z 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-07-17T08:06:45.8189383Z 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-07-17T08:06:45.8195613Z 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-07-17T08:06:45.8201656Z 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-07-17T08:06:45.8207679Z 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-07-17T08:06:45.8213763Z 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-07-17T08:06:45.8219729Z 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-07-17T08:06:45.8225680Z 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-07-17T08:06:45.8231739Z 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-07-17T08:06:45.8237702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8243438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8249630Z 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-07-17T08:06:45.8255690Z 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-07-17T08:06:45.8261663Z 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-07-17T08:06:45.8267937Z 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-07-17T08:06:45.8274162Z 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-07-17T08:06:45.8280237Z 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-07-17T08:06:45.8286292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8292295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8298433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8304561Z 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-07-17T08:06:45.8310997Z 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-07-17T08:06:45.8322364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8328774Z 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-07-17T08:06:45.8334965Z 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-07-17T08:06:45.8341632Z 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-07-17T08:06:45.8348010Z 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-07-17T08:06:45.8354596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8360685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8366785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8372994Z 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-07-17T08:06:45.8378900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8384675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8390638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8396602Z 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-07-17T08:06:45.8402468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8408470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8414777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8420871Z 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-07-17T08:06:45.8426701Z 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-07-17T08:06:45.8432718Z 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-07-17T08:06:45.8438906Z 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-07-17T08:06:45.8445044Z 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-07-17T08:06:45.8450901Z 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-07-17T08:06:45.8456983Z 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-07-17T08:06:45.8462862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8480718Z 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-07-17T08:06:45.8481987Z 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-07-17T08:06:45.8482973Z 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-07-17T08:06:45.8486854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8492768Z 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-07-17T08:06:45.8498626Z 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-07-17T08:06:45.8504461Z 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-07-17T08:06:45.8510548Z 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-07-17T08:06:45.8516415Z 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-07-17T08:06:45.8522429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8528032Z 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-07-17T08:06:45.8533779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8539442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8544993Z 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-07-17T08:06:45.8551244Z 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-07-17T08:06:45.8557127Z 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-07-17T08:06:45.8562914Z 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-07-17T08:06:45.8568960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8574853Z 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-07-17T08:06:45.8580500Z 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-07-17T08:06:45.8586310Z 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-07-17T08:06:45.8591977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8598524Z 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-07-17T08:06:45.8604292Z 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-07-17T08:06:45.8610391Z 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-07-17T08:06:45.8616267Z 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-07-17T08:06:45.8622139Z 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-07-17T08:06:45.8628468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8634230Z 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-07-17T08:06:45.8639937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8645832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8651328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8657515Z 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-07-17T08:06:45.8663209Z 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-07-17T08:06:45.8669014Z 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-07-17T08:06:45.8674995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8680876Z 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-07-17T08:06:45.8686682Z 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-07-17T08:06:45.8692466Z 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-07-17T08:06:45.8698345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8703914Z 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-07-17T08:06:45.8709811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8715721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8721504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8727035Z 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-07-17T08:06:45.8732670Z 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-07-17T08:06:45.8738150Z 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-07-17T08:06:45.8744431Z 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-07-17T08:06:45.8750887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8756822Z 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-07-17T08:06:45.8762588Z 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-07-17T08:06:45.8768264Z 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-07-17T08:06:45.8773709Z 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-07-17T08:06:45.8779483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8785056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8790552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8796228Z 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-07-17T08:06:45.8802092Z 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-07-17T08:06:45.8807898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8814042Z 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-07-17T08:06:45.8819916Z 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-07-17T08:06:45.8826043Z 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-07-17T08:06:45.8831959Z 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-07-17T08:06:45.8837711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8844109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8850593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8857158Z 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-07-17T08:06:45.8863220Z 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-07-17T08:06:45.8870290Z 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-07-17T08:06:45.8876710Z 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-07-17T08:06:45.8882794Z 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-07-17T08:06:45.8889084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8895140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8901460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8906881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8917875Z 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-07-17T08:06:45.8923824Z 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-07-17T08:06:45.8929930Z 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-07-17T08:06:45.8940136Z 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-07-17T08:06:45.8945913Z 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-07-17T08:06:45.8951879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.8958229Z 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-07-17T08:06:45.8964402Z 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-07-17T08:06:45.8970164Z 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-07-17T08:06:45.8976583Z 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-07-17T08:06:45.8982424Z 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-07-17T08:06:45.8988579Z 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-07-17T08:06:45.8994707Z 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-07-17T08:06:45.9000527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9006260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9012113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9017933Z 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-07-17T08:06:45.9023706Z 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-07-17T08:06:45.9029291Z 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-07-17T08:06:45.9036094Z 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-07-17T08:06:45.9041954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9047979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9053935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9059957Z 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-07-17T08:06:45.9065733Z 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-07-17T08:06:45.9071738Z 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-07-17T08:06:45.9077713Z 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-07-17T08:06:45.9083585Z 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-07-17T08:06:45.9089599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9095696Z 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-07-17T08:06:45.9108758Z 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-07-17T08:06:45.9110059Z 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-07-17T08:06:45.9116095Z 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-07-17T08:06:45.9121997Z 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-07-17T08:06:45.9128342Z 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-07-17T08:06:45.9134294Z 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-07-17T08:06:45.9140168Z 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-07-17T08:06:45.9146230Z 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-07-17T08:06:45.9152318Z 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-07-17T08:06:45.9158295Z 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-07-17T08:06:45.9164198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9170653Z 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-07-17T08:06:45.9176457Z 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-07-17T08:06:45.9182029Z 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-07-17T08:06:45.9187893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9194166Z 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-07-17T08:06:45.9199985Z 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-07-17T08:06:45.9205908Z 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-07-17T08:06:45.9212024Z 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-07-17T08:06:45.9218246Z 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-07-17T08:06:45.9224204Z 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-07-17T08:06:45.9230234Z 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-07-17T08:06:45.9236114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9242176Z 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-07-17T08:06:45.9248293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9254779Z 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-07-17T08:06:45.9260844Z 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-07-17T08:06:45.9266871Z 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-07-17T08:06:45.9273102Z 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-07-17T08:06:45.9279158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9285118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9291417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9298142Z 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-07-17T08:06:45.9304180Z 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-07-17T08:06:45.9310306Z 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-07-17T08:06:45.9316442Z 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-07-17T08:06:45.9322574Z 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-07-17T08:06:45.9329271Z 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-07-17T08:06:45.9335413Z 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-07-17T08:06:45.9341809Z 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-07-17T08:06:45.9348814Z 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-07-17T08:06:45.9360423Z 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-07-17T08:06:45.9366703Z 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-07-17T08:06:45.9372848Z 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-07-17T08:06:45.9378998Z 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-07-17T08:06:45.9385206Z 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-07-17T08:06:45.9391605Z 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-07-17T08:06:45.9397791Z 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-07-17T08:06:45.9427405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9434021Z 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-07-17T08:06:45.9440618Z 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-07-17T08:06:45.9446822Z 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-07-17T08:06:45.9453175Z 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-07-17T08:06:45.9459438Z 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-07-17T08:06:45.9466893Z 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-07-17T08:06:45.9473590Z 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-07-17T08:06:45.9479891Z 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-07-17T08:06:45.9486413Z 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-07-17T08:06:45.9492767Z 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-07-17T08:06:45.9499334Z 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-07-17T08:06:45.9505457Z 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-07-17T08:06:45.9511954Z 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-07-17T08:06:45.9517877Z 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-07-17T08:06:45.9524110Z 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-07-17T08:06:45.9558254Z 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-07-17T08:06:45.9564484Z 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-07-17T08:06:45.9576820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9582840Z 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-07-17T08:06:45.9589321Z 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-07-17T08:06:45.9595486Z 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-07-17T08:06:45.9601470Z 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-07-17T08:06:45.9607760Z 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-07-17T08:06:45.9613887Z 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-07-17T08:06:45.9620013Z 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-07-17T08:06:45.9626201Z 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-07-17T08:06:45.9632698Z 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-07-17T08:06:45.9638847Z 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-07-17T08:06:45.9645144Z 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-07-17T08:06:45.9651432Z 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-07-17T08:06:45.9657429Z 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-07-17T08:06:45.9663449Z 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-07-17T08:06:45.9669427Z 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-07-17T08:06:45.9675601Z 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-07-17T08:06:45.9682193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9688193Z 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-07-17T08:06:45.9695003Z 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-07-17T08:06:45.9701133Z 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-07-17T08:06:45.9707231Z 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-07-17T08:06:45.9713509Z 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-07-17T08:06:45.9719539Z 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-07-17T08:06:45.9725639Z 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-07-17T08:06:45.9731791Z 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-07-17T08:06:45.9738205Z 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-07-17T08:06:45.9744601Z 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-07-17T08:06:45.9750782Z 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-07-17T08:06:45.9756951Z 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-07-17T08:06:45.9763037Z 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-07-17T08:06:45.9769296Z 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-07-17T08:06:45.9775445Z 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-07-17T08:06:45.9781875Z 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-07-17T08:06:45.9787990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9794090Z 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-07-17T08:06:45.9800487Z 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-07-17T08:06:45.9806504Z 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-07-17T08:06:45.9812735Z 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-07-17T08:06:45.9818999Z 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-07-17T08:06:45.9825176Z 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-07-17T08:06:45.9831642Z 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-07-17T08:06:45.9837999Z 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-07-17T08:06:45.9844868Z 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-07-17T08:06:45.9851455Z 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-07-17T08:06:45.9858438Z 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-07-17T08:06:45.9865100Z 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-07-17T08:06:45.9871449Z 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-07-17T08:06:45.9877413Z 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-07-17T08:06:45.9883637Z 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-07-17T08:06:45.9889927Z 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-07-17T08:06:45.9895967Z 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-07-17T08:06:45.9902192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:45.9908300Z 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-07-17T08:06:45.9914884Z 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-07-17T08:06:45.9921082Z 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-07-17T08:06:45.9927475Z 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-07-17T08:06:45.9933440Z 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-07-17T08:06:45.9939431Z 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-07-17T08:06:45.9945613Z 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-07-17T08:06:45.9951723Z 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-07-17T08:06:45.9958212Z 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-07-17T08:06:45.9964456Z 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-07-17T08:06:45.9970438Z 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-07-17T08:06:45.9976497Z 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-07-17T08:06:45.9982354Z 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-07-17T08:06:45.9988432Z 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-07-17T08:06:45.9994884Z 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-07-17T08:06:46.0000837Z 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-07-17T08:06:46.0029523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0035847Z 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-07-17T08:06:46.0042409Z 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-07-17T08:06:46.0048495Z 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-07-17T08:06:46.0054751Z 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-07-17T08:06:46.0060851Z 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-07-17T08:06:46.0066855Z 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-07-17T08:06:46.0072888Z 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-07-17T08:06:46.0078994Z 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-07-17T08:06:46.0085320Z 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-07-17T08:06:46.0092130Z 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-07-17T08:06:46.0098137Z 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-07-17T08:06:46.0104141Z 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-07-17T08:06:46.0110520Z 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-07-17T08:06:46.0116981Z 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-07-17T08:06:46.0123847Z 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-07-17T08:06:46.0130319Z 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-07-17T08:06:46.0139535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0147720Z 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-07-17T08:06:46.0155349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0163197Z 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-07-17T08:06:46.0172068Z 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-07-17T08:06:46.0179873Z 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-07-17T08:06:46.0187113Z 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-07-17T08:06:46.0196107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0203789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0211540Z 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-07-17T08:06:46.0220533Z 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-07-17T08:06:46.0228244Z 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-07-17T08:06:46.0237018Z 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-07-17T08:06:46.0244501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0251895Z 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-07-17T08:06:46.0259199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0267699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0275405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0283075Z 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-07-17T08:06:46.0291774Z 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-07-17T08:06:46.0299096Z 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-07-17T08:06:46.0306362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0315159Z 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-07-17T08:06:46.0322687Z 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-07-17T08:06:46.0330013Z 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-07-17T08:06:46.0338922Z 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-07-17T08:06:46.0347642Z 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-07-17T08:06:46.0356066Z 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-07-17T08:06:46.0384672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0392450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0399951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0409382Z 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-07-17T08:06:46.0415310Z 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-07-17T08:06:46.0423297Z 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-07-17T08:06:46.0429433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0437295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0442960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0448590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0454084Z 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-07-17T08:06:46.0460096Z 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-07-17T08:06:46.0467778Z 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-07-17T08:06:46.0474355Z 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-07-17T08:06:46.0517416Z 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-07-17T08:06:46.0523240Z 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-07-17T08:06:46.0529234Z 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-07-17T08:06:46.0535152Z 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-07-17T08:06:46.0541480Z 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-07-17T08:06:46.0547775Z 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-07-17T08:06:46.0553499Z 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-07-17T08:06:46.0559591Z 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-07-17T08:06:46.0565299Z 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-07-17T08:06:46.0571329Z 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-07-17T08:06:46.0577268Z 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-07-17T08:06:46.0583076Z 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-07-17T08:06:46.0589442Z 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-07-17T08:06:46.0595806Z 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-07-17T08:06:46.0601755Z 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-07-17T08:06:46.0607683Z 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-07-17T08:06:46.0613663Z 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-07-17T08:06:46.0619593Z 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-07-17T08:06:46.0626049Z 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-07-17T08:06:46.0632751Z 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-07-17T08:06:46.0638443Z 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-07-17T08:06:46.0644682Z 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-07-17T08:06:46.0650433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0657195Z 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-07-17T08:06:46.0671099Z 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-07-17T08:06:46.0677275Z 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-07-17T08:06:46.0683174Z 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-07-17T08:06:46.0689109Z 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-07-17T08:06:46.0695234Z 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-07-17T08:06:46.0701305Z 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-07-17T08:06:46.0707370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0713180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0718576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0724710Z 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-07-17T08:06:46.0730526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0736337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0742226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0748255Z 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-07-17T08:06:46.0754245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0760139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0766039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0772132Z 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-07-17T08:06:46.0777916Z 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-07-17T08:06:46.0783891Z 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-07-17T08:06:46.0790839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0797028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0802776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0808820Z 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-07-17T08:06:46.0825933Z 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-07-17T08:06:46.0835388Z 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-07-17T08:06:46.0841474Z 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-07-17T08:06:46.0855505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0856451Z 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-07-17T08:06:46.0862498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0868541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0874697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0880772Z 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-07-17T08:06:46.0886553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0892504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0897808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0903258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0909383Z 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-07-17T08:06:46.0915300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0921297Z 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-07-17T08:06:46.0927599Z 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-07-17T08:06:46.0933249Z 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-07-17T08:06:46.0939289Z 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-07-17T08:06:46.0945081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0951022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0957153Z 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-07-17T08:06:46.0962965Z 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-07-17T08:06:46.0968933Z 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-07-17T08:06:46.0975199Z 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-07-17T08:06:46.0980883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0986561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.0992355Z 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-07-17T08:06:46.0998376Z 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-07-17T08:06:46.1004579Z 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-07-17T08:06:46.1010693Z 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-07-17T08:06:46.1020805Z 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-07-17T08:06:46.1026793Z 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-07-17T08:06:46.1032816Z 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-07-17T08:06:46.1039056Z 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-07-17T08:06:46.1045313Z 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-07-17T08:06:46.1051460Z 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-07-17T08:06:46.1057399Z 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-07-17T08:06:46.1063548Z 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-07-17T08:06:46.1069481Z 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-07-17T08:06:46.1075526Z 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-07-17T08:06:46.1081718Z 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-07-17T08:06:46.1087942Z 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-07-17T08:06:46.1094122Z 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-07-17T08:06:46.1100826Z 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-07-17T08:06:46.1107002Z 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-07-17T08:06:46.1113527Z 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-07-17T08:06:46.1120258Z 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-07-17T08:06:46.1126546Z 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-07-17T08:06:46.1132673Z 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-07-17T08:06:46.1139139Z 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-07-17T08:06:46.1145276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1151635Z 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-07-17T08:06:46.1157891Z 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-07-17T08:06:46.1164057Z 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-07-17T08:06:46.1170082Z 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-07-17T08:06:46.1176258Z 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-07-17T08:06:46.1186227Z 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-07-17T08:06:46.1192460Z 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-07-17T08:06:46.1198776Z 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-07-17T08:06:46.1205091Z 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-07-17T08:06:46.1211207Z 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-07-17T08:06:46.1216868Z 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-07-17T08:06:46.1222799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1229041Z 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-07-17T08:06:46.1235129Z 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-07-17T08:06:46.1241394Z 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-07-17T08:06:46.1247386Z 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-07-17T08:06:46.1253483Z 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-07-17T08:06:46.1259608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1265829Z 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-07-17T08:06:46.1272398Z 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-07-17T08:06:46.1278432Z 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-07-17T08:06:46.1284652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1290636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1316072Z 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-07-17T08:06:46.1322790Z 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-07-17T08:06:46.1329526Z 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-07-17T08:06:46.1365229Z 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-07-17T08:06:46.1372330Z 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-07-17T08:06:46.1378720Z 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-07-17T08:06:46.1384917Z 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-07-17T08:06:46.1391264Z 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-07-17T08:06:46.1397380Z 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-07-17T08:06:46.1403753Z 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-07-17T08:06:46.1410155Z 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-07-17T08:06:46.1416526Z 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-07-17T08:06:46.1422794Z 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-07-17T08:06:46.1428811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1435172Z 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-07-17T08:06:46.1441140Z 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-07-17T08:06:46.1447237Z 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-07-17T08:06:46.1453076Z 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-07-17T08:06:46.1459100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1473772Z 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-07-17T08:06:46.1479737Z 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-07-17T08:06:46.1485507Z 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-07-17T08:06:46.1491406Z 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-07-17T08:06:46.1497764Z 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-07-17T08:06:46.1518911Z 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-07-17T08:06:46.1525198Z 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-07-17T08:06:46.1530994Z 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-07-17T08:06:46.1536921Z 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-07-17T08:06:46.1542828Z 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-07-17T08:06:46.1548809Z 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-07-17T08:06:46.1554555Z 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-07-17T08:06:46.1560537Z 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-07-17T08:06:46.1566624Z 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-07-17T08:06:46.1573157Z 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-07-17T08:06:46.1583763Z 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-07-17T08:06:46.1595136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1600920Z 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-07-17T08:06:46.1607058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1613278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1619085Z 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-07-17T08:06:46.1625000Z 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-07-17T08:06:46.1631591Z 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-07-17T08:06:46.1637510Z 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-07-17T08:06:46.1643521Z 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-07-17T08:06:46.1684627Z 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-07-17T08:06:46.1690774Z 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-07-17T08:06:46.1696820Z 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-07-17T08:06:46.1703192Z 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-07-17T08:06:46.1709404Z 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-07-17T08:06:46.1720244Z 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-07-17T08:06:46.1726528Z 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-07-17T08:06:46.1732708Z 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-07-17T08:06:46.1739044Z 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-07-17T08:06:46.1745460Z 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-07-17T08:06:46.1751842Z 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-07-17T08:06:46.1757838Z 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-07-17T08:06:46.1763855Z 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-07-17T08:06:46.1770029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1776114Z 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-07-17T08:06:46.1782995Z 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-07-17T08:06:46.1788650Z 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-07-17T08:06:46.1794804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1801045Z 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-07-17T08:06:46.1806896Z 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-07-17T08:06:46.1813137Z 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-07-17T08:06:46.1818719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1825347Z 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-07-17T08:06:46.1831573Z 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-07-17T08:06:46.1837257Z 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-07-17T08:06:46.1843187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1854053Z 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-07-17T08:06:46.1860063Z 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-07-17T08:06:46.1866218Z 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-07-17T08:06:46.1876671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1879751Z 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-07-17T08:06:46.1885785Z 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-07-17T08:06:46.1892185Z 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-07-17T08:06:46.1897718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1904252Z 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-07-17T08:06:46.1911225Z 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-07-17T08:06:46.1916479Z 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-07-17T08:06:46.1922666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1929233Z 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-07-17T08:06:46.1935204Z 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-07-17T08:06:46.1941011Z 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-07-17T08:06:46.1962868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1968995Z 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-07-17T08:06:46.1976239Z 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-07-17T08:06:46.1982196Z 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-07-17T08:06:46.1988318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.1994468Z 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-07-17T08:06:46.2000322Z 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-07-17T08:06:46.2006557Z 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-07-17T08:06:46.2012456Z 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-07-17T08:06:46.2018741Z 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-07-17T08:06:46.2025569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2032017Z 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-07-17T08:06:46.2038083Z 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-07-17T08:06:46.2044099Z 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-07-17T08:06:46.2050013Z 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-07-17T08:06:46.2055993Z 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-07-17T08:06:46.2062131Z 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-07-17T08:06:46.2068389Z 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-07-17T08:06:46.2074655Z 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-07-17T08:06:46.2080565Z 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-07-17T08:06:46.2086600Z 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-07-17T08:06:46.2097409Z 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-07-17T08:06:46.2103422Z 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-07-17T08:06:46.2109468Z 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-07-17T08:06:46.2115507Z 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-07-17T08:06:46.2121428Z 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-07-17T08:06:46.2127471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2133849Z 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-07-17T08:06:46.2140085Z 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-07-17T08:06:46.2146457Z 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-07-17T08:06:46.2152572Z 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-07-17T08:06:46.2158630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2164594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2170743Z 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-07-17T08:06:46.2176708Z 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-07-17T08:06:46.2183229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2189199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2195730Z 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-07-17T08:06:46.2201763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2208037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2215278Z 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-07-17T08:06:46.2221599Z 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-07-17T08:06:46.2227889Z 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-07-17T08:06:46.2234414Z 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-07-17T08:06:46.2240511Z 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-07-17T08:06:46.2246455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2252156Z 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-07-17T08:06:46.2258163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2264764Z 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-07-17T08:06:46.2271189Z 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-07-17T08:06:46.2277236Z 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-07-17T08:06:46.2282997Z 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-07-17T08:06:46.2289286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2295837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2301803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2308226Z 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-07-17T08:06:46.2314598Z 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-07-17T08:06:46.2321105Z 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-07-17T08:06:46.2327246Z 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-07-17T08:06:46.2333861Z 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-07-17T08:06:46.2339843Z 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-07-17T08:06:46.2346302Z 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-07-17T08:06:46.2352815Z 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-07-17T08:06:46.2364288Z 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-07-17T08:06:46.2370453Z 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-07-17T08:06:46.2376592Z 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-07-17T08:06:46.2383171Z 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-07-17T08:06:46.2390262Z 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-07-17T08:06:46.2396513Z 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-07-17T08:06:46.2402964Z 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-07-17T08:06:46.2409498Z 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-07-17T08:06:46.2416104Z 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-07-17T08:06:46.2422289Z 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-07-17T08:06:46.2428743Z 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-07-17T08:06:46.2434898Z 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-07-17T08:06:46.2441648Z 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-07-17T08:06:46.2447947Z 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-07-17T08:06:46.2454479Z 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-07-17T08:06:46.2460522Z 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-07-17T08:06:46.2466556Z 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-07-17T08:06:46.2472874Z 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-07-17T08:06:46.2478940Z 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-07-17T08:06:46.2485261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2496851Z 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-07-17T08:06:46.2503252Z 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-07-17T08:06:46.2509114Z 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-07-17T08:06:46.2515728Z 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-07-17T08:06:46.2521614Z 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-07-17T08:06:46.2527901Z 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-07-17T08:06:46.2533892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2540092Z 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-07-17T08:06:46.2546340Z 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-07-17T08:06:46.2552662Z 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-07-17T08:06:46.2563027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2569130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2575570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2581657Z 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-07-17T08:06:46.2587934Z 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-07-17T08:06:46.2594493Z 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-07-17T08:06:46.2600407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2606671Z 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-07-17T08:06:46.2617040Z 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-07-17T08:06:46.2623292Z 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-07-17T08:06:46.2630036Z 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-07-17T08:06:46.2636875Z 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-07-17T08:06:46.2642712Z 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-07-17T08:06:46.2648728Z 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-07-17T08:06:46.2654837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2661031Z 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-07-17T08:06:46.2667489Z 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-07-17T08:06:46.2673369Z 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-07-17T08:06:46.2679566Z 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-07-17T08:06:46.2685940Z 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-07-17T08:06:46.2692107Z 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-07-17T08:06:46.2698035Z 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-07-17T08:06:46.2704253Z 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-07-17T08:06:46.2711060Z 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-07-17T08:06:46.2717562Z 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-07-17T08:06:46.2723586Z 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-07-17T08:06:46.2729697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2735369Z 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-07-17T08:06:46.2741544Z 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-07-17T08:06:46.2747439Z 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-07-17T08:06:46.2753899Z 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-07-17T08:06:46.2759801Z 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-07-17T08:06:46.2765915Z 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-07-17T08:06:46.2773156Z 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-07-17T08:06:46.2779252Z 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-07-17T08:06:46.2785974Z 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-07-17T08:06:46.2793274Z 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-07-17T08:06:46.2799317Z 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-07-17T08:06:46.2805098Z 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-07-17T08:06:46.2811402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2817618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2823739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2829886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2836446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2843000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2849408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2890666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_attention_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2891709Z 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-07-17T08:06:46.2892791Z 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-07-17T08:06:46.2894011Z 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-07-17T08:06:46.2895025Z 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-07-17T08:06:46.2897487Z 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-07-17T08:06:46.2898496Z 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-07-17T08:06:46.2904805Z 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-07-17T08:06:46.2915412Z 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-07-17T08:06:46.2921353Z 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-07-17T08:06:46.2927884Z 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-07-17T08:06:46.2934414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.2940475Z 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-07-17T08:06:46.2947437Z 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-07-17T08:06:46.2954053Z 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-07-17T08:06:46.2959806Z 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-07-17T08:06:46.2966224Z 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-07-17T08:06:46.2973702Z 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-07-17T08:06:46.2979231Z 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-07-17T08:06:46.2985305Z 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-07-17T08:06:46.2991991Z 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-07-17T08:06:46.2997987Z 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-07-17T08:06:46.3004502Z 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-07-17T08:06:46.3010617Z 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-07-17T08:06:46.3016695Z 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-07-17T08:06:46.3022729Z 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-07-17T08:06:46.3029030Z 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-07-17T08:06:46.3035610Z 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-07-17T08:06:46.3041637Z 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-07-17T08:06:46.3047567Z 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-07-17T08:06:46.3053317Z 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-07-17T08:06:46.3059815Z 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-07-17T08:06:46.3070248Z 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-07-17T08:06:46.3076295Z 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-07-17T08:06:46.3082780Z 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-07-17T08:06:46.3117236Z 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-07-17T08:06:46.3123922Z 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-07-17T08:06:46.3130261Z 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-07-17T08:06:46.3136377Z 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-07-17T08:06:46.3143021Z 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-07-17T08:06:46.3149533Z 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-07-17T08:06:46.3155834Z 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-07-17T08:06:46.3162355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3169822Z 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-07-17T08:06:46.3182577Z 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-07-17T08:06:46.3191556Z 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-07-17T08:06:46.3199666Z 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-07-17T08:06:46.3208529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3216289Z 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-07-17T08:06:46.3223805Z 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-07-17T08:06:46.3232881Z 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-07-17T08:06:46.3240436Z 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-07-17T08:06:46.3248148Z 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-07-17T08:06:46.3257345Z 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-07-17T08:06:46.3265019Z 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-07-17T08:06:46.3274165Z 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-07-17T08:06:46.3281830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3288925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3297441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3304992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3312268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3319577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3332684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3338638Z 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-07-17T08:06:46.3344544Z 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-07-17T08:06:46.3350659Z 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-07-17T08:06:46.3373603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3374712Z 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-07-17T08:06:46.3375871Z 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-07-17T08:06:46.3377587Z 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-07-17T08:06:46.3385251Z 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-07-17T08:06:46.3391791Z 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-07-17T08:06:46.3397462Z 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-07-17T08:06:46.3402676Z 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-07-17T08:06:46.3413267Z 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-07-17T08:06:46.3419173Z 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-07-17T08:06:46.3425683Z 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-07-17T08:06:46.3431849Z 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-07-17T08:06:46.3437807Z 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-07-17T08:06:46.3444579Z 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-07-17T08:06:46.3455523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3461786Z 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-07-17T08:06:46.3467853Z 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-07-17T08:06:46.3474089Z 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-07-17T08:06:46.3480479Z 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-07-17T08:06:46.3486689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3496360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3502732Z 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-07-17T08:06:46.3509171Z 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-07-17T08:06:46.3515572Z 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-07-17T08:06:46.3521472Z 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-07-17T08:06:46.3527786Z 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-07-17T08:06:46.3538387Z 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-07-17T08:06:46.3544931Z 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-07-17T08:06:46.3551085Z 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-07-17T08:06:46.3556898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3562740Z 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-07-17T08:06:46.3568881Z 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-07-17T08:06:46.3579052Z 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-07-17T08:06:46.3585327Z 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-07-17T08:06:46.3591495Z 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-07-17T08:06:46.3597924Z 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-07-17T08:06:46.3603940Z 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-07-17T08:06:46.3610211Z 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-07-17T08:06:46.3621116Z 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-07-17T08:06:46.3629146Z 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-07-17T08:06:46.3635240Z 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-07-17T08:06:46.3641236Z 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-07-17T08:06:46.3647474Z 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-07-17T08:06:46.3653637Z 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-07-17T08:06:46.3664407Z 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-07-17T08:06:46.3671270Z 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-07-17T08:06:46.3677543Z 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-07-17T08:06:46.3684444Z 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-07-17T08:06:46.3690951Z 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-07-17T08:06:46.3698172Z 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-07-17T08:06:46.3704516Z 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-07-17T08:06:46.3711028Z 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-07-17T08:06:46.3717482Z 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-07-17T08:06:46.3723839Z 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-07-17T08:06:46.3730323Z 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-07-17T08:06:46.3737134Z 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-07-17T08:06:46.3744547Z 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-07-17T08:06:46.3750509Z 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-07-17T08:06:46.3756995Z 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-07-17T08:06:46.3763542Z 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-07-17T08:06:46.3769926Z 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-07-17T08:06:46.3776322Z 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-07-17T08:06:46.3782906Z 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-07-17T08:06:46.3790353Z 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-07-17T08:06:46.3796524Z 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-07-17T08:06:46.3802118Z 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-07-17T08:06:46.3808410Z 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-07-17T08:06:46.3814760Z 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-07-17T08:06:46.3826885Z 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-07-17T08:06:46.3833431Z 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-07-17T08:06:46.3840081Z 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-07-17T08:06:46.3846714Z 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-07-17T08:06:46.3852833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.3859701Z 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-07-17T08:06:46.3866197Z 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-07-17T08:06:46.3872686Z 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-07-17T08:06:46.3879418Z 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-07-17T08:06:46.3886049Z 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-07-17T08:06:46.3892331Z 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-07-17T08:06:46.3898799Z 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-07-17T08:06:46.3905315Z 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-07-17T08:06:46.3911820Z 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-07-17T08:06:46.3918411Z 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-07-17T08:06:46.3925174Z 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-07-17T08:06:46.3932060Z 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-07-17T08:06:46.3938287Z 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-07-17T08:06:46.3945390Z 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-07-17T08:06:46.3951594Z 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-07-17T08:06:46.3957828Z 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-07-17T08:06:46.3964295Z 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-07-17T08:06:46.3970826Z 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-07-17T08:06:46.3984050Z 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-07-17T08:06:46.3990396Z 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-07-17T08:06:46.3997519Z 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-07-17T08:06:46.4003325Z 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-07-17T08:06:46.4009691Z 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-07-17T08:06:46.4015917Z 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-07-17T08:06:46.4022028Z 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-07-17T08:06:46.4028546Z 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-07-17T08:06:46.5113087Z 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-07-17T08:06:46.5114581Z 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-07-17T08:06:46.5116004Z 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-07-17T08:06:46.5117313Z 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-07-17T08:06:46.5118592Z 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-07-17T08:06:46.5119673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5120658Z 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-07-17T08:06:46.5121631Z 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-07-17T08:06:46.5122569Z 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-07-17T08:06:46.5123481Z 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-07-17T08:06:46.5124363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5125282Z 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-07-17T08:06:46.5126244Z 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-07-17T08:06:46.5127397Z 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-07-17T08:06:46.5128317Z 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-07-17T08:06:46.5129213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5130201Z 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-07-17T08:06:46.5131440Z 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-07-17T08:06:46.5132397Z 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-07-17T08:06:46.5133353Z 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-07-17T08:06:46.5134303Z 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-07-17T08:06:46.5135366Z 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-07-17T08:06:46.5136521Z 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-07-17T08:06:46.5137597Z 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-07-17T08:06:46.5138697Z 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-07-17T08:06:46.5139737Z 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-07-17T08:06:46.5140801Z 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-07-17T08:06:46.5141952Z 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-07-17T08:06:46.5143017Z 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-07-17T08:06:46.5144042Z 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-07-17T08:06:46.5145098Z 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-07-17T08:06:46.5146175Z 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-07-17T08:06:46.5147222Z 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-07-17T08:06:46.5148176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5153105Z 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-07-17T08:06:46.5162865Z 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-07-17T08:06:46.5169084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5174954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5181233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5187552Z 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-07-17T08:06:46.5194264Z 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-07-17T08:06:46.5200890Z 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-07-17T08:06:46.5206781Z 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-07-17T08:06:46.5213655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5219689Z 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-07-17T08:06:46.5226309Z 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-07-17T08:06:46.5232532Z 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-07-17T08:06:46.5238951Z 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-07-17T08:06:46.5245080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5251562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5258389Z 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-07-17T08:06:46.5264843Z 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-07-17T08:06:46.5271099Z 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-07-17T08:06:46.5277534Z 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-07-17T08:06:46.5284120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5290716Z 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-07-17T08:06:46.5297130Z 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-07-17T08:06:46.5303385Z 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-07-17T08:06:46.5311013Z 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-07-17T08:06:46.5317244Z 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-07-17T08:06:46.5322871Z 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-07-17T08:06:46.5329052Z 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-07-17T08:06:46.5335441Z 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-07-17T08:06:46.5341706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5348560Z 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-07-17T08:06:46.5354881Z 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-07-17T08:06:46.5361204Z 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-07-17T08:06:46.5368066Z 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-07-17T08:06:46.5374168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5380511Z 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-07-17T08:06:46.5387214Z 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-07-17T08:06:46.5393646Z 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-07-17T08:06:46.5399619Z 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-07-17T08:06:46.5405861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5412667Z 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-07-17T08:06:46.5418674Z 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-07-17T08:06:46.5424616Z 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-07-17T08:06:46.5430858Z 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-07-17T08:06:46.5437283Z 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-07-17T08:06:46.5443588Z 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-07-17T08:06:46.5450158Z 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-07-17T08:06:46.5456861Z 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-07-17T08:06:46.5463150Z 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-07-17T08:06:46.5469239Z 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-07-17T08:06:46.5475834Z 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-07-17T08:06:46.5482244Z 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-07-17T08:06:46.5488564Z 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-07-17T08:06:46.5494835Z 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-07-17T08:06:46.5501084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5507753Z 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-07-17T08:06:46.5514122Z 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-07-17T08:06:46.5520166Z 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-07-17T08:06:46.5526173Z 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-07-17T08:06:46.5533117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5542028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5551011Z 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-07-17T08:06:46.5560085Z 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-07-17T08:06:46.5568192Z 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-07-17T08:06:46.5574904Z 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-07-17T08:06:46.5580993Z 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-07-17T08:06:46.5587027Z 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-07-17T08:06:46.5593293Z 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-07-17T08:06:46.5599137Z 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-07-17T08:06:46.5604987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5611059Z 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-07-17T08:06:46.5616882Z 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-07-17T08:06:46.5622657Z 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-07-17T08:06:46.5639522Z 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-07-17T08:06:46.5645428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5651397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5657558Z 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-07-17T08:06:46.5663843Z 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-07-17T08:06:46.5669967Z 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-07-17T08:06:46.5675957Z 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-07-17T08:06:46.5682405Z 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-07-17T08:06:46.5688575Z 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-07-17T08:06:46.5694637Z 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-07-17T08:06:46.5700821Z 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-07-17T08:06:46.5706828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5713003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.5719385Z 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-07-17T08:06:46.5725603Z 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-07-17T08:06:46.5731758Z 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-07-17T08:06:46.5737864Z 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-07-17T08:06:46.5744577Z 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-07-17T08:06:46.5750786Z 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-07-17T08:06:46.7524849Z 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-07-17T08:06:46.7530731Z 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-07-17T08:06:46.7537054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7543817Z 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-07-17T08:06:46.7549840Z 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-07-17T08:06:46.7556058Z 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-07-17T08:06:46.7561851Z 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-07-17T08:06:46.7567703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7573812Z 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-07-17T08:06:46.7579864Z 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-07-17T08:06:46.7585779Z 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-07-17T08:06:46.7591657Z 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-07-17T08:06:46.7597576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7603688Z 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-07-17T08:06:46.7609492Z 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-07-17T08:06:46.7615308Z 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-07-17T08:06:46.7621425Z 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-07-17T08:06:46.7627415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7633779Z 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-07-17T08:06:46.7639652Z 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-07-17T08:06:46.7645802Z 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-07-17T08:06:46.7651920Z 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-07-17T08:06:46.7657875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7664162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7670578Z 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-07-17T08:06:46.7676634Z 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-07-17T08:06:46.7682664Z 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-07-17T08:06:46.7688726Z 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-07-17T08:06:46.7694559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7700862Z 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-07-17T08:06:46.7707279Z 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-07-17T08:06:46.7713510Z 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-07-17T08:06:46.7719602Z 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-07-17T08:06:46.7725983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7732214Z 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-07-17T08:06:46.7738505Z 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-07-17T08:06:46.7744656Z 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-07-17T08:06:46.7750806Z 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-07-17T08:06:46.7757104Z 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-07-17T08:06:46.7763210Z 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-07-17T08:06:46.7769640Z 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-07-17T08:06:46.7775663Z 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-07-17T08:06:46.7781845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7788084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7794517Z 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-07-17T08:06:46.7800725Z 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-07-17T08:06:46.7806811Z 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-07-17T08:06:46.7812965Z 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-07-17T08:06:46.7819334Z 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-07-17T08:06:46.7825411Z 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-07-17T08:06:46.7831927Z 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-07-17T08:06:46.7837825Z 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-07-17T08:06:46.7843835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7850443Z 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-07-17T08:06:46.7856515Z 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-07-17T08:06:46.7862556Z 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-07-17T08:06:46.7868610Z 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-07-17T08:06:46.7875025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7881484Z 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-07-17T08:06:46.7887908Z 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-07-17T08:06:46.7894620Z 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-07-17T08:06:46.7900608Z 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-07-17T08:06:46.7907032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7914009Z 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-07-17T08:06:46.7920765Z 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-07-17T08:06:46.7927378Z 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-07-17T08:06:46.7933750Z 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-07-17T08:06:46.7939926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7946282Z 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-07-17T08:06:46.7952504Z 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-07-17T08:06:46.7958956Z 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-07-17T08:06:46.7965035Z 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-07-17T08:06:46.7970896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.7977126Z 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-07-17T08:06:46.7983020Z 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-07-17T08:06:46.7988909Z 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-07-17T08:06:46.7995441Z 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-07-17T08:06:46.8001447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8007958Z 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-07-17T08:06:46.8013876Z 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-07-17T08:06:46.8019964Z 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-07-17T08:06:46.8025961Z 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-07-17T08:06:46.8031893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8038023Z 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-07-17T08:06:46.8044263Z 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-07-17T08:06:46.8050464Z 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-07-17T08:06:46.8056598Z 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-07-17T08:06:46.8062496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8068689Z 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-07-17T08:06:46.8079907Z 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-07-17T08:06:46.8086040Z 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-07-17T08:06:46.8091941Z 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-07-17T08:06:46.8126088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8132369Z 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-07-17T08:06:46.8138368Z 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-07-17T08:06:46.8144463Z 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-07-17T08:06:46.8150450Z 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-07-17T08:06:46.8156515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8162693Z 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-07-17T08:06:46.8168509Z 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-07-17T08:06:46.8174425Z 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-07-17T08:06:46.8180412Z 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-07-17T08:06:46.8186210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8192085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8198411Z 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-07-17T08:06:46.8204554Z 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-07-17T08:06:46.8210637Z 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-07-17T08:06:46.8216772Z 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-07-17T08:06:46.8223152Z 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-07-17T08:06:46.8229170Z 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-07-17T08:06:46.8235427Z 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-07-17T08:06:46.8241907Z 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-07-17T08:06:46.8248320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8254933Z 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-07-17T08:06:46.8260963Z 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-07-17T08:06:46.8267097Z 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-07-17T08:06:46.8273290Z 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-07-17T08:06:46.8279317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8285849Z 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-07-17T08:06:46.8291924Z 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-07-17T08:06:46.8297987Z 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-07-17T08:06:46.8304146Z 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-07-17T08:06:46.8310333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8316383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8322678Z 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-07-17T08:06:46.8328956Z 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-07-17T08:06:46.8335215Z 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-07-17T08:06:46.8341272Z 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-07-17T08:06:46.8347743Z 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-07-17T08:06:46.8353826Z 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-07-17T08:06:46.8359885Z 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-07-17T08:06:46.8365960Z 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-07-17T08:06:46.8372277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8378551Z 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-07-17T08:06:46.8384607Z 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-07-17T08:06:46.8391261Z 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-07-17T08:06:46.8397664Z 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-07-17T08:06:46.8410218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8416561Z 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-07-17T08:06:46.8423271Z 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-07-17T08:06:46.8429509Z 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-07-17T08:06:46.8435750Z 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-07-17T08:06:46.8441757Z 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-07-17T08:06:46.8447572Z 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-07-17T08:06:46.8453586Z 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-07-17T08:06:46.8459531Z 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-07-17T08:06:46.8470144Z 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-07-17T08:06:46.8480411Z 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-07-17T08:06:46.8486635Z 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-07-17T08:06:46.8492626Z 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-07-17T08:06:46.8499059Z 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-07-17T08:06:46.8505596Z 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-07-17T08:06:46.8511984Z 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-07-17T08:06:46.8518399Z 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-07-17T08:06:46.8524464Z 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-07-17T08:06:46.8530472Z 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-07-17T08:06:46.8536802Z 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-07-17T08:06:46.8543179Z 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-07-17T08:06:46.8549193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8555463Z 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-07-17T08:06:46.8561412Z 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-07-17T08:06:46.8572391Z 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-07-17T08:06:46.8578756Z 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-07-17T08:06:46.8584866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8590926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8597219Z 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-07-17T08:06:46.8603069Z 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-07-17T08:06:46.8609024Z 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-07-17T08:06:46.8619955Z 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-07-17T08:06:46.8625969Z 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-07-17T08:06:46.8647545Z 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-07-17T08:06:46.8653561Z 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-07-17T08:06:46.8659557Z 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-07-17T08:06:46.8665605Z 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-07-17T08:06:46.8671458Z 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-07-17T08:06:46.8677487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8683765Z 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-07-17T08:06:46.8690034Z 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-07-17T08:06:46.8695984Z 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-07-17T08:06:46.8701952Z 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-07-17T08:06:46.8708218Z 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-07-17T08:06:46.8714791Z 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-07-17T08:06:46.8725834Z 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-07-17T08:06:46.8732404Z 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-07-17T08:06:46.8738591Z 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-07-17T08:06:46.8745199Z 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-07-17T08:06:46.8751468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8757654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8763633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8770123Z 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-07-17T08:06:46.8776412Z 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-07-17T08:06:46.8782378Z 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-07-17T08:06:46.8796545Z 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-07-17T08:06:46.8802761Z 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-07-17T08:06:46.8808902Z 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-07-17T08:06:46.8815291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8825963Z 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-07-17T08:06:46.8832074Z 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-07-17T08:06:46.8838552Z 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-07-17T08:06:46.8844654Z 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-07-17T08:06:46.8850817Z 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-07-17T08:06:46.8856985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8862861Z 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-07-17T08:06:46.8869033Z 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-07-17T08:06:46.8875734Z 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-07-17T08:06:46.8881868Z 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-07-17T08:06:46.8887850Z 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-07-17T08:06:46.8894669Z 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-07-17T08:06:46.8900734Z 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-07-17T08:06:46.8906977Z 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-07-17T08:06:46.8913643Z 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-07-17T08:06:46.8920378Z 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-07-17T08:06:46.8927483Z 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-07-17T08:06:46.8933589Z 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-07-17T08:06:46.8939671Z 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-07-17T08:06:46.8945824Z 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-07-17T08:06:46.8952204Z 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-07-17T08:06:46.8958140Z 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-07-17T08:06:46.8964313Z 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-07-17T08:06:46.8970824Z 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-07-17T08:06:46.8977246Z 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-07-17T08:06:46.8983275Z 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-07-17T08:06:46.8989010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.8995079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9006135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9012038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9018257Z 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-07-17T08:06:46.9024832Z 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-07-17T08:06:46.9030457Z 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-07-17T08:06:46.9036231Z 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-07-17T08:06:46.9042130Z 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-07-17T08:06:46.9051912Z 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-07-17T08:06:46.9057877Z 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-07-17T08:06:46.9063580Z 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-07-17T08:06:46.9069974Z 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-07-17T08:06:46.9075804Z 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-07-17T08:06:46.9081652Z 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-07-17T08:06:46.9087759Z 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-07-17T08:06:46.9093834Z 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-07-17T08:06:46.9099693Z 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-07-17T08:06:46.9105982Z 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-07-17T08:06:46.9116992Z 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-07-17T08:06:46.9123168Z 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-07-17T08:06:46.9129668Z 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-07-17T08:06:46.9135812Z 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-07-17T08:06:46.9142317Z 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-07-17T08:06:46.9148550Z 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-07-17T08:06:46.9155365Z 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-07-17T08:06:46.9161691Z 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-07-17T08:06:46.9168701Z 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-07-17T08:06:46.9174942Z 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-07-17T08:06:46.9180898Z 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-07-17T08:06:46.9186995Z 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-07-17T08:06:46.9198001Z 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-07-17T08:06:46.9209217Z 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-07-17T08:06:46.9218235Z 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-07-17T08:06:46.9256358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9264536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9272493Z 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-07-17T08:06:46.9280227Z 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-07-17T08:06:46.9288624Z 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-07-17T08:06:46.9295875Z 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-07-17T08:06:46.9303732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9312284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9319652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9329762Z 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-07-17T08:06:46.9339385Z 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-07-17T08:06:46.9346289Z 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-07-17T08:06:46.9352464Z 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-07-17T08:06:46.9358223Z 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-07-17T08:06:46.9364165Z 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-07-17T08:06:46.9369796Z 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-07-17T08:06:46.9375537Z 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-07-17T08:06:46.9381863Z 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-07-17T08:06:46.9388004Z 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-07-17T08:06:46.9393979Z 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-07-17T08:06:46.9399807Z 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-07-17T08:06:46.9406534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9413249Z 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-07-17T08:06:46.9419447Z 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-07-17T08:06:46.9429191Z 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-07-17T08:06:46.9435538Z 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-07-17T08:06:46.9441538Z 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-07-17T08:06:46.9447812Z 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-07-17T08:06:46.9453983Z 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-07-17T08:06:46.9460090Z 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-07-17T08:06:46.9467318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9476881Z 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-07-17T08:06:46.9482542Z 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-07-17T08:06:46.9488161Z 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-07-17T08:06:46.9494330Z 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-07-17T08:06:46.9500570Z 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-07-17T08:06:46.9506470Z 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-07-17T08:06:46.9512478Z 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-07-17T08:06:46.9522364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9528698Z 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-07-17T08:06:46.9534737Z 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-07-17T08:06:46.9540716Z 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-07-17T08:06:46.9546571Z 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-07-17T08:06:46.9552640Z 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-07-17T08:06:46.9558577Z 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-07-17T08:06:46.9564397Z 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-07-17T08:06:46.9570139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9576387Z 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-07-17T08:06:46.9582985Z 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-07-17T08:06:46.9588863Z 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-07-17T08:06:46.9594834Z 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-07-17T08:06:46.9600704Z 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-07-17T08:06:46.9606605Z 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-07-17T08:06:46.9612567Z 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-07-17T08:06:46.9618404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9624520Z 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-07-17T08:06:46.9630637Z 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-07-17T08:06:46.9636653Z 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-07-17T08:06:46.9642323Z 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-07-17T08:06:46.9648170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9654380Z 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-07-17T08:06:46.9660209Z 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-07-17T08:06:46.9666223Z 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-07-17T08:06:46.9672150Z 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-07-17T08:06:46.9677899Z 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-07-17T08:06:46.9683874Z 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-07-17T08:06:46.9694659Z 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-07-17T08:06:46.9700688Z 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-07-17T08:06:46.9708804Z 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-07-17T08:06:46.9716863Z 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-07-17T08:06:46.9725743Z 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-07-17T08:06:46.9733382Z 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-07-17T08:06:46.9761361Z 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-07-17T08:06:46.9771754Z 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-07-17T08:06:46.9777864Z 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-07-17T08:06:46.9783998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9790556Z 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-07-17T08:06:46.9796535Z 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-07-17T08:06:46.9802479Z 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-07-17T08:06:46.9808413Z 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-07-17T08:06:46.9820300Z 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-07-17T08:06:46.9826511Z 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-07-17T08:06:46.9833089Z 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-07-17T08:06:46.9839194Z 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-07-17T08:06:46.9845341Z 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-07-17T08:06:46.9851309Z 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-07-17T08:06:46.9857290Z 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-07-17T08:06:46.9867326Z 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-07-17T08:06:46.9873704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9879705Z 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-07-17T08:06:46.9885715Z 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-07-17T08:06:46.9891635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9897691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9903627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:46.9910089Z 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-07-17T08:06:46.9916706Z 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-07-17T08:06:46.9922898Z 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-07-17T08:06:46.9929049Z 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-07-17T08:06:46.9936482Z 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-07-17T08:06:46.9942883Z 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-07-17T08:06:46.9949486Z 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-07-17T08:06:46.9960274Z 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-07-17T08:06:46.9967107Z 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-07-17T08:06:46.9973516Z 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-07-17T08:06:46.9979913Z 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-07-17T08:06:46.9986102Z 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-07-17T08:06:46.9992508Z 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-07-17T08:06:47.0003515Z 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-07-17T08:06:47.0009426Z 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-07-17T08:06:47.0015504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0021849Z 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-07-17T08:06:47.0027588Z 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-07-17T08:06:47.0033967Z 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-07-17T08:06:47.0039484Z 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-07-17T08:06:47.0053234Z 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-07-17T08:06:47.0059282Z 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-07-17T08:06:47.0065672Z 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-07-17T08:06:47.0071508Z 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-07-17T08:06:47.0077371Z 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-07-17T08:06:47.0083342Z 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-07-17T08:06:47.0089317Z 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-07-17T08:06:47.0095266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0102782Z 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-07-17T08:06:47.0108670Z 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-07-17T08:06:47.0115321Z 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-07-17T08:06:47.0121596Z 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-07-17T08:06:47.0127656Z 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-07-17T08:06:47.0133672Z 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-07-17T08:06:47.0139850Z 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-07-17T08:06:47.0145663Z 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-07-17T08:06:47.0152029Z 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-07-17T08:06:47.0158540Z 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-07-17T08:06:47.0164641Z 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-07-17T08:06:47.0170755Z 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-07-17T08:06:47.0177044Z 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-07-17T08:06:47.0183115Z 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-07-17T08:06:47.0194622Z 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-07-17T08:06:47.0200597Z 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-07-17T08:06:47.0207846Z 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-07-17T08:06:47.0213280Z 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-07-17T08:06:47.0219439Z 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-07-17T08:06:47.0225481Z 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-07-17T08:06:47.0231531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0237748Z 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-07-17T08:06:47.0243645Z 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-07-17T08:06:47.0250350Z 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-07-17T08:06:47.0256591Z 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-07-17T08:06:47.0263446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0268634Z 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-07-17T08:06:47.0274940Z 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-07-17T08:06:47.0281205Z 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-07-17T08:06:47.0287452Z 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-07-17T08:06:47.0293422Z 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-07-17T08:06:47.0299488Z 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-07-17T08:06:47.0305642Z 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-07-17T08:06:47.0311667Z 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-07-17T08:06:47.0317604Z 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-07-17T08:06:47.0323710Z 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-07-17T08:06:47.0329717Z 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-07-17T08:06:47.0335531Z 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-07-17T08:06:47.0341482Z 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-07-17T08:06:47.0347331Z 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-07-17T08:06:47.0353265Z 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-07-17T08:06:47.0359194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0370039Z 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-07-17T08:06:47.0375934Z 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-07-17T08:06:47.0381908Z 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-07-17T08:06:47.0387926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0394332Z 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-07-17T08:06:47.0400498Z 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-07-17T08:06:47.0406884Z 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-07-17T08:06:47.0433758Z 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-07-17T08:06:47.0434762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0437538Z 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-07-17T08:06:47.0445519Z 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-07-17T08:06:47.0451175Z 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-07-17T08:06:47.0457225Z 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-07-17T08:06:47.0463426Z 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-07-17T08:06:47.0469530Z 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-07-17T08:06:47.0475892Z 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-07-17T08:06:47.0481945Z 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-07-17T08:06:47.0488091Z 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-07-17T08:06:47.0494396Z 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-07-17T08:06:47.0500814Z 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-07-17T08:06:47.0506624Z 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-07-17T08:06:47.0512752Z 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-07-17T08:06:47.0519053Z 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-07-17T08:06:47.0524993Z 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-07-17T08:06:47.0531520Z 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-07-17T08:06:47.0537504Z 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-07-17T08:06:47.0543563Z 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-07-17T08:06:47.0549818Z 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-07-17T08:06:47.0560792Z 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-07-17T08:06:47.0566791Z 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-07-17T08:06:47.0572931Z 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-07-17T08:06:47.0578875Z 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-07-17T08:06:47.0585029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.0591460Z 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-07-17T08:06:47.0597696Z 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-07-17T08:06:47.0604196Z 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-07-17T08:06:47.0616394Z 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-07-17T08:06:47.0622383Z 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-07-17T08:06:47.0629176Z 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-07-17T08:06:47.0635394Z 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-07-17T08:06:47.0641225Z 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-07-17T08:06:47.0650651Z 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-07-17T08:06:47.0661328Z 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-07-17T08:06:47.0667466Z 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-07-17T08:06:47.0673803Z 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-07-17T08:06:47.0680754Z 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-07-17T08:06:47.0687091Z 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-07-17T08:06:47.0693330Z 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-07-17T08:06:47.0699209Z 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-07-17T08:06:47.0710556Z 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-07-17T08:06:47.0724728Z 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-07-17T08:06:47.0731092Z 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-07-17T08:06:47.0737464Z 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-07-17T08:06:47.0744809Z 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-07-17T08:06:47.0750696Z 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-07-17T08:06:47.0756862Z 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-07-17T08:06:47.0767852Z 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-07-17T08:06:47.0773892Z 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-07-17T08:06:47.0779601Z 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-07-17T08:06:47.0785590Z 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-07-17T08:06:47.0791960Z 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-07-17T08:06:47.0797870Z 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-07-17T08:06:47.0804033Z 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-07-17T08:06:47.0810163Z 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-07-17T08:06:47.0816598Z 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-07-17T08:06:47.0822943Z 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-07-17T08:06:47.0829471Z 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-07-17T08:06:47.0840916Z 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-07-17T08:06:47.0848061Z 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-07-17T08:06:47.0854414Z 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-07-17T08:06:47.0860061Z 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-07-17T08:06:47.0865830Z 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-07-17T08:06:47.0872154Z 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-07-17T08:06:47.0877929Z 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-07-17T08:06:47.0884020Z 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-07-17T08:06:47.0890269Z 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-07-17T08:06:47.0896110Z 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-07-17T08:06:47.0902697Z 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-07-17T08:06:47.0908906Z 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-07-17T08:06:47.0916005Z 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-07-17T08:06:47.0922372Z 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-07-17T08:06:47.0928583Z 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-07-17T08:06:47.0934619Z 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-07-17T08:06:47.0940336Z 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-07-17T08:06:47.0946457Z 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-07-17T08:06:47.0952523Z 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-07-17T08:06:47.0958493Z 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-07-17T08:06:47.0969162Z 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-07-17T08:06:47.0975265Z 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-07-17T08:06:47.0981366Z 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-07-17T08:06:47.0987451Z 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-07-17T08:06:47.0996200Z 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-07-17T08:06:47.1032643Z 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-07-17T08:06:47.1038880Z 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-07-17T08:06:47.1044933Z 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-07-17T08:06:47.1052592Z 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-07-17T08:06:47.1060043Z 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-07-17T08:06:47.1066461Z 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-07-17T08:06:47.1073854Z 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-07-17T08:06:47.1079750Z 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-07-17T08:06:47.1085856Z 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-07-17T08:06:47.1092059Z 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-07-17T08:06:47.1098344Z 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-07-17T08:06:47.1104676Z 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-07-17T08:06:47.1110741Z 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-07-17T08:06:47.1116931Z 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-07-17T08:06:47.1122818Z 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-07-17T08:06:47.1129055Z 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-07-17T08:06:47.1135223Z 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-07-17T08:06:47.1141113Z 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-07-17T08:06:47.1147112Z 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-07-17T08:06:47.1153249Z 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-07-17T08:06:47.1159348Z 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-07-17T08:06:47.1165287Z 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-07-17T08:06:47.1171840Z 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-07-17T08:06:47.1177735Z 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-07-17T08:06:47.1183787Z 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-07-17T08:06:47.1190008Z 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-07-17T08:06:47.1196204Z 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-07-17T08:06:47.1207193Z 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-07-17T08:06:47.1213177Z 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-07-17T08:06:47.1218945Z 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-07-17T08:06:47.1224801Z 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-07-17T08:06:47.1231283Z 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-07-17T08:06:47.1237507Z 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-07-17T08:06:47.1243724Z 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-07-17T08:06:47.1249575Z 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-07-17T08:06:47.1255714Z 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-07-17T08:06:47.1261640Z 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-07-17T08:06:47.1267684Z 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-07-17T08:06:47.1273878Z 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-07-17T08:06:47.1279712Z 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-07-17T08:06:47.1285564Z 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-07-17T08:06:47.1292026Z 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-07-17T08:06:47.1298121Z 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-07-17T08:06:47.1304238Z 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-07-17T08:06:47.1310194Z 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-07-17T08:06:47.1316610Z 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-07-17T08:06:47.1322269Z 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-07-17T08:06:47.1328737Z 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-07-17T08:06:47.1335193Z 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-07-17T08:06:47.1341307Z 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-07-17T08:06:47.1347153Z 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-07-17T08:06:47.1353585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1359607Z 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-07-17T08:06:47.1365350Z 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-07-17T08:06:47.1371105Z 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-07-17T08:06:47.1381934Z 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-07-17T08:06:47.1388322Z 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-07-17T08:06:47.1394411Z 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-07-17T08:06:47.1400246Z 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-07-17T08:06:47.1406023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1411238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1417489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1423330Z 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-07-17T08:06:47.1429806Z 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-07-17T08:06:47.1474734Z 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-07-17T08:06:47.1480939Z 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-07-17T08:06:47.1486886Z 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-07-17T08:06:47.1493417Z 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-07-17T08:06:47.1499668Z 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-07-17T08:06:47.1505526Z 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-07-17T08:06:47.1511736Z 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-07-17T08:06:47.1517616Z 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-07-17T08:06:47.1523563Z 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-07-17T08:06:47.1529657Z 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-07-17T08:06:47.1535625Z 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-07-17T08:06:47.1541646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1547707Z 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-07-17T08:06:47.1553561Z 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-07-17T08:06:47.1559334Z 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-07-17T08:06:47.1565495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1571569Z 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-07-17T08:06:47.1577272Z 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-07-17T08:06:47.1583229Z 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-07-17T08:06:47.1588659Z 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-07-17T08:06:47.1598472Z 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-07-17T08:06:47.1604383Z 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-07-17T08:06:47.1610339Z 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-07-17T08:06:47.1616241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1622158Z 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-07-17T08:06:47.1627791Z 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-07-17T08:06:47.1633802Z 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-07-17T08:06:47.1639677Z 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-07-17T08:06:47.1645532Z 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-07-17T08:06:47.1651618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1657801Z 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-07-17T08:06:47.1663608Z 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-07-17T08:06:47.1669422Z 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-07-17T08:06:47.1675413Z 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-07-17T08:06:47.1681405Z 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-07-17T08:06:47.1687141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1693431Z 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-07-17T08:06:47.1699105Z 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-07-17T08:06:47.1705071Z 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-07-17T08:06:47.1711163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1746745Z 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-07-17T08:06:47.1753426Z 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-07-17T08:06:47.1759361Z 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-07-17T08:06:47.1765482Z 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-07-17T08:06:47.1771603Z 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-07-17T08:06:47.1777614Z 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-07-17T08:06:47.1783662Z 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-07-17T08:06:47.1789862Z 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-07-17T08:06:47.1795958Z 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-07-17T08:06:47.1802016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1807988Z 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-07-17T08:06:47.1813909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1819856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1825799Z 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-07-17T08:06:47.1832147Z 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-07-17T08:06:47.1838060Z 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-07-17T08:06:47.1843818Z 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-07-17T08:06:47.1850022Z 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-07-17T08:06:47.1856060Z 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-07-17T08:06:47.1862288Z 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-07-17T08:06:47.1867944Z 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-07-17T08:06:47.1873985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1879820Z 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-07-17T08:06:47.1886127Z 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-07-17T08:06:47.1892466Z 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-07-17T08:06:47.1898361Z 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-07-17T08:06:47.1904427Z 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-07-17T08:06:47.1910538Z 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-07-17T08:06:47.1916775Z 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-07-17T08:06:47.1923336Z 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-07-17T08:06:47.1929900Z 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-07-17T08:06:47.1935135Z 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-07-17T08:06:47.1940988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1947222Z 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-07-17T08:06:47.1953232Z 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-07-17T08:06:47.1960378Z 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-07-17T08:06:47.1966335Z 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-07-17T08:06:47.1972130Z 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-07-17T08:06:47.1977832Z 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-07-17T08:06:47.1987184Z 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-07-17T08:06:47.1990593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.1996764Z 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-07-17T08:06:47.2004928Z 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-07-17T08:06:47.2010893Z 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-07-17T08:06:47.2016880Z 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-07-17T08:06:47.2022904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2046393Z 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-07-17T08:06:47.2057436Z 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-07-17T08:06:47.2063290Z 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-07-17T08:06:47.2069250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2075484Z 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-07-17T08:06:47.2081163Z 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-07-17T08:06:47.2086717Z 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-07-17T08:06:47.2097705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2103610Z 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-07-17T08:06:47.2109338Z 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-07-17T08:06:47.2115843Z 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-07-17T08:06:47.2121943Z 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-07-17T08:06:47.2127821Z 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-07-17T08:06:47.2134136Z 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-07-17T08:06:47.2140195Z 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-07-17T08:06:47.2146187Z 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-07-17T08:06:47.2152475Z 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-07-17T08:06:47.2158436Z 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-07-17T08:06:47.2164593Z 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-07-17T08:06:47.2170685Z 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-07-17T08:06:47.2191810Z 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-07-17T08:06:47.2193227Z 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-07-17T08:06:47.2194380Z 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-07-17T08:06:47.2195570Z 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-07-17T08:06:47.2201131Z 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-07-17T08:06:47.2207147Z 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-07-17T08:06:47.2213607Z 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-07-17T08:06:47.2220710Z 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-07-17T08:06:47.2226989Z 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-07-17T08:06:47.2234575Z 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-07-17T08:06:47.2241025Z 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-07-17T08:06:47.2247186Z 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-07-17T08:06:47.2253023Z 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-07-17T08:06:47.2259216Z 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-07-17T08:06:47.2265692Z 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-07-17T08:06:47.2272271Z 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-07-17T08:06:47.2278647Z 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-07-17T08:06:47.2285398Z 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-07-17T08:06:47.2291783Z 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-07-17T08:06:47.2297871Z 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-07-17T08:06:47.2304923Z 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-07-17T08:06:47.2311261Z 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-07-17T08:06:47.2317782Z 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-07-17T08:06:47.2324238Z 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-07-17T08:06:47.2331036Z 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-07-17T08:06:47.2337258Z 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-07-17T08:06:47.2343815Z 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-07-17T08:06:47.2351098Z 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-07-17T08:06:47.2357371Z 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-07-17T08:06:47.2363507Z 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-07-17T08:06:47.2369591Z 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-07-17T08:06:47.2376545Z 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-07-17T08:06:47.2382559Z 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-07-17T08:06:47.2388962Z 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-07-17T08:06:47.2395440Z 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-07-17T08:06:47.2401874Z 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-07-17T08:06:47.2413504Z 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-07-17T08:06:47.2415669Z 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-07-17T08:06:47.2422496Z 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-07-17T08:06:47.2429264Z 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-07-17T08:06:47.2436063Z 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-07-17T08:06:47.2443367Z 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-07-17T08:06:47.2450464Z 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-07-17T08:06:47.2456939Z 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-07-17T08:06:47.2463073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2470025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2476527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2482461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_grouped_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2488493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2494589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2500930Z 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-07-17T08:06:47.2506752Z 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-07-17T08:06:47.2512748Z 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-07-17T08:06:47.2518652Z 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-07-17T08:06:47.2525168Z 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-07-17T08:06:47.2531131Z 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-07-17T08:06:47.2537104Z 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-07-17T08:06:47.2543418Z 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-07-17T08:06:47.2549913Z 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-07-17T08:06:47.2555876Z 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-07-17T08:06:47.2561960Z 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-07-17T08:06:47.2567812Z 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-07-17T08:06:47.2573389Z 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-07-17T08:06:47.2579562Z 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-07-17T08:06:47.2585993Z 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-07-17T08:06:47.2592204Z 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-07-17T08:06:47.2598294Z 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-07-17T08:06:47.2604287Z 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-07-17T08:06:47.2610224Z 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-07-17T08:06:47.2616393Z 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-07-17T08:06:47.2622421Z 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-07-17T08:06:47.2628891Z 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-07-17T08:06:47.2634962Z 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-07-17T08:06:47.2640899Z 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-07-17T08:06:47.2646925Z 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-07-17T08:06:47.2652943Z 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-07-17T08:06:47.2658988Z 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-07-17T08:06:47.2665368Z 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-07-17T08:06:47.2671735Z 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-07-17T08:06:47.2677903Z 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-07-17T08:06:47.2683983Z 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-07-17T08:06:47.2690023Z 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-07-17T08:06:47.2696198Z 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-07-17T08:06:47.2702901Z 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-07-17T08:06:47.2709151Z 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-07-17T08:06:47.2715345Z 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-07-17T08:06:47.2755055Z 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-07-17T08:06:47.2762278Z 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-07-17T08:06:47.2768537Z 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-07-17T08:06:47.2774805Z 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-07-17T08:06:47.2780742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2786740Z 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-07-17T08:06:47.2793463Z 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-07-17T08:06:47.2799501Z 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-07-17T08:06:47.2805900Z 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-07-17T08:06:47.2812596Z 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-07-17T08:06:47.2818796Z 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-07-17T08:06:47.2825268Z 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-07-17T08:06:47.2831653Z 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-07-17T08:06:47.2838090Z 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-07-17T08:06:47.2844415Z 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-07-17T08:06:47.2850614Z 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-07-17T08:06:47.2861513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2868152Z 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-07-17T08:06:47.2874260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2881238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2887438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.2893366Z 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-07-17T08:06:47.2899010Z 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-07-17T08:06:47.2905290Z 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-07-17T08:06:47.2912020Z 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-07-17T08:06:47.2918272Z 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-07-17T08:06:47.2924888Z 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-07-17T08:06:47.2936325Z 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-07-17T08:06:47.2945225Z 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-07-17T08:06:47.2949150Z 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-07-17T08:06:47.2956520Z 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-07-17T08:06:47.2962432Z 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-07-17T08:06:47.2968080Z 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-07-17T08:06:47.2974274Z 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-07-17T08:06:47.2980327Z 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-07-17T08:06:47.2986879Z 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-07-17T08:06:47.2993323Z 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-07-17T08:06:47.2999777Z 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-07-17T08:06:47.3005812Z 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-07-17T08:06:47.3012018Z 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-07-17T08:06:47.3018023Z 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-07-17T08:06:47.3024708Z 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-07-17T08:06:47.3031472Z 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-07-17T08:06:47.3037196Z 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-07-17T08:06:47.3043250Z 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-07-17T08:06:47.3049763Z 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-07-17T08:06:47.3056353Z 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-07-17T08:06:47.3062538Z 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-07-17T08:06:47.3068479Z 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-07-17T08:06:47.3075102Z 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-07-17T08:06:47.3081669Z 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-07-17T08:06:47.3087440Z 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-07-17T08:06:47.3093865Z 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-07-17T08:06:47.3106484Z 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-07-17T08:06:47.3113170Z 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-07-17T08:06:47.3119256Z 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-07-17T08:06:47.3125430Z 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-07-17T08:06:47.3133027Z 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-07-17T08:06:47.3139871Z 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-07-17T08:06:47.3145936Z 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-07-17T08:06:47.3152137Z 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-07-17T08:06:47.3158130Z 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-07-17T08:06:47.3164756Z 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-07-17T08:06:47.3171210Z 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-07-17T08:06:47.3177818Z 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-07-17T08:06:47.3184082Z 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-07-17T08:06:47.3190057Z 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-07-17T08:06:47.3196511Z 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-07-17T08:06:47.3202954Z 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-07-17T08:06:47.3209540Z 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-07-17T08:06:47.3215761Z 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-07-17T08:06:47.3221980Z 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-07-17T08:06:47.3232786Z 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-07-17T08:06:47.3238854Z 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-07-17T08:06:47.3245246Z 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-07-17T08:06:47.3252048Z 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-07-17T08:06:47.3258085Z 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-07-17T08:06:47.3264470Z 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-07-17T08:06:47.3270986Z 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-07-17T08:06:47.3277153Z 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-07-17T08:06:47.3283506Z 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-07-17T08:06:47.3289739Z 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-07-17T08:06:47.3296062Z 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-07-17T08:06:47.3302204Z 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-07-17T08:06:47.3308552Z 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-07-17T08:06:47.3314749Z 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-07-17T08:06:47.3320835Z 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-07-17T08:06:47.3326924Z 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-07-17T08:06:47.3333580Z 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-07-17T08:06:47.3339594Z 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-07-17T08:06:47.3345867Z 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-07-17T08:06:47.3351858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3358302Z 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-07-17T08:06:47.3364239Z 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-07-17T08:06:47.3370128Z 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-07-17T08:06:47.3376160Z 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-07-17T08:06:47.3382264Z 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-07-17T08:06:47.3388399Z 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-07-17T08:06:47.3394774Z 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-07-17T08:06:47.3400845Z 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-07-17T08:06:47.3406955Z 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-07-17T08:06:47.3413647Z 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-07-17T08:06:47.3420508Z 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-07-17T08:06:47.3426903Z 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-07-17T08:06:47.3433505Z 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-07-17T08:06:47.3439746Z 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-07-17T08:06:47.3446185Z 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-07-17T08:06:47.3452569Z 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-07-17T08:06:47.3458956Z 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-07-17T08:06:47.3465459Z 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-07-17T08:06:47.3472294Z 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-07-17T08:06:47.3478938Z 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-07-17T08:06:47.3485092Z 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-07-17T08:06:47.3491225Z 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-07-17T08:06:47.3512168Z 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-07-17T08:06:47.3518550Z 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-07-17T08:06:47.3526812Z 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-07-17T08:06:47.3533239Z 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-07-17T08:06:47.3539596Z 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-07-17T08:06:47.3545879Z 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-07-17T08:06:47.3553440Z 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-07-17T08:06:47.3560012Z 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-07-17T08:06:47.3566876Z 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-07-17T08:06:47.3574206Z 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-07-17T08:06:47.3580417Z 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-07-17T08:06:47.3586562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3592989Z 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-07-17T08:06:47.3599978Z 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-07-17T08:06:47.3626548Z 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-07-17T08:06:47.3633090Z 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-07-17T08:06:47.3639659Z 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-07-17T08:06:47.3646096Z 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-07-17T08:06:47.3652427Z 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-07-17T08:06:47.3658431Z 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-07-17T08:06:47.3664776Z 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-07-17T08:06:47.3671187Z 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-07-17T08:06:47.3677628Z 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-07-17T08:06:47.3683746Z 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-07-17T08:06:47.3689971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3696472Z 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-07-17T08:06:47.3703158Z 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-07-17T08:06:47.3709289Z 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-07-17T08:06:47.3715839Z 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-07-17T08:06:47.3728922Z 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-07-17T08:06:47.3738085Z 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-07-17T08:06:47.3745813Z 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-07-17T08:06:47.3754903Z 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-07-17T08:06:47.3762707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3770112Z 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-07-17T08:06:47.3778716Z 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-07-17T08:06:47.3786316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3793857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3802698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3809998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3817277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3824649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3833678Z 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-07-17T08:06:47.3840951Z 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-07-17T08:06:47.3848263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3856995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3864196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.3871724Z 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-07-17T08:06:47.3880701Z 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-07-17T08:06:47.3894621Z 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-07-17T08:06:47.3903349Z 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-07-17T08:06:47.3911803Z 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-07-17T08:06:47.3920353Z 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-07-17T08:06:47.3937656Z 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-07-17T08:06:47.3946876Z 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-07-17T08:06:47.3957947Z 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-07-17T08:06:47.3967561Z 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-07-17T08:06:47.3975575Z 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-07-17T08:06:47.3985660Z 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-07-17T08:06:47.3993899Z 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-07-17T08:06:47.4001647Z 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-07-17T08:06:47.4008033Z 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-07-17T08:06:47.4014238Z 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-07-17T08:06:47.4022486Z 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-07-17T08:06:47.4028768Z 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-07-17T08:06:47.4035229Z 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-07-17T08:06:47.4041814Z 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-07-17T08:06:47.4049271Z 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-07-17T08:06:47.4055977Z 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-07-17T08:06:47.4062477Z 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-07-17T08:06:47.4069179Z 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-07-17T08:06:47.4076833Z 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-07-17T08:06:47.4082841Z 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-07-17T08:06:47.4089061Z 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-07-17T08:06:47.4095482Z 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-07-17T08:06:47.4101746Z 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-07-17T08:06:47.4107444Z 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-07-17T08:06:47.4114323Z 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-07-17T08:06:47.4120392Z 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-07-17T08:06:47.4126334Z 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-07-17T08:06:47.4132967Z 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-07-17T08:06:47.4139418Z 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-07-17T08:06:47.4145902Z 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-07-17T08:06:47.4152077Z 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-07-17T08:06:47.4158226Z 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-07-17T08:06:47.4164385Z 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-07-17T08:06:47.4171352Z 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-07-17T08:06:47.4177287Z 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-07-17T08:06:47.4183349Z 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-07-17T08:06:47.4189558Z 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-07-17T08:06:47.4195948Z 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-07-17T08:06:47.4202568Z 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-07-17T08:06:47.4209136Z 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-07-17T08:06:47.4215610Z 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-07-17T08:06:47.4221668Z 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-07-17T08:06:47.4229173Z 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-07-17T08:06:47.4237153Z 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-07-17T08:06:47.4246129Z 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-07-17T08:06:47.4254299Z 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-07-17T08:06:47.4263391Z 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-07-17T08:06:47.4271125Z 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-07-17T08:06:47.4279376Z 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-07-17T08:06:47.4288740Z 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-07-17T08:06:47.4296536Z 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-07-17T08:06:47.4305653Z 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-07-17T08:06:47.4313784Z 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-07-17T08:06:47.4322521Z 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-07-17T08:06:47.4330821Z 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-07-17T08:06:47.4336961Z 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-07-17T08:06:47.4344416Z 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-07-17T08:06:47.4350686Z 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-07-17T08:06:47.4356564Z 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-07-17T08:06:47.4367583Z 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-07-17T08:06:47.4373900Z 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-07-17T08:06:47.4380332Z 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-07-17T08:06:47.4387190Z 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-07-17T08:06:47.4393070Z 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-07-17T08:06:47.4399441Z 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-07-17T08:06:47.4405767Z 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-07-17T08:06:47.4412095Z 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-07-17T08:06:47.4418464Z 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-07-17T08:06:47.4425147Z 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-07-17T08:06:47.4431837Z 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-07-17T08:06:47.4438181Z 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-07-17T08:06:47.4444203Z 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-07-17T08:06:47.4450666Z 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-07-17T08:06:47.4457336Z 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-07-17T08:06:47.4463544Z 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-07-17T08:06:47.4470407Z 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-07-17T08:06:47.4476908Z 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-07-17T08:06:47.4483748Z 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-07-17T08:06:47.4490318Z 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-07-17T08:06:47.4496519Z 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-07-17T08:06:47.4502668Z 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-07-17T08:06:47.4508872Z 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-07-17T08:06:47.4515325Z 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-07-17T08:06:47.4521911Z 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-07-17T08:06:47.4528218Z 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-07-17T08:06:47.4534857Z 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-07-17T08:06:47.4542875Z 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-07-17T08:06:47.4550860Z 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-07-17T08:06:47.4557220Z 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-07-17T08:06:47.4594159Z 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-07-17T08:06:47.4600547Z 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-07-17T08:06:47.4606878Z 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-07-17T08:06:47.4612886Z 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-07-17T08:06:47.4619240Z 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-07-17T08:06:47.4629875Z 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-07-17T08:06:47.4635828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.4642074Z 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-07-17T08:06:47.4648027Z 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-07-17T08:06:47.4653776Z 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-07-17T08:06:47.4660034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.4665704Z 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-07-17T08:06:47.4672046Z 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-07-17T08:06:47.4677603Z 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-07-17T08:06:47.4683484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.4689588Z 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-07-17T08:06:47.4695678Z 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-07-17T08:06:47.4701943Z 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-07-17T08:06:47.4707498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.4713622Z 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-07-17T08:06:47.4720061Z 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-07-17T08:06:47.4726599Z 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-07-17T08:06:47.4732986Z 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-07-17T08:06:47.4739270Z 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-07-17T08:06:47.4745350Z 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-07-17T08:06:47.4751422Z 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-07-17T08:06:47.4763309Z 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-07-17T08:06:47.4769328Z 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-07-17T08:06:47.4787197Z 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-07-17T08:06:47.4793172Z 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-07-17T08:06:47.4799429Z 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-07-17T08:06:47.4806164Z 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-07-17T08:06:47.4812501Z 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-07-17T08:06:47.4818774Z 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-07-17T08:06:47.4825059Z 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-07-17T08:06:47.4831563Z 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-07-17T08:06:47.4837685Z 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-07-17T08:06:47.4843700Z 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-07-17T08:06:47.4850297Z 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-07-17T08:06:47.4857503Z 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-07-17T08:06:47.4867033Z 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-07-17T08:06:47.4873099Z 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-07-17T08:06:47.4880872Z 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-07-17T08:06:47.4886542Z 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-07-17T08:06:47.4892368Z 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-07-17T08:06:47.4898565Z 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-07-17T08:06:47.4904821Z 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-07-17T08:06:47.4911142Z 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-07-17T08:06:47.4917375Z 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-07-17T08:06:47.4923446Z 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-07-17T08:06:47.4929457Z 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-07-17T08:06:47.4935499Z 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-07-17T08:06:47.4941996Z 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-07-17T08:06:47.4948257Z 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-07-17T08:06:47.4954653Z 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-07-17T08:06:47.4960893Z 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-07-17T08:06:47.4967045Z 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-07-17T08:06:47.4973101Z 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-07-17T08:06:47.4997929Z 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-07-17T08:06:47.5007913Z 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-07-17T08:06:47.5015935Z 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-07-17T08:06:47.5024019Z 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-07-17T08:06:47.5032110Z 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-07-17T08:06:47.5038610Z 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-07-17T08:06:47.5044765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5053402Z 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-07-17T08:06:47.5059641Z 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-07-17T08:06:47.5065472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5076027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5083924Z 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-07-17T08:06:47.5091749Z 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-07-17T08:06:47.5097759Z 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-07-17T08:06:47.5103842Z 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-07-17T08:06:47.5110118Z 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-07-17T08:06:47.5116560Z 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-07-17T08:06:47.5123946Z 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-07-17T08:06:47.5130206Z 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-07-17T08:06:47.5138018Z 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-07-17T08:06:47.5144506Z 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-07-17T08:06:47.5151012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5156831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5164500Z 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-07-17T08:06:47.5178529Z 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-07-17T08:06:47.5184525Z 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-07-17T08:06:47.5191156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5197883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5204306Z 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-07-17T08:06:47.5210084Z 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-07-17T08:06:47.5216323Z 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-07-17T08:06:47.5222380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5229285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5236095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5242617Z 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-07-17T08:06:47.5248697Z 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-07-17T08:06:47.5254756Z 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-07-17T08:06:47.5261076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5267740Z 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-07-17T08:06:47.5274457Z 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-07-17T08:06:47.5280378Z 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-07-17T08:06:47.5286700Z 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-07-17T08:06:47.5293464Z 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-07-17T08:06:47.5300082Z 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-07-17T08:06:47.5306530Z 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-07-17T08:06:47.5317264Z 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-07-17T08:06:47.5324026Z 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-07-17T08:06:47.5330662Z 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-07-17T08:06:47.5337140Z 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-07-17T08:06:47.5343234Z 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-07-17T08:06:47.5349824Z 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-07-17T08:06:47.5355967Z 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-07-17T08:06:47.5366667Z 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-07-17T08:06:47.5372931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.5380153Z 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-07-17T08:06:47.5387182Z 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-07-17T08:06:47.5394442Z 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-07-17T08:06:47.5401275Z 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-07-17T08:06:47.5407717Z 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-07-17T08:06:47.5414561Z 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-07-17T08:06:47.5420931Z 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-07-17T08:06:47.5427237Z 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-07-17T08:06:47.5434121Z 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-07-17T08:06:47.5441203Z 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-07-17T08:06:47.5447262Z 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-07-17T08:06:47.5453287Z 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-07-17T08:06:47.5660862Z 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-07-17T08:06:47.5666925Z 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-07-17T08:06:47.5673331Z 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-07-17T08:06:47.5679264Z 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-07-17T08:06:47.5685493Z 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-07-17T08:06:47.5691447Z 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-07-17T08:06:47.5701231Z 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-07-17T08:06:47.5707266Z 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-07-17T08:06:47.5713686Z 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-07-17T08:06:47.5719946Z 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-07-17T08:06:47.5726519Z 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-07-17T08:06:47.5732679Z 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-07-17T08:06:47.5738614Z 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-07-17T08:06:47.5746349Z 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-07-17T08:06:47.5757525Z 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-07-17T08:06:47.5763191Z 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-07-17T08:06:47.5770416Z 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-07-17T08:06:47.5776090Z 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-07-17T08:06:47.5782397Z 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-07-17T08:06:47.5788302Z 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-07-17T08:06:47.5794499Z 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-07-17T08:06:47.5811394Z 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-07-17T08:06:47.5819418Z 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-07-17T08:06:47.5827550Z 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-07-17T08:06:47.5836717Z 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-07-17T08:06:47.5844346Z 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-07-17T08:06:47.5853630Z 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-07-17T08:06:47.5863402Z 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-07-17T08:06:47.5898529Z 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-07-17T08:06:47.5905090Z 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-07-17T08:06:47.5911715Z 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-07-17T08:06:47.5918635Z 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-07-17T08:06:47.5924979Z 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-07-17T08:06:47.5931842Z 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-07-17T08:06:47.5938581Z 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-07-17T08:06:47.5944981Z 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-07-17T08:06:47.5951643Z 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-07-17T08:06:47.5958096Z 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-07-17T08:06:47.5964897Z 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-07-17T08:06:47.5971604Z 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-07-17T08:06:47.5978109Z 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-07-17T08:06:47.5984446Z 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-07-17T08:06:47.5990978Z 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-07-17T08:06:47.5997438Z 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-07-17T08:06:47.6004464Z 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-07-17T08:06:47.6011326Z 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-07-17T08:06:47.6017618Z 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-07-17T08:06:47.6024288Z 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-07-17T08:06:47.6030850Z 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-07-17T08:06:47.6037351Z 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-07-17T08:06:47.6043866Z 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-07-17T08:06:47.6050881Z 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-07-17T08:06:47.6057244Z 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-07-17T08:06:47.6063481Z 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-07-17T08:06:47.6070236Z 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-07-17T08:06:47.6076671Z 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-07-17T08:06:47.6083171Z 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-07-17T08:06:47.6090716Z 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-07-17T08:06:47.6096778Z 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-07-17T08:06:47.6103207Z 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-07-17T08:06:47.6109863Z 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-07-17T08:06:47.6116963Z 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-07-17T08:06:47.6123336Z 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-07-17T08:06:47.6130325Z 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-07-17T08:06:47.6136739Z 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-07-17T08:06:47.6143133Z 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-07-17T08:06:47.6149457Z 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-07-17T08:06:47.6155978Z 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-07-17T08:06:47.6162615Z 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-07-17T08:06:47.6169133Z 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-07-17T08:06:47.6181005Z 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-07-17T08:06:47.6187399Z 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-07-17T08:06:47.6193727Z 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-07-17T08:06:47.6199967Z 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-07-17T08:06:47.6206464Z 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-07-17T08:06:47.6212501Z 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-07-17T08:06:47.6223718Z 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-07-17T08:06:47.6234174Z 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-07-17T08:06:47.6240414Z 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-07-17T08:06:47.6246670Z 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-07-17T08:06:47.6252833Z 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-07-17T08:06:47.6259220Z 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-07-17T08:06:47.6265755Z 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-07-17T08:06:47.6272078Z 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-07-17T08:06:47.6278494Z 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-07-17T08:06:47.6284956Z 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-07-17T08:06:47.6291298Z 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-07-17T08:06:47.6297979Z 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-07-17T08:06:47.6304766Z 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-07-17T08:06:47.6311788Z 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-07-17T08:06:47.6318947Z 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-07-17T08:06:47.6325709Z 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-07-17T08:06:47.6333399Z 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-07-17T08:06:47.6339930Z 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-07-17T08:06:47.6346819Z 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-07-17T08:06:47.6353197Z 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-07-17T08:06:47.6359477Z 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-07-17T08:06:47.6366031Z 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-07-17T08:06:47.6372650Z 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-07-17T08:06:47.6380144Z 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-07-17T08:06:47.6386435Z 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-07-17T08:06:47.6392843Z 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-07-17T08:06:47.6399897Z 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-07-17T08:06:47.6406271Z 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-07-17T08:06:47.6412497Z 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-07-17T08:06:47.6418974Z 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-07-17T08:06:47.6425564Z 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-07-17T08:06:47.6432089Z 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-07-17T08:06:47.6438562Z 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-07-17T08:06:47.6445211Z 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-07-17T08:06:47.6451794Z 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-07-17T08:06:47.6458187Z 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-07-17T08:06:47.6464358Z 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-07-17T08:06:47.6470785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6476920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6484126Z 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-07-17T08:06:47.6490242Z 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-07-17T08:06:47.6496555Z 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-07-17T08:06:47.6502787Z 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-07-17T08:06:47.6508660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6526562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6532491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6538752Z 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-07-17T08:06:47.6544577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6550410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6556409Z 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-07-17T08:06:47.6562891Z 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-07-17T08:06:47.6569090Z 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-07-17T08:06:47.6575106Z 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-07-17T08:06:47.6581817Z 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-07-17T08:06:47.6587863Z 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-07-17T08:06:47.6594399Z 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-07-17T08:06:47.6634401Z 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-07-17T08:06:47.6640912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6647238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6653606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_with_scales_and_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6659668Z 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-07-17T08:06:47.6665966Z 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-07-17T08:06:47.6672012Z 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-07-17T08:06:47.6678026Z 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-07-17T08:06:47.6683843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2025-07-17T08:06:47.6690122Z 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-07-17T08:06:47.6696290Z 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-07-17T08:06:47.6703115Z 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-07-17T08:06:47.6708917Z 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-07-17T08:06:47.6715699Z 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-07-17T08:06:47.6721669Z 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-07-17T08:06:47.6728521Z 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-07-17T08:06:47.6735215Z 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-07-17T08:06:47.6741680Z 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-07-17T08:06:47.6748515Z 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-07-17T08:06:47.6754823Z 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-07-17T08:06:47.6760950Z 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-07-17T08:06:47.6767983Z 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-07-17T08:06:47.6774553Z 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-07-17T08:06:47.6782434Z 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-07-17T08:06:47.6788325Z 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-07-17T08:06:47.6794576Z 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-07-17T08:06:47.6801350Z 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-07-17T08:06:47.6807424Z 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-07-17T08:06:47.6813644Z 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-07-17T08:06:47.6819965Z 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-07-17T08:06:47.6826127Z 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-07-17T08:06:47.6832300Z 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-07-17T08:06:47.6839997Z 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-07-17T08:06:47.6846390Z 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-07-17T08:06:47.6852514Z 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-07-17T08:06:47.6858643Z 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-07-17T08:06:47.6873013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6878691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6885674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6891757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6897495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6903281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6908950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6914597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6920299Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2025-07-17T08:06:47.6924007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-07-17T08:06:47.6929694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2025-07-17T08:06:47.6935602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6942289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6968630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6982662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ROCmFABackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6988513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6994400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.6999760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7005799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7011143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SDPBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7016691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7026284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7031744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7037459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7043508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7049487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7054568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7060228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7065683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7071565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7077085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7083387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7090024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7095793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7101604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7107354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7113228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7118915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7124628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7131216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7136605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7153217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7159004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7164550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7169921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7175353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7196596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7202286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2025-07-17T08:06:47.7208375Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2025-07-17T08:06:47.7211695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7224083Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2025-07-17T08:06:47.7227618Z 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-07-17T08:06:47.7233477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7238638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7253401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7258837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7264569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2025-07-17T08:06:47.7276650Z creating build\bdist.win-amd64\wheel\torch\include\c10 2025-07-17T08:06:47.7280434Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2025-07-17T08:06:47.7283741Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7289160Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7294764Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7300060Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7315195Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7321065Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7326631Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7332560Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7338358Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7344385Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7353515Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7359328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7364938Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7370387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7376258Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7382088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7388013Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7395101Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7401633Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7407322Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7422627Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7428332Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7434659Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2025-07-17T08:06:47.7438068Z 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-07-17T08:06:47.7444412Z 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-07-17T08:06:47.7450212Z 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-07-17T08:06:47.7456383Z 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-07-17T08:06:47.7472207Z 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-07-17T08:06:47.7478178Z 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-07-17T08:06:47.7483883Z 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-07-17T08:06:47.7489598Z 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-07-17T08:06:47.7495257Z 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-07-17T08:06:47.7501334Z 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-07-17T08:06:47.7507297Z 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-07-17T08:06:47.7513586Z 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-07-17T08:06:47.7519628Z 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-07-17T08:06:47.7544116Z 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-07-17T08:06:47.7550803Z 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-07-17T08:06:47.7555713Z 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-07-17T08:06:47.7561234Z 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-07-17T08:06:47.7567542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7573100Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7578968Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7584685Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7590232Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7595817Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7601378Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7606995Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7612626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7618323Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7633252Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7639731Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7645328Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7651029Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7657011Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7662759Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7668877Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7674721Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7680164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7685842Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7691519Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7697377Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7712273Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7719436Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7725775Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7731385Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7736839Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2025-07-17T08:06:47.7742709Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2025-07-17T08:06:47.7745930Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7751735Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7757671Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7763652Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7779109Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7784819Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7790474Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7796472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7801865Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7807316Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7812804Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7818424Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7823883Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7829668Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2025-07-17T08:06:47.7836501Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2025-07-17T08:06:47.7839804Z 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-07-17T08:06:47.7845646Z 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-07-17T08:06:47.7851190Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2025-07-17T08:06:47.7854614Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-07-17T08:06:47.7860061Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-07-17T08:06:47.7865391Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2025-07-17T08:06:47.7871267Z creating build\bdist.win-amd64\wheel\torch\include\c10\metal 2025-07-17T08:06:47.7874509Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\atomic.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7880256Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7885724Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\expm1f.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7891115Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\indexing.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7897196Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\random.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7902941Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\reduction_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7918225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\special_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7924938Z copying build\lib.win-amd64-cpython-39\torch\include\c10\metal\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\metal 2025-07-17T08:06:47.7930665Z creating build\bdist.win-amd64\wheel\torch\include\c10\mobile 2025-07-17T08:06:47.7934210Z copying build\lib.win-amd64-cpython-39\torch\include\c10\mobile\CPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\mobile 2025-07-17T08:06:47.7940030Z copying build\lib.win-amd64-cpython-39\torch\include\c10\mobile\CPUProfilingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\mobile 2025-07-17T08:06:47.7946202Z creating build\bdist.win-amd64\wheel\torch\include\c10\test 2025-07-17T08:06:47.7949873Z creating build\bdist.win-amd64\wheel\torch\include\c10\test\util 2025-07-17T08:06:47.7953198Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\complex_math_test_common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-07-17T08:06:47.7959818Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\complex_test_common.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-07-17T08:06:47.7966222Z copying build\lib.win-amd64-cpython-39\torch\include\c10\test\util\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\test\util 2025-07-17T08:06:47.7973038Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2025-07-17T08:06:47.7976432Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.7982139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.7988056Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.7993769Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8008825Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8014185Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8019768Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8025752Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8031493Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8036863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8049739Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8055229Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8060583Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8066348Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8072254Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8077697Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8083419Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8089025Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8094834Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8100584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8106174Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8112013Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8117614Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8122746Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8235176Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Enumerate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8240744Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8246234Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\error.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8251766Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8258638Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8264409Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8270731Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8276618Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8282327Z 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-07-17T08:06:47.8288898Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float4_e2m1fn_x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8294622Z 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-07-17T08:06:47.8316383Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8322378Z 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-07-17T08:06:47.8328092Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8333997Z 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-07-17T08:06:47.8340037Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8345892Z 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-07-17T08:06:47.8351842Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8357431Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8363257Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e8m0fnu.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8378528Z 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-07-17T08:06:47.8384183Z 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-07-17T08:06:47.8389940Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8395996Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8401756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8407356Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8412713Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8418810Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8424405Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8430183Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8469279Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IntrusiveList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8475056Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8481498Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8492161Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8498062Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8503854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8509731Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8514954Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8520555Z 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-07-17T08:06:47.8526149Z 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-07-17T08:06:47.8531979Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8537428Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8543610Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8549177Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8574732Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8580450Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8586028Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8591831Z 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-07-17T08:06:47.8598796Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overflows.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8604240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8609810Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8615529Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8620888Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8626035Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8631429Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8636542Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8651435Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8656926Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8662487Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8668414Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8674187Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Semaphore.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8680487Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8686239Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8692115Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8698466Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8704568Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8710151Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8716218Z 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-07-17T08:06:47.8731830Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8741721Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8747726Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8753341Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8759528Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8776237Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8777397Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8778301Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8782264Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8787714Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8793324Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8799010Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8804298Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8810484Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8816569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8822391Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8827959Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8833986Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8839225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8844899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8850525Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8856782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8862668Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2025-07-17T08:06:47.8878476Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2025-07-17T08:06:47.8891436Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2025-07-17T08:06:47.8894949Z 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-07-17T08:06:47.8900707Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\test 2025-07-17T08:06:47.8903938Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\test\impl 2025-07-17T08:06:47.8907361Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\test\impl\XPUTest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\test\impl 2025-07-17T08:06:47.8913233Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8919061Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8924762Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8940189Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8945636Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8951283Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2025-07-17T08:06:47.8957976Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2025-07-17T08:06:47.8961596Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\core 2025-07-17T08:06:47.8965052Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\common.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-07-17T08:06:47.8970570Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\macros.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-07-17T08:06:47.8976537Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\core\timer.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\core 2025-07-17T08:06:47.8982572Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\perfkernels 2025-07-17T08:06:47.8986248Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\batch_box_cox_vec.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-07-17T08:06:47.8996697Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\common.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-07-17T08:06:47.9003306Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\perfkernels\embedding_lookup_idx.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\perfkernels 2025-07-17T08:06:47.9009564Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2025-07-17T08:06:47.9017267Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-07-17T08:06:47.9024041Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-07-17T08:06:47.9029805Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-07-17T08:06:47.9035563Z 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-07-17T08:06:47.9051202Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-07-17T08:06:47.9056885Z 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-07-17T08:06:47.9062062Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2025-07-17T08:06:47.9068168Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\utils 2025-07-17T08:06:47.9071597Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\fixed_divisor.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-07-17T08:06:47.9077342Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\proto_wrap.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-07-17T08:06:47.9082919Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils 2025-07-17T08:06:47.9088905Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9102139Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\pthreadpool-cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9107896Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9113675Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\ThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9129931Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\ThreadPoolCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9135623Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\thread_pool_guard.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9141299Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\utils\threadpool\WorkersPool.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\utils\threadpool 2025-07-17T08:06:47.9146830Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9162894Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9168183Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9173672Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9178915Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9184478Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9189868Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9195397Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9201003Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9206667Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9212568Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9218177Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9223653Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool_iface.hpp -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9229305Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9235231Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9240895Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9246884Z creating build\bdist.win-amd64\wheel\torch\include\fbgemm 2025-07-17T08:06:47.9250181Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9259057Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\Fbgemm.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9265315Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmBuild.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9271154Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmConvert.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9285658Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmEmbedding.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9291847Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmFP16.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9298008Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmFP32.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9303764Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmFPCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9309798Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmI64.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9315489Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmI8DepthwiseAvx2.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9321974Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmI8DirectconvAvx2.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9327732Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmI8Spmdm.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9333608Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmPackMatrixB.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9339173Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FbgemmSparse.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9345006Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\FloatConversion.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9350915Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\OutputProcessing-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9356619Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\PackingTraits-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9367114Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\QuantUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9373367Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\QuantUtilsAvx2.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9388954Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\QuantUtilsAvx512.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9395054Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\QuantUtilsNeon.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9400713Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\SimdUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9406458Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\spmmUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9412035Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\spmmUtilsAvx2.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9417693Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9423075Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9428861Z copying build\lib.win-amd64-cpython-39\torch\include\fbgemm\UtilsAvx2.h -> build\bdist.win-amd64\wheel\.\torch\include\fbgemm 2025-07-17T08:06:47.9435411Z creating build\bdist.win-amd64\wheel\torch\include\fmt 2025-07-17T08:06:47.9438829Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\args.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9444365Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\base.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9451429Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9458012Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\color.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9464553Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\compile.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9470887Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\core.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9476552Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\format-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9493411Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\format.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9501127Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\os.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9507026Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\ostream.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9513084Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\printf.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9519150Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\ranges.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9525402Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\std.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9531266Z copying build\lib.win-amd64-cpython-39\torch\include\fmt\xchar.h -> build\bdist.win-amd64\wheel\.\torch\include\fmt 2025-07-17T08:06:47.9537276Z creating build\bdist.win-amd64\wheel\torch\include\fp16 2025-07-17T08:06:47.9540859Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\bitcasts.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-07-17T08:06:47.9546353Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-07-17T08:06:47.9552308Z copying build\lib.win-amd64-cpython-39\torch\include\fp16\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include\fp16 2025-07-17T08:06:47.9557718Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9562995Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:47.9578354Z creating build\bdist.win-amd64\wheel\torch\include\google 2025-07-17T08:06:47.9582071Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf 2025-07-17T08:06:47.9585602Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\any.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9591199Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\any.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9596999Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\api.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9603277Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arena.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9609405Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arenastring.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9631687Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\arena_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9637279Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9640722Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\code_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9647181Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\command_line_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9653054Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\cpp 2025-07-17T08:06:47.9656350Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\cpp\cpp_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\cpp 2025-07-17T08:06:47.9662370Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:47.9665953Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp\csharp_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:47.9671430Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\csharp\csharp_names.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\csharp 2025-07-17T08:06:47.9677133Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\importer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9693364Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:47.9696658Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java\java_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:47.9702126Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\java\java_names.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\java 2025-07-17T08:06:47.9708078Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:47.9711295Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js\js_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:47.9717170Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\js\well_known_types_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\js 2025-07-17T08:06:47.9722894Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:47.9726750Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec\objectivec_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:47.9736930Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\objectivec\objectivec_helpers.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\objectivec 2025-07-17T08:06:47.9742586Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\parser.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9748626Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\php 2025-07-17T08:06:47.9752138Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\php\php_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\php 2025-07-17T08:06:47.9757853Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\plugin.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9763700Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\plugin.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler 2025-07-17T08:06:47.9784433Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\python 2025-07-17T08:06:47.9787941Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\python\python_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\python 2025-07-17T08:06:47.9793629Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\compiler\ruby 2025-07-17T08:06:47.9797152Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\compiler\ruby\ruby_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\compiler\ruby 2025-07-17T08:06:47.9803312Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9810178Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9820972Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\descriptor_database.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9826910Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\duration.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9832522Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\dynamic_message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9838379Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\empty.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9843945Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\extension_set.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9850521Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\extension_set_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9856366Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\field_mask.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9862360Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_enum_reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9868137Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_enum_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9874040Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9879695Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_table_driven.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9894970Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\generated_message_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9900496Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\has_bits.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9906232Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\implicit_weak_message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9912161Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\inlined_string_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9917727Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\io 2025-07-17T08:06:47.9921037Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\coded_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9927788Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\gzip_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9933203Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\io_win32.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9938584Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\printer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9944528Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\strtod.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9959606Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\tokenizer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9965803Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9972970Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9980373Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\io\zero_copy_stream_impl_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\io 2025-07-17T08:06:47.9987630Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:47.9995712Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0001955Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_entry_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0009371Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0016892Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0022532Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_field_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0346265Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\map_type_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0352518Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\message.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0359122Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\message_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0365089Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0371377Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\metadata_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0376912Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\parse_context.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0384037Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\port.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0388522Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\reflection.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0394647Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\reflection_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0400211Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\repeated_field.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0407263Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\service.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0412715Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\source_context.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0524474Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\struct.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.0533276Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0535156Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\bytestream.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0541119Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\callback.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0571237Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\casts.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0576728Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\common.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0582539Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\fastmem.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0587809Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0635021Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\logging.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.0640673Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\macros.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1954183Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\map_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1960333Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\mutex.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1965735Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\once.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1971274Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\platform_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1976943Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\port.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1983090Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\status.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1988525Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\stl_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.1994941Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\stringpiece.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.2000900Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\strutil.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.2007863Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\stubs\template_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\stubs 2025-07-17T08:06:48.2013162Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\text_format.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2019401Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\timestamp.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2024979Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\type.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2032083Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\unknown_field_set.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2038651Z creating build\bdist.win-amd64\wheel\torch\include\google\protobuf\util 2025-07-17T08:06:48.2042221Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\delimited_message_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2047829Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\field_comparator.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2053248Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\field_mask_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2064128Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\json_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2069967Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\message_differencer.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2075941Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\time_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2081586Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\type_resolver.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2091296Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\util\type_resolver_util.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf\util 2025-07-17T08:06:48.2096965Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wire_format.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2102999Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wire_format_lite.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2109798Z copying build\lib.win-amd64-cpython-39\torch\include\google\protobuf\wrappers.pb.h -> build\bdist.win-amd64\wheel\.\torch\include\google\protobuf 2025-07-17T08:06:48.2128099Z copying build\lib.win-amd64-cpython-39\torch\include\ittnotify-zca.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2133892Z copying build\lib.win-amd64-cpython-39\torch\include\ittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2141612Z copying build\lib.win-amd64-cpython-39\torch\include\jitprofiling.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2147924Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2025-07-17T08:06:48.2151379Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2156939Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2162595Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2179174Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2184639Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2190622Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2200421Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2206250Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2211621Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2217039Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2222499Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2227930Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2233226Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2238707Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2244309Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2249670Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2025-07-17T08:06:48.2255405Z creating build\bdist.win-amd64\wheel\torch\include\legacy 2025-07-17T08:06:48.2258671Z copying build\lib.win-amd64-cpython-39\torch\include\legacy\ittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include\legacy 2025-07-17T08:06:48.2264874Z copying build\lib.win-amd64-cpython-39\torch\include\libittnotify.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2270291Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2275874Z creating build\bdist.win-amd64\wheel\torch\include\mimalloc-2.2 2025-07-17T08:06:48.2279316Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-new-delete.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-07-17T08:06:48.2285080Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-override.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-07-17T08:06:48.2290615Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc-stats.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-07-17T08:06:48.2308238Z copying build\lib.win-amd64-cpython-39\torch\include\mimalloc-2.2\mimalloc.h -> build\bdist.win-amd64\wheel\.\torch\include\mimalloc-2.2 2025-07-17T08:06:48.2314643Z creating build\bdist.win-amd64\wheel\torch\include\oneapi 2025-07-17T08:06:48.2318418Z creating build\bdist.win-amd64\wheel\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2321703Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2329296Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2340928Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2346511Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2352429Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_common_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2369597Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2375219Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2381150Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2387512Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2394276Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2399970Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2405603Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2411142Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2416967Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_graph_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2422933Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2428442Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2434603Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ocl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2440571Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2446252Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2452195Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2457745Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2475011Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2480700Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_threadpool_iface.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2490003Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2497428Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2503545Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel.hpp -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2510079Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_ukernel_types.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2515837Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2521548Z copying build\lib.win-amd64-cpython-39\torch\include\oneapi\dnnl\dnnl_version_hash.h -> build\bdist.win-amd64\wheel\.\torch\include\oneapi\dnnl 2025-07-17T08:06:48.2527354Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2533559Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2540865Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2025-07-17T08:06:48.2544364Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2550352Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2555771Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2562780Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2567982Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2573018Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2594800Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2025-07-17T08:06:48.2598136Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2603845Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2609930Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2615385Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2620711Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2637250Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2643073Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2649411Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2025-07-17T08:06:48.2654770Z 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-07-17T08:06:48.2661099Z 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-07-17T08:06:48.2666863Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2025-07-17T08:06:48.2670080Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-07-17T08:06:48.2675073Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-07-17T08:06:48.2685482Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2025-07-17T08:06:48.2691496Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2696616Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2702083Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2707610Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2713204Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2718586Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2724043Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2729301Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2735775Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2741266Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2746683Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2753806Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2760738Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\stl 2025-07-17T08:06:48.2763980Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl\filesystem.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\stl 2025-07-17T08:06:48.2769608Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2775053Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2781046Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2786981Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2025-07-17T08:06:48.2792702Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:48.2801515Z creating build\bdist.win-amd64\wheel\torch\include\torch 2025-07-17T08:06:48.2817031Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2025-07-17T08:06:48.2820463Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2025-07-17T08:06:48.2823738Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2025-07-17T08:06:48.2827325Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2025-07-17T08:06:48.2830700Z 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-07-17T08:06:48.2835958Z 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-07-17T08:06:48.2841557Z 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-07-17T08:06:48.2846928Z 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-07-17T08:06:48.2852700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2025-07-17T08:06:48.2856348Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2025-07-17T08:06:48.2859883Z 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-07-17T08:06:48.2865572Z 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-07-17T08:06:48.2871218Z 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-07-17T08:06:48.2876821Z 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-07-17T08:06:48.2882464Z 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-07-17T08:06:48.2888510Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2025-07-17T08:06:48.2903364Z 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-07-17T08:06:48.2909426Z 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-07-17T08:06:48.2915618Z 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-07-17T08:06:48.2921391Z 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-07-17T08:06:48.2927290Z 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-07-17T08:06:48.2932732Z 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-07-17T08:06:48.2938246Z 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-07-17T08:06:48.2954798Z 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-07-17T08:06:48.2960559Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2025-07-17T08:06:48.2964211Z 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-07-17T08:06:48.2969916Z 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-07-17T08:06:48.2975571Z 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-07-17T08:06:48.2981107Z 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-07-17T08:06:48.2987057Z 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-07-17T08:06:48.2993030Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2025-07-17T08:06:48.2996604Z 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-07-17T08:06:48.3002784Z 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-07-17T08:06:48.3008330Z 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-07-17T08:06:48.3014073Z 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-07-17T08:06:48.3019559Z 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-07-17T08:06:48.3036123Z 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-07-17T08:06:48.3041656Z 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-07-17T08:06:48.3047213Z 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-07-17T08:06:48.3053022Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2025-07-17T08:06:48.3056573Z 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-07-17T08:06:48.3062236Z 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-07-17T08:06:48.3067928Z 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-07-17T08:06:48.3073652Z 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-07-17T08:06:48.3079160Z 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-07-17T08:06:48.3084802Z 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-07-17T08:06:48.3090277Z 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-07-17T08:06:48.3095883Z 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-07-17T08:06:48.3104183Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2025-07-17T08:06:48.3107768Z 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-07-17T08:06:48.3115633Z 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-07-17T08:06:48.3123039Z 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-07-17T08:06:48.3140676Z 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-07-17T08:06:48.3145916Z 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-07-17T08:06:48.3151535Z 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-07-17T08:06:48.3156843Z 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-07-17T08:06:48.3162332Z 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-07-17T08:06:48.3167878Z 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-07-17T08:06:48.3173365Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2025-07-17T08:06:48.3176834Z 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-07-17T08:06:48.3182619Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2025-07-17T08:06:48.3186116Z 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-07-17T08:06:48.3192967Z 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-07-17T08:06:48.3198466Z 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-07-17T08:06:48.3203905Z 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-07-17T08:06:48.3219945Z 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-07-17T08:06:48.3225670Z 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-07-17T08:06:48.3231377Z 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-07-17T08:06:48.3236966Z 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-07-17T08:06:48.3242761Z 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-07-17T08:06:48.3248290Z 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-07-17T08:06:48.3254407Z 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-07-17T08:06:48.3260256Z 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-07-17T08:06:48.3266625Z 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-07-17T08:06:48.3272352Z 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-07-17T08:06:48.3278906Z 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-07-17T08:06:48.3284595Z 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-07-17T08:06:48.3290223Z 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-07-17T08:06:48.3295917Z 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-07-17T08:06:48.3312478Z 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-07-17T08:06:48.3319291Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2025-07-17T08:06:48.3323023Z 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-07-17T08:06:48.3329425Z 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-07-17T08:06:48.3335249Z 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-07-17T08:06:48.3340611Z 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-07-17T08:06:48.3346485Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2025-07-17T08:06:48.3360937Z 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-07-17T08:06:48.3370968Z 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-07-17T08:06:48.3376476Z 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-07-17T08:06:48.3382211Z 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-07-17T08:06:48.3398106Z 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-07-17T08:06:48.3403848Z 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-07-17T08:06:48.3409714Z 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-07-17T08:06:48.3415521Z 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-07-17T08:06:48.3421769Z 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-07-17T08:06:48.3427420Z 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-07-17T08:06:48.3433215Z 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-07-17T08:06:48.3439196Z 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-07-17T08:06:48.3444670Z 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-07-17T08:06:48.3450246Z 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-07-17T08:06:48.3455911Z 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-07-17T08:06:48.3461461Z 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-07-17T08:06:48.3467334Z 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-07-17T08:06:48.3472960Z 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-07-17T08:06:48.3479380Z 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-07-17T08:06:48.3485334Z 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-07-17T08:06:48.3490883Z 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-07-17T08:06:48.3496617Z 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-07-17T08:06:48.3502603Z 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-07-17T08:06:48.3508269Z 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-07-17T08:06:48.3514176Z 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-07-17T08:06:48.3519994Z 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-07-17T08:06:48.3525756Z 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-07-17T08:06:48.3531157Z 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-07-17T08:06:48.3541441Z 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-07-17T08:06:48.3547014Z 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-07-17T08:06:48.3552901Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2025-07-17T08:06:48.3556280Z 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-07-17T08:06:48.3562149Z 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-07-17T08:06:48.3567527Z 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-07-17T08:06:48.3573092Z 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-07-17T08:06:48.3578442Z 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-07-17T08:06:48.3598601Z 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-07-17T08:06:48.3604664Z 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-07-17T08:06:48.3610141Z 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-07-17T08:06:48.3615630Z 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-07-17T08:06:48.3655680Z 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-07-17T08:06:48.3660911Z 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-07-17T08:06:48.3671408Z 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-07-17T08:06:48.3677010Z 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-07-17T08:06:48.3682503Z 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-07-17T08:06:48.3688235Z 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-07-17T08:06:48.3693989Z 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-07-17T08:06:48.3699496Z 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-07-17T08:06:48.3705071Z 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-07-17T08:06:48.3715523Z 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-07-17T08:06:48.3721084Z 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-07-17T08:06:48.3726787Z 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-07-17T08:06:48.3732329Z 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-07-17T08:06:48.3738076Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2025-07-17T08:06:48.3741578Z 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-07-17T08:06:48.3747501Z 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-07-17T08:06:48.3753273Z 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-07-17T08:06:48.3763224Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2025-07-17T08:06:48.3767877Z 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-07-17T08:06:48.3773568Z 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-07-17T08:06:48.3784453Z 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-07-17T08:06:48.3789638Z 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-07-17T08:06:48.3795213Z 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-07-17T08:06:48.3800716Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2025-07-17T08:06:48.3804185Z 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-07-17T08:06:48.3809657Z 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-07-17T08:06:48.3815259Z 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-07-17T08:06:48.3820895Z 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-07-17T08:06:48.3826749Z 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-07-17T08:06:48.3832422Z 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-07-17T08:06:48.3843757Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2025-07-17T08:06:48.3847482Z 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-07-17T08:06:48.3853737Z 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-07-17T08:06:48.3859302Z 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-07-17T08:06:48.3875017Z 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-07-17T08:06:48.3891077Z 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-07-17T08:06:48.3896666Z 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-07-17T08:06:48.3902178Z 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-07-17T08:06:48.3908503Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\python 2025-07-17T08:06:48.3912177Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch\python 2025-07-17T08:06:48.3917628Z 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-07-17T08:06:48.3923584Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2025-07-17T08:06:48.3927076Z 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-07-17T08:06:48.3932580Z 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-07-17T08:06:48.3938288Z 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-07-17T08:06:48.3943795Z 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-07-17T08:06:48.3962840Z 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-07-17T08:06:48.3974122Z 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-07-17T08:06:48.3978759Z 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-07-17T08:06:48.3985202Z 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-07-17T08:06:48.3990244Z 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-07-17T08:06:48.3999356Z 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-07-17T08:06:48.4005201Z 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-07-17T08:06:48.4010909Z 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-07-17T08:06:48.4022281Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2025-07-17T08:06:48.4026145Z 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-07-17T08:06:48.4031981Z 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-07-17T08:06:48.4037798Z 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-07-17T08:06:48.4043597Z 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-07-17T08:06:48.4060017Z 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-07-17T08:06:48.4066252Z 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-07-17T08:06:48.4076787Z 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-07-17T08:06:48.4082497Z 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-07-17T08:06:48.4087938Z 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-07-17T08:06:48.4094091Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2025-07-17T08:06:48.4097611Z 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-07-17T08:06:48.4103189Z 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-07-17T08:06:48.4108764Z 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-07-17T08:06:48.4114881Z 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-07-17T08:06:48.4135637Z 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-07-17T08:06:48.4140890Z 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-07-17T08:06:48.4146280Z 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-07-17T08:06:48.4152541Z 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-07-17T08:06:48.4158297Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2025-07-17T08:06:48.4161786Z 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-07-17T08:06:48.4172369Z 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-07-17T08:06:48.4177936Z 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-07-17T08:06:48.4195118Z 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-07-17T08:06:48.4200635Z 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-07-17T08:06:48.4207095Z 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-07-17T08:06:48.4213230Z 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-07-17T08:06:48.4218516Z 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-07-17T08:06:48.4224154Z 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-07-17T08:06:48.4229410Z 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-07-17T08:06:48.4235222Z 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-07-17T08:06:48.4240933Z 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-07-17T08:06:48.4246682Z 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-07-17T08:06:48.4252234Z 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-07-17T08:06:48.4257858Z 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-07-17T08:06:48.4273788Z 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-07-17T08:06:48.4279401Z 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-07-17T08:06:48.4284914Z 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-07-17T08:06:48.4290492Z 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-07-17T08:06:48.4296950Z 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-07-17T08:06:48.4302826Z 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-07-17T08:06:48.4308438Z 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-07-17T08:06:48.4314117Z 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-07-17T08:06:48.4319946Z 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-07-17T08:06:48.4336098Z 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-07-17T08:06:48.4341608Z 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-07-17T08:06:48.4347070Z 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-07-17T08:06:48.4352605Z 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-07-17T08:06:48.4358313Z 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-07-17T08:06:48.4364155Z 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-07-17T08:06:48.4369728Z 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-07-17T08:06:48.4375297Z 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-07-17T08:06:48.4380953Z 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-07-17T08:06:48.4396979Z 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-07-17T08:06:48.4402632Z 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-07-17T08:06:48.4408304Z 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-07-17T08:06:48.4413994Z 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-07-17T08:06:48.4419432Z 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-07-17T08:06:48.4424991Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2025-07-17T08:06:48.4428468Z 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-07-17T08:06:48.4434011Z 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-07-17T08:06:48.4439515Z 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-07-17T08:06:48.4445445Z 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-07-17T08:06:48.4464419Z 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-07-17T08:06:48.4469730Z 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-07-17T08:06:48.4475626Z 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-07-17T08:06:48.4481987Z 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-07-17T08:06:48.4487798Z 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-07-17T08:06:48.4493512Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.4499239Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cpu 2025-07-17T08:06:48.4503093Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cpu 2025-07-17T08:06:48.4508897Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2025-07-17T08:06:48.4512513Z 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-07-17T08:06:48.4518215Z 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-07-17T08:06:48.4528933Z 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-07-17T08:06:48.4530708Z 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-07-17T08:06:48.4537402Z 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-07-17T08:06:48.4553499Z 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-07-17T08:06:48.4558860Z 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-07-17T08:06:48.4564065Z 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-07-17T08:06:48.4569541Z 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-07-17T08:06:48.4574858Z 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-07-17T08:06:48.4580289Z 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-07-17T08:06:48.4591137Z 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-07-17T08:06:48.4596133Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2025-07-17T08:06:48.4601521Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.4617236Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.4622388Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.4627743Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.4633262Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2025-07-17T08:06:48.4636735Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:48.4640135Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:48.4646078Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2025-07-17T08:06:48.4649497Z 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-07-17T08:06:48.4655149Z 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-07-17T08:06:48.4660685Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\engine 2025-07-17T08:06:48.4664121Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\engine\dist_engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd\engine 2025-07-17T08:06:48.4675235Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2025-07-17T08:06:48.4678800Z 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-07-17T08:06:48.4684452Z 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-07-17T08:06:48.4689804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\python_autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:48.4705373Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2025-07-17T08:06:48.4708985Z 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-07-17T08:06:48.4714753Z 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-07-17T08:06:48.4720398Z 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-07-17T08:06:48.4736234Z 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-07-17T08:06:48.4742022Z 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-07-17T08:06:48.4747574Z 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-07-17T08:06:48.4753249Z 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-07-17T08:06:48.4758848Z 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-07-17T08:06:48.4764425Z 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-07-17T08:06:48.4769938Z 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-07-17T08:06:48.4775157Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\autograd 2025-07-17T08:06:48.4781176Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:48.4785156Z 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-07-17T08:06:48.4790409Z 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-07-17T08:06:48.4795804Z 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-07-17T08:06:48.4801087Z 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-07-17T08:06:48.4807138Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:48.4811014Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives\ControlCollectives.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:48.4816589Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_collectives 2025-07-17T08:06:48.4822101Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:48.4835756Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane\Handlers.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:48.4841891Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\control_plane\WorkerServer.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\control_plane 2025-07-17T08:06:48.4847397Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:48.4851207Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda\StreamBlock.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:48.4856885Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\cuda\utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\cuda 2025-07-17T08:06:48.4862522Z 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-07-17T08:06:48.4867928Z 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-07-17T08:06:48.4873637Z 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-07-17T08:06:48.4879173Z 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-07-17T08:06:48.4884965Z 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-07-17T08:06:48.4890582Z 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-07-17T08:06:48.4896353Z 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-07-17T08:06:48.4902317Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\FlightRecorderDetail.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:48.4908445Z 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-07-17T08:06:48.4914308Z 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-07-17T08:06:48.4919931Z 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-07-17T08:06:48.4930481Z 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-07-17T08:06:48.4936103Z 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-07-17T08:06:48.4946004Z 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-07-17T08:06:48.4951656Z 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-07-17T08:06:48.4956970Z 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-07-17T08:06:48.4963527Z 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-07-17T08:06:48.4979331Z 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-07-17T08:06:48.4984865Z 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-07-17T08:06:48.4991291Z 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-07-17T08:06:48.4997838Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\ProcessGroupGlooDetail.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d 2025-07-17T08:06:48.5004216Z 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-07-17T08:06:48.5009991Z 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-07-17T08:06:48.5016810Z 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-07-17T08:06:48.5022944Z 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-07-17T08:06:48.5039131Z 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-07-17T08:06:48.5044772Z 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-07-17T08:06:48.5054786Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:48.5058249Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:48.5063575Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization_gpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:48.5068619Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\quantization\quantization_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\quantization 2025-07-17T08:06:48.5084082Z 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-07-17T08:06:48.5089268Z 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-07-17T08:06:48.5095113Z 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-07-17T08:06:48.5100555Z 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-07-17T08:06:48.5105883Z 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-07-17T08:06:48.5111432Z 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-07-17T08:06:48.5117027Z 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-07-17T08:06:48.5122660Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5126379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5132070Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5137625Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryTypes.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5153254Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\CUDASymmetricMemoryUtils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5158900Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\DMAConnectivity.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5164338Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\intra_node_comm.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5174719Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d\symm_mem\SymmetricMemory.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\c10d\symm_mem 2025-07-17T08:06:48.5180261Z 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-07-17T08:06:48.5195816Z 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-07-17T08:06:48.5201083Z 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-07-17T08:06:48.5206623Z 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-07-17T08:06:48.5212291Z 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-07-17T08:06:48.5217842Z 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-07-17T08:06:48.5223208Z 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-07-17T08:06:48.5228441Z 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-07-17T08:06:48.5234503Z 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-07-17T08:06:48.5239750Z 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-07-17T08:06:48.5245703Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2025-07-17T08:06:48.5249167Z 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-07-17T08:06:48.5254591Z 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-07-17T08:06:48.5260216Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\metrics 2025-07-17T08:06:48.5263740Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\metrics\RpcMetricsHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\metrics 2025-07-17T08:06:48.5269584Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:48.5273256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler\remote_profiler_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:48.5278981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\profiler\server_process_global_profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\profiler 2025-07-17T08:06:48.5284336Z 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-07-17T08:06:48.5299675Z 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-07-17T08:06:48.5305445Z 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-07-17T08:06:48.5311038Z 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-07-17T08:06:48.5316612Z 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-07-17T08:06:48.5322719Z 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-07-17T08:06:48.5328030Z 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-07-17T08:06:48.5333527Z 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-07-17T08:06:48.5339079Z 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-07-17T08:06:48.5344617Z 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-07-17T08:06:48.5349784Z 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-07-17T08:06:48.5389106Z 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-07-17T08:06:48.5394774Z 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-07-17T08:06:48.5400443Z 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-07-17T08:06:48.5411895Z 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-07-17T08:06:48.5417663Z 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-07-17T08:06:48.5423381Z 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-07-17T08:06:48.5433203Z 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-07-17T08:06:48.5439387Z 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-07-17T08:06:48.5445543Z 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-07-17T08:06:48.5451349Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:48.5455285Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing\faulty_tensorpipe_agent.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:48.5481047Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc\testing\testing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\distributed\rpc\testing 2025-07-17T08:06:48.5481653Z 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-07-17T08:06:48.5482193Z 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-07-17T08:06:48.5482775Z 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-07-17T08:06:48.5487002Z 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-07-17T08:06:48.5492958Z 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-07-17T08:06:48.5498594Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5507907Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5515327Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2025-07-17T08:06:48.5517394Z 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-07-17T08:06:48.5523121Z 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-07-17T08:06:48.5529399Z 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-07-17T08:06:48.5534761Z 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-07-17T08:06:48.5550763Z 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-07-17T08:06:48.5556838Z 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-07-17T08:06:48.5562549Z 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-07-17T08:06:48.5567909Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\eval_frame_cpp.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2025-07-17T08:06:48.5573472Z 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-07-17T08:06:48.5579158Z 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-07-17T08:06:48.5584822Z 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-07-17T08:06:48.5590157Z 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-07-17T08:06:48.5595549Z 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-07-17T08:06:48.5600657Z 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-07-17T08:06:48.5605853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5610887Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5616725Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\export 2025-07-17T08:06:48.5620660Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\example_upgraders.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-07-17T08:06:48.5626399Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\pt2_archive_constants.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-07-17T08:06:48.5631985Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-07-17T08:06:48.5637879Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\export\upgrader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\export 2025-07-17T08:06:48.5643356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5648849Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\functorch 2025-07-17T08:06:48.5652481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\functorch\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\functorch 2025-07-17T08:06:48.5658075Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\fx 2025-07-17T08:06:48.5661338Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\fx\node.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\fx 2025-07-17T08:06:48.5666633Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.5672819Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2025-07-17T08:06:48.5677631Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:48.5682526Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager\kernel_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:48.5689783Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_eager\kernel_meta_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_eager 2025-07-17T08:06:48.5698282Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5702010Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5710336Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5717179Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5723817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5730495Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5747032Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_include\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_include 2025-07-17T08:06:48.5752417Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2025-07-17T08:06:48.5756794Z 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-07-17T08:06:48.5762488Z 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-07-17T08:06:48.5767910Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2025-07-17T08:06:48.5781987Z 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-07-17T08:06:48.5788059Z 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-07-17T08:06:48.5793617Z 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-07-17T08:06:48.5809453Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner\model_container_runner_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runner 2025-07-17T08:06:48.5815043Z 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-07-17T08:06:48.5820633Z 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-07-17T08:06:48.5826158Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:48.5829629Z 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-07-17T08:06:48.5835506Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\constant_type.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:48.5841127Z 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-07-17T08:06:48.5856788Z 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-07-17T08:06:48.5875658Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\mini_array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:48.5881272Z 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-07-17T08:06:48.5886805Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime\model_base.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_runtime 2025-07-17T08:06:48.5893565Z 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-07-17T08:06:48.5909031Z 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-07-17T08:06:48.5914784Z 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-07-17T08:06:48.5920453Z 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-07-17T08:06:48.5926338Z 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-07-17T08:06:48.5932001Z 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-07-17T08:06:48.5937555Z 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-07-17T08:06:48.5943720Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2025-07-17T08:06:48.5946784Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:48.5950207Z 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-07-17T08:06:48.5956149Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:48.5961517Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c\shim_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\c 2025-07-17T08:06:48.5966700Z 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-07-17T08:06:48.5979133Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-07-17T08:06:48.5982527Z 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-07-17T08:06:48.5988576Z 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-07-17T08:06:48.5995163Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated\c_shim_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\aoti_torch\generated 2025-07-17T08:06:48.6011295Z 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-07-17T08:06:48.6016744Z 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-07-17T08:06:48.6025965Z 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-07-17T08:06:48.6041471Z 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-07-17T08:06:48.6047430Z 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-07-17T08:06:48.6053039Z 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-07-17T08:06:48.6058908Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\array_ref_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-07-17T08:06:48.6064402Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-07-17T08:06:48.6071543Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6075465Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\array_ref.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6081130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6086895Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6092218Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6097741Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:48.6111544Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:48.6117275Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:48.6121972Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:48.6127227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper\device_internal 2025-07-17T08:06:48.6132225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\mps.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6137306Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\cpp_wrapper\xpu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor\cpp_wrapper 2025-07-17T08:06:48.6142766Z 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-07-17T08:06:48.6148358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\static_cuda_launcher.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\inductor 2025-07-17T08:06:48.6153999Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\instruction_counter 2025-07-17T08:06:48.6157449Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\instruction_counter\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\instruction_counter 2025-07-17T08:06:48.6162559Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.6167779Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.6173432Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2025-07-17T08:06:48.6176834Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2025-07-17T08:06:48.6180159Z 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-07-17T08:06:48.6185698Z 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-07-17T08:06:48.6191109Z 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-07-17T08:06:48.6196636Z 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-07-17T08:06:48.6202379Z 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-07-17T08:06:48.6222136Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2025-07-17T08:06:48.6225517Z 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-07-17T08:06:48.6231329Z 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-07-17T08:06:48.6236733Z 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-07-17T08:06:48.6242176Z 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-07-17T08:06:48.6257850Z 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-07-17T08:06:48.6263326Z 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-07-17T08:06:48.6268849Z 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-07-17T08:06:48.6274527Z 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-07-17T08:06:48.6279855Z 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-07-17T08:06:48.6285322Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml 2025-07-17T08:06:48.6288732Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-07-17T08:06:48.6292123Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\cpp\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\cpp 2025-07-17T08:06:48.6297480Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6301011Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLCompiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6306504Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLExecutor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6316002Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLFeatureProvider.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6330826Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLModelWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6336820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\coreml\objc\PTMCoreMLTensorSpec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\coreml\objc 2025-07-17T08:06:48.6342761Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack 2025-07-17T08:06:48.6345993Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-07-17T08:06:48.6349590Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\compiler\xnn_compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\compiler 2025-07-17T08:06:48.6355750Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-07-17T08:06:48.6359251Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\executor\xnn_executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\executor 2025-07-17T08:06:48.6365896Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-07-17T08:06:48.6369153Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\serialization\serializer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack\serialization 2025-07-17T08:06:48.6374882Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends\xnnpack\xnnpack_graph_builder.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\backends\xnnpack 2025-07-17T08:06:48.6380713Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2025-07-17T08:06:48.6384334Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2025-07-17T08:06:48.6387954Z 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-07-17T08:06:48.6394453Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6397952Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\arg_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6403863Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\codegen.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6409491Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6415940Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:48.6418987Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:48.6432117Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\resource_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:48.6446383Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cpu\temp_file.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cpu 2025-07-17T08:06:48.6447311Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:48.6448256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:48.6454064Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\cuda\resource_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser\cuda 2025-07-17T08:06:48.6460199Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\executor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6465623Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6480809Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\fused_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6486620Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6492595Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\kernel_cache.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6514352Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\kernel_spec.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6515686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\partition_desc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6516883Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\tensor_desc.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6518133Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\fuser\tensor_info.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\fuser 2025-07-17T08:06:48.6523929Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6527869Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\decompose_silu.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6533407Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\defer_size_check.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6538714Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\graph_fuser.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6544165Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\graph_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6560176Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\guard_shape.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6565809Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\interface.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6571370Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6577078Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\layout_propagation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6582544Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\LlgaTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6588477Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\operator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6594245Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\onednn\prepare_binary.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\codegen\onednn 2025-07-17T08:06:48.6599996Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\cuda 2025-07-17T08:06:48.6603277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\cuda\cuda.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\cuda 2025-07-17T08:06:48.6609844Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2025-07-17T08:06:48.6613224Z 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-07-17T08:06:48.6618662Z 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-07-17T08:06:48.6623811Z 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-07-17T08:06:48.6638921Z 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-07-17T08:06:48.6644161Z 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-07-17T08:06:48.6649583Z 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-07-17T08:06:48.6655300Z 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-07-17T08:06:48.6660525Z 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-07-17T08:06:48.6666066Z 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-07-17T08:06:48.6671438Z 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-07-17T08:06:48.6676678Z 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-07-17T08:06:48.6683212Z 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-07-17T08:06:48.6688702Z 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-07-17T08:06:48.6694003Z 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-07-17T08:06:48.6699224Z 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-07-17T08:06:48.6704811Z 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-07-17T08:06:48.6710418Z 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-07-17T08:06:48.6715887Z 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-07-17T08:06:48.6721978Z 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-07-17T08:06:48.6727588Z 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-07-17T08:06:48.6743231Z 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-07-17T08:06:48.6749162Z 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-07-17T08:06:48.6755169Z 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-07-17T08:06:48.6760450Z 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-07-17T08:06:48.6766967Z 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-07-17T08:06:48.6772499Z 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-07-17T08:06:48.6778031Z 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-07-17T08:06:48.6784565Z 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-07-17T08:06:48.6791107Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2025-07-17T08:06:48.6794696Z 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-07-17T08:06:48.6800612Z 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-07-17T08:06:48.6806238Z 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-07-17T08:06:48.6812031Z 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-07-17T08:06:48.6828107Z 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-07-17T08:06:48.6833834Z 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-07-17T08:06:48.6839789Z 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-07-17T08:06:48.6845371Z 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-07-17T08:06:48.6851039Z 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-07-17T08:06:48.6856572Z 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-07-17T08:06:48.6861689Z 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-07-17T08:06:48.6867692Z 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-07-17T08:06:48.6881444Z 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-07-17T08:06:48.6887222Z 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-07-17T08:06:48.6892501Z 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-07-17T08:06:48.6909916Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2025-07-17T08:06:48.6912386Z 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-07-17T08:06:48.6918169Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:48.6922076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\backport.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:48.6927757Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\backport_manager.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:48.6933551Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\model_compatibility.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:48.6948609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\compatibility\runtime_compatibility.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\compatibility 2025-07-17T08:06:48.6954159Z 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-07-17T08:06:48.6959979Z 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-07-17T08:06:48.6975211Z 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-07-17T08:06:48.6980733Z 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-07-17T08:06:48.6986219Z 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-07-17T08:06:48.6992021Z 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-07-17T08:06:48.6997463Z 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-07-17T08:06:48.7015180Z 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-07-17T08:06:48.7016324Z 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-07-17T08:06:48.7017399Z 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-07-17T08:06:48.7021746Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7026773Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\BuildFeatureTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7032867Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\CustomClassTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7037150Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\KernelDTypeTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7081277Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\MobileModelRunner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7086806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\OperatorCallTracer.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7092308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7097830Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\model_tracer\TracerRunner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\model_tracer 2025-07-17T08:06:48.7103189Z 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-07-17T08:06:48.7109028Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:48.7112701Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\aot_compiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:48.7118227Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\context.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:48.7123729Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\nnc\registry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\nnc 2025-07-17T08:06:48.7128972Z 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-07-17T08:06:48.7134368Z 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-07-17T08:06:48.7139845Z 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-07-17T08:06:48.7145690Z 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-07-17T08:06:48.7151322Z 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-07-17T08:06:48.7158036Z 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-07-17T08:06:48.7163031Z 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-07-17T08:06:48.7168730Z 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-07-17T08:06:48.7184075Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:48.7187459Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\export_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:48.7193318Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile\train\optim 2025-07-17T08:06:48.7196817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\optim\sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train\optim 2025-07-17T08:06:48.7202357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\random.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:48.7207708Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile\train\sequential.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\mobile\train 2025-07-17T08:06:48.7213141Z 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-07-17T08:06:48.7218877Z 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-07-17T08:06:48.7224830Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:48.7228307Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\upgraders.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:48.7234005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\upgraders_entry.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:48.7239213Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:48.7244674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\operator_upgraders\version_map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\operator_upgraders 2025-07-17T08:06:48.7297159Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2025-07-17T08:06:48.7300670Z 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-07-17T08:06:48.7306151Z 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-07-17T08:06:48.7311552Z 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-07-17T08:06:48.7340436Z 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-07-17T08:06:48.7356421Z 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-07-17T08:06:48.7362037Z 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-07-17T08:06:48.7367680Z 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-07-17T08:06:48.7372641Z 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-07-17T08:06:48.7377480Z 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-07-17T08:06:48.7383097Z 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-07-17T08:06:48.7388904Z 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-07-17T08:06:48.7394257Z 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-07-17T08:06:48.7399989Z 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-07-17T08:06:48.7405695Z 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-07-17T08:06:48.7412078Z 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-07-17T08:06:48.7417548Z 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-07-17T08:06:48.7423156Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-07-17T08:06:48.7427090Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\dbr_quantization 2025-07-17T08:06:48.7432659Z 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-07-17T08:06:48.7442947Z 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-07-17T08:06:48.7459617Z 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-07-17T08:06:48.7465166Z 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-07-17T08:06:48.7469612Z 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-07-17T08:06:48.7475238Z 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-07-17T08:06:48.7480959Z 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-07-17T08:06:48.7486722Z 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-07-17T08:06:48.7492307Z 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-07-17T08:06:48.7498025Z 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-07-17T08:06:48.7503759Z 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-07-17T08:06:48.7520396Z 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-07-17T08:06:48.7527193Z 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-07-17T08:06:48.7532312Z 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-07-17T08:06:48.7536758Z 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-07-17T08:06:48.7542278Z 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-07-17T08:06:48.7547941Z 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-07-17T08:06:48.7553770Z 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-07-17T08:06:48.7559532Z 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-07-17T08:06:48.7565145Z 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-07-17T08:06:48.7580668Z 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-07-17T08:06:48.7586188Z 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-07-17T08:06:48.7591751Z 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-07-17T08:06:48.7596991Z 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-07-17T08:06:48.7602252Z 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-07-17T08:06:48.7608661Z 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-07-17T08:06:48.7613254Z 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-07-17T08:06:48.7618568Z 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-07-17T08:06:48.7623905Z 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-07-17T08:06:48.7639431Z 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-07-17T08:06:48.7644733Z 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-07-17T08:06:48.7649969Z 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-07-17T08:06:48.7655168Z 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-07-17T08:06:48.7660774Z 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-07-17T08:06:48.7666370Z 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-07-17T08:06:48.7672263Z 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-07-17T08:06:48.7677701Z 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-07-17T08:06:48.7683014Z 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-07-17T08:06:48.7688637Z 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-07-17T08:06:48.7693923Z 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-07-17T08:06:48.7718943Z 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-07-17T08:06:48.7724827Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7728374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\cast_all_constant_to_floating.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7733937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\constant_fold.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7739356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\constant_map.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7744981Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\deduplicate_initializers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7760451Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\eliminate_unused_items.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7765694Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\eval_peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7770915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\fixup_onnx_controlflow.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7776295Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\function_extraction.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7781713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\function_substitution.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7787203Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7792813Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\list_model_parameters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7798315Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\naming.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7804037Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\onnx_log.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7809716Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:48.7813379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:48.7819320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\common.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:48.7824640Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:48.7840238Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx\pattern_conversion 2025-07-17T08:06:48.7845937Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\peephole.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7851401Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\prepare_division_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7856886Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\preprocess_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7862578Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7868310Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\scalar_type_analysis.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7874007Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\shape_type_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7889264Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\onnx\unpack_quantized_weights.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\passes\onnx 2025-07-17T08:06:48.7894649Z 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-07-17T08:06:48.7900529Z 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-07-17T08:06:48.7906299Z 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-07-17T08:06:48.7911812Z 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-07-17T08:06:48.7917345Z 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-07-17T08:06:48.7923390Z 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-07-17T08:06:48.7931289Z 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-07-17T08:06:48.7937029Z 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-07-17T08:06:48.7952159Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2025-07-17T08:06:48.7955707Z 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-07-17T08:06:48.7961302Z 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-07-17T08:06:48.7966679Z 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-07-17T08:06:48.7971929Z 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-07-17T08:06:48.7988342Z 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-07-17T08:06:48.7994223Z 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-07-17T08:06:48.7999882Z 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-07-17T08:06:48.8012306Z 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-07-17T08:06:48.8013774Z 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-07-17T08:06:48.8030768Z 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-07-17T08:06:48.8036118Z 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-07-17T08:06:48.8041555Z 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-07-17T08:06:48.8047396Z 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-07-17T08:06:48.8052884Z 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-07-17T08:06:48.8058482Z 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-07-17T08:06:48.8064169Z 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-07-17T08:06:48.8069984Z 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-07-17T08:06:48.8085777Z 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-07-17T08:06:48.8091105Z 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-07-17T08:06:48.8096735Z 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-07-17T08:06:48.8102874Z 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-07-17T08:06:48.8108572Z 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-07-17T08:06:48.8114749Z 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-07-17T08:06:48.8120648Z 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-07-17T08:06:48.8126491Z 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-07-17T08:06:48.8132596Z 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-07-17T08:06:48.8138837Z 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-07-17T08:06:48.8144637Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2025-07-17T08:06:48.8148278Z 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-07-17T08:06:48.8153902Z 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-07-17T08:06:48.8159682Z 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-07-17T08:06:48.8174953Z 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-07-17T08:06:48.8180423Z 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-07-17T08:06:48.8186235Z 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-07-17T08:06:48.8192154Z 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-07-17T08:06:48.8197861Z 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-07-17T08:06:48.8203442Z 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-07-17T08:06:48.8209353Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2025-07-17T08:06:48.8212677Z 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-07-17T08:06:48.8218333Z 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-07-17T08:06:48.8230352Z 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-07-17T08:06:48.8235807Z 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-07-17T08:06:48.8242088Z 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-07-17T08:06:48.8257956Z 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-07-17T08:06:48.8263182Z 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-07-17T08:06:48.8269012Z 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-07-17T08:06:48.8274860Z 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-07-17T08:06:48.8280478Z 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-07-17T08:06:48.8286167Z 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-07-17T08:06:48.8292084Z 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-07-17T08:06:48.8297846Z 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-07-17T08:06:48.8303784Z 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-07-17T08:06:48.8309286Z 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-07-17T08:06:48.8314670Z 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-07-17T08:06:48.8320074Z 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-07-17T08:06:48.8326070Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2025-07-17T08:06:48.8329508Z 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-07-17T08:06:48.8335863Z 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-07-17T08:06:48.8341446Z 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-07-17T08:06:48.8346933Z 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-07-17T08:06:48.8362508Z 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-07-17T08:06:48.8368833Z 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-07-17T08:06:48.8374134Z 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-07-17T08:06:48.8379705Z 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-07-17T08:06:48.8385604Z 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-07-17T08:06:48.8391327Z 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-07-17T08:06:48.8396991Z 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-07-17T08:06:48.8403143Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:48.8407320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\can_emit_inline.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:48.8413031Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\code_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:48.8419225Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\frame.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:48.8424907Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\interpreter\preprocess_graph.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\interpreter 2025-07-17T08:06:48.8440833Z 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-07-17T08:06:48.8446341Z 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-07-17T08:06:48.8452183Z 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-07-17T08:06:48.8457668Z 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-07-17T08:06:48.8463044Z 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-07-17T08:06:48.8469002Z 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-07-17T08:06:48.8474606Z 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-07-17T08:06:48.8480346Z 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-07-17T08:06:48.8496350Z 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-07-17T08:06:48.8502165Z 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-07-17T08:06:48.8508540Z 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-07-17T08:06:48.8514921Z 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-07-17T08:06:48.8520951Z 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-07-17T08:06:48.8526370Z 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-07-17T08:06:48.8532062Z 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-07-17T08:06:48.8537990Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8541481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\fusion.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8546677Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\impl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8552975Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8558308Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\memory_planner.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8563853Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8569218Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\passes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8584681Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\ProcessedNodeInputs.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8590535Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\processed_node_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8596140Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\static_method.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8601592Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime\static\te_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\runtime\static 2025-07-17T08:06:48.8607337Z 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-07-17T08:06:48.8622254Z 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-07-17T08:06:48.8627855Z 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-07-17T08:06:48.8633451Z 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-07-17T08:06:48.8639573Z 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-07-17T08:06:48.8645660Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:48.8649330Z 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-07-17T08:06:48.8654852Z 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-07-17T08:06:48.8660356Z 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-07-17T08:06:48.8676215Z 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-07-17T08:06:48.8681845Z 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-07-17T08:06:48.8686988Z 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-07-17T08:06:48.8696978Z 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-07-17T08:06:48.8703137Z 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-07-17T08:06:48.8708652Z 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-07-17T08:06:48.8714299Z 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-07-17T08:06:48.8719882Z 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-07-17T08:06:48.8725630Z 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-07-17T08:06:48.8732661Z 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-07-17T08:06:48.8737817Z 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-07-17T08:06:48.8743318Z 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-07-17T08:06:48.8749615Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization\pickler_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\serialization 2025-07-17T08:06:48.8754908Z 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-07-17T08:06:48.8777741Z 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-07-17T08:06:48.8783421Z 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-07-17T08:06:48.8789281Z 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-07-17T08:06:48.8804853Z 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-07-17T08:06:48.8810660Z 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-07-17T08:06:48.8816755Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2025-07-17T08:06:48.8820237Z 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-07-17T08:06:48.8826203Z 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-07-17T08:06:48.8841080Z 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-07-17T08:06:48.8846776Z 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-07-17T08:06:48.8889774Z 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-07-17T08:06:48.8895751Z 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-07-17T08:06:48.8901530Z 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-07-17T08:06:48.8906942Z 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-07-17T08:06:48.8912694Z 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-07-17T08:06:48.8918424Z 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-07-17T08:06:48.8924321Z 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-07-17T08:06:48.8930200Z 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-07-17T08:06:48.8935841Z 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-07-17T08:06:48.8945916Z 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-07-17T08:06:48.8955697Z 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-07-17T08:06:48.8961361Z 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-07-17T08:06:48.8967776Z 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-07-17T08:06:48.8973634Z 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-07-17T08:06:48.8979687Z 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-07-17T08:06:48.8985765Z 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-07-17T08:06:48.8991221Z 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-07-17T08:06:48.9007335Z 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-07-17T08:06:48.9012993Z 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-07-17T08:06:48.9019085Z 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-07-17T08:06:48.9024885Z 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-07-17T08:06:48.9031221Z 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-07-17T08:06:48.9036805Z 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-07-17T08:06:48.9042483Z 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-07-17T08:06:48.9048454Z 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-07-17T08:06:48.9054183Z 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-07-17T08:06:48.9059933Z 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-07-17T08:06:48.9065949Z 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-07-17T08:06:48.9081093Z 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-07-17T08:06:48.9086924Z 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-07-17T08:06:48.9092901Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2025-07-17T08:06:48.9096376Z 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-07-17T08:06:48.9102036Z 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-07-17T08:06:48.9107061Z 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-07-17T08:06:48.9112796Z 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-07-17T08:06:48.9118038Z 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-07-17T08:06:48.9133073Z 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-07-17T08:06:48.9145213Z 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-07-17T08:06:48.9150770Z 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-07-17T08:06:48.9156208Z 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-07-17T08:06:48.9161425Z 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-07-17T08:06:48.9167032Z 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-07-17T08:06:48.9172731Z 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-07-17T08:06:48.9179052Z 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-07-17T08:06:48.9185082Z 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-07-17T08:06:48.9190528Z 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-07-17T08:06:48.9195988Z 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-07-17T08:06:48.9201478Z 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-07-17T08:06:48.9207573Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:48.9210951Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing\catch_utils.hpp -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\jit\testing 2025-07-17T08:06:48.9216079Z 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-07-17T08:06:48.9221867Z 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-07-17T08:06:48.9227791Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.9233668Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2025-07-17T08:06:48.9237058Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2025-07-17T08:06:48.9240765Z 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-07-17T08:06:48.9246256Z 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-07-17T08:06:48.9251747Z 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-07-17T08:06:48.9257558Z 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-07-17T08:06:48.9272744Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2025-07-17T08:06:48.9276113Z 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-07-17T08:06:48.9281709Z 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-07-17T08:06:48.9287227Z 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-07-17T08:06:48.9292715Z 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-07-17T08:06:48.9298515Z 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-07-17T08:06:48.9314658Z 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-07-17T08:06:48.9320614Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2025-07-17T08:06:48.9329571Z 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-07-17T08:06:48.9338842Z 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-07-17T08:06:48.9344875Z 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-07-17T08:06:48.9350668Z 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-07-17T08:06:48.9356190Z 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-07-17T08:06:48.9361602Z 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-07-17T08:06:48.9367101Z 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-07-17T08:06:48.9372989Z 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-07-17T08:06:48.9378581Z 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-07-17T08:06:48.9384352Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2025-07-17T08:06:48.9387881Z 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-07-17T08:06:48.9393263Z 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-07-17T08:06:48.9399066Z 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-07-17T08:06:48.9404642Z 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-07-17T08:06:48.9410252Z 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-07-17T08:06:48.9415993Z 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-07-17T08:06:48.9421669Z 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-07-17T08:06:48.9427634Z 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-07-17T08:06:48.9433477Z 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-07-17T08:06:48.9439071Z 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-07-17T08:06:48.9444651Z 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-07-17T08:06:48.9460062Z 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-07-17T08:06:48.9466494Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:48.9470121Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyIr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:48.9479368Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:48.9490046Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\generated\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\generated 2025-07-17T08:06:48.9496209Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2025-07-17T08:06:48.9499622Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\python 2025-07-17T08:06:48.9505884Z 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-07-17T08:06:48.9511647Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2025-07-17T08:06:48.9525434Z 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-07-17T08:06:48.9531134Z 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-07-17T08:06:48.9536978Z 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-07-17T08:06:48.9542934Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:48.9556463Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\device_data.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:48.9562255Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\generic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:48.9567747Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend\ops\to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\lazy\ts_backend\ops 2025-07-17T08:06:48.9573672Z 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-07-17T08:06:48.9579590Z 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-07-17T08:06:48.9585428Z 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-07-17T08:06:48.9591662Z 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-07-17T08:06:48.9597332Z 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-07-17T08:06:48.9603017Z 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-07-17T08:06:48.9608920Z 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-07-17T08:06:48.9615107Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.9631803Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:48.9637760Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\monitor 2025-07-17T08:06:48.9641131Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\counters.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-07-17T08:06:48.9647049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-07-17T08:06:48.9652527Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\monitor\python_init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\monitor 2025-07-17T08:06:48.9657964Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mps 2025-07-17T08:06:48.9661190Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mps\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mps 2025-07-17T08:06:48.9666804Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mtia 2025-07-17T08:06:48.9670283Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mtia 2025-07-17T08:06:48.9675867Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\mtia\profiler 2025-07-17T08:06:48.9679380Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\mtia\profiler\MTIAMemoryProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\mtia\profiler 2025-07-17T08:06:48.9684759Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\multiprocessing 2025-07-17T08:06:48.9688123Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\multiprocessing\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\multiprocessing 2025-07-17T08:06:48.9693545Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2025-07-17T08:06:48.9697130Z 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-07-17T08:06:48.9702741Z 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-07-17T08:06:48.9707842Z 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-07-17T08:06:48.9713579Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2025-07-17T08:06:48.9716841Z 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-07-17T08:06:48.9722189Z 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-07-17T08:06:48.9728302Z 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-07-17T08:06:48.9733595Z 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-07-17T08:06:48.9806746Z 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-07-17T08:06:48.9812377Z 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-07-17T08:06:48.9818452Z 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-07-17T08:06:48.9825240Z 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-07-17T08:06:48.9833827Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2025-07-17T08:06:48.9838505Z 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-07-17T08:06:48.9845860Z 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-07-17T08:06:48.9852723Z 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-07-17T08:06:48.9859770Z 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-07-17T08:06:48.9868147Z 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-07-17T08:06:48.9875515Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2025-07-17T08:06:48.9880537Z 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-07-17T08:06:48.9887830Z 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-07-17T08:06:48.9895400Z 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-07-17T08:06:48.9903983Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2025-07-17T08:06:48.9907848Z 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-07-17T08:06:48.9916329Z 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-07-17T08:06:48.9923266Z 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-07-17T08:06:48.9938791Z 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-07-17T08:06:48.9944285Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2025-07-17T08:06:48.9947627Z 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-07-17T08:06:48.9953703Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2025-07-17T08:06:48.9957156Z 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-07-17T08:06:48.9962924Z 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-07-17T08:06:48.9968749Z 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-07-17T08:06:48.9974474Z 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-07-17T08:06:48.9990191Z 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-07-17T08:06:48.9996028Z 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-07-17T08:06:49.0001945Z 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-07-17T08:06:49.0007601Z 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-07-17T08:06:49.0013292Z 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-07-17T08:06:49.0019480Z 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-07-17T08:06:49.0025567Z 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-07-17T08:06:49.0031751Z 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-07-17T08:06:49.0037561Z 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-07-17T08:06:49.0043099Z 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-07-17T08:06:49.0048672Z 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-07-17T08:06:49.0054327Z 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-07-17T08:06:49.0059996Z 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-07-17T08:06:49.0065692Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0071187Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0077005Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0082833Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0088388Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0093920Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0099299Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\stable 2025-07-17T08:06:49.0112755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-07-17T08:06:49.0118559Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\ops.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-07-17T08:06:49.0123820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\stable\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\stable 2025-07-17T08:06:49.0129304Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0134839Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0141124Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0154635Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0160191Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2025-07-17T08:06:49.0164232Z 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-07-17T08:06:49.0169251Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0174451Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0180273Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0185609Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0192108Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2025-07-17T08:06:49.0195355Z 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-07-17T08:06:49.0201285Z 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-07-17T08:06:49.0206222Z 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-07-17T08:06:49.0211722Z 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-07-17T08:06:49.0227889Z 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-07-17T08:06:49.0233903Z 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-07-17T08:06:49.0240998Z 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-07-17T08:06:49.0246214Z 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-07-17T08:06:49.0251483Z 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-07-17T08:06:49.0256704Z 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-07-17T08:06:49.0262098Z 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-07-17T08:06:49.0267629Z 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-07-17T08:06:49.0273318Z 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-07-17T08:06:49.0278938Z 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-07-17T08:06:49.0284702Z 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-07-17T08:06:49.0290057Z 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-07-17T08:06:49.0296462Z 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-07-17T08:06:49.0302567Z 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-07-17T08:06:49.0308214Z 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-07-17T08:06:49.0313710Z 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-07-17T08:06:49.0328617Z 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-07-17T08:06:49.0334639Z 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-07-17T08:06:49.0340716Z 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-07-17T08:06:49.0346511Z 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-07-17T08:06:49.0352135Z 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-07-17T08:06:49.0358035Z 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-07-17T08:06:49.0363782Z 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-07-17T08:06:49.0369673Z 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-07-17T08:06:49.0375407Z 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-07-17T08:06:49.0381168Z 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-07-17T08:06:49.0396572Z 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-07-17T08:06:49.0402092Z 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-07-17T08:06:49.0407831Z 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-07-17T08:06:49.0413646Z 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-07-17T08:06:49.0419106Z 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-07-17T08:06:49.0424739Z 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-07-17T08:06:49.0430241Z 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-07-17T08:06:49.0436226Z 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-07-17T08:06:49.0442389Z 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-07-17T08:06:49.0457566Z 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-07-17T08:06:49.0463464Z 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-07-17T08:06:49.0469317Z 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-07-17T08:06:49.0475272Z 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-07-17T08:06:49.0480995Z 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-07-17T08:06:49.0486723Z 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-07-17T08:06:49.0492232Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2025-07-17T08:06:49.0498106Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2025-07-17T08:06:49.0502287Z 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-07-17T08:06:49.0507084Z 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-07-17T08:06:49.0512729Z 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-07-17T08:06:49.0520239Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-07-17T08:06:49.0526281Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-07-17T08:06:49.0532686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-07-17T08:06:49.0546955Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly 2025-07-17T08:06:49.0552617Z creating build\bdist.win-amd64\wheel\torch\include\torch\headeronly\macros 2025-07-17T08:06:49.0554052Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-07-17T08:06:49.0559537Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-07-17T08:06:49.0570743Z copying build\lib.win-amd64-cpython-39\torch\include\torch\headeronly\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\headeronly\macros 2025-07-17T08:06:49.0572097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-07-17T08:06:49.0578607Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2025-07-17T08:06:49.0584787Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2025-07-17T08:06:49.0635651Z creating build\bdist.win-amd64\wheel\torch\jit 2025-07-17T08:06:49.0639115Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0645297Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0652718Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0657587Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2025-07-17T08:06:49.0660758Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2025-07-17T08:06:49.0666325Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0676170Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0682704Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0687674Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0693238Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0698667Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0704299Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0709767Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0715486Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0721089Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0726558Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0732013Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0737505Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0742994Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0748164Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0754395Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2025-07-17T08:06:49.0757710Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-07-17T08:06:49.0763217Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2025-07-17T08:06:49.0767644Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0773847Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0780431Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0786899Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0792451Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0828906Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0837346Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0843135Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0849826Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2025-07-17T08:06:49.0855960Z creating build\bdist.win-amd64\wheel\torch\lib 2025-07-17T08:06:49.0859324Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0867342Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0874086Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0883156Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0890437Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0908473Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0914587Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0929074Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0941482Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:49.0952876Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.4896467Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.4950712Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.4971964Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5016470Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5025667Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5034865Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5525556Z copying build\lib.win-amd64-cpython-39\torch\lib\libittnotify.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5535902Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.5690972Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.6661103Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.7964812Z creating build\bdist.win-amd64\wheel\torch\lib\libshm 2025-07-17T08:06:51.7969618Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\alloc_info.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-07-17T08:06:51.7975225Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\err.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-07-17T08:06:51.7980711Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\libshm.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-07-17T08:06:51.7986175Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm\socket.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm 2025-07-17T08:06:51.7992278Z creating build\bdist.win-amd64\wheel\torch\lib\libshm_windows 2025-07-17T08:06:51.7995786Z copying build\lib.win-amd64-cpython-39\torch\lib\libshm_windows\libshm.h -> build\bdist.win-amd64\wheel\.\torch\lib\libshm_windows 2025-07-17T08:06:51.8001639Z copying build\lib.win-amd64-cpython-39\torch\lib\microkernels-prod.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:51.8173325Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.0825155Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.0831571Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.0838006Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.1075122Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.1080918Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.1086671Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.1098100Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.1108926Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.4085312Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.4344265Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.4350752Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.4506121Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.9618875Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.9744002Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2025-07-17T08:06:52.9750369Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:52.9758163Z creating build\bdist.win-amd64\wheel\torch\linalg 2025-07-17T08:06:52.9761617Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2025-07-17T08:06:52.9769579Z creating build\bdist.win-amd64\wheel\torch\masked 2025-07-17T08:06:52.9773624Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2025-07-17T08:06:52.9777263Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9782736Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9788384Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9794205Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9799854Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9930588Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9937862Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9946831Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2025-07-17T08:06:52.9953714Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-07-17T08:06:52.9961648Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-07-17T08:06:52.9970976Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2025-07-17T08:06:52.9977905Z creating build\bdist.win-amd64\wheel\torch\monitor 2025-07-17T08:06:52.9981447Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2025-07-17T08:06:52.9987918Z creating build\bdist.win-amd64\wheel\torch\mps 2025-07-17T08:06:52.9991159Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-07-17T08:06:52.9997059Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-07-17T08:06:53.0002542Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2025-07-17T08:06:53.0008453Z creating build\bdist.win-amd64\wheel\torch\mtia 2025-07-17T08:06:53.0012068Z copying build\lib.win-amd64-cpython-39\torch\mtia\memory.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-07-17T08:06:53.0018094Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-07-17T08:06:53.0023835Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2025-07-17T08:06:53.0030107Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2025-07-17T08:06:53.0033889Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0039637Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0045567Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0051519Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0057114Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0203450Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2025-07-17T08:06:53.0209023Z creating build\bdist.win-amd64\wheel\torch\nested 2025-07-17T08:06:53.0212289Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2025-07-17T08:06:53.0215656Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_int.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-07-17T08:06:53.0221317Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-07-17T08:06:53.0227165Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-07-17T08:06:53.0233972Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-07-17T08:06:53.0372937Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2025-07-17T08:06:53.0377495Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2025-07-17T08:06:53.0385679Z creating build\bdist.win-amd64\wheel\torch\nn 2025-07-17T08:06:53.0389440Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2025-07-17T08:06:53.0392943Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-07-17T08:06:53.0399161Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2025-07-17T08:06:53.0402716Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-07-17T08:06:53.0409001Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2025-07-17T08:06:53.0414399Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-07-17T08:06:53.0420703Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-07-17T08:06:53.0554685Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2025-07-17T08:06:53.0560395Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2025-07-17T08:06:53.0563668Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-07-17T08:06:53.0569203Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2025-07-17T08:06:53.0574103Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.0579754Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.0585140Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.2432699Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.2438734Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.2444074Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.2450634Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2025-07-17T08:06:53.2454500Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2025-07-17T08:06:53.2458269Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-07-17T08:06:53.2504808Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2025-07-17T08:06:53.2511180Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2025-07-17T08:06:53.2514327Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2025-07-17T08:06:53.2517833Z 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-07-17T08:06:53.2523427Z 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-07-17T08:06:53.2528564Z 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-07-17T08:06:53.2533854Z 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-07-17T08:06:53.2692907Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2025-07-17T08:06:53.2697964Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2025-07-17T08:06:53.2701580Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2025-07-17T08:06:53.2705048Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2025-07-17T08:06:53.2708420Z 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-07-17T08:06:53.2713979Z 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-07-17T08:06:53.2719136Z 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-07-17T08:06:53.2724754Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2025-07-17T08:06:53.2728158Z 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-07-17T08:06:53.2736059Z 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-07-17T08:06:53.2743516Z 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-07-17T08:06:53.2752388Z 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-07-17T08:06:53.2759517Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2025-07-17T08:06:53.2766385Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2025-07-17T08:06:53.2774039Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2025-07-17T08:06:53.2779023Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2827327Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2835263Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2843119Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2928115Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2934016Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2940588Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2946742Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2952516Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2957736Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2963247Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2968900Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2974522Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2979997Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2986822Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2994053Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.2999779Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3005759Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3011396Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3018073Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3024606Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3030598Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3037302Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3042788Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3048013Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3053533Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2025-07-17T08:06:53.3059330Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2025-07-17T08:06:53.3062500Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3068139Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3073912Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3080706Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3224368Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3229963Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3235588Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3240911Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2025-07-17T08:06:53.3246390Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.3251978Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:53.3257683Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2025-07-17T08:06:53.3261012Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2025-07-17T08:06:53.3264198Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2025-07-17T08:06:53.3267426Z 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-07-17T08:06:53.3272976Z 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-07-17T08:06:53.3277981Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2025-07-17T08:06:53.3283327Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2025-07-17T08:06:53.3286481Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-07-17T08:06:53.3291500Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-07-17T08:06:53.3296967Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-07-17T08:06:53.3303280Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2025-07-17T08:06:53.3309348Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2025-07-17T08:06:53.3315006Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2025-07-17T08:06:53.3318677Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2025-07-17T08:06:53.3322062Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-07-17T08:06:53.3327414Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-07-17T08:06:53.3333208Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2025-07-17T08:06:53.3338825Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2025-07-17T08:06:53.3344560Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2025-07-17T08:06:53.3348282Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2025-07-17T08:06:53.8462935Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2025-07-17T08:06:53.8467726Z 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-07-17T08:06:53.8474133Z 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-07-17T08:06:53.8480170Z 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-07-17T08:06:53.8486094Z 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-07-17T08:06:53.8491802Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2025-07-17T08:06:53.8497460Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-07-17T08:06:53.8503573Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2025-07-17T08:06:53.8507156Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8513598Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8519143Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8524818Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8530354Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8649931Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8655241Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8661423Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8667253Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8678392Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8679475Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2025-07-17T08:06:53.8685126Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2025-07-17T08:06:54.3910480Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2025-07-17T08:06:54.3919555Z 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-07-17T08:06:54.3921087Z 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-07-17T08:06:54.3926401Z 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-07-17T08:06:54.3931911Z 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-07-17T08:06:54.3937630Z 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-07-17T08:06:54.3943323Z 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-07-17T08:06:54.3949079Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2025-07-17T08:06:54.3955215Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2025-07-17T08:06:54.3961353Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2025-07-17T08:06:54.3964984Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.3970758Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.3976478Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.3981583Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.3987830Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.4313400Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.4319309Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.4325478Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.4331601Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.4337771Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.9930370Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.9936469Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.9942570Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:54.9949008Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2025-07-17T08:06:54.9954010Z 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-07-17T08:06:54.9962849Z 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-07-17T08:06:54.9964964Z 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-07-17T08:06:55.0431336Z 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-07-17T08:06:55.0437471Z 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-07-17T08:06:55.0443649Z 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-07-17T08:06:55.0449262Z 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-07-17T08:06:55.0455531Z 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-07-17T08:06:55.0461064Z 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-07-17T08:06:55.0466685Z 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-07-17T08:06:55.0472224Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:55.0478232Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:55.0484025Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2025-07-17T08:06:55.0489456Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:55.0495105Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2025-07-17T08:06:55.0501803Z creating build\bdist.win-amd64\wheel\torch\onnx 2025-07-17T08:06:55.0505108Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0510809Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0516612Z creating build\bdist.win-amd64\wheel\torch\onnx\ops 2025-07-17T08:06:55.0519921Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_dtype_mappings.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-07-17T08:06:55.0525404Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_impl.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-07-17T08:06:55.0530865Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\_symbolic_impl.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-07-17T08:06:55.0536719Z copying build\lib.win-amd64-cpython-39\torch\onnx\ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\ops 2025-07-17T08:06:55.0542496Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0549199Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0926858Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0928259Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0929081Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0932210Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0944046Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0944961Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0950445Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0956111Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0962127Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0967869Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0972237Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0979376Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0984049Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0992360Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.0999223Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.6196506Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.6202496Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.6208428Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.6214066Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:55.6220438Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2025-07-17T08:06:55.6224372Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6227686Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6233714Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6241177Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6246781Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6672007Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6677206Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6683891Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6689505Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6695682Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6701546Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6706900Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6712488Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6718248Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6723948Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6729675Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6735735Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6741552Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6747595Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6753646Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6759215Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.6765590Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:55.6769784Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:55.6773334Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:55.6779135Z 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-07-17T08:06:55.6785172Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\nn.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:55.6790624Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\symbolic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:55.6796115Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\ops\symops.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib\ops 2025-07-17T08:06:55.6801452Z 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-07-17T08:06:55.6807021Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_torchlib\_tensor_typing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter\_torchlib 2025-07-17T08:06:55.6812615Z 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-07-17T08:06:55.6818354Z 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-07-17T08:06:55.7602702Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_type_casting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:55.7608435Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:56.7714255Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2025-07-17T08:06:56.7719436Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2025-07-17T08:06:56.7723067Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2025-07-17T08:06:56.7727007Z 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-07-17T08:06:56.7733813Z 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-07-17T08:06:56.7739360Z 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-07-17T08:06:56.7744575Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-07-17T08:06:56.7750343Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-07-17T08:06:56.7755836Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-07-17T08:06:56.7762606Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-07-17T08:06:56.9765983Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2025-07-17T08:06:56.9771314Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:56.9777879Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:57.8280295Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:57.8285775Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:57.8291770Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:57.8297478Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2025-07-17T08:06:57.8302193Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:57.8308019Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:57.8313855Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2025-07-17T08:06:57.8320737Z creating build\bdist.win-amd64\wheel\torch\optim 2025-07-17T08:06:57.8324354Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8330282Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8337438Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8342929Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8348662Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8354501Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8360599Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8608642Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8616038Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8621872Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8629007Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8634270Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8639980Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8645646Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8651537Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8656889Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8663052Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8669050Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8675234Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2025-07-17T08:06:57.8678529Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-07-17T08:06:57.8683957Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2025-07-17T08:06:57.8689060Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2025-07-17T08:06:57.8694446Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:57.8701749Z creating build\bdist.win-amd64\wheel\torch\package 2025-07-17T08:06:58.8101925Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2025-07-17T08:06:58.8104748Z 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-07-17T08:06:58.8111605Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-07-17T08:06:58.8119015Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-07-17T08:06:58.8610434Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2025-07-17T08:06:58.8615654Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:58.8621727Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:58.8626965Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8510327Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8516492Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8523130Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8529813Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8535614Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8541272Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8546895Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8552566Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8558124Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8563974Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8569546Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8575116Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2025-07-17T08:06:59.8581676Z creating build\bdist.win-amd64\wheel\torch\profiler 2025-07-17T08:06:59.8585378Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8591006Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8597015Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8602485Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8608955Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8734403Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8739943Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2025-07-17T08:06:59.8746069Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.8751721Z creating build\bdist.win-amd64\wheel\torch\quantization 2025-07-17T08:06:59.8755105Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.8760894Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.8766221Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.8896781Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2025-07-17T08:06:59.8899663Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.8904795Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.8910104Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.8915329Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.8920624Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9048742Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9054203Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9059247Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9064837Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9071194Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9076988Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9082789Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2025-07-17T08:06:59.9088040Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9093676Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9099082Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9104719Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9110130Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9115548Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9127673Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9129222Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9135208Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9140596Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9145939Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9151528Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9157110Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2025-07-17T08:06:59.9162406Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.9167803Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.9173060Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.9178565Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.9184375Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:06:59.9192716Z creating build\bdist.win-amd64\wheel\torch\share 2025-07-17T08:06:59.9196461Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2025-07-17T08:06:59.9200230Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2025-07-17T08:06:59.9203520Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2025-07-17T08:06:59.9209105Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2025-07-17T08:06:59.9212700Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:06:59.9219089Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:06:59.9224436Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:07:00.0854407Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:07:00.1001517Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:07:00.1347819Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:07:00.1353909Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2025-07-17T08:07:00.1360101Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2025-07-17T08:07:00.1364148Z 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-07-17T08:07:00.1369166Z 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-07-17T08:07:00.1374753Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2025-07-17T08:07:00.1857375Z 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-07-17T08:07:00.1863655Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2025-07-17T08:07:00.1866975Z 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-07-17T08:07:00.1872702Z 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-07-17T08:07:00.1878165Z 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-07-17T08:07:00.2009311Z 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-07-17T08:07:00.2015172Z 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-07-17T08:07:00.2022551Z 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-07-17T08:07:00.7159778Z 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-07-17T08:07:00.7165998Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2025-07-17T08:07:00.7169969Z 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-07-17T08:07:00.7175847Z 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-07-17T08:07:00.7181446Z 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-07-17T08:07:00.7187042Z 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-07-17T08:07:00.7469247Z 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-07-17T08:07:00.7474749Z 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-07-17T08:07:00.7480015Z 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-07-17T08:07:00.7485907Z 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-07-17T08:07:00.7492072Z 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-07-17T08:07:00.7498026Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2025-07-17T08:07:00.7501469Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-07-17T08:07:00.7507030Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2025-07-17T08:07:00.7512654Z creating build\bdist.win-amd64\wheel\torch\signal 2025-07-17T08:07:00.7515936Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2025-07-17T08:07:00.7519173Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-07-17T08:07:00.7525118Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2025-07-17T08:07:00.7530442Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2025-07-17T08:07:00.7535838Z creating build\bdist.win-amd64\wheel\torch\sparse 2025-07-17T08:07:00.7539369Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7545571Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7551439Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7975280Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7981730Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7992526Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2025-07-17T08:07:00.7998754Z creating build\bdist.win-amd64\wheel\torch\special 2025-07-17T08:07:00.8002117Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2025-07-17T08:07:00.8008461Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:01.3152170Z creating build\bdist.win-amd64\wheel\torch\test 2025-07-17T08:07:01.3155874Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3167068Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3176871Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3187146Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3305245Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3316639Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3324423Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ArrayRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3335470Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3343723Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.3352878Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8790647Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8800927Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8810771Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8820280Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8831410Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8839554Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8848209Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:01.8857053Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4053502Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4066173Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Enumerate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4078345Z copying build\lib.win-amd64-cpython-39\torch\test\c10_error_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4089913Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4102018Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4114026Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4125329Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4137041Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.4148848Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9242698Z copying build\lib.win-amd64-cpython-39\torch\test\c10_IntrusiveList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9252178Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9261800Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9278121Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9286901Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9295942Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9305001Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:02.9314406Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4564270Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4573696Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4583806Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4593378Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4602194Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4611146Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Semaphore_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4619620Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4628408Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.4642361Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7766443Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7775751Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7785075Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7793846Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7803549Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7812403Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7821038Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:03.7830343Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6317413Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6327076Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6336767Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6345727Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6354740Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6364181Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6373851Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6383100Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:04.6395031Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1593329Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1604116Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1612466Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1623233Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1633759Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1642151Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1652230Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1664027Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.1674076Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6674651Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6688584Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6702804Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6714958Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6817693Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6826912Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6837818Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6849755Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6861871Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6871644Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6881613Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6891117Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6900859Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6910417Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6920116Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:05.6929607Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2107941Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2117984Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2126237Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2154004Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2162833Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2173653Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2183957Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2193001Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2202287Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2212029Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2222175Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2231580Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2240825Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2253543Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2263567Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2270311Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2279200Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.2288800Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.7361151Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.7368221Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.7377591Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.7387262Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2025-07-17T08:07:06.7397382Z creating build\bdist.win-amd64\wheel\torch\testing 2025-07-17T08:07:06.7400847Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-07-17T08:07:06.7407887Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-07-17T08:07:06.7415174Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2025-07-17T08:07:06.7418708Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7424830Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7430793Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7533183Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2025-07-17T08:07:06.7536245Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2025-07-17T08:07:06.7541622Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7547256Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7554193Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7561433Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7567134Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7572823Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7579507Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7585362Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7602459Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7608521Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7617308Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mps.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7624174Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7632784Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7640401Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:06.7647292Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2784937Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2792692Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2797680Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2806146Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2812208Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2818624Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.2824910Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2025-07-17T08:07:07.2828295Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-07-17T08:07:07.2833595Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-07-17T08:07:07.2838641Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2025-07-17T08:07:07.2844700Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2025-07-17T08:07:07.2848203Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.2853822Z 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-07-17T08:07:07.2859650Z 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-07-17T08:07:07.2878159Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.2887919Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.2894888Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.2900738Z 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-07-17T08:07:07.2906971Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2025-07-17T08:07:07.2910548Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2025-07-17T08:07:07.2914396Z 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-07-17T08:07:07.2920795Z 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-07-17T08:07:07.2925451Z 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-07-17T08:07:07.2930262Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2025-07-17T08:07:07.2933808Z 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-07-17T08:07:07.2940972Z 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-07-17T08:07:07.2946720Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2025-07-17T08:07:07.2950609Z 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-07-17T08:07:07.2956558Z 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-07-17T08:07:07.2962476Z 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-07-17T08:07:07.2967137Z 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-07-17T08:07:07.2985223Z 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-07-17T08:07:07.2990997Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2025-07-17T08:07:07.2994561Z 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-07-17T08:07:07.3000208Z 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-07-17T08:07:07.3006332Z 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-07-17T08:07:07.3012026Z 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-07-17T08:07:07.3017122Z 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-07-17T08:07:07.3022677Z 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-07-17T08:07:07.3031218Z 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-07-17T08:07:07.3037043Z 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-07-17T08:07:07.3041597Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.3047399Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2025-07-17T08:07:07.3050861Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2025-07-17T08:07:07.3054565Z 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-07-17T08:07:07.3060620Z 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-07-17T08:07:07.3066137Z 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-07-17T08:07:07.3072019Z 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-07-17T08:07:07.3077558Z 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-07-17T08:07:07.3083299Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2025-07-17T08:07:07.3086824Z 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-07-17T08:07:07.3092968Z 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-07-17T08:07:07.3098098Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2025-07-17T08:07:07.3102729Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3108457Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3114224Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3119874Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3136570Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module3.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3144346Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2025-07-17T08:07:07.3148126Z 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-07-17T08:07:07.3159340Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2025-07-17T08:07:07.3164060Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3169727Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3176135Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3181800Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3188048Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3194388Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3200779Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3218032Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2025-07-17T08:07:07.3221322Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-07-17T08:07:07.3228546Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2025-07-17T08:07:07.3232328Z 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-07-17T08:07:07.3238490Z 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-07-17T08:07:07.3245144Z 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-07-17T08:07:07.3251384Z 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-07-17T08:07:07.3256911Z 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-07-17T08:07:07.3262876Z 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-07-17T08:07:07.3280311Z 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-07-17T08:07:07.3286277Z 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-07-17T08:07:07.3291548Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-07-17T08:07:07.3296950Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-07-17T08:07:07.3302280Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2025-07-17T08:07:07.3307602Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2025-07-17T08:07:07.3311088Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3316683Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3322084Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3327236Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3344522Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3350105Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2025-07-17T08:07:07.3355811Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3361204Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3366655Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\subclasses.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3372293Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2025-07-17T08:07:07.3375891Z 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-07-17T08:07:07.3381117Z 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-07-17T08:07:07.3386275Z 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-07-17T08:07:07.3390817Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3396636Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3402760Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3408359Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2025-07-17T08:07:07.3412870Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-07-17T08:07:07.3429841Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2025-07-17T08:07:07.3435137Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.3440508Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.3446568Z creating build\bdist.win-amd64\wheel\torch\utils 2025-07-17T08:07:07.3449882Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2025-07-17T08:07:07.3453140Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2025-07-17T08:07:07.3458506Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3465356Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2025-07-17T08:07:07.3468979Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2025-07-17T08:07:07.3472577Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-07-17T08:07:07.3478107Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-07-17T08:07:07.3483581Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-07-17T08:07:07.3489191Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-07-17T08:07:07.3494623Z 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-07-17T08:07:07.3510953Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2025-07-17T08:07:07.3515688Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2025-07-17T08:07:07.3519116Z 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-07-17T08:07:07.3524720Z 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-07-17T08:07:07.3530447Z 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-07-17T08:07:07.3536055Z 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-07-17T08:07:07.3552401Z 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-07-17T08:07:07.3558044Z 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-07-17T08:07:07.3562830Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2025-07-17T08:07:07.3566102Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3571838Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3577292Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3582690Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3588671Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3601671Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3617371Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3623109Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3629778Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2025-07-17T08:07:07.3667471Z 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-07-17T08:07:07.3673303Z 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-07-17T08:07:07.3679113Z 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-07-17T08:07:07.3688576Z 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-07-17T08:07:07.3694677Z 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-07-17T08:07:07.3704994Z 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-07-17T08:07:07.3709100Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3714590Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2025-07-17T08:07:07.3719078Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2025-07-17T08:07:07.3724677Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2025-07-17T08:07:07.3739004Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-07-17T08:07:07.3743454Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2025-07-17T08:07:07.3748801Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3754701Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3761217Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3767309Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3772727Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.3780199Z creating build\bdist.win-amd64\wheel\torch\utils\data 2025-07-17T08:07:07.3783337Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.3790408Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.3797534Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2025-07-17T08:07:07.3800904Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2025-07-17T08:07:07.3804376Z 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-07-17T08:07:07.3809963Z 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-07-17T08:07:07.3815412Z 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-07-17T08:07:07.3832105Z 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-07-17T08:07:07.3837791Z 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-07-17T08:07:07.3842831Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.3849286Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.3855168Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.3860781Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2025-07-17T08:07:07.3875034Z 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-07-17T08:07:07.3881007Z 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-07-17T08:07:07.3886410Z 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-07-17T08:07:07.3892307Z 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-07-17T08:07:07.3908743Z 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-07-17T08:07:07.3914616Z 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-07-17T08:07:07.3920288Z 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-07-17T08:07:07.3925887Z 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-07-17T08:07:07.3931426Z 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-07-17T08:07:07.3937216Z 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-07-17T08:07:07.3942866Z 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-07-17T08:07:07.3948219Z 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-07-17T08:07:07.3953996Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2025-07-17T08:07:07.3957269Z 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-07-17T08:07:07.3962784Z 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-07-17T08:07:07.3968466Z 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-07-17T08:07:07.3974003Z 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-07-17T08:07:07.3982122Z 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-07-17T08:07:07.3998402Z 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-07-17T08:07:07.4004098Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2025-07-17T08:07:07.4007602Z 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-07-17T08:07:07.4013264Z 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-07-17T08:07:07.4018726Z 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-07-17T08:07:07.4024353Z 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-07-17T08:07:07.4029646Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.4035504Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.4041111Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.4046997Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2025-07-17T08:07:07.4051179Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4067729Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4073756Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4079852Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4085499Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4091238Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2025-07-17T08:07:07.4095070Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4100625Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4106335Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4111987Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4117463Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4133728Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2025-07-17T08:07:07.4139287Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2025-07-17T08:07:07.4145020Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4162547Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4163331Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4164199Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4169781Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2025-07-17T08:07:07.4174426Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-07-17T08:07:07.4178777Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-07-17T08:07:07.4188167Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-07-17T08:07:07.4194270Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-07-17T08:07:07.4210016Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2025-07-17T08:07:07.4215182Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4220779Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2025-07-17T08:07:07.4224113Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-07-17T08:07:07.4229732Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2025-07-17T08:07:07.4234383Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4239738Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4245696Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2025-07-17T08:07:07.4248958Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4254735Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4260003Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4265330Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4270583Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4286994Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2025-07-17T08:07:07.4292139Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4297660Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4314090Z creating build\bdist.win-amd64\wheel\torch\utils\serialization 2025-07-17T08:07:07.4318011Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\config.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-07-17T08:07:07.4323614Z copying build\lib.win-amd64-cpython-39\torch\utils\serialization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\serialization 2025-07-17T08:07:07.4327875Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4334342Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2025-07-17T08:07:07.4337194Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4343692Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4349769Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4355449Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4371770Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4377454Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4382975Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4388874Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4394753Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2025-07-17T08:07:07.4399979Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4406015Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2025-07-17T08:07:07.4409289Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-07-17T08:07:07.4421147Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2025-07-17T08:07:07.4424294Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4430232Z copying build\lib.win-amd64-cpython-39\torch\utils\_appending_byte_serializer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4435880Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4441440Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4447645Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4453236Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4470687Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4476590Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_embed_headers.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4482309Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4487987Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4494309Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4499890Z copying build\lib.win-amd64-cpython-39\torch\utils\_dtype_abbrs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4505431Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4511125Z copying build\lib.win-amd64-cpython-39\torch\utils\_filelock.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4516787Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4534537Z copying build\lib.win-amd64-cpython-39\torch\utils\_functools.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4541320Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4545787Z copying build\lib.win-amd64-cpython-39\torch\utils\_helion.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4551240Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4557428Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4562728Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4568407Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4574570Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4582003Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4587579Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2025-07-17T08:07:07.4590636Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-07-17T08:07:07.4596537Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2025-07-17T08:07:07.4601296Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2025-07-17T08:07:07.4605081Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4611402Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4616943Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4622464Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\printers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4628399Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4645285Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4651047Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4655428Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4662171Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4668233Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2025-07-17T08:07:07.4672169Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4687430Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4692820Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4698117Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4703223Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4709363Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2025-07-17T08:07:07.4714439Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.4719824Z creating build\bdist.win-amd64\wheel\torch\xpu 2025-07-17T08:07:07.4723039Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4728371Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4733610Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4739023Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4744572Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4750082Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2025-07-17T08:07:07.4767499Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.4773636Z creating build\bdist.win-amd64\wheel\torch\_awaits 2025-07-17T08:07:07.4776834Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2025-07-17T08:07:07.4783194Z creating build\bdist.win-amd64\wheel\torch\_C 2025-07-17T08:07:07.4786644Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4792470Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4798193Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4803362Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4808848Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4824648Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4830542Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4836628Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4842371Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4848206Z creating build\bdist.win-amd64\wheel\torch\_C\_dynamo 2025-07-17T08:07:07.4851599Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\compiled_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-07-17T08:07:07.4856938Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\eval_frame.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-07-17T08:07:07.4862682Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\guards.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-07-17T08:07:07.4868656Z copying build\lib.win-amd64-cpython-39\torch\_C\_dynamo\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_dynamo 2025-07-17T08:07:07.4874206Z creating build\bdist.win-amd64\wheel\torch\_C\_export 2025-07-17T08:07:07.4877810Z copying build\lib.win-amd64-cpython-39\torch\_C\_export\pt2_archive_constants.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_export 2025-07-17T08:07:07.4883430Z copying build\lib.win-amd64-cpython-39\torch\_C\_export\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C\_export 2025-07-17T08:07:07.4888699Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4894310Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4899933Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4905177Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4910572Z copying build\lib.win-amd64-cpython-39\torch\_C\_jit_tree_views.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4916253Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4921701Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4927314Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4932666Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4938471Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4943872Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4949191Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4955313Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4981020Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4986420Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2025-07-17T08:07:07.4996014Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.5001577Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.5006873Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.5012436Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2025-07-17T08:07:07.5015727Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-07-17T08:07:07.5021200Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-07-17T08:07:07.5027052Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2025-07-17T08:07:07.5031593Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.5037373Z creating build\bdist.win-amd64\wheel\torch\_C_flatbuffer 2025-07-17T08:07:07.5050605Z copying build\lib.win-amd64-cpython-39\torch\_C_flatbuffer\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C_flatbuffer 2025-07-17T08:07:07.5056153Z creating build\bdist.win-amd64\wheel\torch\_decomp 2025-07-17T08:07:07.5059419Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-07-17T08:07:07.5067175Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-07-17T08:07:07.5073045Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-07-17T08:07:07.5088780Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2025-07-17T08:07:07.5094781Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2025-07-17T08:07:07.5098141Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-07-17T08:07:07.5103694Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2025-07-17T08:07:07.5108740Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2025-07-17T08:07:07.5112196Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2025-07-17T08:07:07.5115713Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5121928Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5126803Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5132194Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5148361Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5154069Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5159396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5165432Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5170886Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5176711Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5183233Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2025-07-17T08:07:07.5188303Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5194575Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5201306Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5217110Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5222984Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5228875Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5234628Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5241344Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5246608Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5252977Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5259721Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5265158Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5270618Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5276643Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5282913Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5288749Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5294174Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5301131Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5306969Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5312701Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5318310Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_hints.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5333517Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_break_registry.json -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5374954Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_deduplication.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5380940Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_region_tracker.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5386964Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5392976Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5400255Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5406178Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5411566Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\metrics_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5417657Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5423224Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5435678Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\package.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5441926Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5448368Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2025-07-17T08:07:07.5451942Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5457659Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5463743Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\fx.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5469617Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5485967Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5491565Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\operator.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5496987Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5502725Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\pytree.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5507990Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5516084Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5519197Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2025-07-17T08:07:07.5524973Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\precompile_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5530796Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5536249Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5542258Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2025-07-17T08:07:07.5545449Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-07-17T08:07:07.5551818Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-07-17T08:07:07.5557815Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\aoti.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-07-17T08:07:07.5563750Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2025-07-17T08:07:07.5568384Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5574355Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5580980Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5587248Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5594890Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5611678Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5617618Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5623442Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_dont_skip_tracing_functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5628868Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5634489Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5641852Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5647460Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5655037Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2025-07-17T08:07:07.5658362Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5664396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5671705Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5678276Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5683703Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5700414Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5706462Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5712539Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5719415Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5726521Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5732361Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5737636Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5743775Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5750943Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5758258Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5764454Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5770513Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5776507Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5783520Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5826004Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5832541Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5840709Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2025-07-17T08:07:07.5846982Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5852631Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2025-07-17T08:07:07.5858387Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.5864876Z creating build\bdist.win-amd64\wheel\torch\_export 2025-07-17T08:07:07.5869808Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.5877020Z creating build\bdist.win-amd64\wheel\torch\_export\db 2025-07-17T08:07:07.5880329Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-07-17T08:07:07.5886707Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2025-07-17T08:07:07.5890262Z 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-07-17T08:07:07.5895746Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5901315Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5917678Z 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-07-17T08:07:07.5923095Z 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-07-17T08:07:07.5928571Z 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-07-17T08:07:07.5934515Z 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-07-17T08:07:07.5939659Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5945431Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5951125Z 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-07-17T08:07:07.5956651Z 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-07-17T08:07:07.5962052Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5967279Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.5972538Z 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-07-17T08:07:07.5978128Z 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-07-17T08:07:07.5983422Z 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-07-17T08:07:07.5988758Z 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-07-17T08:07:07.5994723Z 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-07-17T08:07:07.6009831Z 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-07-17T08:07:07.6015160Z 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-07-17T08:07:07.6021755Z 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-07-17T08:07:07.6027709Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6033254Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6038723Z 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-07-17T08:07:07.6044848Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6050357Z 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-07-17T08:07:07.6066249Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6071697Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6077087Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6083030Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6088807Z 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-07-17T08:07:07.6094353Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6099799Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6105221Z 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-07-17T08:07:07.6110825Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6127558Z 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-07-17T08:07:07.6132989Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2025-07-17T08:07:07.6138965Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-07-17T08:07:07.6144659Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-07-17T08:07:07.6150314Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2025-07-17T08:07:07.6154606Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6160321Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6195652Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2025-07-17T08:07:07.6196438Z 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-07-17T08:07:07.6197590Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6198577Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6211005Z 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-07-17T08:07:07.6216431Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\insert_custom_op_guards.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6222484Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6228501Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6234320Z 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-07-17T08:07:07.6240363Z 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-07-17T08:07:07.6246893Z 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-07-17T08:07:07.6252528Z 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-07-17T08:07:07.6258077Z 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-07-17T08:07:07.6263694Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6269091Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2025-07-17T08:07:07.6274302Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6280658Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2025-07-17T08:07:07.6284077Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-07-17T08:07:07.6289729Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-07-17T08:07:07.6295192Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2025-07-17T08:07:07.6299768Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2025-07-17T08:07:07.6303015Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6308533Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\export_schema.thrift -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6314166Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6321975Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6338165Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6343955Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6351332Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6357399Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2025-07-17T08:07:07.6361400Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6366733Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6372948Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6378740Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6384171Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2025-07-17T08:07:07.6390103Z creating build\bdist.win-amd64\wheel\torch\_functorch 2025-07-17T08:07:07.6393473Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6400064Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6406163Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6412602Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6428027Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6434965Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6440051Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6446209Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6450782Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6456420Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6464039Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6469816Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6475511Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6481345Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6490156Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6495646Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6501240Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6506984Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6513146Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6518620Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6524907Z creating build\bdist.win-amd64\wheel\torch\_functorch\_activation_checkpointing 2025-07-17T08:07:07.6538121Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\ac_logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-07-17T08:07:07.6543866Z 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-07-17T08:07:07.6549489Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-07-17T08:07:07.6565472Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\knapsack_evaluator.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-07-17T08:07:07.6570999Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_activation_checkpointing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_activation_checkpointing 2025-07-17T08:07:07.6576435Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6579966Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6586635Z 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-07-17T08:07:07.6593779Z 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-07-17T08:07:07.6609544Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\frontend_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6615700Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6622202Z 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-07-17T08:07:07.6628386Z 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-07-17T08:07:07.6635338Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6641141Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6647895Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6654469Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_parametrization.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6660345Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6677630Z 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-07-17T08:07:07.6684636Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6690619Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2025-07-17T08:07:07.6695769Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2025-07-17T08:07:07.6701477Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.6707708Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2025-07-17T08:07:07.6711222Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\aoti_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6717852Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6724077Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6740088Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\base_hop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6745431Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6751519Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6756908Z 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-07-17T08:07:07.6762496Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flat_apply.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6768010Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6774495Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\foreach_map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6780130Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6785650Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6791727Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6798296Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6804497Z 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-07-17T08:07:07.6809760Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6815751Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\schema.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6821432Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6826932Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6832547Z 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-07-17T08:07:07.6839553Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6845621Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6861242Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6866419Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\_invoke_quant.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6872178Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2025-07-17T08:07:07.6878524Z creating build\bdist.win-amd64\wheel\torch\_inductor 2025-07-17T08:07:07.6881946Z creating build\bdist.win-amd64\wheel\torch\_inductor\analysis 2025-07-17T08:07:07.6885479Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\device_info.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-07-17T08:07:07.6891054Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\profile_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-07-17T08:07:07.6897516Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\analysis 2025-07-17T08:07:07.6902225Z copying build\lib.win-amd64-cpython-39\torch\_inductor\analyze_preserves_zero_mask.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.6907740Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.6923223Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.6949037Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2025-07-17T08:07:07.6952556Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6956101Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6961813Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6967625Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6983388Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6997454Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.6998659Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2025-07-17T08:07:07.7003112Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-07-17T08:07:07.7008859Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-07-17T08:07:07.7025403Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-07-17T08:07:07.7031972Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-07-17T08:07:07.7037692Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2025-07-17T08:07:07.7042213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7048775Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7054535Z copying build\lib.win-amd64-cpython-39\torch\_inductor\choices.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7061151Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7069133Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2025-07-17T08:07:07.7072767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7078918Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2025-07-17T08:07:07.7082390Z 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-07-17T08:07:07.7088546Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\block_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7094088Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7111470Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7119378Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_bmm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7125938Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_flex_attention_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7132286Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7172777Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_grouped_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7194729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7201554Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7207272Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7213523Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7220213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7227931Z 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-07-17T08:07:07.7234269Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7240513Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7246618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7252529Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7255964Z 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-07-17T08:07:07.7261469Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7266821Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7273221Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7282895Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7288668Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-07-17T08:07:07.7292192Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions\evt_extensions.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2025-07-17T08:07:07.7297900Z 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-07-17T08:07:07.7303939Z 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-07-17T08:07:07.7318497Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_presets.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7323989Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_python_evt.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7329687Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7335747Z 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-07-17T08:07:07.7341667Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7348301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\serialization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7354541Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2025-07-17T08:07:07.7359156Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7374428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7380113Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7386608Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7392709Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7398942Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\mps_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7404601Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7410903Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7414564Z 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-07-17T08:07:07.7420630Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7426087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_tile_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7431885Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_tile_universal_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7448124Z 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-07-17T08:07:07.7454688Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7460620Z 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-07-17T08:07:07.7466247Z 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-07-17T08:07:07.7472395Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7478060Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7483692Z 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-07-17T08:07:07.7489296Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7494856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2025-07-17T08:07:07.7499388Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7506335Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7512859Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7518374Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7526140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7542402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7548015Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7553729Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7561078Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper_fxir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7567744Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2025-07-17T08:07:07.7571185Z 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-07-17T08:07:07.7577162Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2025-07-17T08:07:07.7581867Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2025-07-17T08:07:07.7586599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7593601Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7598869Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7604538Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compiler_bisector.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7610583Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7617552Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_async.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7623295Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_ext.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7629825Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx_subproc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7636024Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2025-07-17T08:07:07.7639463Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-07-17T08:07:07.7645891Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\tracked_process_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-07-17T08:07:07.7651411Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-07-17T08:07:07.7656918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-07-17T08:07:07.7671387Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2025-07-17T08:07:07.7676716Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7684209Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7690209Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7706739Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7712800Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7720145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7725848Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7731301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7737938Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7744129Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7750412Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dtype_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7756170Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7761629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7778319Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7785697Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7791885Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.7798677Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2025-07-17T08:07:07.7802276Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7808432Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7814492Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\bucketing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7820641Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7837408Z 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-07-17T08:07:07.7842928Z 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-07-17T08:07:07.7848742Z 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-07-17T08:07:07.7854276Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7859678Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7865511Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7871951Z 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-07-17T08:07:07.7878437Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7884863Z 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-07-17T08:07:07.7891051Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7896530Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7903060Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7908598Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7914652Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7921238Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7927213Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7934883Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7951348Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.7957867Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.7961477Z 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-07-17T08:07:07.7967148Z 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-07-17T08:07:07.7972543Z 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-07-17T08:07:07.7988651Z 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-07-17T08:07:07.7994912Z 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-07-17T08:07:07.8000088Z 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-07-17T08:07:07.8005762Z 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-07-17T08:07:07.8011792Z 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-07-17T08:07:07.8017667Z 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-07-17T08:07:07.8023364Z 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-07-17T08:07:07.8029660Z 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-07-17T08:07:07.8036147Z 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-07-17T08:07:07.8042754Z 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-07-17T08:07:07.8049319Z 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-07-17T08:07:07.8055321Z 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-07-17T08:07:07.8061053Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_20.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.8067277Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_21.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.8073346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_22.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.8079244Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_23.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.8094685Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_24.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes\serialized_patterns 2025-07-17T08:07:07.8100363Z 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-07-17T08:07:07.8106410Z 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-07-17T08:07:07.8112565Z 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-07-17T08:07:07.8118445Z 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-07-17T08:07:07.8124150Z 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-07-17T08:07:07.8129988Z 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-07-17T08:07:07.8136256Z 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-07-17T08:07:07.8142261Z 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-07-17T08:07:07.8146752Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.8154443Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2025-07-17T08:07:07.8159010Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8164596Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8171622Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8177013Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8182858Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8188409Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8198822Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8204823Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2025-07-17T08:07:07.8208346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8213900Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8219921Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8226907Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8233220Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8249978Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8255421Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_grouped.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8261506Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8282113Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2025-07-17T08:07:07.8287412Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8303981Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8313951Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8320073Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8325856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8333482Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8340346Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mock_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8346100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8352618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8358715Z copying build\lib.win-amd64-cpython-39\torch\_inductor\output_code.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8365440Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2025-07-17T08:07:07.8368920Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-07-17T08:07:07.8374233Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-07-17T08:07:07.8379658Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2025-07-17T08:07:07.8385165Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8411886Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8417577Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8423554Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2025-07-17T08:07:07.8427099Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8433629Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8439301Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8444797Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8460285Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8466121Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8471792Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8477329Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8482994Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\static_cuda_launcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8489983Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_compat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8497089Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8504703Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8515547Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2025-07-17T08:07:07.8521750Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8532896Z copying build\lib.win-amd64-cpython-39\torch\_inductor\script.ld -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8539603Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8549869Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8557763Z copying build\lib.win-amd64-cpython-39\torch\_inductor\standalone_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8566471Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8573832Z copying build\lib.win-amd64-cpython-39\torch\_inductor\template_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8581638Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8599839Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8614330Z copying build\lib.win-amd64-cpython-39\torch\_inductor\tiling_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8622044Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8629692Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8639580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8646828Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8655836Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__autotune_main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8663188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2025-07-17T08:07:07.8670760Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8682588Z creating build\bdist.win-amd64\wheel\torch\_lazy 2025-07-17T08:07:07.8688893Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8697493Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8705222Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8713498Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8723978Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8743847Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8754560Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8761627Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8768730Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8776227Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8783423Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2025-07-17T08:07:07.8791032Z creating build\bdist.win-amd64\wheel\torch\_library 2025-07-17T08:07:07.8804800Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8810457Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8816594Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8821985Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8839187Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_profile.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8844889Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8850918Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8856500Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8862285Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8868283Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2025-07-17T08:07:07.8873670Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8879323Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8885877Z creating build\bdist.win-amd64\wheel\torch\_logging 2025-07-17T08:07:07.8889262Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-07-17T08:07:07.8896217Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-07-17T08:07:07.8901733Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-07-17T08:07:07.8908611Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-07-17T08:07:07.8923890Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2025-07-17T08:07:07.8929728Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8935325Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8943823Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.8950337Z creating build\bdist.win-amd64\wheel\torch\_numpy 2025-07-17T08:07:07.8953788Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.8959352Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.8964716Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.8970536Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2025-07-17T08:07:07.8973784Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-07-17T08:07:07.8980950Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2025-07-17T08:07:07.8986266Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.8993531Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9012488Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9019422Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9026488Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9069506Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9076357Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9081700Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9087989Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9093765Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9099964Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9105525Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9111060Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9116574Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2025-07-17T08:07:07.9121799Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9129327Z creating build\bdist.win-amd64\wheel\torch\_prims 2025-07-17T08:07:07.9132724Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-07-17T08:07:07.9138188Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-07-17T08:07:07.9143908Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-07-17T08:07:07.9149294Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-07-17T08:07:07.9154930Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2025-07-17T08:07:07.9167425Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2025-07-17T08:07:07.9170764Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-07-17T08:07:07.9176817Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2025-07-17T08:07:07.9183436Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9189522Z creating build\bdist.win-amd64\wheel\torch\_refs 2025-07-17T08:07:07.9192904Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-07-17T08:07:07.9199389Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2025-07-17T08:07:07.9202675Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2025-07-17T08:07:07.9208577Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2025-07-17T08:07:07.9211971Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2025-07-17T08:07:07.9215422Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2025-07-17T08:07:07.9222486Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2025-07-17T08:07:07.9227993Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2025-07-17T08:07:07.9231295Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2025-07-17T08:07:07.9236944Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-07-17T08:07:07.9242392Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2025-07-17T08:07:07.9265606Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9290972Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9296480Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9302246Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9307761Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2025-07-17T08:07:07.9311383Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-07-17T08:07:07.9317350Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-07-17T08:07:07.9322826Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2025-07-17T08:07:07.9337361Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2025-07-17T08:07:07.9341178Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9347298Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9354612Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9369736Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9376068Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9382777Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9388319Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9393898Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2025-07-17T08:07:07.9399305Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9406014Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9413513Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9420016Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9424625Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9434726Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9440872Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9456413Z creating build\bdist.win-amd64\wheel\torch\_vendor 2025-07-17T08:07:07.9459643Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2025-07-17T08:07:07.9462895Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-07-17T08:07:07.9468818Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-07-17T08:07:07.9474458Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2025-07-17T08:07:07.9479562Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2025-07-17T08:07:07.9483867Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9488885Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9505305Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9511441Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9517649Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9523058Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9528691Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2025-07-17T08:07:07.9548693Z creating build\bdist.win-amd64\wheel\torchgen 2025-07-17T08:07:07.9552237Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2025-07-17T08:07:07.9555705Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-07-17T08:07:07.9561494Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2025-07-17T08:07:07.9566179Z creating build\bdist.win-amd64\wheel\torchgen\api 2025-07-17T08:07:07.9569760Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9575602Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9582214Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9587955Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9593464Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9611127Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9617684Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9625740Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9634262Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9641576Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9650676Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2025-07-17T08:07:07.9655702Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-07-17T08:07:07.9663020Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-07-17T08:07:07.9669975Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-07-17T08:07:07.9676252Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2025-07-17T08:07:07.9681432Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9686884Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9692326Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2025-07-17T08:07:07.9697021Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9702900Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9708548Z creating build\bdist.win-amd64\wheel\torchgen\dest 2025-07-17T08:07:07.9712258Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9718559Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9724003Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9729658Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9745838Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9751926Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2025-07-17T08:07:07.9757244Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9774192Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9780396Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9786591Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9793012Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9799200Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9804577Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9809895Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9815161Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9822521Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:07.9828760Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2025-07-17T08:07:07.9832380Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-07-17T08:07:07.9838183Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-07-17T08:07:07.9843832Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2025-07-17T08:07:07.9858044Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2025-07-17T08:07:07.9861306Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2025-07-17T08:07:07.9864543Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2025-07-17T08:07:07.9867846Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-07-17T08:07:07.9878947Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2025-07-17T08:07:07.9885172Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9888547Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9894246Z 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-07-17T08:07:07.9899693Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9915516Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9920835Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9926253Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9931738Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9937705Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9942497Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9947496Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9952723Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9958753Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9963777Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9969201Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9974338Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9979538Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9985460Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9991217Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:07.9997808Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0011825Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0017359Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0022532Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0027887Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0033773Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0039139Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0044871Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0050616Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0056300Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0062033Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0078425Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0084316Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0089613Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0094018Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0101205Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0105982Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0124002Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0129304Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0134832Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0152275Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2025-07-17T08:07:08.0160897Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2025-07-17T08:07:08.0164497Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0172496Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0179087Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0186105Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0194212Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0217006Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0224798Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0234369Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0248955Z 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-07-17T08:07:08.0254689Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0261265Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0267250Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0273125Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0280147Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0285741Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0292520Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0298595Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0302159Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0316710Z 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-07-17T08:07:08.0322925Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0338136Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0344297Z 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-07-17T08:07:08.0349785Z 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-07-17T08:07:08.0355209Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0360997Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0366321Z 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-07-17T08:07:08.0371917Z 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-07-17T08:07:08.0377507Z 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-07-17T08:07:08.0383672Z 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-07-17T08:07:08.0389273Z 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-07-17T08:07:08.0394743Z 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-07-17T08:07:08.0400327Z 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-07-17T08:07:08.0405963Z 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-07-17T08:07:08.0412330Z 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-07-17T08:07:08.0428370Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0434086Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0439704Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0445238Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0450820Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0456056Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2025-07-17T08:07:08.0461465Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2025-07-17T08:07:08.0466231Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2025-07-17T08:07:08.0469618Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-07-17T08:07:08.0476430Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-07-17T08:07:08.0482080Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2025-07-17T08:07:08.0486808Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2025-07-17T08:07:08.0490484Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-07-17T08:07:08.0496482Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-07-17T08:07:08.0503839Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-07-17T08:07:08.0521298Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2025-07-17T08:07:08.0525623Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:08.0531729Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:08.0537389Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2025-07-17T08:07:08.0551632Z running install_egg_info 2025-07-17T08:07:08.0651509Z running egg_info 2025-07-17T08:07:08.0732321Z creating torch.egg-info 2025-07-17T08:07:08.0735701Z writing torch.egg-info\PKG-INFO 2025-07-17T08:07:08.0758494Z writing dependency_links to torch.egg-info\dependency_links.txt 2025-07-17T08:07:08.0763018Z writing entry points to torch.egg-info\entry_points.txt 2025-07-17T08:07:08.0781612Z writing requirements to torch.egg-info\requires.txt 2025-07-17T08:07:08.0785520Z writing top-level names to torch.egg-info\top_level.txt 2025-07-17T08:07:08.0788732Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-07-17T08:07:09.2577174Z reading manifest file 'torch.egg-info\SOURCES.txt' 2025-07-17T08:07:09.2583370Z reading manifest template 'MANIFEST.in' 2025-07-17T08:07:09.2611432Z warning: no files found matching 'BUILD' 2025-07-17T08:07:09.2615828Z warning: no files found matching '*.BUILD' 2025-07-17T08:07:09.2622890Z warning: no files found matching 'BUCK' 2025-07-17T08:07:09.2648687Z warning: no files found matching '[Mm]akefile.*' 2025-07-17T08:07:09.2658510Z warning: no files found matching '*.[Dd]ockerfile' 2025-07-17T08:07:09.2663149Z warning: no files found matching '[Dd]ockerfile.*' 2025-07-17T08:07:18.8411720Z warning: no previously-included files matching '*.o' found anywhere in distribution 2025-07-17T08:07:18.9647254Z warning: no previously-included files matching '*.obj' found anywhere in distribution 2025-07-17T08:07:19.0894384Z warning: no previously-included files matching '*.so' found anywhere in distribution 2025-07-17T08:07:19.2129050Z warning: no previously-included files matching '*.a' found anywhere in distribution 2025-07-17T08:07:19.3380054Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2025-07-17T08:07:19.8755188Z no previously-included directories found matching '*\.git' 2025-07-17T08:07:20.0965350Z warning: no previously-included files matching '*~' found anywhere in distribution 2025-07-17T08:07:20.2202092Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2025-07-17T08:07:20.2202899Z adding license file 'LICENSE' 2025-07-17T08:07:20.2203193Z adding license file 'NOTICE' 2025-07-17T08:07:25.9540819Z writing manifest file 'torch.egg-info\SOURCES.txt' 2025-07-17T08:07:26.0036137Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.9.0a0+gita38f433-py3.9.egg-info 2025-07-17T08:07:26.0138625Z running install_scripts 2025-07-17T08:07:26.0155990Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\command\bdist_wheel.py:103: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2025-07-17T08:07:26.0156867Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2025-07-17T08:07:26.0235381Z creating build\bdist.win-amd64\wheel\torch-2.9.0a0+gita38f433.dist-info\WHEEL 2025-07-17T08:07:26.0251375Z creating 'dist\torch-2.9.0a0+gita38f433-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2025-07-17T08:07:26.0488602Z adding 'functorch/_C.cp39-win_amd64.pyd' 2025-07-17T08:07:26.0505196Z adding 'functorch/__init__.py' 2025-07-17T08:07:26.0508982Z adding 'functorch/_src/__init__.py' 2025-07-17T08:07:26.0512978Z adding 'functorch/_src/aot_autograd/__init__.py' 2025-07-17T08:07:26.0516731Z adding 'functorch/_src/eager_transforms/__init__.py' 2025-07-17T08:07:26.0520304Z adding 'functorch/_src/make_functional/__init__.py' 2025-07-17T08:07:26.0524083Z adding 'functorch/_src/vmap/__init__.py' 2025-07-17T08:07:26.0528033Z adding 'functorch/compile/__init__.py' 2025-07-17T08:07:26.0532831Z adding 'functorch/dim/__init__.py' 2025-07-17T08:07:26.0536080Z adding 'functorch/dim/batch_tensor.py' 2025-07-17T08:07:26.0539620Z adding 'functorch/dim/delayed_mul_tensor.py' 2025-07-17T08:07:26.0543428Z adding 'functorch/dim/dim.py' 2025-07-17T08:07:26.0546785Z adding 'functorch/dim/magic_trace.py' 2025-07-17T08:07:26.0551055Z adding 'functorch/dim/op_properties.py' 2025-07-17T08:07:26.0560596Z adding 'functorch/dim/reference.py' 2025-07-17T08:07:26.0564133Z adding 'functorch/dim/tree_map.py' 2025-07-17T08:07:26.0567462Z adding 'functorch/dim/wrap_type.py' 2025-07-17T08:07:26.0571123Z adding 'functorch/einops/__init__.py' 2025-07-17T08:07:26.0576796Z adding 'functorch/einops/_parsing.py' 2025-07-17T08:07:26.0581906Z adding 'functorch/einops/rearrange.py' 2025-07-17T08:07:26.0586193Z adding 'functorch/experimental/__init__.py' 2025-07-17T08:07:26.0589081Z adding 'functorch/experimental/control_flow.py' 2025-07-17T08:07:26.0591959Z adding 'functorch/experimental/ops.py' 2025-07-17T08:07:26.0600520Z adding 'torch/_C.cp39-win_amd64.pyd' 2025-07-17T08:07:26.0603940Z adding 'torch/_VF.py' 2025-07-17T08:07:26.0829950Z adding 'torch/_VF.pyi' 2025-07-17T08:07:26.0860340Z adding 'torch/__config__.py' 2025-07-17T08:07:26.0864089Z adding 'torch/__future__.py' 2025-07-17T08:07:26.0902921Z adding 'torch/__init__.py' 2025-07-17T08:07:26.0913186Z adding 'torch/_appdirs.py' 2025-07-17T08:07:26.0918274Z adding 'torch/_classes.py' 2025-07-17T08:07:26.0920776Z adding 'torch/_compile.py' 2025-07-17T08:07:26.0926459Z adding 'torch/_custom_ops.py' 2025-07-17T08:07:26.0929581Z adding 'torch/_environment.py' 2025-07-17T08:07:26.0944844Z adding 'torch/_guards.py' 2025-07-17T08:07:26.0967453Z adding 'torch/_jit_internal.py' 2025-07-17T08:07:26.0972740Z adding 'torch/_linalg_utils.py' 2025-07-17T08:07:26.0988571Z adding 'torch/_lobpcg.py' 2025-07-17T08:07:26.0995025Z adding 'torch/_lowrank.py' 2025-07-17T08:07:26.1072319Z adding 'torch/_meta_registrations.py' 2025-07-17T08:07:26.1082172Z adding 'torch/_namedtensor_internals.py' 2025-07-17T08:07:26.1104368Z adding 'torch/_ops.py' 2025-07-17T08:07:26.1110660Z adding 'torch/_python_dispatcher.py' 2025-07-17T08:07:26.1113904Z adding 'torch/_size_docs.py' 2025-07-17T08:07:26.1117997Z adding 'torch/_sources.py' 2025-07-17T08:07:26.1121338Z adding 'torch/_storage_docs.py' 2025-07-17T08:07:26.1124257Z adding 'torch/_streambase.py' 2025-07-17T08:07:26.1148499Z adding 'torch/_tensor.py' 2025-07-17T08:07:26.1193453Z adding 'torch/_tensor_docs.py' 2025-07-17T08:07:26.1207674Z adding 'torch/_tensor_str.py' 2025-07-17T08:07:26.1214699Z adding 'torch/_thread_safe_fork.py' 2025-07-17T08:07:26.1350315Z adding 'torch/_torch_docs.py' 2025-07-17T08:07:26.1383556Z adding 'torch/_utils.py' 2025-07-17T08:07:26.1392129Z adding 'torch/_utils_internal.py' 2025-07-17T08:07:26.1396439Z adding 'torch/_vmap_internals.py' 2025-07-17T08:07:26.1405048Z adding 'torch/_weights_only_unpickler.py' 2025-07-17T08:07:26.1437238Z adding 'torch/functional.py' 2025-07-17T08:07:26.1452117Z adding 'torch/hub.py' 2025-07-17T08:07:26.1474361Z adding 'torch/library.py' 2025-07-17T08:07:26.1502591Z adding 'torch/overrides.py' 2025-07-17T08:07:26.1507800Z adding 'torch/py.typed' 2025-07-17T08:07:26.1512462Z adding 'torch/quasirandom.py' 2025-07-17T08:07:26.1517302Z adding 'torch/random.py' 2025-07-17T08:07:26.1520795Z adding 'torch/return_types.py' 2025-07-17T08:07:26.1525162Z adding 'torch/return_types.pyi' 2025-07-17T08:07:26.1554821Z adding 'torch/serialization.py' 2025-07-17T08:07:26.1571748Z adding 'torch/storage.py' 2025-07-17T08:07:26.1576529Z adding 'torch/torch_version.py' 2025-07-17T08:07:26.1580328Z adding 'torch/types.py' 2025-07-17T08:07:26.1583351Z adding 'torch/version.py' 2025-07-17T08:07:26.1810140Z adding 'torch/_C/_VariableFunctions.pyi' 2025-07-17T08:07:26.1930850Z adding 'torch/_C/__init__.pyi' 2025-07-17T08:07:26.1945294Z adding 'torch/_C/_aoti.pyi' 2025-07-17T08:07:26.1949460Z adding 'torch/_C/_autograd.pyi' 2025-07-17T08:07:26.1952757Z adding 'torch/_C/_cpu.pyi' 2025-07-17T08:07:26.1955646Z adding 'torch/_C/_cudnn.pyi' 2025-07-17T08:07:26.1958583Z adding 'torch/_C/_cusparselt.pyi' 2025-07-17T08:07:26.1961643Z adding 'torch/_C/_distributed_autograd.pyi' 2025-07-17T08:07:26.1970256Z adding 'torch/_C/_distributed_c10d.pyi' 2025-07-17T08:07:26.1975125Z adding 'torch/_C/_distributed_rpc.pyi' 2025-07-17T08:07:26.1978609Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2025-07-17T08:07:26.1981623Z adding 'torch/_C/_functions.pyi' 2025-07-17T08:07:26.1985185Z adding 'torch/_C/_functorch.pyi' 2025-07-17T08:07:26.1988146Z adding 'torch/_C/_instruction_counter.pyi' 2025-07-17T08:07:26.1991016Z adding 'torch/_C/_itt.pyi' 2025-07-17T08:07:26.1994842Z adding 'torch/_C/_jit_tree_views.pyi' 2025-07-17T08:07:26.1998115Z adding 'torch/_C/_lazy.pyi' 2025-07-17T08:07:26.2001215Z adding 'torch/_C/_lazy_ts_backend.pyi' 2025-07-17T08:07:26.2004460Z adding 'torch/_C/_monitor.pyi' 2025-07-17T08:07:26.2008339Z adding 'torch/_C/_nn.pyi' 2025-07-17T08:07:26.2011432Z adding 'torch/_C/_nvtx.pyi' 2025-07-17T08:07:26.2014440Z adding 'torch/_C/_onnx.pyi' 2025-07-17T08:07:26.2018557Z adding 'torch/_C/_profiler.pyi' 2025-07-17T08:07:26.2021573Z adding 'torch/_C/_verbose.pyi' 2025-07-17T08:07:26.2025236Z adding 'torch/_C/_dynamo/__init__.pyi' 2025-07-17T08:07:26.2028225Z adding 'torch/_C/_dynamo/compiled_autograd.pyi' 2025-07-17T08:07:26.2031886Z adding 'torch/_C/_dynamo/eval_frame.pyi' 2025-07-17T08:07:26.2035623Z adding 'torch/_C/_dynamo/guards.pyi' 2025-07-17T08:07:26.2039444Z adding 'torch/_C/_export/__init__.pyi' 2025-07-17T08:07:26.2042481Z adding 'torch/_C/_export/pt2_archive_constants.pyi' 2025-07-17T08:07:26.2046097Z adding 'torch/_C_flatbuffer/__init__.pyi' 2025-07-17T08:07:26.2050064Z adding 'torch/_awaits/__init__.py' 2025-07-17T08:07:26.2053590Z adding 'torch/_custom_op/__init__.py' 2025-07-17T08:07:26.2059202Z adding 'torch/_custom_op/autograd.py' 2025-07-17T08:07:26.2069139Z adding 'torch/_custom_op/impl.py' 2025-07-17T08:07:26.2077646Z adding 'torch/_decomp/__init__.py' 2025-07-17T08:07:26.2137485Z adding 'torch/_decomp/decompositions.py' 2025-07-17T08:07:26.2147414Z adding 'torch/_decomp/decompositions_for_jvp.py' 2025-07-17T08:07:26.2152875Z adding 'torch/_decomp/decompositions_for_rng.py' 2025-07-17T08:07:26.2156848Z adding 'torch/_dispatch/__init__.py' 2025-07-17T08:07:26.2161497Z adding 'torch/_dispatch/python.py' 2025-07-17T08:07:26.2167586Z adding 'torch/_dynamo/__init__.py' 2025-07-17T08:07:26.2173206Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2025-07-17T08:07:26.2178504Z adding 'torch/_dynamo/bytecode_analysis.py' 2025-07-17T08:07:26.2201202Z adding 'torch/_dynamo/bytecode_transformation.py' 2025-07-17T08:07:26.2207761Z adding 'torch/_dynamo/cache_size.py' 2025-07-17T08:07:26.2212144Z adding 'torch/_dynamo/callback.py' 2025-07-17T08:07:26.2215720Z adding 'torch/_dynamo/code_context.py' 2025-07-17T08:07:26.2226453Z adding 'torch/_dynamo/codegen.py' 2025-07-17T08:07:26.2248172Z adding 'torch/_dynamo/compiled_autograd.py' 2025-07-17T08:07:26.2256014Z adding 'torch/_dynamo/comptime.py' 2025-07-17T08:07:26.2269901Z adding 'torch/_dynamo/config.py' 2025-07-17T08:07:26.2293466Z adding 'torch/_dynamo/convert_frame.py' 2025-07-17T08:07:26.2298474Z adding 'torch/_dynamo/create_parameter_op.py' 2025-07-17T08:07:26.2301808Z adding 'torch/_dynamo/current_scope_id.py' 2025-07-17T08:07:26.2314745Z adding 'torch/_dynamo/debug_utils.py' 2025-07-17T08:07:26.2328900Z adding 'torch/_dynamo/decorators.py' 2025-07-17T08:07:26.2336109Z adding 'torch/_dynamo/device_interface.py' 2025-07-17T08:07:26.2340074Z adding 'torch/_dynamo/distributed.py' 2025-07-17T08:07:26.2372860Z adding 'torch/_dynamo/eval_frame.py' 2025-07-17T08:07:26.2384468Z adding 'torch/_dynamo/exc.py' 2025-07-17T08:07:26.2390002Z adding 'torch/_dynamo/external_utils.py' 2025-07-17T08:07:26.2393819Z adding 'torch/_dynamo/funcname_cache.py' 2025-07-17T08:07:26.2397106Z adding 'torch/_dynamo/graph_break_hints.py' 2025-07-17T08:07:26.2421663Z adding 'torch/_dynamo/graph_break_registry.json' 2025-07-17T08:07:26.2432068Z adding 'torch/_dynamo/graph_deduplication.py' 2025-07-17T08:07:26.2440485Z adding 'torch/_dynamo/graph_region_tracker.py' 2025-07-17T08:07:26.2444512Z adding 'torch/_dynamo/graph_utils.py' 2025-07-17T08:07:26.2495378Z adding 'torch/_dynamo/guards.py' 2025-07-17T08:07:26.2502169Z adding 'torch/_dynamo/hooks.py' 2025-07-17T08:07:26.2505895Z adding 'torch/_dynamo/logging.py' 2025-07-17T08:07:26.2510857Z adding 'torch/_dynamo/metrics_context.py' 2025-07-17T08:07:26.2515254Z adding 'torch/_dynamo/mutation_guard.py' 2025-07-17T08:07:26.2566489Z adding 'torch/_dynamo/output_graph.py' 2025-07-17T08:07:26.2579462Z adding 'torch/_dynamo/package.py' 2025-07-17T08:07:26.2592555Z adding 'torch/_dynamo/pgo.py' 2025-07-17T08:07:26.2598207Z adding 'torch/_dynamo/precompile_context.py' 2025-07-17T08:07:26.2602679Z adding 'torch/_dynamo/profiler.py' 2025-07-17T08:07:26.2606690Z adding 'torch/_dynamo/replay_record.py' 2025-07-17T08:07:26.2615680Z adding 'torch/_dynamo/resume_execution.py' 2025-07-17T08:07:26.2632873Z adding 'torch/_dynamo/side_effects.py' 2025-07-17T08:07:26.2643380Z adding 'torch/_dynamo/source.py' 2025-07-17T08:07:26.2709058Z adding 'torch/_dynamo/symbolic_convert.py' 2025-07-17T08:07:26.2713560Z adding 'torch/_dynamo/tensor_version_op.py' 2025-07-17T08:07:26.2718403Z adding 'torch/_dynamo/test_case.py' 2025-07-17T08:07:26.2722017Z adding 'torch/_dynamo/test_dont_skip_tracing_functions.py' 2025-07-17T08:07:26.2727738Z adding 'torch/_dynamo/test_minifier_common.py' 2025-07-17T08:07:26.2735241Z adding 'torch/_dynamo/testing.py' 2025-07-17T08:07:26.2773735Z adding 'torch/_dynamo/trace_rules.py' 2025-07-17T08:07:26.2781485Z adding 'torch/_dynamo/types.py' 2025-07-17T08:07:26.2841930Z adding 'torch/_dynamo/utils.py' 2025-07-17T08:07:26.2849556Z adding 'torch/_dynamo/backends/__init__.py' 2025-07-17T08:07:26.2853787Z adding 'torch/_dynamo/backends/common.py' 2025-07-17T08:07:26.2859045Z adding 'torch/_dynamo/backends/cudagraphs.py' 2025-07-17T08:07:26.2865972Z adding 'torch/_dynamo/backends/debugging.py' 2025-07-17T08:07:26.2877493Z adding 'torch/_dynamo/backends/distributed.py' 2025-07-17T08:07:26.2881264Z adding 'torch/_dynamo/backends/inductor.py' 2025-07-17T08:07:26.2884609Z adding 'torch/_dynamo/backends/onnxrt.py' 2025-07-17T08:07:26.2888882Z adding 'torch/_dynamo/backends/registry.py' 2025-07-17T08:07:26.2892012Z adding 'torch/_dynamo/backends/tensorrt.py' 2025-07-17T08:07:26.2895202Z adding 'torch/_dynamo/backends/torchxla.py' 2025-07-17T08:07:26.2900030Z adding 'torch/_dynamo/backends/tvm.py' 2025-07-17T08:07:26.2906972Z adding 'torch/_dynamo/polyfills/__init__.py' 2025-07-17T08:07:26.2910689Z adding 'torch/_dynamo/polyfills/builtins.py' 2025-07-17T08:07:26.2913908Z adding 'torch/_dynamo/polyfills/functools.py' 2025-07-17T08:07:26.2917090Z adding 'torch/_dynamo/polyfills/fx.py' 2025-07-17T08:07:26.2921269Z adding 'torch/_dynamo/polyfills/itertools.py' 2025-07-17T08:07:26.2924630Z adding 'torch/_dynamo/polyfills/loader.py' 2025-07-17T08:07:26.2928276Z adding 'torch/_dynamo/polyfills/operator.py' 2025-07-17T08:07:26.2931537Z adding 'torch/_dynamo/polyfills/os.py' 2025-07-17T08:07:26.2938148Z adding 'torch/_dynamo/polyfills/pytree.py' 2025-07-17T08:07:26.2941601Z adding 'torch/_dynamo/polyfills/sys.py' 2025-07-17T08:07:26.2945194Z adding 'torch/_dynamo/polyfills/tensor.py' 2025-07-17T08:07:26.2948947Z adding 'torch/_dynamo/repro/__init__.py' 2025-07-17T08:07:26.2963288Z adding 'torch/_dynamo/repro/after_aot.py' 2025-07-17T08:07:26.2972363Z adding 'torch/_dynamo/repro/after_dynamo.py' 2025-07-17T08:07:26.2981550Z adding 'torch/_dynamo/repro/aoti.py' 2025-07-17T08:07:26.2987554Z adding 'torch/_dynamo/variables/__init__.py' 2025-07-17T08:07:26.2997379Z adding 'torch/_dynamo/variables/base.py' 2025-07-17T08:07:26.3051769Z adding 'torch/_dynamo/variables/builder.py' 2025-07-17T08:07:26.3086682Z adding 'torch/_dynamo/variables/builtin.py' 2025-07-17T08:07:26.3094695Z adding 'torch/_dynamo/variables/constant.py' 2025-07-17T08:07:26.3109740Z adding 'torch/_dynamo/variables/ctx_manager.py' 2025-07-17T08:07:26.3124791Z adding 'torch/_dynamo/variables/dicts.py' 2025-07-17T08:07:26.3132452Z adding 'torch/_dynamo/variables/distributed.py' 2025-07-17T08:07:26.3162834Z adding 'torch/_dynamo/variables/functions.py' 2025-07-17T08:07:26.3204156Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2025-07-17T08:07:26.3214854Z adding 'torch/_dynamo/variables/iter.py' 2025-07-17T08:07:26.3220250Z adding 'torch/_dynamo/variables/lazy.py' 2025-07-17T08:07:26.3234595Z adding 'torch/_dynamo/variables/lists.py' 2025-07-17T08:07:26.3259376Z adding 'torch/_dynamo/variables/misc.py' 2025-07-17T08:07:26.3278088Z adding 'torch/_dynamo/variables/nn_module.py' 2025-07-17T08:07:26.3286413Z adding 'torch/_dynamo/variables/optimizer.py' 2025-07-17T08:07:26.3290810Z adding 'torch/_dynamo/variables/script_object.py' 2025-07-17T08:07:26.3294540Z adding 'torch/_dynamo/variables/sdpa.py' 2025-07-17T08:07:26.3316978Z adding 'torch/_dynamo/variables/tensor.py' 2025-07-17T08:07:26.3342819Z adding 'torch/_dynamo/variables/torch.py' 2025-07-17T08:07:26.3355567Z adding 'torch/_dynamo/variables/torch_function.py' 2025-07-17T08:07:26.3380525Z adding 'torch/_dynamo/variables/user_defined.py' 2025-07-17T08:07:26.3387762Z adding 'torch/_export/__init__.py' 2025-07-17T08:07:26.3410390Z adding 'torch/_export/converter.py' 2025-07-17T08:07:26.3415325Z adding 'torch/_export/error.py' 2025-07-17T08:07:26.3430761Z adding 'torch/_export/non_strict_utils.py' 2025-07-17T08:07:26.3438444Z adding 'torch/_export/pass_base.py' 2025-07-17T08:07:26.3442945Z adding 'torch/_export/tools.py' 2025-07-17T08:07:26.3464631Z adding 'torch/_export/utils.py' 2025-07-17T08:07:26.3473013Z adding 'torch/_export/verifier.py' 2025-07-17T08:07:26.3478673Z adding 'torch/_export/wrappers.py' 2025-07-17T08:07:26.3482665Z adding 'torch/_export/db/__init__.py' 2025-07-17T08:07:26.3486808Z adding 'torch/_export/db/case.py' 2025-07-17T08:07:26.3490026Z adding 'torch/_export/db/gen_example.py' 2025-07-17T08:07:26.3493350Z adding 'torch/_export/db/logging.py' 2025-07-17T08:07:26.3498412Z adding 'torch/_export/db/examples/__init__.py' 2025-07-17T08:07:26.3501508Z adding 'torch/_export/db/examples/assume_constant_result.py' 2025-07-17T08:07:26.3504500Z adding 'torch/_export/db/examples/autograd_function.py' 2025-07-17T08:07:26.3507524Z adding 'torch/_export/db/examples/class_method.py' 2025-07-17T08:07:26.3510909Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2025-07-17T08:07:26.3514177Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2025-07-17T08:07:26.3517556Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2025-07-17T08:07:26.3520651Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2025-07-17T08:07:26.3523764Z adding 'torch/_export/db/examples/cond_operands.py' 2025-07-17T08:07:26.3526836Z adding 'torch/_export/db/examples/cond_predicate.py' 2025-07-17T08:07:26.3529939Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2025-07-17T08:07:26.3533107Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2025-07-17T08:07:26.3536058Z adding 'torch/_export/db/examples/decorator.py' 2025-07-17T08:07:26.3538942Z adding 'torch/_export/db/examples/dictionary.py' 2025-07-17T08:07:26.3541929Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2025-07-17T08:07:26.3544890Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2025-07-17T08:07:26.3547853Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2025-07-17T08:07:26.3550934Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2025-07-17T08:07:26.3554423Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2025-07-17T08:07:26.3557114Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2025-07-17T08:07:26.3560078Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2025-07-17T08:07:26.3563088Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2025-07-17T08:07:26.3566053Z adding 'torch/_export/db/examples/list_contains.py' 2025-07-17T08:07:26.3569045Z adding 'torch/_export/db/examples/list_unpack.py' 2025-07-17T08:07:26.3572099Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2025-07-17T08:07:26.3575074Z adding 'torch/_export/db/examples/nested_function.py' 2025-07-17T08:07:26.3578077Z adding 'torch/_export/db/examples/null_context_manager.py' 2025-07-17T08:07:26.3581048Z adding 'torch/_export/db/examples/optional_input.py' 2025-07-17T08:07:26.3584019Z adding 'torch/_export/db/examples/pytree_flatten.py' 2025-07-17T08:07:26.3587000Z adding 'torch/_export/db/examples/scalar_output.py' 2025-07-17T08:07:26.3590177Z adding 'torch/_export/db/examples/specialized_attribute.py' 2025-07-17T08:07:26.3593138Z adding 'torch/_export/db/examples/static_for_loop.py' 2025-07-17T08:07:26.3596083Z adding 'torch/_export/db/examples/static_if.py' 2025-07-17T08:07:26.3599030Z adding 'torch/_export/db/examples/tensor_setattr.py' 2025-07-17T08:07:26.3602030Z adding 'torch/_export/db/examples/type_reflection_method.py' 2025-07-17T08:07:26.3604988Z adding 'torch/_export/db/examples/unsupported_operator.py' 2025-07-17T08:07:26.3607890Z adding 'torch/_export/db/examples/user_input_mutation.py' 2025-07-17T08:07:26.3611465Z adding 'torch/_export/pass_infra/__init__.py' 2025-07-17T08:07:26.3614550Z adding 'torch/_export/pass_infra/node_metadata.py' 2025-07-17T08:07:26.3617706Z adding 'torch/_export/pass_infra/proxy_value.py' 2025-07-17T08:07:26.3621510Z adding 'torch/_export/passes/__init__.py' 2025-07-17T08:07:26.3625036Z adding 'torch/_export/passes/_node_metadata_hook.py' 2025-07-17T08:07:26.3630462Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2025-07-17T08:07:26.3634913Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2025-07-17T08:07:26.3640772Z adding 'torch/_export/passes/constant_folding.py' 2025-07-17T08:07:26.3644771Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2025-07-17T08:07:26.3678560Z adding 'torch/_export/passes/insert_custom_op_guards.py' 2025-07-17T08:07:26.3685819Z adding 'torch/_export/passes/lift_constants_pass.py' 2025-07-17T08:07:26.3690045Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2025-07-17T08:07:26.3694822Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2025-07-17T08:07:26.3704208Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2025-07-17T08:07:26.3708825Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2025-07-17T08:07:26.3712749Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2025-07-17T08:07:26.3717447Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2025-07-17T08:07:26.3721545Z adding 'torch/_export/serde/__init__.py' 2025-07-17T08:07:26.3727128Z adding 'torch/_export/serde/dynamic_shapes.py' 2025-07-17T08:07:26.3732281Z adding 'torch/_export/serde/export_schema.thrift' 2025-07-17T08:07:26.3738941Z adding 'torch/_export/serde/schema.py' 2025-07-17T08:07:26.3744231Z adding 'torch/_export/serde/schema.yaml' 2025-07-17T08:07:26.3753341Z adding 'torch/_export/serde/schema_check.py' 2025-07-17T08:07:26.3799523Z adding 'torch/_export/serde/serialize.py' 2025-07-17T08:07:26.3806880Z adding 'torch/_export/serde/union.py' 2025-07-17T08:07:26.3811207Z adding 'torch/_functorch/__init__.py' 2025-07-17T08:07:26.3835278Z adding 'torch/_functorch/aot_autograd.py' 2025-07-17T08:07:26.3844439Z adding 'torch/_functorch/apis.py' 2025-07-17T08:07:26.3856092Z adding 'torch/_functorch/autograd_function.py' 2025-07-17T08:07:26.3860008Z adding 'torch/_functorch/batch_norm_replacement.py' 2025-07-17T08:07:26.3864860Z adding 'torch/_functorch/benchmark_utils.py' 2025-07-17T08:07:26.3870259Z adding 'torch/_functorch/compile_utils.py' 2025-07-17T08:07:26.3877024Z adding 'torch/_functorch/compilers.py' 2025-07-17T08:07:26.3885612Z adding 'torch/_functorch/config.py' 2025-07-17T08:07:26.3890010Z adding 'torch/_functorch/deprecated.py' 2025-07-17T08:07:26.3915237Z adding 'torch/_functorch/eager_transforms.py' 2025-07-17T08:07:26.3922466Z adding 'torch/_functorch/functional_call.py' 2025-07-17T08:07:26.3929956Z adding 'torch/_functorch/fx_minifier.py' 2025-07-17T08:07:26.3938818Z adding 'torch/_functorch/make_functional.py' 2025-07-17T08:07:26.3978575Z adding 'torch/_functorch/partitioners.py' 2025-07-17T08:07:26.3986339Z adding 'torch/_functorch/pyfunctorch.py' 2025-07-17T08:07:26.3989774Z adding 'torch/_functorch/python_key.py' 2025-07-17T08:07:26.3992873Z adding 'torch/_functorch/pytree_hacks.py' 2025-07-17T08:07:26.4001008Z adding 'torch/_functorch/top_operators_github_usage.py' 2025-07-17T08:07:26.4004651Z adding 'torch/_functorch/utils.py' 2025-07-17T08:07:26.4012666Z adding 'torch/_functorch/vmap.py' 2025-07-17T08:07:26.4016953Z adding 'torch/_functorch/_activation_checkpointing/__init__.py' 2025-07-17T08:07:26.4020841Z adding 'torch/_functorch/_activation_checkpointing/ac_logging_utils.py' 2025-07-17T08:07:26.4026499Z adding 'torch/_functorch/_activation_checkpointing/graph_info_provider.py' 2025-07-17T08:07:26.4030988Z adding 'torch/_functorch/_activation_checkpointing/knapsack.py' 2025-07-17T08:07:26.4036597Z adding 'torch/_functorch/_activation_checkpointing/knapsack_evaluator.py' 2025-07-17T08:07:26.4040945Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2025-07-17T08:07:26.4062340Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2025-07-17T08:07:26.4080324Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2025-07-17T08:07:26.4087165Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2025-07-17T08:07:26.4093183Z adding 'torch/_functorch/_aot_autograd/frontend_utils.py' 2025-07-17T08:07:26.4102294Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2025-07-17T08:07:26.4110526Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2025-07-17T08:07:26.4140330Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2025-07-17T08:07:26.4146317Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2025-07-17T08:07:26.4186174Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2025-07-17T08:07:26.4209176Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2025-07-17T08:07:26.4214406Z adding 'torch/_functorch/_aot_autograd/subclass_parametrization.py' 2025-07-17T08:07:26.4222329Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2025-07-17T08:07:26.4242601Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2025-07-17T08:07:26.4252117Z adding 'torch/_functorch/_aot_autograd/utils.py' 2025-07-17T08:07:26.4257104Z adding 'torch/_higher_order_ops/__init__.py' 2025-07-17T08:07:26.4260684Z adding 'torch/_higher_order_ops/_invoke_quant.py' 2025-07-17T08:07:26.4265021Z adding 'torch/_higher_order_ops/aoti_call_delegate.py' 2025-07-17T08:07:26.4272950Z adding 'torch/_higher_order_ops/associative_scan.py' 2025-07-17T08:07:26.4286281Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2025-07-17T08:07:26.4292967Z adding 'torch/_higher_order_ops/base_hop.py' 2025-07-17T08:07:26.4304914Z adding 'torch/_higher_order_ops/cond.py' 2025-07-17T08:07:26.4311471Z adding 'torch/_higher_order_ops/effects.py' 2025-07-17T08:07:26.4316647Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2025-07-17T08:07:26.4320707Z adding 'torch/_higher_order_ops/flat_apply.py' 2025-07-17T08:07:26.4333309Z adding 'torch/_higher_order_ops/flex_attention.py' 2025-07-17T08:07:26.4337915Z adding 'torch/_higher_order_ops/foreach_map.py' 2025-07-17T08:07:26.4341798Z adding 'torch/_higher_order_ops/hints_wrap.py' 2025-07-17T08:07:26.4351720Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2025-07-17T08:07:26.4357662Z adding 'torch/_higher_order_ops/map.py' 2025-07-17T08:07:26.4362192Z adding 'torch/_higher_order_ops/out_dtype.py' 2025-07-17T08:07:26.4366226Z adding 'torch/_higher_order_ops/run_const_graph.py' 2025-07-17T08:07:26.4381198Z adding 'torch/_higher_order_ops/scan.py' 2025-07-17T08:07:26.4387624Z adding 'torch/_higher_order_ops/schema.py' 2025-07-17T08:07:26.4391811Z adding 'torch/_higher_order_ops/strict_mode.py' 2025-07-17T08:07:26.4396526Z adding 'torch/_higher_order_ops/torchbind.py' 2025-07-17T08:07:26.4423813Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2025-07-17T08:07:26.4442661Z adding 'torch/_higher_order_ops/utils.py' 2025-07-17T08:07:26.4451135Z adding 'torch/_higher_order_ops/while_loop.py' 2025-07-17T08:07:26.4457096Z adding 'torch/_higher_order_ops/wrap.py' 2025-07-17T08:07:26.4462658Z adding 'torch/_inductor/__autotune_main__.py' 2025-07-17T08:07:26.4468908Z adding 'torch/_inductor/__init__.py' 2025-07-17T08:07:26.4473617Z adding 'torch/_inductor/analyze_preserves_zero_mask.py' 2025-07-17T08:07:26.4478887Z adding 'torch/_inductor/aoti_eager.py' 2025-07-17T08:07:26.4488125Z adding 'torch/_inductor/async_compile.py' 2025-07-17T08:07:26.4498688Z adding 'torch/_inductor/autotune_process.py' 2025-07-17T08:07:26.4504560Z adding 'torch/_inductor/bounds.py' 2025-07-17T08:07:26.4511359Z adding 'torch/_inductor/choices.py' 2025-07-17T08:07:26.4569635Z adding 'torch/_inductor/codecache.py' 2025-07-17T08:07:26.4577916Z adding 'torch/_inductor/comm_analysis.py' 2025-07-17T08:07:26.4583757Z adding 'torch/_inductor/comm_lowering.py' 2025-07-17T08:07:26.4602547Z adding 'torch/_inductor/comms.py' 2025-07-17T08:07:26.4641635Z adding 'torch/_inductor/compile_fx.py' 2025-07-17T08:07:26.4650368Z adding 'torch/_inductor/compile_fx_async.py' 2025-07-17T08:07:26.4659781Z adding 'torch/_inductor/compile_fx_ext.py' 2025-07-17T08:07:26.4664319Z adding 'torch/_inductor/compile_fx_subproc.py' 2025-07-17T08:07:26.4672717Z adding 'torch/_inductor/compiler_bisector.py' 2025-07-17T08:07:26.4705731Z adding 'torch/_inductor/config.py' 2025-07-17T08:07:26.4714170Z adding 'torch/_inductor/constant_folding.py' 2025-07-17T08:07:26.4737373Z adding 'torch/_inductor/cpp_builder.py' 2025-07-17T08:07:26.4745370Z adding 'torch/_inductor/cpu_vec_isa.py' 2025-07-17T08:07:26.4785802Z adding 'torch/_inductor/cudagraph_trees.py' 2025-07-17T08:07:26.4794800Z adding 'torch/_inductor/cudagraph_utils.py' 2025-07-17T08:07:26.4799145Z adding 'torch/_inductor/custom_graph_pass.py' 2025-07-17T08:07:26.4812298Z adding 'torch/_inductor/debug.py' 2025-07-17T08:07:26.4826837Z adding 'torch/_inductor/decomposition.py' 2025-07-17T08:07:26.4839658Z adding 'torch/_inductor/dependencies.py' 2025-07-17T08:07:26.4845801Z adding 'torch/_inductor/dtype_propagation.py' 2025-07-17T08:07:26.4850320Z adding 'torch/_inductor/exc.py' 2025-07-17T08:07:26.4853750Z adding 'torch/_inductor/extern_node_serializer.py' 2025-07-17T08:07:26.4859387Z adding 'torch/_inductor/freezing.py' 2025-07-17T08:07:26.4863069Z adding 'torch/_inductor/freezing_utils.py' 2025-07-17T08:07:26.4876512Z adding 'torch/_inductor/fuzzer.py' 2025-07-17T08:07:26.4883637Z adding 'torch/_inductor/fx_utils.py' 2025-07-17T08:07:26.4921026Z adding 'torch/_inductor/graph.py' 2025-07-17T08:07:26.4926550Z adding 'torch/_inductor/hooks.py' 2025-07-17T08:07:26.4932545Z adding 'torch/_inductor/index_propagation.py' 2025-07-17T08:07:26.4937681Z adding 'torch/_inductor/inductor_prims.py' 2025-07-17T08:07:26.5039870Z adding 'torch/_inductor/ir.py' 2025-07-17T08:07:26.5051928Z adding 'torch/_inductor/jagged_lowerings.py' 2025-07-17T08:07:26.5061369Z adding 'torch/_inductor/loop_body.py' 2025-07-17T08:07:26.5140395Z adding 'torch/_inductor/lowering.py' 2025-07-17T08:07:26.5155683Z adding 'torch/_inductor/memory.py' 2025-07-17T08:07:26.5162779Z adding 'torch/_inductor/metrics.py' 2025-07-17T08:07:26.5173986Z adding 'torch/_inductor/mkldnn_ir.py' 2025-07-17T08:07:26.5187142Z adding 'torch/_inductor/mkldnn_lowerings.py' 2025-07-17T08:07:26.5193235Z adding 'torch/_inductor/mock_cache.py' 2025-07-17T08:07:26.5204708Z adding 'torch/_inductor/ops_handler.py' 2025-07-17T08:07:26.5209643Z adding 'torch/_inductor/optimize_indexing.py' 2025-07-17T08:07:26.5220481Z adding 'torch/_inductor/output_code.py' 2025-07-17T08:07:26.5250825Z adding 'torch/_inductor/pattern_matcher.py' 2025-07-17T08:07:26.5256999Z adding 'torch/_inductor/quantized_lowerings.py' 2025-07-17T08:07:26.5263517Z adding 'torch/_inductor/remote_cache.py' 2025-07-17T08:07:26.5336878Z adding 'torch/_inductor/scheduler.py' 2025-07-17T08:07:26.5344768Z adding 'torch/_inductor/script.ld' 2025-07-17T08:07:26.5388769Z adding 'torch/_inductor/select_algorithm.py' 2025-07-17T08:07:26.5406316Z adding 'torch/_inductor/sizevars.py' 2025-07-17T08:07:26.5412596Z adding 'torch/_inductor/standalone_compile.py' 2025-07-17T08:07:26.5417776Z adding 'torch/_inductor/subgraph_lowering.py' 2025-07-17T08:07:26.5428782Z adding 'torch/_inductor/template_heuristics.py' 2025-07-17T08:07:26.5433384Z adding 'torch/_inductor/test_case.py' 2025-07-17T08:07:26.5436552Z adding 'torch/_inductor/test_operators.py' 2025-07-17T08:07:26.5446992Z adding 'torch/_inductor/tiling_utils.py' 2025-07-17T08:07:26.5454117Z adding 'torch/_inductor/triton_bundler.py' 2025-07-17T08:07:26.5496443Z adding 'torch/_inductor/utils.py' 2025-07-17T08:07:26.5505135Z adding 'torch/_inductor/virtualized.py' 2025-07-17T08:07:26.5512547Z adding 'torch/_inductor/wrapper_benchmark.py' 2025-07-17T08:07:26.5516598Z adding 'torch/_inductor/analysis/__init__.py' 2025-07-17T08:07:26.5520784Z adding 'torch/_inductor/analysis/device_info.py' 2025-07-17T08:07:26.5530228Z adding 'torch/_inductor/analysis/profile_analysis.py' 2025-07-17T08:07:26.5534538Z adding 'torch/_inductor/autoheuristic/__init__.py' 2025-07-17T08:07:26.5540163Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2025-07-17T08:07:26.5545816Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2025-07-17T08:07:26.5550396Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2025-07-17T08:07:26.5553969Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2025-07-17T08:07:26.5561810Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2025-07-17T08:07:26.5570087Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2025-07-17T08:07:26.5574966Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2025-07-17T08:07:26.5579419Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2025-07-17T08:07:26.5583302Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2025-07-17T08:07:26.5586289Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2025-07-17T08:07:26.5590491Z adding 'torch/_inductor/codegen/__init__.py' 2025-07-17T08:07:26.5593728Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2025-07-17T08:07:26.5598362Z adding 'torch/_inductor/codegen/block_analysis.py' 2025-07-17T08:07:26.5630559Z adding 'torch/_inductor/codegen/common.py' 2025-07-17T08:07:26.5702019Z adding 'torch/_inductor/codegen/cpp.py' 2025-07-17T08:07:26.5712486Z adding 'torch/_inductor/codegen/cpp_bmm_template.py' 2025-07-17T08:07:26.5727637Z adding 'torch/_inductor/codegen/cpp_flex_attention_template.py' 2025-07-17T08:07:26.5752199Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2025-07-17T08:07:26.5761462Z adding 'torch/_inductor/codegen/cpp_grouped_gemm_template.py' 2025-07-17T08:07:26.5782307Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2025-07-17T08:07:26.5788249Z adding 'torch/_inductor/codegen/cpp_template.py' 2025-07-17T08:07:26.5797393Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2025-07-17T08:07:26.5808354Z adding 'torch/_inductor/codegen/cpp_utils.py' 2025-07-17T08:07:26.5847751Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2025-07-17T08:07:26.5863862Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2025-07-17T08:07:26.5875426Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2025-07-17T08:07:26.5880002Z adding 'torch/_inductor/codegen/cpp_wrapper_mps.py' 2025-07-17T08:07:26.5883342Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2025-07-17T08:07:26.5887255Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2025-07-17T08:07:26.5892818Z adding 'torch/_inductor/codegen/debug_utils.py' 2025-07-17T08:07:26.5914251Z adding 'torch/_inductor/codegen/halide.py' 2025-07-17T08:07:26.5924978Z adding 'torch/_inductor/codegen/memory_planning.py' 2025-07-17T08:07:26.5938161Z adding 'torch/_inductor/codegen/mps.py' 2025-07-17T08:07:26.5942282Z adding 'torch/_inductor/codegen/mps_device_op_overrides.py' 2025-07-17T08:07:26.5950956Z adding 'torch/_inductor/codegen/multi_kernel.py' 2025-07-17T08:07:26.5986476Z adding 'torch/_inductor/codegen/simd.py' 2025-07-17T08:07:26.5997569Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2025-07-17T08:07:26.6002754Z adding 'torch/_inductor/codegen/subgraph.py' 2025-07-17T08:07:26.6064805Z adding 'torch/_inductor/codegen/triton.py' 2025-07-17T08:07:26.6082780Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2025-07-17T08:07:26.6088281Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2025-07-17T08:07:26.6093471Z adding 'torch/_inductor/codegen/triton_utils.py' 2025-07-17T08:07:26.6139609Z adding 'torch/_inductor/codegen/wrapper.py' 2025-07-17T08:07:26.6152740Z adding 'torch/_inductor/codegen/wrapper_fxir.py' 2025-07-17T08:07:26.6160134Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2025-07-17T08:07:26.6164532Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2025-07-17T08:07:26.6170434Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2025-07-17T08:07:26.6173977Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2025-07-17T08:07:26.6183432Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2025-07-17T08:07:26.6189852Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2025-07-17T08:07:26.6194185Z adding 'torch/_inductor/codegen/cuda/cutlass_cache.py' 2025-07-17T08:07:26.6198107Z adding 'torch/_inductor/codegen/cuda/cutlass_presets.py' 2025-07-17T08:07:26.6204162Z adding 'torch/_inductor/codegen/cuda/cutlass_python_evt.py' 2025-07-17T08:07:26.6211652Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2025-07-17T08:07:26.6217764Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2025-07-17T08:07:26.6241733Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2025-07-17T08:07:26.6250048Z adding 'torch/_inductor/codegen/cuda/serialization.py' 2025-07-17T08:07:26.6254219Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2025-07-17T08:07:26.6259533Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/evt_extensions.py' 2025-07-17T08:07:26.6266588Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2025-07-17T08:07:26.6270866Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2025-07-17T08:07:26.6279144Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2025-07-17T08:07:26.6283468Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2025-07-17T08:07:26.6286963Z adding 'torch/_inductor/codegen/rocm/ck_tile_template.py' 2025-07-17T08:07:26.6298195Z adding 'torch/_inductor/codegen/rocm/ck_tile_universal_gemm_template.py' 2025-07-17T08:07:26.6312115Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2025-07-17T08:07:26.6317011Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2025-07-17T08:07:26.6321610Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2025-07-17T08:07:26.6325974Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2025-07-17T08:07:26.6331617Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2025-07-17T08:07:26.6336567Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2025-07-17T08:07:26.6340235Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2025-07-17T08:07:26.6343193Z adding 'torch/_inductor/codegen/rocm/rocm_utils.py' 2025-07-17T08:07:26.6347157Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2025-07-17T08:07:26.6350617Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2025-07-17T08:07:26.6354696Z adding 'torch/_inductor/compile_worker/__init__.py' 2025-07-17T08:07:26.6358171Z adding 'torch/_inductor/compile_worker/__main__.py' 2025-07-17T08:07:26.6364929Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2025-07-17T08:07:26.6369178Z adding 'torch/_inductor/compile_worker/tracked_process_pool.py' 2025-07-17T08:07:26.6373031Z adding 'torch/_inductor/compile_worker/utils.py' 2025-07-17T08:07:26.6377122Z adding 'torch/_inductor/fx_passes/__init__.py' 2025-07-17T08:07:26.6386313Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2025-07-17T08:07:26.6393826Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2025-07-17T08:07:26.6404254Z adding 'torch/_inductor/fx_passes/bucketing.py' 2025-07-17T08:07:26.6413684Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2025-07-17T08:07:26.6418253Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2025-07-17T08:07:26.6422107Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2025-07-17T08:07:26.6427695Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2025-07-17T08:07:26.6432973Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2025-07-17T08:07:26.6436570Z adding 'torch/_inductor/fx_passes/fsdp.py' 2025-07-17T08:07:26.6446634Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2025-07-17T08:07:26.6463272Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2025-07-17T08:07:26.6476645Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2025-07-17T08:07:26.6490742Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2025-07-17T08:07:26.6495662Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2025-07-17T08:07:26.6512192Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2025-07-17T08:07:26.6518048Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2025-07-17T08:07:26.6528108Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2025-07-17T08:07:26.6552471Z adding 'torch/_inductor/fx_passes/post_grad.py' 2025-07-17T08:07:26.6564112Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2025-07-17T08:07:26.6599710Z adding 'torch/_inductor/fx_passes/quantization.py' 2025-07-17T08:07:26.6614478Z adding 'torch/_inductor/fx_passes/reinplace.py' 2025-07-17T08:07:26.6619078Z adding 'torch/_inductor/fx_passes/replace_random.py' 2025-07-17T08:07:26.6654145Z adding 'torch/_inductor/fx_passes/split_cat.py' 2025-07-17T08:07:26.6661672Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2025-07-17T08:07:26.6665618Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2025-07-17T08:07:26.6670303Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2025-07-17T08:07:26.6674860Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2025-07-17T08:07:26.6679573Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2025-07-17T08:07:26.6683700Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2025-07-17T08:07:26.6688416Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2025-07-17T08:07:26.6693210Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2025-07-17T08:07:26.6699679Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2025-07-17T08:07:26.6705264Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2025-07-17T08:07:26.6711430Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2025-07-17T08:07:26.6716503Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2025-07-17T08:07:26.6720876Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2025-07-17T08:07:26.6725834Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_20.py' 2025-07-17T08:07:26.6730566Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_21.py' 2025-07-17T08:07:26.6735222Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_22.py' 2025-07-17T08:07:26.6739885Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_23.py' 2025-07-17T08:07:26.6744140Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_24.py' 2025-07-17T08:07:26.6748572Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2025-07-17T08:07:26.6753193Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2025-07-17T08:07:26.6757518Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2025-07-17T08:07:26.6761913Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2025-07-17T08:07:26.6766525Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2025-07-17T08:07:26.6771198Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2025-07-17T08:07:26.6775881Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2025-07-17T08:07:26.6779587Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2025-07-17T08:07:26.6782809Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2025-07-17T08:07:26.6786073Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2025-07-17T08:07:26.6789861Z adding 'torch/_inductor/kernel/__init__.py' 2025-07-17T08:07:26.6795111Z adding 'torch/_inductor/kernel/bmm.py' 2025-07-17T08:07:26.6803247Z adding 'torch/_inductor/kernel/conv.py' 2025-07-17T08:07:26.6836352Z adding 'torch/_inductor/kernel/flex_attention.py' 2025-07-17T08:07:26.6848097Z adding 'torch/_inductor/kernel/flex_decoding.py' 2025-07-17T08:07:26.6863138Z adding 'torch/_inductor/kernel/mm.py' 2025-07-17T08:07:26.6870931Z adding 'torch/_inductor/kernel/mm_common.py' 2025-07-17T08:07:26.6878489Z adding 'torch/_inductor/kernel/mm_grouped.py' 2025-07-17T08:07:26.6883554Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2025-07-17T08:07:26.6887924Z adding 'torch/_inductor/package/__init__.py' 2025-07-17T08:07:26.6890469Z adding 'torch/_inductor/package/build_package.py' 2025-07-17T08:07:26.6894604Z adding 'torch/_inductor/package/package.py' 2025-07-17T08:07:26.6899289Z adding 'torch/_inductor/runtime/__init__.py' 2025-07-17T08:07:26.6907687Z adding 'torch/_inductor/runtime/autotune_cache.py' 2025-07-17T08:07:26.6913948Z adding 'torch/_inductor/runtime/benchmarking.py' 2025-07-17T08:07:26.6917714Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2025-07-17T08:07:26.6922072Z adding 'torch/_inductor/runtime/compile_tasks.py' 2025-07-17T08:07:26.6927681Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2025-07-17T08:07:26.6930831Z adding 'torch/_inductor/runtime/halide_helpers.py' 2025-07-17T08:07:26.6935956Z adding 'torch/_inductor/runtime/hints.py' 2025-07-17T08:07:26.6940344Z adding 'torch/_inductor/runtime/runtime_utils.py' 2025-07-17T08:07:26.6946297Z adding 'torch/_inductor/runtime/static_cuda_launcher.py' 2025-07-17T08:07:26.6950608Z adding 'torch/_inductor/runtime/triton_compat.py' 2025-07-17T08:07:26.6960947Z adding 'torch/_inductor/runtime/triton_helpers.py' 2025-07-17T08:07:26.7002022Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2025-07-17T08:07:26.7009159Z adding 'torch/_lazy/__init__.py' 2025-07-17T08:07:26.7013503Z adding 'torch/_lazy/closure.py' 2025-07-17T08:07:26.7017261Z adding 'torch/_lazy/computation.py' 2025-07-17T08:07:26.7019843Z adding 'torch/_lazy/config.py' 2025-07-17T08:07:26.7023530Z adding 'torch/_lazy/debug.py' 2025-07-17T08:07:26.7026148Z adding 'torch/_lazy/device_context.py' 2025-07-17T08:07:26.7031437Z adding 'torch/_lazy/extract_compiled_graph.py' 2025-07-17T08:07:26.7035047Z adding 'torch/_lazy/ir_cache.py' 2025-07-17T08:07:26.7037759Z adding 'torch/_lazy/metrics.py' 2025-07-17T08:07:26.7041121Z adding 'torch/_lazy/tensor_factory_functions.py' 2025-07-17T08:07:26.7043968Z adding 'torch/_lazy/ts_backend.py' 2025-07-17T08:07:26.7047854Z adding 'torch/_library/__init__.py' 2025-07-17T08:07:26.7052826Z adding 'torch/_library/autograd.py' 2025-07-17T08:07:26.7066086Z adding 'torch/_library/custom_ops.py' 2025-07-17T08:07:26.7073358Z adding 'torch/_library/fake_class_registry.py' 2025-07-17T08:07:26.7078704Z adding 'torch/_library/fake_impl.py' 2025-07-17T08:07:26.7084849Z adding 'torch/_library/fake_profile.py' 2025-07-17T08:07:26.7091140Z adding 'torch/_library/infer_schema.py' 2025-07-17T08:07:26.7095758Z adding 'torch/_library/simple_registry.py' 2025-07-17T08:07:26.7101053Z adding 'torch/_library/triton.py' 2025-07-17T08:07:26.7109126Z adding 'torch/_library/utils.py' 2025-07-17T08:07:26.7113619Z adding 'torch/_logging/__init__.py' 2025-07-17T08:07:26.7132102Z adding 'torch/_logging/_internal.py' 2025-07-17T08:07:26.7137902Z adding 'torch/_logging/_registrations.py' 2025-07-17T08:07:26.7141679Z adding 'torch/_logging/scribe.py' 2025-07-17T08:07:26.7145383Z adding 'torch/_logging/structured.py' 2025-07-17T08:07:26.7149549Z adding 'torch/_numpy/__init__.py' 2025-07-17T08:07:26.7152973Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2025-07-17T08:07:26.7159000Z adding 'torch/_numpy/_casting_dicts.py' 2025-07-17T08:07:26.7165628Z adding 'torch/_numpy/_dtypes.py' 2025-07-17T08:07:26.7170390Z adding 'torch/_numpy/_dtypes_impl.py' 2025-07-17T08:07:26.7173987Z adding 'torch/_numpy/_funcs.py' 2025-07-17T08:07:26.7195796Z adding 'torch/_numpy/_funcs_impl.py' 2025-07-17T08:07:26.7200308Z adding 'torch/_numpy/_getlimits.py' 2025-07-17T08:07:26.7210811Z adding 'torch/_numpy/_ndarray.py' 2025-07-17T08:07:26.7216539Z adding 'torch/_numpy/_normalizations.py' 2025-07-17T08:07:26.7221786Z adding 'torch/_numpy/_reductions_impl.py' 2025-07-17T08:07:26.7227090Z adding 'torch/_numpy/_ufuncs.py' 2025-07-17T08:07:26.7230644Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2025-07-17T08:07:26.7235777Z adding 'torch/_numpy/_util.py' 2025-07-17T08:07:26.7239323Z adding 'torch/_numpy/fft.py' 2025-07-17T08:07:26.7243613Z adding 'torch/_numpy/linalg.py' 2025-07-17T08:07:26.7247951Z adding 'torch/_numpy/random.py' 2025-07-17T08:07:26.7251954Z adding 'torch/_numpy/testing/__init__.py' 2025-07-17T08:07:26.7278681Z adding 'torch/_numpy/testing/utils.py' 2025-07-17T08:07:26.7307216Z adding 'torch/_prims/__init__.py' 2025-07-17T08:07:26.7313877Z adding 'torch/_prims/context.py' 2025-07-17T08:07:26.7318002Z adding 'torch/_prims/debug_prims.py' 2025-07-17T08:07:26.7321353Z adding 'torch/_prims/executor.py' 2025-07-17T08:07:26.7327303Z adding 'torch/_prims/rng_prims.py' 2025-07-17T08:07:26.7355704Z adding 'torch/_prims_common/__init__.py' 2025-07-17T08:07:26.7365761Z adding 'torch/_prims_common/wrappers.py' 2025-07-17T08:07:26.7440563Z adding 'torch/_refs/__init__.py' 2025-07-17T08:07:26.7449281Z adding 'torch/_refs/_conversions.py' 2025-07-17T08:07:26.7455692Z adding 'torch/_refs/fft.py' 2025-07-17T08:07:26.7462827Z adding 'torch/_refs/linalg/__init__.py' 2025-07-17T08:07:26.7466701Z adding 'torch/_refs/nn/__init__.py' 2025-07-17T08:07:26.7480859Z adding 'torch/_refs/nn/functional/__init__.py' 2025-07-17T08:07:26.7486813Z adding 'torch/_refs/special/__init__.py' 2025-07-17T08:07:26.7490636Z adding 'torch/_strobelight/__init__.py' 2025-07-17T08:07:26.7495949Z adding 'torch/_strobelight/cli_function_profiler.py' 2025-07-17T08:07:26.7501262Z adding 'torch/_strobelight/compile_time_profiler.py' 2025-07-17T08:07:26.7505391Z adding 'torch/_subclasses/__init__.py' 2025-07-17T08:07:26.7510851Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2025-07-17T08:07:26.7524418Z adding 'torch/_subclasses/fake_impls.py' 2025-07-17T08:07:26.7574254Z adding 'torch/_subclasses/fake_tensor.py' 2025-07-17T08:07:26.7582574Z adding 'torch/_subclasses/fake_utils.py' 2025-07-17T08:07:26.7594956Z adding 'torch/_subclasses/functional_tensor.py' 2025-07-17T08:07:26.7624907Z adding 'torch/_subclasses/meta_utils.py' 2025-07-17T08:07:26.7631913Z adding 'torch/_subclasses/schema_check_mode.py' 2025-07-17T08:07:26.7635747Z adding 'torch/_vendor/__init__.py' 2025-07-17T08:07:26.7639728Z adding 'torch/_vendor/packaging/__init__.py' 2025-07-17T08:07:26.7642890Z adding 'torch/_vendor/packaging/_structures.py' 2025-07-17T08:07:26.7649663Z adding 'torch/_vendor/packaging/version.py' 2025-07-17T08:07:26.7655859Z adding 'torch/accelerator/__init__.py' 2025-07-17T08:07:26.7659308Z adding 'torch/accelerator/_utils.py' 2025-07-17T08:07:26.7663611Z adding 'torch/accelerator/memory.py' 2025-07-17T08:07:26.7667553Z adding 'torch/amp/__init__.py' 2025-07-17T08:07:26.7676274Z adding 'torch/amp/autocast_mode.py' 2025-07-17T08:07:26.7688198Z adding 'torch/amp/grad_scaler.py' 2025-07-17T08:07:26.7692898Z adding 'torch/ao/__init__.py' 2025-07-17T08:07:26.7696928Z adding 'torch/ao/nn/__init__.py' 2025-07-17T08:07:26.7700952Z adding 'torch/ao/nn/intrinsic/__init__.py' 2025-07-17T08:07:26.7704811Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2025-07-17T08:07:26.7708802Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2025-07-17T08:07:26.7712847Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2025-07-17T08:07:26.7716700Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2025-07-17T08:07:26.7725493Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2025-07-17T08:07:26.7730664Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2025-07-17T08:07:26.7734309Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2025-07-17T08:07:26.7738185Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2025-07-17T08:07:26.7741921Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2025-07-17T08:07:26.7745547Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-07-17T08:07:26.7749036Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-07-17T08:07:26.7753081Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2025-07-17T08:07:26.7756559Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2025-07-17T08:07:26.7760289Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2025-07-17T08:07:26.7764450Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2025-07-17T08:07:26.7768734Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2025-07-17T08:07:26.7772486Z adding 'torch/ao/nn/qat/__init__.py' 2025-07-17T08:07:26.7776024Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2025-07-17T08:07:26.7779607Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2025-07-17T08:07:26.7782866Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2025-07-17T08:07:26.7786605Z adding 'torch/ao/nn/qat/modules/__init__.py' 2025-07-17T08:07:26.7791307Z adding 'torch/ao/nn/qat/modules/conv.py' 2025-07-17T08:07:26.7795841Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2025-07-17T08:07:26.7799751Z adding 'torch/ao/nn/qat/modules/linear.py' 2025-07-17T08:07:26.7803604Z adding 'torch/ao/nn/quantizable/__init__.py' 2025-07-17T08:07:26.7807325Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2025-07-17T08:07:26.7815202Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2025-07-17T08:07:26.7823606Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2025-07-17T08:07:26.7828129Z adding 'torch/ao/nn/quantized/__init__.py' 2025-07-17T08:07:26.7836643Z adding 'torch/ao/nn/quantized/functional.py' 2025-07-17T08:07:26.7841312Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2025-07-17T08:07:26.7845406Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2025-07-17T08:07:26.7850512Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2025-07-17T08:07:26.7855954Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2025-07-17T08:07:26.7871306Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2025-07-17T08:07:26.7878110Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2025-07-17T08:07:26.7883788Z adding 'torch/ao/nn/quantized/modules/activation.py' 2025-07-17T08:07:26.7888384Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2025-07-17T08:07:26.7898847Z adding 'torch/ao/nn/quantized/modules/conv.py' 2025-07-17T08:07:26.7903351Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2025-07-17T08:07:26.7909084Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2025-07-17T08:07:26.7914123Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2025-07-17T08:07:26.7920490Z adding 'torch/ao/nn/quantized/modules/linear.py' 2025-07-17T08:07:26.7924891Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2025-07-17T08:07:26.7928584Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2025-07-17T08:07:26.7932871Z adding 'torch/ao/nn/quantized/modules/utils.py' 2025-07-17T08:07:26.7936846Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2025-07-17T08:07:26.7940718Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2025-07-17T08:07:26.7945305Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2025-07-17T08:07:26.7949612Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2025-07-17T08:07:26.7957577Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2025-07-17T08:07:26.7962009Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2025-07-17T08:07:26.7967783Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2025-07-17T08:07:26.7971587Z adding 'torch/ao/nn/sparse/__init__.py' 2025-07-17T08:07:26.7975191Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2025-07-17T08:07:26.7980087Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2025-07-17T08:07:26.7983739Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2025-07-17T08:07:26.7987572Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2025-07-17T08:07:26.7992163Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2025-07-17T08:07:26.7996125Z adding 'torch/ao/ns/__init__.py' 2025-07-17T08:07:26.8003120Z adding 'torch/ao/ns/_numeric_suite.py' 2025-07-17T08:07:26.8016822Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2025-07-17T08:07:26.8021657Z adding 'torch/ao/ns/fx/__init__.py' 2025-07-17T08:07:26.8029452Z adding 'torch/ao/ns/fx/graph_matcher.py' 2025-07-17T08:07:26.8045889Z adding 'torch/ao/ns/fx/graph_passes.py' 2025-07-17T08:07:26.8053280Z adding 'torch/ao/ns/fx/mappings.py' 2025-07-17T08:07:26.8070803Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2025-07-17T08:07:26.8075558Z adding 'torch/ao/ns/fx/ns_types.py' 2025-07-17T08:07:26.8080280Z adding 'torch/ao/ns/fx/pattern_utils.py' 2025-07-17T08:07:26.8085666Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2025-07-17T08:07:26.8093537Z adding 'torch/ao/ns/fx/utils.py' 2025-07-17T08:07:26.8098917Z adding 'torch/ao/ns/fx/weight_utils.py' 2025-07-17T08:07:26.8103194Z adding 'torch/ao/pruning/__init__.py' 2025-07-17T08:07:26.8106515Z adding 'torch/ao/pruning/_mappings.py' 2025-07-17T08:07:26.8110287Z adding 'torch/ao/pruning/_experimental/__init__.py' 2025-07-17T08:07:26.8114067Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2025-07-17T08:07:26.8121838Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2025-07-17T08:07:26.8125837Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2025-07-17T08:07:26.8131419Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2025-07-17T08:07:26.8135451Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2025-07-17T08:07:26.8142140Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2025-07-17T08:07:26.8147250Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2025-07-17T08:07:26.8151797Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2025-07-17T08:07:26.8155587Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2025-07-17T08:07:26.8159320Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2025-07-17T08:07:26.8162659Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2025-07-17T08:07:26.8166798Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2025-07-17T08:07:26.8171589Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2025-07-17T08:07:26.8174707Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2025-07-17T08:07:26.8179962Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2025-07-17T08:07:26.8183833Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2025-07-17T08:07:26.8187281Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2025-07-17T08:07:26.8190925Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2025-07-17T08:07:26.8197862Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2025-07-17T08:07:26.8201705Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2025-07-17T08:07:26.8205388Z adding 'torch/ao/pruning/scheduler/__init__.py' 2025-07-17T08:07:26.8209862Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2025-07-17T08:07:26.8213907Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2025-07-17T08:07:26.8217584Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2025-07-17T08:07:26.8221350Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2025-07-17T08:07:26.8227663Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2025-07-17T08:07:26.8231798Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2025-07-17T08:07:26.8236086Z adding 'torch/ao/pruning/sparsifier/utils.py' 2025-07-17T08:07:26.8241288Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2025-07-17T08:07:26.8247174Z adding 'torch/ao/quantization/__init__.py' 2025-07-17T08:07:26.8251750Z adding 'torch/ao/quantization/_correct_bias.py' 2025-07-17T08:07:26.8257410Z adding 'torch/ao/quantization/_equalize.py' 2025-07-17T08:07:26.8262649Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2025-07-17T08:07:26.8270772Z adding 'torch/ao/quantization/fake_quantize.py' 2025-07-17T08:07:26.8275998Z adding 'torch/ao/quantization/fuse_modules.py' 2025-07-17T08:07:26.8281182Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2025-07-17T08:07:26.8307287Z adding 'torch/ao/quantization/observer.py' 2025-07-17T08:07:26.8317887Z adding 'torch/ao/quantization/qconfig.py' 2025-07-17T08:07:26.8324547Z adding 'torch/ao/quantization/qconfig_mapping.py' 2025-07-17T08:07:26.8328169Z adding 'torch/ao/quantization/quant_type.py' 2025-07-17T08:07:26.8333952Z adding 'torch/ao/quantization/quantization_mappings.py' 2025-07-17T08:07:26.8365730Z adding 'torch/ao/quantization/quantize.py' 2025-07-17T08:07:26.8366091Z adding 'torch/ao/quantization/quantize_fx.py' 2025-07-17T08:07:26.8366529Z adding 'torch/ao/quantization/quantize_jit.py' 2025-07-17T08:07:26.8371687Z adding 'torch/ao/quantization/quantize_pt2e.py' 2025-07-17T08:07:26.8375085Z adding 'torch/ao/quantization/stubs.py' 2025-07-17T08:07:26.8386558Z adding 'torch/ao/quantization/utils.py' 2025-07-17T08:07:26.8391683Z adding 'torch/ao/quantization/backend_config/__init__.py' 2025-07-17T08:07:26.8399439Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2025-07-17T08:07:26.8404374Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2025-07-17T08:07:26.8414655Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2025-07-17T08:07:26.8421189Z adding 'torch/ao/quantization/backend_config/executorch.py' 2025-07-17T08:07:26.8425247Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2025-07-17T08:07:26.8429377Z adding 'torch/ao/quantization/backend_config/native.py' 2025-07-17T08:07:26.8432682Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2025-07-17T08:07:26.8438474Z adding 'torch/ao/quantization/backend_config/onednn.py' 2025-07-17T08:07:26.8442827Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2025-07-17T08:07:26.8446398Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2025-07-17T08:07:26.8452343Z adding 'torch/ao/quantization/backend_config/utils.py' 2025-07-17T08:07:26.8456193Z adding 'torch/ao/quantization/backend_config/x86.py' 2025-07-17T08:07:26.8460529Z adding 'torch/ao/quantization/fx/__init__.py' 2025-07-17T08:07:26.8471066Z adding 'torch/ao/quantization/fx/_decomposed.py' 2025-07-17T08:07:26.8485416Z adding 'torch/ao/quantization/fx/_equalize.py' 2025-07-17T08:07:26.8502967Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2025-07-17T08:07:26.8523648Z adding 'torch/ao/quantization/fx/convert.py' 2025-07-17T08:07:26.8531373Z adding 'torch/ao/quantization/fx/custom_config.py' 2025-07-17T08:07:26.8536540Z adding 'torch/ao/quantization/fx/fuse.py' 2025-07-17T08:07:26.8540768Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2025-07-17T08:07:26.8545020Z adding 'torch/ao/quantization/fx/graph_module.py' 2025-07-17T08:07:26.8548281Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2025-07-17T08:07:26.8551482Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2025-07-17T08:07:26.8556525Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2025-07-17T08:07:26.8561805Z adding 'torch/ao/quantization/fx/match_utils.py' 2025-07-17T08:07:26.8565862Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2025-07-17T08:07:26.8596738Z adding 'torch/ao/quantization/fx/prepare.py' 2025-07-17T08:07:26.8605521Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2025-07-17T08:07:26.8610408Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2025-07-17T08:07:26.8613949Z adding 'torch/ao/quantization/fx/tracer.py' 2025-07-17T08:07:26.8627475Z adding 'torch/ao/quantization/fx/utils.py' 2025-07-17T08:07:26.8632831Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2025-07-17T08:07:26.8655686Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2025-07-17T08:07:26.8668080Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2025-07-17T08:07:26.8674543Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2025-07-17T08:07:26.8686189Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2025-07-17T08:07:26.8690680Z adding 'torch/ao/quantization/pt2e/__init__.py' 2025-07-17T08:07:26.8701610Z adding 'torch/ao/quantization/pt2e/_affine_quantization.py' 2025-07-17T08:07:26.8708340Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2025-07-17T08:07:26.8712532Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2025-07-17T08:07:26.8717484Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2025-07-17T08:07:26.8722160Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2025-07-17T08:07:26.8725883Z adding 'torch/ao/quantization/pt2e/lowering.py' 2025-07-17T08:07:26.8731514Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2025-07-17T08:07:26.8740236Z adding 'torch/ao/quantization/pt2e/prepare.py' 2025-07-17T08:07:26.8753134Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2025-07-17T08:07:26.8762813Z adding 'torch/ao/quantization/pt2e/utils.py' 2025-07-17T08:07:26.8767210Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2025-07-17T08:07:26.8774980Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2025-07-17T08:07:26.8779587Z adding 'torch/ao/quantization/quantizer/__init__.py' 2025-07-17T08:07:26.8783314Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2025-07-17T08:07:26.8787147Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2025-07-17T08:07:26.8791995Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2025-07-17T08:07:26.8795903Z adding 'torch/ao/quantization/quantizer/utils.py' 2025-07-17T08:07:26.8812969Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2025-07-17T08:07:26.8820948Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2025-07-17T08:07:26.8832639Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2025-07-17T08:07:26.8837398Z adding 'torch/ao/quantization/quantizer/xpu_inductor_quantizer.py' 2025-07-17T08:07:26.8848120Z adding 'torch/autograd/__init__.py' 2025-07-17T08:07:26.8852696Z adding 'torch/autograd/anomaly_mode.py' 2025-07-17T08:07:26.8857560Z adding 'torch/autograd/forward_ad.py' 2025-07-17T08:07:26.8869945Z adding 'torch/autograd/function.py' 2025-07-17T08:07:26.8886195Z adding 'torch/autograd/functional.py' 2025-07-17T08:07:26.8892944Z adding 'torch/autograd/grad_mode.py' 2025-07-17T08:07:26.8925647Z adding 'torch/autograd/gradcheck.py' 2025-07-17T08:07:26.8939282Z adding 'torch/autograd/graph.py' 2025-07-17T08:07:26.8956906Z adding 'torch/autograd/profiler.py' 2025-07-17T08:07:26.8963601Z adding 'torch/autograd/profiler_legacy.py' 2025-07-17T08:07:26.8978526Z adding 'torch/autograd/profiler_util.py' 2025-07-17T08:07:26.8982971Z adding 'torch/autograd/variable.py' 2025-07-17T08:07:26.8986617Z adding 'torch/autograd/_functions/__init__.py' 2025-07-17T08:07:26.8990110Z adding 'torch/autograd/_functions/tensor.py' 2025-07-17T08:07:26.8993667Z adding 'torch/autograd/_functions/utils.py' 2025-07-17T08:07:26.8998307Z adding 'torch/backends/__init__.py' 2025-07-17T08:07:26.9002010Z adding 'torch/backends/_coreml/__init__.py' 2025-07-17T08:07:26.9005987Z adding 'torch/backends/_coreml/preprocess.py' 2025-07-17T08:07:26.9009833Z adding 'torch/backends/_nnapi/__init__.py' 2025-07-17T08:07:26.9014196Z adding 'torch/backends/_nnapi/prepare.py' 2025-07-17T08:07:26.9038016Z adding 'torch/backends/_nnapi/serializer.py' 2025-07-17T08:07:26.9043791Z adding 'torch/backends/cpu/__init__.py' 2025-07-17T08:07:26.9051066Z adding 'torch/backends/cuda/__init__.py' 2025-07-17T08:07:26.9056923Z adding 'torch/backends/cudnn/__init__.py' 2025-07-17T08:07:26.9060642Z adding 'torch/backends/cudnn/rnn.py' 2025-07-17T08:07:26.9064794Z adding 'torch/backends/cusparselt/__init__.py' 2025-07-17T08:07:26.9068449Z adding 'torch/backends/kleidiai/__init__.py' 2025-07-17T08:07:26.9072299Z adding 'torch/backends/mha/__init__.py' 2025-07-17T08:07:26.9076402Z adding 'torch/backends/mkl/__init__.py' 2025-07-17T08:07:26.9081027Z adding 'torch/backends/mkldnn/__init__.py' 2025-07-17T08:07:26.9085160Z adding 'torch/backends/mps/__init__.py' 2025-07-17T08:07:26.9089117Z adding 'torch/backends/nnpack/__init__.py' 2025-07-17T08:07:26.9092719Z adding 'torch/backends/openmp/__init__.py' 2025-07-17T08:07:26.9097198Z adding 'torch/backends/opt_einsum/__init__.py' 2025-07-17T08:07:26.9101364Z adding 'torch/backends/quantized/__init__.py' 2025-07-17T08:07:26.9104979Z adding 'torch/backends/xeon/__init__.py' 2025-07-17T08:07:26.9117379Z adding 'torch/backends/xeon/run_cpu.py' 2025-07-17T08:07:26.9122205Z adding 'torch/backends/xnnpack/__init__.py' 2025-07-17T08:07:26.9332082Z adding 'torch/bin/FileStoreTest.exe' 2025-07-17T08:07:26.9560978Z adding 'torch/bin/TCPStoreTest.exe' 2025-07-17T08:07:26.9790846Z adding 'torch/bin/asmjit.dll' 2025-07-17T08:07:27.1465472Z adding 'torch/bin/fbgemm.dll' 2025-07-17T08:07:27.3011405Z adding 'torch/bin/protoc.exe' 2025-07-17T08:07:27.7369305Z adding 'torch/bin/test_api.exe' 2025-07-17T08:07:28.0089302Z adding 'torch/bin/test_jit.exe' 2025-07-17T08:07:28.1210121Z adding 'torch/bin/test_lazy.exe' 2025-07-17T08:07:28.2072272Z adding 'torch/bin/test_nativert.exe' 2025-07-17T08:07:28.5253989Z adding 'torch/bin/test_tensorexpr.exe' 2025-07-17T08:07:28.5465772Z adding 'torch/bin/tutorial_tensorexpr.exe' 2025-07-17T08:07:28.5480348Z adding 'torch/compiler/__init__.py' 2025-07-17T08:07:28.5487321Z adding 'torch/compiler/_cache.py' 2025-07-17T08:07:28.5491909Z adding 'torch/compiler/config.py' 2025-07-17T08:07:28.5495869Z adding 'torch/contrib/__init__.py' 2025-07-17T08:07:28.5500819Z adding 'torch/contrib/_tensorboard_vis.py' 2025-07-17T08:07:28.5506483Z adding 'torch/cpu/__init__.py' 2025-07-17T08:07:28.5510895Z adding 'torch/cpu/amp/__init__.py' 2025-07-17T08:07:28.5514683Z adding 'torch/cpu/amp/autocast_mode.py' 2025-07-17T08:07:28.5518449Z adding 'torch/cpu/amp/grad_scaler.py' 2025-07-17T08:07:28.5524528Z adding 'torch/csrc/inductor/aoti_runtime/model.h' 2025-07-17T08:07:28.5548296Z adding 'torch/cuda/__init__.py' 2025-07-17T08:07:28.5553446Z adding 'torch/cuda/_gpu_trace.py' 2025-07-17T08:07:28.5563890Z adding 'torch/cuda/_memory_viz.py' 2025-07-17T08:07:28.5567735Z adding 'torch/cuda/_pin_memory_utils.py' 2025-07-17T08:07:28.5576230Z adding 'torch/cuda/_sanitizer.py' 2025-07-17T08:07:28.5582866Z adding 'torch/cuda/_utils.py' 2025-07-17T08:07:28.5586460Z adding 'torch/cuda/comm.py' 2025-07-17T08:07:28.5589374Z adding 'torch/cuda/error.py' 2025-07-17T08:07:28.5593357Z adding 'torch/cuda/gds.py' 2025-07-17T08:07:28.5603836Z adding 'torch/cuda/graphs.py' 2025-07-17T08:07:28.5608921Z adding 'torch/cuda/jiterator.py' 2025-07-17T08:07:28.5625454Z adding 'torch/cuda/memory.py' 2025-07-17T08:07:28.5630596Z adding 'torch/cuda/nccl.py' 2025-07-17T08:07:28.5634527Z adding 'torch/cuda/nvtx.py' 2025-07-17T08:07:28.5638164Z adding 'torch/cuda/profiler.py' 2025-07-17T08:07:28.5642088Z adding 'torch/cuda/random.py' 2025-07-17T08:07:28.5645038Z adding 'torch/cuda/sparse.py' 2025-07-17T08:07:28.5650097Z adding 'torch/cuda/streams.py' 2025-07-17T08:07:28.5661972Z adding 'torch/cuda/tunable.py' 2025-07-17T08:07:28.5666500Z adding 'torch/cuda/amp/__init__.py' 2025-07-17T08:07:28.5670077Z adding 'torch/cuda/amp/autocast_mode.py' 2025-07-17T08:07:28.5673239Z adding 'torch/cuda/amp/common.py' 2025-07-17T08:07:28.5676394Z adding 'torch/cuda/amp/grad_scaler.py' 2025-07-17T08:07:28.5681994Z adding 'torch/distributed/__init__.py' 2025-07-17T08:07:28.5685416Z adding 'torch/distributed/_checkpointable.py' 2025-07-17T08:07:28.5688753Z adding 'torch/distributed/_composable_state.py' 2025-07-17T08:07:28.5692757Z adding 'torch/distributed/_dist2.py' 2025-07-17T08:07:28.5707789Z adding 'torch/distributed/_functional_collectives.py' 2025-07-17T08:07:28.5712441Z adding 'torch/distributed/_functional_collectives_impl.py' 2025-07-17T08:07:28.5716475Z adding 'torch/distributed/_serialization.py' 2025-07-17T08:07:28.5727075Z adding 'torch/distributed/_state_dict_utils.py' 2025-07-17T08:07:28.5731508Z adding 'torch/distributed/argparse_util.py' 2025-07-17T08:07:28.5735307Z adding 'torch/distributed/c10d_logger.py' 2025-07-17T08:07:28.5740188Z adding 'torch/distributed/collective_utils.py' 2025-07-17T08:07:28.5743653Z adding 'torch/distributed/constants.py' 2025-07-17T08:07:28.5760963Z adding 'torch/distributed/device_mesh.py' 2025-07-17T08:07:28.5834391Z adding 'torch/distributed/distributed_c10d.py' 2025-07-17T08:07:28.5844287Z adding 'torch/distributed/launch.py' 2025-07-17T08:07:28.5847587Z adding 'torch/distributed/logging_handlers.py' 2025-07-17T08:07:28.5851479Z adding 'torch/distributed/remote_device.py' 2025-07-17T08:07:28.5856843Z adding 'torch/distributed/rendezvous.py' 2025-07-17T08:07:28.5869609Z adding 'torch/distributed/run.py' 2025-07-17T08:07:28.5876732Z adding 'torch/distributed/utils.py' 2025-07-17T08:07:28.5880925Z adding 'torch/distributed/_composable/__init__.py' 2025-07-17T08:07:28.5885164Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2025-07-17T08:07:28.5890471Z adding 'torch/distributed/_composable/contract.py' 2025-07-17T08:07:28.5896114Z adding 'torch/distributed/_composable/replicate.py' 2025-07-17T08:07:28.5900198Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2025-07-17T08:07:28.5903322Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2025-07-17T08:07:28.5907117Z adding 'torch/distributed/_shard/__init__.py' 2025-07-17T08:07:28.5910466Z adding 'torch/distributed/_shard/_utils.py' 2025-07-17T08:07:28.5916431Z adding 'torch/distributed/_shard/api.py' 2025-07-17T08:07:28.5921950Z adding 'torch/distributed/_shard/common_op_utils.py' 2025-07-17T08:07:28.5925730Z adding 'torch/distributed/_shard/metadata.py' 2025-07-17T08:07:28.5928971Z adding 'torch/distributed/_shard/op_registry_utils.py' 2025-07-17T08:07:28.5932953Z adding 'torch/distributed/_shard/sharder.py' 2025-07-17T08:07:28.5936211Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2025-07-17T08:07:28.5940413Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2025-07-17T08:07:28.5944519Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2025-07-17T08:07:28.5952042Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2025-07-17T08:07:28.5971913Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2025-07-17T08:07:28.5977068Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2025-07-17T08:07:28.5980690Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2025-07-17T08:07:28.5984383Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2025-07-17T08:07:28.5989702Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2025-07-17T08:07:28.5993688Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2025-07-17T08:07:28.5999312Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2025-07-17T08:07:28.6003629Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2025-07-17T08:07:28.6007724Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2025-07-17T08:07:28.6011389Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2025-07-17T08:07:28.6015584Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2025-07-17T08:07:28.6019018Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2025-07-17T08:07:28.6023602Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2025-07-17T08:07:28.6027399Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2025-07-17T08:07:28.6031303Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2025-07-17T08:07:28.6035479Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2025-07-17T08:07:28.6040659Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2025-07-17T08:07:28.6046213Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2025-07-17T08:07:28.6051694Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2025-07-17T08:07:28.6055709Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2025-07-17T08:07:28.6061856Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2025-07-17T08:07:28.6067870Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2025-07-17T08:07:28.6075709Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2025-07-17T08:07:28.6079940Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2025-07-17T08:07:28.6083646Z adding 'torch/distributed/_sharding_spec/__init__.py' 2025-07-17T08:07:28.6104432Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2025-07-17T08:07:28.6109845Z adding 'torch/distributed/_symmetric_memory/_nvshmem_triton.py' 2025-07-17T08:07:28.6114062Z adding 'torch/distributed/_tensor/__init__.py' 2025-07-17T08:07:28.6116946Z adding 'torch/distributed/_tensor/api.py' 2025-07-17T08:07:28.6120104Z adding 'torch/distributed/_tensor/placement_types.py' 2025-07-17T08:07:28.6123831Z adding 'torch/distributed/_tools/__init__.py' 2025-07-17T08:07:28.6126993Z adding 'torch/distributed/_tools/common_utils.py' 2025-07-17T08:07:28.6131706Z adding 'torch/distributed/_tools/fake_collectives.py' 2025-07-17T08:07:28.6140172Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2025-07-17T08:07:28.6146049Z adding 'torch/distributed/_tools/ilp_utils.py' 2025-07-17T08:07:28.6161153Z adding 'torch/distributed/_tools/mem_tracker.py' 2025-07-17T08:07:28.6167569Z adding 'torch/distributed/_tools/memory_tracker.py' 2025-07-17T08:07:28.6173189Z adding 'torch/distributed/_tools/mod_tracker.py' 2025-07-17T08:07:28.6181309Z adding 'torch/distributed/_tools/runtime_estimator.py' 2025-07-17T08:07:28.6204490Z adding 'torch/distributed/_tools/sac_estimator.py' 2025-07-17T08:07:28.6211154Z adding 'torch/distributed/_tools/sac_ilp.py' 2025-07-17T08:07:28.6215429Z adding 'torch/distributed/algorithms/__init__.py' 2025-07-17T08:07:28.6222223Z adding 'torch/distributed/algorithms/join.py' 2025-07-17T08:07:28.6226472Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2025-07-17T08:07:28.6232611Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2025-07-17T08:07:28.6236630Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2025-07-17T08:07:28.6241102Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2025-07-17T08:07:28.6244978Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2025-07-17T08:07:28.6248750Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2025-07-17T08:07:28.6252520Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2025-07-17T08:07:28.6256548Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2025-07-17T08:07:28.6261292Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2025-07-17T08:07:28.6268612Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2025-07-17T08:07:28.6272593Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2025-07-17T08:07:28.6276992Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2025-07-17T08:07:28.6281047Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2025-07-17T08:07:28.6285423Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2025-07-17T08:07:28.6289844Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2025-07-17T08:07:28.6303671Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2025-07-17T08:07:28.6309117Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2025-07-17T08:07:28.6313214Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2025-07-17T08:07:28.6317454Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2025-07-17T08:07:28.6323517Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2025-07-17T08:07:28.6327472Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2025-07-17T08:07:28.6331706Z adding 'torch/distributed/autograd/__init__.py' 2025-07-17T08:07:28.6336218Z adding 'torch/distributed/checkpoint/__init__.py' 2025-07-17T08:07:28.6339479Z adding 'torch/distributed/checkpoint/_async_executor.py' 2025-07-17T08:07:28.6345039Z adding 'torch/distributed/checkpoint/_async_process_executor.py' 2025-07-17T08:07:28.6348797Z adding 'torch/distributed/checkpoint/_async_thread_executor.py' 2025-07-17T08:07:28.6352686Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2025-07-17T08:07:28.6364910Z adding 'torch/distributed/checkpoint/_consolidate_hf_safetensors.py' 2025-07-17T08:07:28.6369421Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2025-07-17T08:07:28.6373067Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2025-07-17T08:07:28.6377732Z adding 'torch/distributed/checkpoint/_extension.py' 2025-07-17T08:07:28.6382207Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2025-07-17T08:07:28.6385945Z adding 'torch/distributed/checkpoint/_hf_utils.py' 2025-07-17T08:07:28.6389627Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2025-07-17T08:07:28.6395267Z adding 'torch/distributed/checkpoint/_pg_transport.py' 2025-07-17T08:07:28.6399476Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2025-07-17T08:07:28.6405888Z adding 'torch/distributed/checkpoint/_state_dict_stager.py' 2025-07-17T08:07:28.6409547Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2025-07-17T08:07:28.6413913Z adding 'torch/distributed/checkpoint/_traverse.py' 2025-07-17T08:07:28.6416996Z adding 'torch/distributed/checkpoint/_version.py' 2025-07-17T08:07:28.6420265Z adding 'torch/distributed/checkpoint/api.py' 2025-07-17T08:07:28.6430838Z adding 'torch/distributed/checkpoint/default_planner.py' 2025-07-17T08:07:28.6444174Z adding 'torch/distributed/checkpoint/filesystem.py' 2025-07-17T08:07:28.6450966Z adding 'torch/distributed/checkpoint/format_utils.py' 2025-07-17T08:07:28.6459372Z adding 'torch/distributed/checkpoint/hf_storage.py' 2025-07-17T08:07:28.6465800Z adding 'torch/distributed/checkpoint/logger.py' 2025-07-17T08:07:28.6470714Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2025-07-17T08:07:28.6476966Z adding 'torch/distributed/checkpoint/metadata.py' 2025-07-17T08:07:28.6486921Z adding 'torch/distributed/checkpoint/optimizer.py' 2025-07-17T08:07:28.6497563Z adding 'torch/distributed/checkpoint/planner.py' 2025-07-17T08:07:28.6506135Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2025-07-17T08:07:28.6510820Z adding 'torch/distributed/checkpoint/resharding.py' 2025-07-17T08:07:28.6518285Z adding 'torch/distributed/checkpoint/staging.py' 2025-07-17T08:07:28.6537917Z adding 'torch/distributed/checkpoint/state_dict.py' 2025-07-17T08:07:28.6545153Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2025-07-17T08:07:28.6552913Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2025-07-17T08:07:28.6556526Z adding 'torch/distributed/checkpoint/stateful.py' 2025-07-17T08:07:28.6561356Z adding 'torch/distributed/checkpoint/storage.py' 2025-07-17T08:07:28.6568167Z adding 'torch/distributed/checkpoint/utils.py' 2025-07-17T08:07:28.6572961Z adding 'torch/distributed/checkpoint/_experimental/__init__.py' 2025-07-17T08:07:28.6578009Z adding 'torch/distributed/checkpoint/_experimental/barriers.py' 2025-07-17T08:07:28.6583199Z adding 'torch/distributed/checkpoint/_experimental/builder.py' 2025-07-17T08:07:28.6589204Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_process.py' 2025-07-17T08:07:28.6594471Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_reader.py' 2025-07-17T08:07:28.6598992Z adding 'torch/distributed/checkpoint/_experimental/checkpoint_writer.py' 2025-07-17T08:07:28.6604172Z adding 'torch/distributed/checkpoint/_experimental/checkpointer.py' 2025-07-17T08:07:28.6608404Z adding 'torch/distributed/checkpoint/_experimental/config.py' 2025-07-17T08:07:28.6613319Z adding 'torch/distributed/checkpoint/_experimental/staging.py' 2025-07-17T08:07:28.6616666Z adding 'torch/distributed/checkpoint/_experimental/types.py' 2025-07-17T08:07:28.6619899Z adding 'torch/distributed/checkpoint/_experimental/utils.py' 2025-07-17T08:07:28.6624685Z adding 'torch/distributed/elastic/__init__.py' 2025-07-17T08:07:28.6628056Z adding 'torch/distributed/elastic/control_plane.py' 2025-07-17T08:07:28.6632173Z adding 'torch/distributed/elastic/agent/__init__.py' 2025-07-17T08:07:28.6636544Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2025-07-17T08:07:28.6652352Z adding 'torch/distributed/elastic/agent/server/api.py' 2025-07-17T08:07:28.6657237Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2025-07-17T08:07:28.6664731Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2025-07-17T08:07:28.6670982Z adding 'torch/distributed/elastic/events/__init__.py' 2025-07-17T08:07:28.6675253Z adding 'torch/distributed/elastic/events/api.py' 2025-07-17T08:07:28.6678689Z adding 'torch/distributed/elastic/events/handlers.py' 2025-07-17T08:07:28.6684282Z adding 'torch/distributed/elastic/metrics/__init__.py' 2025-07-17T08:07:28.6689298Z adding 'torch/distributed/elastic/metrics/api.py' 2025-07-17T08:07:28.6695849Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2025-07-17T08:07:28.6709350Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2025-07-17T08:07:28.6714830Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2025-07-17T08:07:28.6719654Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2025-07-17T08:07:28.6728111Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2025-07-17T08:07:28.6733643Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2025-07-17T08:07:28.6737493Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2025-07-17T08:07:28.6741637Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2025-07-17T08:07:28.6745458Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2025-07-17T08:07:28.6749805Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2025-07-17T08:07:28.6755839Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2025-07-17T08:07:28.6759458Z adding 'torch/distributed/elastic/rendezvous/_etcd_stub.py' 2025-07-17T08:07:28.6766207Z adding 'torch/distributed/elastic/rendezvous/api.py' 2025-07-17T08:07:28.6773041Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2025-07-17T08:07:28.6789971Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2025-07-17T08:07:28.6807439Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2025-07-17T08:07:28.6813744Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2025-07-17T08:07:28.6819715Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2025-07-17T08:07:28.6825353Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2025-07-17T08:07:28.6829832Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2025-07-17T08:07:28.6834274Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2025-07-17T08:07:28.6839890Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2025-07-17T08:07:28.6844859Z adding 'torch/distributed/elastic/timer/__init__.py' 2025-07-17T08:07:28.6850984Z adding 'torch/distributed/elastic/timer/api.py' 2025-07-17T08:07:28.6855181Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2025-07-17T08:07:28.6862723Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2025-07-17T08:07:28.6868043Z adding 'torch/distributed/elastic/timer/local_timer.py' 2025-07-17T08:07:28.6872740Z adding 'torch/distributed/elastic/utils/__init__.py' 2025-07-17T08:07:28.6876268Z adding 'torch/distributed/elastic/utils/api.py' 2025-07-17T08:07:28.6881466Z adding 'torch/distributed/elastic/utils/distributed.py' 2025-07-17T08:07:28.6885397Z adding 'torch/distributed/elastic/utils/log_level.py' 2025-07-17T08:07:28.6889120Z adding 'torch/distributed/elastic/utils/logging.py' 2025-07-17T08:07:28.6894408Z adding 'torch/distributed/elastic/utils/store.py' 2025-07-17T08:07:28.6899050Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2025-07-17T08:07:28.6903011Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2025-07-17T08:07:28.6906988Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2025-07-17T08:07:28.6912118Z adding 'torch/distributed/fsdp/__init__.py' 2025-07-17T08:07:28.6922496Z adding 'torch/distributed/fsdp/_common_utils.py' 2025-07-17T08:07:28.6927949Z adding 'torch/distributed/fsdp/_debug_utils.py' 2025-07-17T08:07:28.6931937Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2025-07-17T08:07:28.6939450Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2025-07-17T08:07:28.6984675Z adding 'torch/distributed/fsdp/_flat_param.py' 2025-07-17T08:07:28.6991477Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2025-07-17T08:07:28.7009114Z adding 'torch/distributed/fsdp/_init_utils.py' 2025-07-17T08:07:28.7013488Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2025-07-17T08:07:28.7045679Z adding 'torch/distributed/fsdp/_optim_utils.py' 2025-07-17T08:07:28.7071485Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2025-07-17T08:07:28.7077033Z adding 'torch/distributed/fsdp/_shard_utils.py' 2025-07-17T08:07:28.7089312Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2025-07-17T08:07:28.7098740Z adding 'torch/distributed/fsdp/_trace_utils.py' 2025-07-17T08:07:28.7105358Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2025-07-17T08:07:28.7111992Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2025-07-17T08:07:28.7118442Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2025-07-17T08:07:28.7127398Z adding 'torch/distributed/fsdp/api.py' 2025-07-17T08:07:28.7162828Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2025-07-17T08:07:28.7172704Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2025-07-17T08:07:28.7182965Z adding 'torch/distributed/fsdp/wrap.py' 2025-07-17T08:07:28.7188146Z adding 'torch/distributed/fsdp/_fully_shard/__init__.py' 2025-07-17T08:07:28.7193129Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_api.py' 2025-07-17T08:07:28.7204537Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_collectives.py' 2025-07-17T08:07:28.7209969Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_common.py' 2025-07-17T08:07:28.7215798Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_init.py' 2025-07-17T08:07:28.7231711Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param.py' 2025-07-17T08:07:28.7246804Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_param_group.py' 2025-07-17T08:07:28.7255179Z adding 'torch/distributed/fsdp/_fully_shard/_fsdp_state.py' 2025-07-17T08:07:28.7268418Z adding 'torch/distributed/fsdp/_fully_shard/_fully_shard.py' 2025-07-17T08:07:28.7273585Z adding 'torch/distributed/launcher/__init__.py' 2025-07-17T08:07:28.7279943Z adding 'torch/distributed/launcher/api.py' 2025-07-17T08:07:28.7284754Z adding 'torch/distributed/nn/__init__.py' 2025-07-17T08:07:28.7291379Z adding 'torch/distributed/nn/functional.py' 2025-07-17T08:07:28.7295993Z adding 'torch/distributed/nn/api/__init__.py' 2025-07-17T08:07:28.7306672Z adding 'torch/distributed/nn/api/remote_module.py' 2025-07-17T08:07:28.7311954Z adding 'torch/distributed/nn/jit/__init__.py' 2025-07-17T08:07:28.7316790Z adding 'torch/distributed/nn/jit/instantiator.py' 2025-07-17T08:07:28.7321239Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2025-07-17T08:07:28.7325192Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2025-07-17T08:07:28.7329960Z adding 'torch/distributed/optim/__init__.py' 2025-07-17T08:07:28.7333771Z adding 'torch/distributed/optim/_deprecation_warning.py' 2025-07-17T08:07:28.7338035Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2025-07-17T08:07:28.7341994Z adding 'torch/distributed/optim/functional_adadelta.py' 2025-07-17T08:07:28.7346705Z adding 'torch/distributed/optim/functional_adagrad.py' 2025-07-17T08:07:28.7351292Z adding 'torch/distributed/optim/functional_adam.py' 2025-07-17T08:07:28.7355496Z adding 'torch/distributed/optim/functional_adamax.py' 2025-07-17T08:07:28.7360488Z adding 'torch/distributed/optim/functional_adamw.py' 2025-07-17T08:07:28.7365147Z adding 'torch/distributed/optim/functional_rmsprop.py' 2025-07-17T08:07:28.7369107Z adding 'torch/distributed/optim/functional_rprop.py' 2025-07-17T08:07:28.7373316Z adding 'torch/distributed/optim/functional_sgd.py' 2025-07-17T08:07:28.7379642Z adding 'torch/distributed/optim/named_optimizer.py' 2025-07-17T08:07:28.7385401Z adding 'torch/distributed/optim/optimizer.py' 2025-07-17T08:07:28.7390057Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2025-07-17T08:07:28.7393928Z adding 'torch/distributed/optim/utils.py' 2025-07-17T08:07:28.7418740Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2025-07-17T08:07:28.7423979Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2025-07-17T08:07:28.7444232Z adding 'torch/distributed/pipelining/_IR.py' 2025-07-17T08:07:28.7449230Z adding 'torch/distributed/pipelining/__init__.py' 2025-07-17T08:07:28.7456451Z adding 'torch/distributed/pipelining/_backward.py' 2025-07-17T08:07:28.7459976Z adding 'torch/distributed/pipelining/_debug.py' 2025-07-17T08:07:28.7464664Z adding 'torch/distributed/pipelining/_schedule_visualizer.py' 2025-07-17T08:07:28.7467991Z adding 'torch/distributed/pipelining/_unflatten.py' 2025-07-17T08:07:28.7471925Z adding 'torch/distributed/pipelining/_utils.py' 2025-07-17T08:07:28.7479233Z adding 'torch/distributed/pipelining/microbatch.py' 2025-07-17T08:07:28.7512678Z adding 'torch/distributed/pipelining/schedules.py' 2025-07-17T08:07:28.7537694Z adding 'torch/distributed/pipelining/stage.py' 2025-07-17T08:07:28.7545397Z adding 'torch/distributed/rpc/__init__.py' 2025-07-17T08:07:28.7550219Z adding 'torch/distributed/rpc/_utils.py' 2025-07-17T08:07:28.7567735Z adding 'torch/distributed/rpc/api.py' 2025-07-17T08:07:28.7579286Z adding 'torch/distributed/rpc/backend_registry.py' 2025-07-17T08:07:28.7584862Z adding 'torch/distributed/rpc/constants.py' 2025-07-17T08:07:28.7591465Z adding 'torch/distributed/rpc/functions.py' 2025-07-17T08:07:28.7599943Z adding 'torch/distributed/rpc/internal.py' 2025-07-17T08:07:28.7605987Z adding 'torch/distributed/rpc/options.py' 2025-07-17T08:07:28.7610412Z adding 'torch/distributed/rpc/rref_proxy.py' 2025-07-17T08:07:28.7616248Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2025-07-17T08:07:28.7620702Z adding 'torch/distributed/rpc/_testing/__init__.py' 2025-07-17T08:07:28.7624403Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2025-07-17T08:07:28.7628814Z adding 'torch/distributed/tensor/__init__.py' 2025-07-17T08:07:28.7647852Z adding 'torch/distributed/tensor/_api.py' 2025-07-17T08:07:28.7655837Z adding 'torch/distributed/tensor/_collective_utils.py' 2025-07-17T08:07:28.7663873Z adding 'torch/distributed/tensor/_dispatch.py' 2025-07-17T08:07:28.7669809Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2025-07-17T08:07:28.7678897Z adding 'torch/distributed/tensor/_op_schema.py' 2025-07-17T08:07:28.7686806Z adding 'torch/distributed/tensor/_random.py' 2025-07-17T08:07:28.7693854Z adding 'torch/distributed/tensor/_redistribute.py' 2025-07-17T08:07:28.7703663Z adding 'torch/distributed/tensor/_sharding_prop.py' 2025-07-17T08:07:28.7710129Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2025-07-17T08:07:28.7715134Z adding 'torch/distributed/tensor/_tp_conv.py' 2025-07-17T08:07:28.7722664Z adding 'torch/distributed/tensor/_utils.py' 2025-07-17T08:07:28.7726063Z adding 'torch/distributed/tensor/device_mesh.py' 2025-07-17T08:07:28.7737020Z adding 'torch/distributed/tensor/placement_types.py' 2025-07-17T08:07:28.7741703Z adding 'torch/distributed/tensor/_ops/__init__.py' 2025-07-17T08:07:28.7747673Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2025-07-17T08:07:28.7751836Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2025-07-17T08:07:28.7756591Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2025-07-17T08:07:28.7761976Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2025-07-17T08:07:28.7774232Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2025-07-17T08:07:28.7785044Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2025-07-17T08:07:28.7794525Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2025-07-17T08:07:28.7798439Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2025-07-17T08:07:28.7813560Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2025-07-17T08:07:28.7825237Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2025-07-17T08:07:28.7832294Z adding 'torch/distributed/tensor/_ops/utils.py' 2025-07-17T08:07:28.7837134Z adding 'torch/distributed/tensor/debug/__init__.py' 2025-07-17T08:07:28.7846915Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2025-07-17T08:07:28.7852050Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2025-07-17T08:07:28.7857561Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2025-07-17T08:07:28.7862427Z adding 'torch/distributed/tensor/experimental/__init__.py' 2025-07-17T08:07:28.7879810Z adding 'torch/distributed/tensor/experimental/_attention.py' 2025-07-17T08:07:28.7887202Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2025-07-17T08:07:28.7892483Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2025-07-17T08:07:28.7901022Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2025-07-17T08:07:28.7906178Z adding 'torch/distributed/tensor/parallel/__init__.py' 2025-07-17T08:07:28.7909932Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2025-07-17T08:07:28.7914830Z adding 'torch/distributed/tensor/parallel/api.py' 2025-07-17T08:07:28.7919485Z adding 'torch/distributed/tensor/parallel/ddp.py' 2025-07-17T08:07:28.7926447Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2025-07-17T08:07:28.7931290Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2025-07-17T08:07:28.7938978Z adding 'torch/distributed/tensor/parallel/loss.py' 2025-07-17T08:07:28.7950772Z adding 'torch/distributed/tensor/parallel/style.py' 2025-07-17T08:07:28.7960439Z adding 'torch/distributions/__init__.py' 2025-07-17T08:07:28.7965265Z adding 'torch/distributions/bernoulli.py' 2025-07-17T08:07:28.7970523Z adding 'torch/distributions/beta.py' 2025-07-17T08:07:28.7977547Z adding 'torch/distributions/binomial.py' 2025-07-17T08:07:28.7984380Z adding 'torch/distributions/categorical.py' 2025-07-17T08:07:28.7990351Z adding 'torch/distributions/cauchy.py' 2025-07-17T08:07:28.7994732Z adding 'torch/distributions/chi2.py' 2025-07-17T08:07:28.8000537Z adding 'torch/distributions/constraint_registry.py' 2025-07-17T08:07:28.8009297Z adding 'torch/distributions/constraints.py' 2025-07-17T08:07:28.8015827Z adding 'torch/distributions/continuous_bernoulli.py' 2025-07-17T08:07:28.8020088Z adding 'torch/distributions/dirichlet.py' 2025-07-17T08:07:28.8026639Z adding 'torch/distributions/distribution.py' 2025-07-17T08:07:28.8030683Z adding 'torch/distributions/exp_family.py' 2025-07-17T08:07:28.8034320Z adding 'torch/distributions/exponential.py' 2025-07-17T08:07:28.8038255Z adding 'torch/distributions/fishersnedecor.py' 2025-07-17T08:07:28.8043070Z adding 'torch/distributions/gamma.py' 2025-07-17T08:07:28.8047705Z adding 'torch/distributions/generalized_pareto.py' 2025-07-17T08:07:28.8052256Z adding 'torch/distributions/geometric.py' 2025-07-17T08:07:28.8055981Z adding 'torch/distributions/gumbel.py' 2025-07-17T08:07:28.8059548Z adding 'torch/distributions/half_cauchy.py' 2025-07-17T08:07:28.8063062Z adding 'torch/distributions/half_normal.py' 2025-07-17T08:07:28.8066975Z adding 'torch/distributions/independent.py' 2025-07-17T08:07:28.8070852Z adding 'torch/distributions/inverse_gamma.py' 2025-07-17T08:07:28.8082032Z adding 'torch/distributions/kl.py' 2025-07-17T08:07:28.8086896Z adding 'torch/distributions/kumaraswamy.py' 2025-07-17T08:07:28.8090856Z adding 'torch/distributions/laplace.py' 2025-07-17T08:07:28.8095585Z adding 'torch/distributions/lkj_cholesky.py' 2025-07-17T08:07:28.8099144Z adding 'torch/distributions/log_normal.py' 2025-07-17T08:07:28.8102708Z adding 'torch/distributions/logistic_normal.py' 2025-07-17T08:07:28.8107908Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2025-07-17T08:07:28.8113410Z adding 'torch/distributions/mixture_same_family.py' 2025-07-17T08:07:28.8118139Z adding 'torch/distributions/multinomial.py' 2025-07-17T08:07:28.8124023Z adding 'torch/distributions/multivariate_normal.py' 2025-07-17T08:07:28.8128621Z adding 'torch/distributions/negative_binomial.py' 2025-07-17T08:07:28.8132608Z adding 'torch/distributions/normal.py' 2025-07-17T08:07:28.8136646Z adding 'torch/distributions/one_hot_categorical.py' 2025-07-17T08:07:28.8140194Z adding 'torch/distributions/pareto.py' 2025-07-17T08:07:28.8143766Z adding 'torch/distributions/poisson.py' 2025-07-17T08:07:28.8148070Z adding 'torch/distributions/relaxed_bernoulli.py' 2025-07-17T08:07:28.8152554Z adding 'torch/distributions/relaxed_categorical.py' 2025-07-17T08:07:28.8156786Z adding 'torch/distributions/studentT.py' 2025-07-17T08:07:28.8162122Z adding 'torch/distributions/transformed_distribution.py' 2025-07-17T08:07:28.8175455Z adding 'torch/distributions/transforms.py' 2025-07-17T08:07:28.8180165Z adding 'torch/distributions/uniform.py' 2025-07-17T08:07:28.8185200Z adding 'torch/distributions/utils.py' 2025-07-17T08:07:28.8190176Z adding 'torch/distributions/von_mises.py' 2025-07-17T08:07:28.8194240Z adding 'torch/distributions/weibull.py' 2025-07-17T08:07:28.8200519Z adding 'torch/distributions/wishart.py' 2025-07-17T08:07:28.8210755Z adding 'torch/export/__init__.py' 2025-07-17T08:07:28.8218783Z adding 'torch/export/_draft_export.py' 2025-07-17T08:07:28.8222733Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2025-07-17T08:07:28.8227362Z adding 'torch/export/_remove_effect_tokens_pass.py' 2025-07-17T08:07:28.8231389Z adding 'torch/export/_safeguard.py' 2025-07-17T08:07:28.8238942Z adding 'torch/export/_swap.py' 2025-07-17T08:07:28.8274189Z adding 'torch/export/_trace.py' 2025-07-17T08:07:28.8280417Z adding 'torch/export/_tree_utils.py' 2025-07-17T08:07:28.8288584Z adding 'torch/export/_unlift.py' 2025-07-17T08:07:28.8292713Z adding 'torch/export/_wrapper_utils.py' 2025-07-17T08:07:28.8295684Z adding 'torch/export/custom_obj.py' 2025-07-17T08:07:28.8299492Z adding 'torch/export/custom_ops.py' 2025-07-17T08:07:28.8304332Z adding 'torch/export/decomp_utils.py' 2025-07-17T08:07:28.8325762Z adding 'torch/export/dynamic_shapes.py' 2025-07-17T08:07:28.8352918Z adding 'torch/export/exported_program.py' 2025-07-17T08:07:28.8363592Z adding 'torch/export/graph_signature.py' 2025-07-17T08:07:28.8391328Z adding 'torch/export/unflatten.py' 2025-07-17T08:07:28.8401986Z adding 'torch/export/experimental/__init__.py' 2025-07-17T08:07:28.8407438Z adding 'torch/export/experimental/_utils.py' 2025-07-17T08:07:28.8412645Z adding 'torch/export/passes/__init__.py' 2025-07-17T08:07:28.8416935Z adding 'torch/export/pt2_archive/__init__.py' 2025-07-17T08:07:28.8426990Z adding 'torch/export/pt2_archive/_package.py' 2025-07-17T08:07:28.8432098Z adding 'torch/export/pt2_archive/_package_weights.py' 2025-07-17T08:07:28.8435693Z adding 'torch/export/pt2_archive/constants.py' 2025-07-17T08:07:28.8449885Z adding 'torch/fft/__init__.py' 2025-07-17T08:07:28.8455950Z adding 'torch/func/__init__.py' 2025-07-17T08:07:28.8464891Z adding 'torch/futures/__init__.py' 2025-07-17T08:07:28.8471186Z adding 'torch/fx/__init__.py' 2025-07-17T08:07:28.8476023Z adding 'torch/fx/_compatibility.py' 2025-07-17T08:07:28.8488361Z adding 'torch/fx/_graph_pickler.py' 2025-07-17T08:07:28.8494120Z adding 'torch/fx/_lazy_graph_module.py' 2025-07-17T08:07:28.8498302Z adding 'torch/fx/_pytree.py' 2025-07-17T08:07:28.8519313Z adding 'torch/fx/_symbolic_trace.py' 2025-07-17T08:07:28.8524191Z adding 'torch/fx/_utils.py' 2025-07-17T08:07:28.8527765Z adding 'torch/fx/annotate.py' 2025-07-17T08:07:28.8530748Z adding 'torch/fx/config.py' 2025-07-17T08:07:28.8559828Z adding 'torch/fx/graph.py' 2025-07-17T08:07:28.8578268Z adding 'torch/fx/graph_module.py' 2025-07-17T08:07:28.8582956Z adding 'torch/fx/immutable_collections.py' 2025-07-17T08:07:28.8591127Z adding 'torch/fx/interpreter.py' 2025-07-17T08:07:28.8605385Z adding 'torch/fx/node.py' 2025-07-17T08:07:28.8615018Z adding 'torch/fx/operator_schemas.py' 2025-07-17T08:07:28.8627392Z adding 'torch/fx/proxy.py' 2025-07-17T08:07:28.8635584Z adding 'torch/fx/subgraph_rewriter.py' 2025-07-17T08:07:28.8639509Z adding 'torch/fx/tensor_type.py' 2025-07-17T08:07:28.8644439Z adding 'torch/fx/traceback.py' 2025-07-17T08:07:28.8648766Z adding 'torch/fx/experimental/__init__.py' 2025-07-17T08:07:28.8651847Z adding 'torch/fx/experimental/_backward_state.py' 2025-07-17T08:07:28.8655956Z adding 'torch/fx/experimental/_config.py' 2025-07-17T08:07:28.8659314Z adding 'torch/fx/experimental/_constant_symnode.py' 2025-07-17T08:07:28.8663267Z adding 'torch/fx/experimental/_dynamism.py' 2025-07-17T08:07:28.8679404Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2025-07-17T08:07:28.8686730Z adding 'torch/fx/experimental/const_fold.py' 2025-07-17T08:07:28.8690237Z adding 'torch/fx/experimental/debug.py' 2025-07-17T08:07:28.8701811Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2025-07-17T08:07:28.8707220Z adding 'torch/fx/experimental/merge_matmul.py' 2025-07-17T08:07:28.8713049Z adding 'torch/fx/experimental/meta_tracer.py' 2025-07-17T08:07:28.8717529Z adding 'torch/fx/experimental/normalize.py' 2025-07-17T08:07:28.8726113Z adding 'torch/fx/experimental/optimization.py' 2025-07-17T08:07:28.8732358Z adding 'torch/fx/experimental/partitioner_utils.py' 2025-07-17T08:07:28.8767792Z adding 'torch/fx/experimental/proxy_tensor.py' 2025-07-17T08:07:28.8779153Z adding 'torch/fx/experimental/recording.py' 2025-07-17T08:07:28.8783757Z adding 'torch/fx/experimental/refinement_types.py' 2025-07-17T08:07:28.8788379Z adding 'torch/fx/experimental/rewriter.py' 2025-07-17T08:07:28.8793608Z adding 'torch/fx/experimental/schema_type_annotation.py' 2025-07-17T08:07:28.8816082Z adding 'torch/fx/experimental/sym_node.py' 2025-07-17T08:07:28.8955796Z adding 'torch/fx/experimental/symbolic_shapes.py' 2025-07-17T08:07:28.8967316Z adding 'torch/fx/experimental/unify_refinements.py' 2025-07-17T08:07:28.8981285Z adding 'torch/fx/experimental/validator.py' 2025-07-17T08:07:28.8986062Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2025-07-17T08:07:28.8992429Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2025-07-17T08:07:28.9007995Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2025-07-17T08:07:28.9022934Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2025-07-17T08:07:28.9027033Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2025-07-17T08:07:28.9033893Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2025-07-17T08:07:28.9037541Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2025-07-17T08:07:28.9040647Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2025-07-17T08:07:28.9044365Z adding 'torch/fx/experimental/unification/__init__.py' 2025-07-17T08:07:28.9047876Z adding 'torch/fx/experimental/unification/core.py' 2025-07-17T08:07:28.9050838Z adding 'torch/fx/experimental/unification/dispatch.py' 2025-07-17T08:07:28.9054521Z adding 'torch/fx/experimental/unification/match.py' 2025-07-17T08:07:28.9058076Z adding 'torch/fx/experimental/unification/more.py' 2025-07-17T08:07:28.9063830Z adding 'torch/fx/experimental/unification/unification_tools.py' 2025-07-17T08:07:28.9067786Z adding 'torch/fx/experimental/unification/utils.py' 2025-07-17T08:07:28.9071380Z adding 'torch/fx/experimental/unification/variable.py' 2025-07-17T08:07:28.9075256Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2025-07-17T08:07:28.9079057Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2025-07-17T08:07:28.9082798Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2025-07-17T08:07:28.9089162Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2025-07-17T08:07:28.9093467Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2025-07-17T08:07:28.9097193Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2025-07-17T08:07:28.9101124Z adding 'torch/fx/passes/__init__.py' 2025-07-17T08:07:28.9108078Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2025-07-17T08:07:28.9112031Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2025-07-17T08:07:28.9116031Z adding 'torch/fx/passes/fake_tensor_prop.py' 2025-07-17T08:07:28.9123220Z adding 'torch/fx/passes/graph_drawer.py' 2025-07-17T08:07:28.9127700Z adding 'torch/fx/passes/graph_manipulation.py' 2025-07-17T08:07:28.9132369Z adding 'torch/fx/passes/graph_transform_observer.py' 2025-07-17T08:07:28.9144748Z adding 'torch/fx/passes/net_min_base.py' 2025-07-17T08:07:28.9150569Z adding 'torch/fx/passes/operator_support.py' 2025-07-17T08:07:28.9154690Z adding 'torch/fx/passes/param_fetch.py' 2025-07-17T08:07:28.9159546Z adding 'torch/fx/passes/pass_manager.py' 2025-07-17T08:07:28.9173624Z adding 'torch/fx/passes/reinplace.py' 2025-07-17T08:07:28.9184753Z adding 'torch/fx/passes/runtime_assert.py' 2025-07-17T08:07:28.9190725Z adding 'torch/fx/passes/shape_prop.py' 2025-07-17T08:07:28.9200931Z adding 'torch/fx/passes/split_module.py' 2025-07-17T08:07:28.9207508Z adding 'torch/fx/passes/split_utils.py' 2025-07-17T08:07:28.9220278Z adding 'torch/fx/passes/splitter_base.py' 2025-07-17T08:07:28.9227237Z adding 'torch/fx/passes/tools_common.py' 2025-07-17T08:07:28.9231467Z adding 'torch/fx/passes/backends/__init__.py' 2025-07-17T08:07:28.9234945Z adding 'torch/fx/passes/backends/cudagraphs.py' 2025-07-17T08:07:28.9238683Z adding 'torch/fx/passes/dialect/__init__.py' 2025-07-17T08:07:28.9242257Z adding 'torch/fx/passes/dialect/common/__init__.py' 2025-07-17T08:07:28.9246526Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2025-07-17T08:07:28.9250415Z adding 'torch/fx/passes/infra/__init__.py' 2025-07-17T08:07:28.9257394Z adding 'torch/fx/passes/infra/partitioner.py' 2025-07-17T08:07:28.9261270Z adding 'torch/fx/passes/infra/pass_base.py' 2025-07-17T08:07:28.9267334Z adding 'torch/fx/passes/infra/pass_manager.py' 2025-07-17T08:07:28.9271365Z adding 'torch/fx/passes/tests/__init__.py' 2025-07-17T08:07:28.9274800Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2025-07-17T08:07:28.9278539Z adding 'torch/fx/passes/utils/__init__.py' 2025-07-17T08:07:28.9282230Z adding 'torch/fx/passes/utils/common.py' 2025-07-17T08:07:28.9287938Z adding 'torch/fx/passes/utils/fuser_utils.py' 2025-07-17T08:07:28.9295774Z adding 'torch/fx/passes/utils/matcher_utils.py' 2025-07-17T08:07:28.9300230Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2025-07-17T08:07:28.9304758Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2025-07-17T08:07:28.9314484Z adding 'torch/include/advisor-annotate.h' 2025-07-17T08:07:28.9327978Z adding 'torch/include/cpuinfo.h' 2025-07-17T08:07:28.9332547Z adding 'torch/include/dnnl.h' 2025-07-17T08:07:28.9335731Z adding 'torch/include/dnnl.hpp' 2025-07-17T08:07:28.9338844Z adding 'torch/include/dnnl_config.h' 2025-07-17T08:07:28.9341999Z adding 'torch/include/dnnl_debug.h' 2025-07-17T08:07:28.9345048Z adding 'torch/include/dnnl_ocl.h' 2025-07-17T08:07:28.9348211Z adding 'torch/include/dnnl_ocl.hpp' 2025-07-17T08:07:28.9351411Z adding 'torch/include/dnnl_sycl.h' 2025-07-17T08:07:28.9354612Z adding 'torch/include/dnnl_sycl.hpp' 2025-07-17T08:07:28.9357700Z adding 'torch/include/dnnl_sycl_types.h' 2025-07-17T08:07:28.9360878Z adding 'torch/include/dnnl_threadpool.h' 2025-07-17T08:07:28.9363892Z adding 'torch/include/dnnl_threadpool.hpp' 2025-07-17T08:07:28.9367097Z adding 'torch/include/dnnl_threadpool_iface.hpp' 2025-07-17T08:07:28.9370244Z adding 'torch/include/dnnl_types.h' 2025-07-17T08:07:28.9373253Z adding 'torch/include/dnnl_version.h' 2025-07-17T08:07:28.9376358Z adding 'torch/include/experiments-config.h' 2025-07-17T08:07:28.9379113Z adding 'torch/include/fp16.h' 2025-07-17T08:07:28.9384390Z adding 'torch/include/fxdiv.h' 2025-07-17T08:07:28.9388474Z adding 'torch/include/ittnotify-zca.h' 2025-07-17T08:07:28.9434761Z adding 'torch/include/ittnotify.h' 2025-07-17T08:07:28.9448698Z adding 'torch/include/jitprofiling.h' 2025-07-17T08:07:28.9452462Z adding 'torch/include/libittnotify.h' 2025-07-17T08:07:28.9455469Z adding 'torch/include/libshm.h' 2025-07-17T08:07:28.9465436Z adding 'torch/include/psimd.h' 2025-07-17T08:07:28.9480182Z adding 'torch/include/pthreadpool.h' 2025-07-17T08:07:28.9518963Z adding 'torch/include/sleef.h' 2025-07-17T08:07:28.9560366Z adding 'torch/include/xnnpack.h' 2025-07-17T08:07:28.9571324Z adding 'torch/include/ATen/ATen.h' 2025-07-17T08:07:28.9575383Z adding 'torch/include/ATen/AccumulateType.h' 2025-07-17T08:07:28.9578307Z adding 'torch/include/ATen/ArrayRef.h' 2025-07-17T08:07:28.9581007Z adding 'torch/include/ATen/Backend.h' 2025-07-17T08:07:28.9583694Z adding 'torch/include/ATen/Backtrace.h' 2025-07-17T08:07:28.9586620Z adding 'torch/include/ATen/BlasBackend.h' 2025-07-17T08:07:28.9591968Z adding 'torch/include/ATen/CPUApplyUtils.h' 2025-07-17T08:07:28.9595505Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2025-07-17T08:07:28.9598762Z adding 'torch/include/ATen/CPUFunctions.h' 2025-07-17T08:07:28.9604847Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2025-07-17T08:07:28.9608750Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2025-07-17T08:07:28.9612149Z adding 'torch/include/ATen/CUDAFunctions.h' 2025-07-17T08:07:28.9618830Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2025-07-17T08:07:28.9622879Z adding 'torch/include/ATen/CachedTensorUtils.h' 2025-07-17T08:07:28.9626420Z adding 'torch/include/ATen/CollapseDims.h' 2025-07-17T08:07:28.9630044Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2025-07-17T08:07:28.9637082Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2025-07-17T08:07:28.9641532Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2025-07-17T08:07:28.9646761Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2025-07-17T08:07:28.9650840Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2025-07-17T08:07:28.9657334Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2025-07-17T08:07:28.9661718Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2025-07-17T08:07:28.9665027Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2025-07-17T08:07:28.9667899Z adding 'torch/include/ATen/Config.h' 2025-07-17T08:07:28.9676342Z adding 'torch/include/ATen/Context.h' 2025-07-17T08:07:28.9680432Z adding 'torch/include/ATen/DLConvertor.h' 2025-07-17T08:07:28.9683439Z adding 'torch/include/ATen/Device.h' 2025-07-17T08:07:28.9687150Z adding 'torch/include/ATen/DeviceAccelerator.h' 2025-07-17T08:07:28.9690571Z adding 'torch/include/ATen/DeviceGuard.h' 2025-07-17T08:07:28.9693453Z adding 'torch/include/ATen/DimVector.h' 2025-07-17T08:07:28.9696173Z adding 'torch/include/ATen/Dimname.h' 2025-07-17T08:07:28.9704967Z adding 'torch/include/ATen/Dispatch.h' 2025-07-17T08:07:28.9713980Z adding 'torch/include/ATen/Dispatch_v2.h' 2025-07-17T08:07:28.9718679Z adding 'torch/include/ATen/DynamicLibrary.h' 2025-07-17T08:07:28.9722165Z adding 'torch/include/ATen/EmptyTensor.h' 2025-07-17T08:07:28.9725363Z adding 'torch/include/ATen/ExpandBase.h' 2025-07-17T08:07:28.9731278Z adding 'torch/include/ATen/ExpandUtils.h' 2025-07-17T08:07:28.9734647Z adding 'torch/include/ATen/Formatting.h' 2025-07-17T08:07:28.9737940Z adding 'torch/include/ATen/FuncTorchTLS.h' 2025-07-17T08:07:28.9743118Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2025-07-17T08:07:28.9751139Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2025-07-17T08:07:28.9762906Z adding 'torch/include/ATen/Functions.h' 2025-07-17T08:07:28.9767086Z adding 'torch/include/ATen/Generator.h' 2025-07-17T08:07:28.9770754Z adding 'torch/include/ATen/InferSize.h' 2025-07-17T08:07:28.9773965Z adding 'torch/include/ATen/InitialTensorOptions.h' 2025-07-17T08:07:28.9776750Z adding 'torch/include/ATen/Layout.h' 2025-07-17T08:07:28.9780009Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2025-07-17T08:07:28.9784383Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2025-07-17T08:07:28.9787729Z adding 'torch/include/ATen/LegacyVmapMode.h' 2025-07-17T08:07:28.9793270Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2025-07-17T08:07:28.9796748Z adding 'torch/include/ATen/LinalgBackend.h' 2025-07-17T08:07:28.9800293Z adding 'torch/include/ATen/MapAllocator.h' 2025-07-17T08:07:28.9804175Z adding 'torch/include/ATen/MatrixRef.h' 2025-07-17T08:07:28.9807530Z adding 'torch/include/ATen/MemoryOverlap.h' 2025-07-17T08:07:28.9810925Z adding 'torch/include/ATen/MetaFunctions.h' 2025-07-17T08:07:28.9815715Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2025-07-17T08:07:28.9821067Z adding 'torch/include/ATen/MethodOperators.h' 2025-07-17T08:07:28.9824391Z adding 'torch/include/ATen/NamedTensor.h' 2025-07-17T08:07:28.9828648Z adding 'torch/include/ATen/NamedTensorUtils.h' 2025-07-17T08:07:28.9840058Z adding 'torch/include/ATen/NativeFunctions.h' 2025-07-17T08:07:28.9851974Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2025-07-17T08:07:28.9858896Z adding 'torch/include/ATen/NestedTensorImpl.h' 2025-07-17T08:07:28.9862801Z adding 'torch/include/ATen/NumericUtils.h' 2025-07-17T08:07:28.9866374Z adding 'torch/include/ATen/OpMathType.h' 2025-07-17T08:07:28.9870803Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2025-07-17T08:07:28.9882289Z adding 'torch/include/ATen/Operators.h' 2025-07-17T08:07:28.9886668Z adding 'torch/include/ATen/PTThreadPool.h' 2025-07-17T08:07:28.9889628Z adding 'torch/include/ATen/PadNd.h' 2025-07-17T08:07:28.9893060Z adding 'torch/include/ATen/Parallel-inl.h' 2025-07-17T08:07:28.9897126Z adding 'torch/include/ATen/Parallel.h' 2025-07-17T08:07:28.9900404Z adding 'torch/include/ATen/ParallelFuture.h' 2025-07-17T08:07:28.9903306Z adding 'torch/include/ATen/ParallelNative.h' 2025-07-17T08:07:28.9906653Z adding 'torch/include/ATen/ParallelOpenMP.h' 2025-07-17T08:07:28.9910059Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2025-07-17T08:07:28.9913095Z adding 'torch/include/ATen/ROCmFABackend.h' 2025-07-17T08:07:29.0176484Z adding 'torch/include/ATen/RedispatchFunctions.h' 2025-07-17T08:07:29.0366103Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2025-07-17T08:07:29.0391490Z adding 'torch/include/ATen/SDPBackend.h' 2025-07-17T08:07:29.0395184Z adding 'torch/include/ATen/SavedTensorHooks.h' 2025-07-17T08:07:29.0398054Z adding 'torch/include/ATen/Scalar.h' 2025-07-17T08:07:29.0401460Z adding 'torch/include/ATen/ScalarOps.h' 2025-07-17T08:07:29.0404332Z adding 'torch/include/ATen/ScalarType.h' 2025-07-17T08:07:29.0407396Z adding 'torch/include/ATen/SequenceNumber.h' 2025-07-17T08:07:29.0410097Z adding 'torch/include/ATen/SmallVector.h' 2025-07-17T08:07:29.0415035Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2025-07-17T08:07:29.0421424Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2025-07-17T08:07:29.0428358Z adding 'torch/include/ATen/SparseTensorImpl.h' 2025-07-17T08:07:29.0431761Z adding 'torch/include/ATen/Storage.h' 2025-07-17T08:07:29.0435093Z adding 'torch/include/ATen/StorageUtils.h' 2025-07-17T08:07:29.0437919Z adding 'torch/include/ATen/Tensor.h' 2025-07-17T08:07:29.0440784Z adding 'torch/include/ATen/TensorAccessor.h' 2025-07-17T08:07:29.0444488Z adding 'torch/include/ATen/TensorGeometry.h' 2025-07-17T08:07:29.0454536Z adding 'torch/include/ATen/TensorIndexing.h' 2025-07-17T08:07:29.0470722Z adding 'torch/include/ATen/TensorIterator.h' 2025-07-17T08:07:29.0475191Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2025-07-17T08:07:29.0479412Z adding 'torch/include/ATen/TensorMeta.h' 2025-07-17T08:07:29.0483368Z adding 'torch/include/ATen/TensorNames.h' 2025-07-17T08:07:29.0486817Z adding 'torch/include/ATen/TensorOperators.h' 2025-07-17T08:07:29.0489842Z adding 'torch/include/ATen/TensorOptions.h' 2025-07-17T08:07:29.0493551Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2025-07-17T08:07:29.0497758Z adding 'torch/include/ATen/TensorUtils.h' 2025-07-17T08:07:29.0501000Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2025-07-17T08:07:29.0504959Z adding 'torch/include/ATen/ThreadLocalState.h' 2025-07-17T08:07:29.0509643Z adding 'torch/include/ATen/TracerMode.h' 2025-07-17T08:07:29.0512860Z adding 'torch/include/ATen/TypeDefault.h' 2025-07-17T08:07:29.0516440Z adding 'torch/include/ATen/Utils.h' 2025-07-17T08:07:29.0519450Z adding 'torch/include/ATen/Version.h' 2025-07-17T08:07:29.0695161Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2025-07-17T08:07:29.0738553Z adding 'torch/include/ATen/WrapDimUtils.h' 2025-07-17T08:07:29.0741991Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2025-07-17T08:07:29.0753446Z adding 'torch/include/ATen/autocast_mode.h' 2025-07-17T08:07:29.0757516Z adding 'torch/include/ATen/ceil_div.h' 2025-07-17T08:07:29.0762173Z adding 'torch/include/ATen/code_template.h' 2025-07-17T08:07:29.0766085Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2025-07-17T08:07:29.0769109Z adding 'torch/include/ATen/div_rtn.h' 2025-07-17T08:07:29.0774704Z adding 'torch/include/ATen/dlpack.h' 2025-07-17T08:07:29.0777935Z adding 'torch/include/ATen/jit_macros.h' 2025-07-17T08:07:29.0781274Z adding 'torch/include/ATen/jiterator_macros.h' 2025-07-17T08:07:29.0790435Z adding 'torch/include/ATen/record_function.h' 2025-07-17T08:07:29.0795901Z adding 'torch/include/ATen/core/ATenGeneral.h' 2025-07-17T08:07:29.0798879Z adding 'torch/include/ATen/core/ATenOpList.h' 2025-07-17T08:07:29.0801894Z adding 'torch/include/ATen/core/ATen_fwd.h' 2025-07-17T08:07:29.0805767Z adding 'torch/include/ATen/core/ATen_pch.h' 2025-07-17T08:07:29.0809075Z adding 'torch/include/ATen/core/Array.h' 2025-07-17T08:07:29.0811909Z adding 'torch/include/ATen/core/Backtrace.h' 2025-07-17T08:07:29.0822865Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2025-07-17T08:07:29.0826757Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2025-07-17T08:07:29.0830754Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2025-07-17T08:07:29.0834042Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2025-07-17T08:07:29.0840447Z adding 'torch/include/ATen/core/Dict.h' 2025-07-17T08:07:29.0845147Z adding 'torch/include/ATen/core/Dict_inl.h' 2025-07-17T08:07:29.0848326Z adding 'torch/include/ATen/core/DimVector.h' 2025-07-17T08:07:29.0851505Z adding 'torch/include/ATen/core/Dimname.h' 2025-07-17T08:07:29.0856581Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2025-07-17T08:07:29.0859917Z adding 'torch/include/ATen/core/Formatting.h' 2025-07-17T08:07:29.0864477Z adding 'torch/include/ATen/core/Generator.h' 2025-07-17T08:07:29.0867934Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2025-07-17T08:07:29.0876168Z adding 'torch/include/ATen/core/IListRef.h' 2025-07-17T08:07:29.0880777Z adding 'torch/include/ATen/core/IListRef_inl.h' 2025-07-17T08:07:29.0885298Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2025-07-17T08:07:29.0892074Z adding 'torch/include/ATen/core/List.h' 2025-07-17T08:07:29.0897692Z adding 'torch/include/ATen/core/List_inl.h' 2025-07-17T08:07:29.0902792Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2025-07-17T08:07:29.0907411Z adding 'torch/include/ATen/core/NamedTensor.h' 2025-07-17T08:07:29.0912286Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2025-07-17T08:07:29.0917463Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2025-07-17T08:07:29.0920852Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2025-07-17T08:07:29.0924116Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2025-07-17T08:07:29.0927976Z adding 'torch/include/ATen/core/QuantizerBase.h' 2025-07-17T08:07:29.0930792Z adding 'torch/include/ATen/core/Range.h' 2025-07-17T08:07:29.0933808Z adding 'torch/include/ATen/core/Reduction.h' 2025-07-17T08:07:29.0936554Z adding 'torch/include/ATen/core/Scalar.h' 2025-07-17T08:07:29.0939325Z adding 'torch/include/ATen/core/ScalarType.h' 2025-07-17T08:07:29.0942725Z adding 'torch/include/ATen/core/Tensor.h' 2025-07-17T08:07:29.0947546Z adding 'torch/include/ATen/core/TensorAccessor.h' 2025-07-17T08:07:29.0963119Z adding 'torch/include/ATen/core/TensorBase.h' 2025-07-17T08:07:29.1022755Z adding 'torch/include/ATen/core/TensorBody.h' 2025-07-17T08:07:29.1032757Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2025-07-17T08:07:29.1037267Z adding 'torch/include/ATen/core/TransformationHelper.h' 2025-07-17T08:07:29.1040219Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2025-07-17T08:07:29.1043414Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2025-07-17T08:07:29.1047142Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2025-07-17T08:07:29.1050688Z adding 'torch/include/ATen/core/Variadic.h' 2025-07-17T08:07:29.1054362Z adding 'torch/include/ATen/core/Vitals.h' 2025-07-17T08:07:29.1058490Z adding 'torch/include/ATen/core/alias_info.h' 2025-07-17T08:07:29.1074204Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2025-07-17T08:07:29.1079804Z adding 'torch/include/ATen/core/blob.h' 2025-07-17T08:07:29.1083373Z adding 'torch/include/ATen/core/builtin_function.h' 2025-07-17T08:07:29.1089648Z adding 'torch/include/ATen/core/class_type.h' 2025-07-17T08:07:29.1093151Z adding 'torch/include/ATen/core/custom_class.h' 2025-07-17T08:07:29.1098678Z adding 'torch/include/ATen/core/dynamic_type.h' 2025-07-17T08:07:29.1102158Z adding 'torch/include/ATen/core/enum_tag.h' 2025-07-17T08:07:29.1105887Z adding 'torch/include/ATen/core/enum_type.h' 2025-07-17T08:07:29.1109777Z adding 'torch/include/ATen/core/function.h' 2025-07-17T08:07:29.1119684Z adding 'torch/include/ATen/core/function_schema.h' 2025-07-17T08:07:29.1123750Z adding 'torch/include/ATen/core/function_schema_inl.h' 2025-07-17T08:07:29.1127084Z adding 'torch/include/ATen/core/functional.h' 2025-07-17T08:07:29.1129963Z adding 'torch/include/ATen/core/grad_mode.h' 2025-07-17T08:07:29.1135539Z adding 'torch/include/ATen/core/interned_strings.h' 2025-07-17T08:07:29.1139038Z adding 'torch/include/ATen/core/interned_strings_class.h' 2025-07-17T08:07:29.1158161Z adding 'torch/include/ATen/core/ivalue.h' 2025-07-17T08:07:29.1188280Z adding 'torch/include/ATen/core/ivalue_inl.h' 2025-07-17T08:07:29.1193543Z adding 'torch/include/ATen/core/ivalue_to.h' 2025-07-17T08:07:29.1215886Z adding 'torch/include/ATen/core/jit_type.h' 2025-07-17T08:07:29.1226632Z adding 'torch/include/ATen/core/jit_type_base.h' 2025-07-17T08:07:29.1231079Z adding 'torch/include/ATen/core/operator_name.h' 2025-07-17T08:07:29.1235203Z adding 'torch/include/ATen/core/qualified_name.h' 2025-07-17T08:07:29.1238840Z adding 'torch/include/ATen/core/rref_interface.h' 2025-07-17T08:07:29.1243266Z adding 'torch/include/ATen/core/stack.h' 2025-07-17T08:07:29.1247772Z adding 'torch/include/ATen/core/symbol.h' 2025-07-17T08:07:29.1251623Z adding 'torch/include/ATen/core/type_factory.h' 2025-07-17T08:07:29.1254860Z adding 'torch/include/ATen/core/type_ptr.h' 2025-07-17T08:07:29.1257664Z adding 'torch/include/ATen/core/typeid.h' 2025-07-17T08:07:29.1265058Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2025-07-17T08:07:29.1268894Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2025-07-17T08:07:29.1273812Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2025-07-17T08:07:29.1279158Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2025-07-17T08:07:29.1282595Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2025-07-17T08:07:29.1287029Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2025-07-17T08:07:29.1290516Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2025-07-17T08:07:29.1296511Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2025-07-17T08:07:29.1306763Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2025-07-17T08:07:29.1311518Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2025-07-17T08:07:29.1316148Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2025-07-17T08:07:29.1322003Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2025-07-17T08:07:29.1335442Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2025-07-17T08:07:29.1339347Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2025-07-17T08:07:29.1346388Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2025-07-17T08:07:29.1349576Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2025-07-17T08:07:29.1352860Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2025-07-17T08:07:29.1357284Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2025-07-17T08:07:29.1361791Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2025-07-17T08:07:29.1366578Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2025-07-17T08:07:29.1375209Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2025-07-17T08:07:29.1379786Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2025-07-17T08:07:29.1382962Z adding 'torch/include/ATen/cpu/Utils.h' 2025-07-17T08:07:29.1387368Z adding 'torch/include/ATen/cpu/vml.h' 2025-07-17T08:07:29.1391606Z adding 'torch/include/ATen/cpu/vec/functional.h' 2025-07-17T08:07:29.1396656Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2025-07-17T08:07:29.1403392Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2025-07-17T08:07:29.1407815Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2025-07-17T08:07:29.1411334Z adding 'torch/include/ATen/cpu/vec/vec.h' 2025-07-17T08:07:29.1424596Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2025-07-17T08:07:29.1429344Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2025-07-17T08:07:29.1433471Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2025-07-17T08:07:29.1438543Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2025-07-17T08:07:29.1444021Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2025-07-17T08:07:29.1448277Z adding 'torch/include/ATen/cpu/vec/vec_quant.h' 2025-07-17T08:07:29.1452818Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2025-07-17T08:07:29.1459378Z adding 'torch/include/ATen/cpu/vec/sve/vec_bfloat16.h' 2025-07-17T08:07:29.1464389Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2025-07-17T08:07:29.1470697Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2025-07-17T08:07:29.1479831Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2025-07-17T08:07:29.1487630Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2025-07-17T08:07:29.1494296Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2025-07-17T08:07:29.1498854Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2025-07-17T08:07:29.1505768Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_bfloat16_neon.h' 2025-07-17T08:07:29.1509954Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2025-07-17T08:07:29.1516670Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2025-07-17T08:07:29.1523788Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2025-07-17T08:07:29.1528978Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_reduced_precision_common_neon.h' 2025-07-17T08:07:29.1534203Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2025-07-17T08:07:29.1537557Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2025-07-17T08:07:29.1542872Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2025-07-17T08:07:29.1551507Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_16bit_float.h' 2025-07-17T08:07:29.1556545Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2025-07-17T08:07:29.1563736Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2025-07-17T08:07:29.1571766Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2025-07-17T08:07:29.1577031Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2025-07-17T08:07:29.1582592Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2025-07-17T08:07:29.1591351Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2025-07-17T08:07:29.1596331Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half.h' 2025-07-17T08:07:29.1610664Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2025-07-17T08:07:29.1616804Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2025-07-17T08:07:29.1628119Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2025-07-17T08:07:29.1634337Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2025-07-17T08:07:29.1638443Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2025-07-17T08:07:29.1651620Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2025-07-17T08:07:29.1657602Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2025-07-17T08:07:29.1663829Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2025-07-17T08:07:29.1669878Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2025-07-17T08:07:29.1675463Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2025-07-17T08:07:29.1680942Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2025-07-17T08:07:29.1685794Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2025-07-17T08:07:29.1690814Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2025-07-17T08:07:29.1697101Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2025-07-17T08:07:29.1703708Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2025-07-17T08:07:29.1711406Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2025-07-17T08:07:29.1736270Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2025-07-17T08:07:29.1744555Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2025-07-17T08:07:29.1763369Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2025-07-17T08:07:29.1772960Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2025-07-17T08:07:29.1783504Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2025-07-17T08:07:29.1789089Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2025-07-17T08:07:29.1794912Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2025-07-17T08:07:29.1804523Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2025-07-17T08:07:29.1812487Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float8.h' 2025-07-17T08:07:29.1825289Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2025-07-17T08:07:29.1831864Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2025-07-17T08:07:29.1843211Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2025-07-17T08:07:29.1848987Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2025-07-17T08:07:29.1852402Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2025-07-17T08:07:29.1855882Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2025-07-17T08:07:29.1863083Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2025-07-17T08:07:29.1871656Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2025-07-17T08:07:29.1877490Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2025-07-17T08:07:29.1880984Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2025-07-17T08:07:29.1884595Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2025-07-17T08:07:29.1888174Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2025-07-17T08:07:29.1891740Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2025-07-17T08:07:29.1896836Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2025-07-17T08:07:29.1901716Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2025-07-17T08:07:29.1905829Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2025-07-17T08:07:29.1909332Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2025-07-17T08:07:29.1912835Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2025-07-17T08:07:29.1917484Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2025-07-17T08:07:29.1922118Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2025-07-17T08:07:29.1925456Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2025-07-17T08:07:29.1928407Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2025-07-17T08:07:29.1932056Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2025-07-17T08:07:29.1935659Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2025-07-17T08:07:29.1938772Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2025-07-17T08:07:29.1944056Z adding 'torch/include/ATen/cuda/Exceptions.h' 2025-07-17T08:07:29.1947778Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2025-07-17T08:07:29.1950985Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2025-07-17T08:07:29.1953886Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2025-07-17T08:07:29.1956636Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2025-07-17T08:07:29.1959537Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2025-07-17T08:07:29.1970445Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2025-07-17T08:07:29.1970808Z adding 'torch/include/ATen/cuda/Sleep.h' 2025-07-17T08:07:29.1971131Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2025-07-17T08:07:29.1972561Z adding 'torch/include/ATen/cuda/cub-RadixSortPairs.cuh' 2025-07-17T08:07:29.1980568Z adding 'torch/include/ATen/cuda/cub.cuh' 2025-07-17T08:07:29.1985198Z adding 'torch/include/ATen/cuda/cub.h' 2025-07-17T08:07:29.1988975Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2025-07-17T08:07:29.1992529Z adding 'torch/include/ATen/cuda/jiterator.h' 2025-07-17T08:07:29.1997842Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2025-07-17T08:07:29.2000693Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2025-07-17T08:07:29.2006186Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2025-07-17T08:07:29.2011930Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2025-07-17T08:07:29.2015723Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2025-07-17T08:07:29.2019779Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2025-07-17T08:07:29.2023534Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2025-07-17T08:07:29.2026587Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2025-07-17T08:07:29.2030674Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2025-07-17T08:07:29.2034252Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2025-07-17T08:07:29.2037936Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2025-07-17T08:07:29.2041574Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2025-07-17T08:07:29.2048809Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2025-07-17T08:07:29.2056158Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2025-07-17T08:07:29.2061136Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2025-07-17T08:07:29.2064537Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2025-07-17T08:07:29.2069330Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2025-07-17T08:07:29.2073933Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2025-07-17T08:07:29.2080350Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2025-07-17T08:07:29.2088020Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2025-07-17T08:07:29.2091368Z adding 'torch/include/ATen/cudnn/Handle.h' 2025-07-17T08:07:29.2094142Z adding 'torch/include/ATen/cudnn/Handles.h' 2025-07-17T08:07:29.2097038Z adding 'torch/include/ATen/cudnn/Types.h' 2025-07-17T08:07:29.2100177Z adding 'torch/include/ATen/cudnn/Utils.h' 2025-07-17T08:07:29.2103233Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2025-07-17T08:07:29.2107679Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2025-07-17T08:07:29.2112237Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2025-07-17T08:07:29.2115948Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2025-07-17T08:07:29.2119429Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2025-07-17T08:07:29.2122697Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2025-07-17T08:07:29.2125884Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2025-07-17T08:07:29.2129077Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2025-07-17T08:07:29.2132664Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2025-07-17T08:07:29.2136609Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2025-07-17T08:07:29.2140183Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2025-07-17T08:07:29.2143581Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2025-07-17T08:07:29.2147823Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2025-07-17T08:07:29.2154623Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2025-07-17T08:07:29.2158745Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2025-07-17T08:07:29.2163407Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2025-07-17T08:07:29.2167487Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2025-07-17T08:07:29.2171831Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2025-07-17T08:07:29.2175204Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2025-07-17T08:07:29.2181202Z adding 'torch/include/ATen/functorch/Interpreter.h' 2025-07-17T08:07:29.2186819Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2025-07-17T08:07:29.2189985Z adding 'torch/include/ATen/functorch/Macros.h' 2025-07-17T08:07:29.2193634Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2025-07-17T08:07:29.2197922Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2025-07-17T08:07:29.2201223Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2025-07-17T08:07:29.2206493Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2025-07-17T08:07:29.2209072Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2025-07-17T08:07:29.2215008Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2025-07-17T08:07:29.2219259Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2025-07-17T08:07:29.2223069Z adding 'torch/include/ATen/metal/Context.h' 2025-07-17T08:07:29.2228098Z adding 'torch/include/ATen/miopen/Descriptors.h' 2025-07-17T08:07:29.2231622Z adding 'torch/include/ATen/miopen/Exceptions.h' 2025-07-17T08:07:29.2234533Z adding 'torch/include/ATen/miopen/Handle.h' 2025-07-17T08:07:29.2237427Z adding 'torch/include/ATen/miopen/Types.h' 2025-07-17T08:07:29.2240281Z adding 'torch/include/ATen/miopen/Utils.h' 2025-07-17T08:07:29.2243280Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2025-07-17T08:07:29.2247184Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2025-07-17T08:07:29.2251057Z adding 'torch/include/ATen/mps/IndexKernels.h' 2025-07-17T08:07:29.2259686Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2025-07-17T08:07:29.2263731Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2025-07-17T08:07:29.2267148Z adding 'torch/include/ATen/mps/MPSDevice.h' 2025-07-17T08:07:29.2271150Z adding 'torch/include/ATen/mps/MPSEvent.h' 2025-07-17T08:07:29.2274545Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2025-07-17T08:07:29.2278742Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2025-07-17T08:07:29.2282235Z adding 'torch/include/ATen/mps/MPSHooks.h' 2025-07-17T08:07:29.2289509Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2025-07-17T08:07:29.2293940Z adding 'torch/include/ATen/mps/MPSStream.h' 2025-07-17T08:07:29.2300133Z adding 'torch/include/ATen/native/Activation.h' 2025-07-17T08:07:29.2303704Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2025-07-17T08:07:29.2306844Z adding 'torch/include/ATen/native/AmpKernels.h' 2025-07-17T08:07:29.2311549Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2025-07-17T08:07:29.2315462Z adding 'torch/include/ATen/native/BinaryOps.h' 2025-07-17T08:07:29.2320418Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2025-07-17T08:07:29.2324987Z adding 'torch/include/ATen/native/CPUBlas.h' 2025-07-17T08:07:29.2328806Z adding 'torch/include/ATen/native/CPUFallback.h' 2025-07-17T08:07:29.2331888Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2025-07-17T08:07:29.2335796Z adding 'torch/include/ATen/native/ComplexHelper.h' 2025-07-17T08:07:29.2339036Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2025-07-17T08:07:29.2343411Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2025-07-17T08:07:29.2350369Z adding 'torch/include/ATen/native/ConvUtils.h' 2025-07-17T08:07:29.2353993Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2025-07-17T08:07:29.2356989Z adding 'torch/include/ATen/native/Copy.h' 2025-07-17T08:07:29.2359951Z adding 'torch/include/ATen/native/Cross.h' 2025-07-17T08:07:29.2364209Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2025-07-17T08:07:29.2370418Z adding 'torch/include/ATen/native/DispatchStub.h' 2025-07-17T08:07:29.2373933Z adding 'torch/include/ATen/native/Distance.h' 2025-07-17T08:07:29.2380564Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2025-07-17T08:07:29.2389973Z adding 'torch/include/ATen/native/Distributions.h' 2025-07-17T08:07:29.2394952Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2025-07-17T08:07:29.2398147Z adding 'torch/include/ATen/native/Fill.h' 2025-07-17T08:07:29.2404677Z adding 'torch/include/ATen/native/ForeachUtils.h' 2025-07-17T08:07:29.2408645Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2025-07-17T08:07:29.2411715Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2025-07-17T08:07:29.2414832Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2025-07-17T08:07:29.2417879Z adding 'torch/include/ATen/native/FusedAdam.h' 2025-07-17T08:07:29.2421506Z adding 'torch/include/ATen/native/FusedSGD.h' 2025-07-17T08:07:29.2424064Z adding 'torch/include/ATen/native/Gelu.h' 2025-07-17T08:07:29.2428921Z adding 'torch/include/ATen/native/GridSampler.h' 2025-07-17T08:07:29.2433079Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2025-07-17T08:07:29.2436204Z adding 'torch/include/ATen/native/Histogram.h' 2025-07-17T08:07:29.2439532Z adding 'torch/include/ATen/native/IndexKernel.h' 2025-07-17T08:07:29.2443955Z adding 'torch/include/ATen/native/IndexingUtils.h' 2025-07-17T08:07:29.2447423Z adding 'torch/include/ATen/native/Lerp.h' 2025-07-17T08:07:29.2450559Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2025-07-17T08:07:29.2461645Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2025-07-17T08:07:29.2465594Z adding 'torch/include/ATen/native/LossMulti.h' 2025-07-17T08:07:29.2514042Z adding 'torch/include/ATen/native/Math.h' 2025-07-17T08:07:29.2520880Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2025-07-17T08:07:29.2525836Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2025-07-17T08:07:29.2529693Z adding 'torch/include/ATen/native/MaxPooling.h' 2025-07-17T08:07:29.2533001Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2025-07-17T08:07:29.2536446Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2025-07-17T08:07:29.2539532Z adding 'torch/include/ATen/native/Normalization.h' 2025-07-17T08:07:29.2542946Z adding 'torch/include/ATen/native/Padding.h' 2025-07-17T08:07:29.2546252Z adding 'torch/include/ATen/native/PixelShuffle.h' 2025-07-17T08:07:29.2549322Z adding 'torch/include/ATen/native/PointwiseOps.h' 2025-07-17T08:07:29.2554852Z adding 'torch/include/ATen/native/Pool.h' 2025-07-17T08:07:29.2558600Z adding 'torch/include/ATen/native/Pow.h' 2025-07-17T08:07:29.2562082Z adding 'torch/include/ATen/native/RNN.h' 2025-07-17T08:07:29.2565144Z adding 'torch/include/ATen/native/RangeFactories.h' 2025-07-17T08:07:29.2568505Z adding 'torch/include/ATen/native/RangeUtils.h' 2025-07-17T08:07:29.2571495Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2025-07-17T08:07:29.2574700Z adding 'torch/include/ATen/native/ReduceOps.h' 2025-07-17T08:07:29.2580965Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2025-07-17T08:07:29.2584548Z adding 'torch/include/ATen/native/ReductionType.h' 2025-07-17T08:07:29.2587814Z adding 'torch/include/ATen/native/Repeat.h' 2025-07-17T08:07:29.2592989Z adding 'torch/include/ATen/native/Resize.h' 2025-07-17T08:07:29.2596780Z adding 'torch/include/ATen/native/ResizeCommon.h' 2025-07-17T08:07:29.2600613Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2025-07-17T08:07:29.2603742Z adding 'torch/include/ATen/native/SegmentReduce.h' 2025-07-17T08:07:29.2609275Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2025-07-17T08:07:29.2613168Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2025-07-17T08:07:29.2616126Z adding 'torch/include/ATen/native/Sorting.h' 2025-07-17T08:07:29.2619501Z adding 'torch/include/ATen/native/SortingUtils.h' 2025-07-17T08:07:29.2623965Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2025-07-17T08:07:29.2628199Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2025-07-17T08:07:29.2632487Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2025-07-17T08:07:29.2635971Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2025-07-17T08:07:29.2639849Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2025-07-17T08:07:29.2643070Z adding 'torch/include/ATen/native/TensorCompare.h' 2025-07-17T08:07:29.2646139Z adding 'torch/include/ATen/native/TensorConversions.h' 2025-07-17T08:07:29.2649444Z adding 'torch/include/ATen/native/TensorDimApply.h' 2025-07-17T08:07:29.2653671Z adding 'torch/include/ATen/native/TensorFactories.h' 2025-07-17T08:07:29.2656602Z adding 'torch/include/ATen/native/TensorIterator.h' 2025-07-17T08:07:29.2659915Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2025-07-17T08:07:29.2662794Z adding 'torch/include/ATen/native/TensorProperties.h' 2025-07-17T08:07:29.2666812Z adding 'torch/include/ATen/native/TensorShape.h' 2025-07-17T08:07:29.2670245Z adding 'torch/include/ATen/native/TensorTransformations.h' 2025-07-17T08:07:29.2673702Z adding 'torch/include/ATen/native/TopKImpl.h' 2025-07-17T08:07:29.2676874Z adding 'torch/include/ATen/native/TransposeType.h' 2025-07-17T08:07:29.2680291Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2025-07-17T08:07:29.2683344Z adding 'torch/include/ATen/native/TypeProperties.h' 2025-07-17T08:07:29.2686883Z adding 'torch/include/ATen/native/UnaryOps.h' 2025-07-17T08:07:29.2690085Z adding 'torch/include/ATen/native/Unfold2d.h' 2025-07-17T08:07:29.2693082Z adding 'torch/include/ATen/native/Unfold3d.h' 2025-07-17T08:07:29.2696717Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2025-07-17T08:07:29.2703852Z adding 'torch/include/ATen/native/UpSample.h' 2025-07-17T08:07:29.2707519Z adding 'torch/include/ATen/native/batch_norm.h' 2025-07-17T08:07:29.2710698Z adding 'torch/include/ATen/native/group_norm.h' 2025-07-17T08:07:29.2714415Z adding 'torch/include/ATen/native/im2col.h' 2025-07-17T08:07:29.2718718Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2025-07-17T08:07:29.2722594Z adding 'torch/include/ATen/native/layer_norm.h' 2025-07-17T08:07:29.2725619Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2025-07-17T08:07:29.2729038Z adding 'torch/include/ATen/native/vol2col.h' 2025-07-17T08:07:29.2734679Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.h' 2025-07-17T08:07:29.2738274Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/packed_params.h' 2025-07-17T08:07:29.2742034Z adding 'torch/include/ATen/native/ao_sparse/quantized/cpu/qnnpack_utils.h' 2025-07-17T08:07:29.2746537Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2025-07-17T08:07:29.2749646Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2025-07-17T08:07:29.2752679Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2025-07-17T08:07:29.2755513Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2025-07-17T08:07:29.2758520Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2025-07-17T08:07:29.2764171Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2025-07-17T08:07:29.2768115Z adding 'torch/include/ATen/native/cpu/Elu.h' 2025-07-17T08:07:29.2771646Z adding 'torch/include/ATen/native/cpu/Gelu.h' 2025-07-17T08:07:29.2774871Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2025-07-17T08:07:29.2778473Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2025-07-17T08:07:29.2781758Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2025-07-17T08:07:29.2785109Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2025-07-17T08:07:29.2788597Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2025-07-17T08:07:29.2794247Z adding 'torch/include/ATen/native/cpu/LogSoftmaxKernelImpl.h' 2025-07-17T08:07:29.2800652Z adding 'torch/include/ATen/native/cpu/Loops.h' 2025-07-17T08:07:29.2804136Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2025-07-17T08:07:29.2807100Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2025-07-17T08:07:29.2813311Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2025-07-17T08:07:29.2818234Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2025-07-17T08:07:29.2821947Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2025-07-17T08:07:29.2824840Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2025-07-17T08:07:29.2829254Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2025-07-17T08:07:29.2832573Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2025-07-17T08:07:29.2835851Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2025-07-17T08:07:29.2838754Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2025-07-17T08:07:29.2854568Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2025-07-17T08:07:29.2859132Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2025-07-17T08:07:29.2865719Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2025-07-17T08:07:29.2869347Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2025-07-17T08:07:29.2872749Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2025-07-17T08:07:29.2877180Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2025-07-17T08:07:29.2881954Z adding 'torch/include/ATen/native/cpu/utils.h' 2025-07-17T08:07:29.2886006Z adding 'torch/include/ATen/native/cpu/zmath.h' 2025-07-17T08:07:29.2891225Z adding 'torch/include/ATen/native/cuda/Activation.h' 2025-07-17T08:07:29.2894595Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2025-07-17T08:07:29.2900351Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2025-07-17T08:07:29.2911104Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2025-07-17T08:07:29.2915311Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2025-07-17T08:07:29.2918259Z adding 'torch/include/ATen/native/cuda/Copy.h' 2025-07-17T08:07:29.2926190Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2025-07-17T08:07:29.2930101Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2025-07-17T08:07:29.2933334Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2025-07-17T08:07:29.2942248Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2025-07-17T08:07:29.2946110Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2025-07-17T08:07:29.2949278Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2025-07-17T08:07:29.2954827Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2025-07-17T08:07:29.2958615Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2025-07-17T08:07:29.2963541Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2025-07-17T08:07:29.2966995Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2025-07-17T08:07:29.2970015Z adding 'torch/include/ATen/native/cuda/GroupMM.h' 2025-07-17T08:07:29.2975701Z adding 'torch/include/ATen/native/cuda/GroupMMCommon.cuh' 2025-07-17T08:07:29.2978975Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2025-07-17T08:07:29.2982403Z adding 'torch/include/ATen/native/cuda/IndexKernelUtils.h' 2025-07-17T08:07:29.2987274Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2025-07-17T08:07:29.2993541Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2025-07-17T08:07:29.2997271Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2025-07-17T08:07:29.3002925Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2025-07-17T08:07:29.3038260Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2025-07-17T08:07:29.3049125Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2025-07-17T08:07:29.3052856Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2025-07-17T08:07:29.3058258Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2025-07-17T08:07:29.3076935Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2025-07-17T08:07:29.3084796Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2025-07-17T08:07:29.3088517Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2025-07-17T08:07:29.3092049Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2025-07-17T08:07:29.3109153Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2025-07-17T08:07:29.3113482Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2025-07-17T08:07:29.3116767Z adding 'torch/include/ATen/native/cuda/Resize.h' 2025-07-17T08:07:29.3119814Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2025-07-17T08:07:29.3122749Z adding 'torch/include/ATen/native/cuda/ScaledGroupMM.h' 2025-07-17T08:07:29.3125676Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2025-07-17T08:07:29.3132698Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2025-07-17T08:07:29.3136239Z adding 'torch/include/ATen/native/cuda/Sort.h' 2025-07-17T08:07:29.3139259Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2025-07-17T08:07:29.3144751Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2025-07-17T08:07:29.3148102Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2025-07-17T08:07:29.3152302Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2025-07-17T08:07:29.3158356Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2025-07-17T08:07:29.3165766Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2025-07-17T08:07:29.3169100Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2025-07-17T08:07:29.3171973Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2025-07-17T08:07:29.3174880Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2025-07-17T08:07:29.3180078Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2025-07-17T08:07:29.3184130Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2025-07-17T08:07:29.3187363Z adding 'torch/include/ATen/native/cuda/cutlass_common.cuh' 2025-07-17T08:07:29.3190583Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2025-07-17T08:07:29.3193541Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2025-07-17T08:07:29.3198018Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2025-07-17T08:07:29.3201273Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2025-07-17T08:07:29.3204237Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2025-07-17T08:07:29.3209068Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2025-07-17T08:07:29.3213798Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2025-07-17T08:07:29.3221902Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2025-07-17T08:07:29.3225534Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2025-07-17T08:07:29.3230393Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2025-07-17T08:07:29.3234565Z adding 'torch/include/ATen/native/hip/ck_bgemm.h' 2025-07-17T08:07:29.3237618Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2025-07-17T08:07:29.3242824Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2025-07-17T08:07:29.3246483Z adding 'torch/include/ATen/native/hip/ck_types.h' 2025-07-17T08:07:29.3250756Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_collection.h' 2025-07-17T08:07:29.3255092Z adding 'torch/include/ATen/native/hip/bgemm_kernels/bgemm_kernel_template.h' 2025-07-17T08:07:29.3259152Z adding 'torch/include/ATen/native/kleidiai/kai_kernels.h' 2025-07-17T08:07:29.3262532Z adding 'torch/include/ATen/native/kleidiai/kai_pack.h' 2025-07-17T08:07:29.3266208Z adding 'torch/include/ATen/native/kleidiai/kai_ukernel_interface.h' 2025-07-17T08:07:29.3270901Z adding 'torch/include/ATen/native/mkldnn/xpu/Conv.h' 2025-07-17T08:07:29.3274234Z adding 'torch/include/ATen/native/mkldnn/xpu/FusionUtils.h' 2025-07-17T08:07:29.3281904Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2025-07-17T08:07:29.3289019Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/DnnlExt.h' 2025-07-17T08:07:29.3293048Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/LRUCache.h' 2025-07-17T08:07:29.3296948Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2025-07-17T08:07:29.3300731Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2025-07-17T08:07:29.3304729Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2025-07-17T08:07:29.3308615Z adding 'torch/include/ATen/native/mps/Copy.h' 2025-07-17T08:07:29.3312012Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2025-07-17T08:07:29.3315488Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2025-07-17T08:07:29.3319823Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2025-07-17T08:07:29.3324218Z adding 'torch/include/ATen/native/mps/MetalShaderLibrary.h' 2025-07-17T08:07:29.3333310Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2025-07-17T08:07:29.3337174Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2025-07-17T08:07:29.3341065Z adding 'torch/include/ATen/native/mps/kernels/Pooling.h' 2025-07-17T08:07:29.3344161Z adding 'torch/include/ATen/native/mps/kernels/UpSample.h' 2025-07-17T08:07:29.3348053Z adding 'torch/include/ATen/native/mps/operations/BinaryKernel.h' 2025-07-17T08:07:29.3351386Z adding 'torch/include/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.h' 2025-07-17T08:07:29.3354389Z adding 'torch/include/ATen/native/mps/operations/FusedAdamKernelImpl.h' 2025-07-17T08:07:29.3357614Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.h' 2025-07-17T08:07:29.3360565Z adding 'torch/include/ATen/native/mps/operations/FusedAdamWKernelImpl.h' 2025-07-17T08:07:29.3366343Z adding 'torch/include/ATen/native/mps/operations/MultiTensorApply.h' 2025-07-17T08:07:29.3370719Z adding 'torch/include/ATen/native/mtia/EmptyTensor.h' 2025-07-17T08:07:29.3374761Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2025-07-17T08:07:29.3378243Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2025-07-17T08:07:29.3382025Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2025-07-17T08:07:29.3385307Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2025-07-17T08:07:29.3392328Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2025-07-17T08:07:29.3397035Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2025-07-17T08:07:29.3400609Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2025-07-17T08:07:29.3403985Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2025-07-17T08:07:29.3406917Z adding 'torch/include/ATen/native/quantized/Copy.h' 2025-07-17T08:07:29.3410210Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2025-07-17T08:07:29.3413252Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2025-07-17T08:07:29.3416917Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2025-07-17T08:07:29.3419934Z adding 'torch/include/ATen/native/quantized/library.h' 2025-07-17T08:07:29.3425614Z adding 'torch/include/ATen/native/quantized/cpu/ACLUtils.h' 2025-07-17T08:07:29.3428965Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2025-07-17T08:07:29.3432203Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2025-07-17T08:07:29.3437916Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2025-07-17T08:07:29.3445075Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2025-07-17T08:07:29.3450807Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2025-07-17T08:07:29.3455478Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2025-07-17T08:07:29.3458814Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2025-07-17T08:07:29.3464157Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2025-07-17T08:07:29.3470350Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2025-07-17T08:07:29.3475751Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2025-07-17T08:07:29.3479094Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2025-07-17T08:07:29.3482481Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2025-07-17T08:07:29.3485608Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2025-07-17T08:07:29.3488662Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2025-07-17T08:07:29.3491778Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2025-07-17T08:07:29.3497844Z adding 'torch/include/ATen/native/quantized/cudnn/utils.h' 2025-07-17T08:07:29.3502600Z adding 'torch/include/ATen/native/transformers/attention.h' 2025-07-17T08:07:29.3517718Z adding 'torch/include/ATen/native/transformers/sdp_utils.h' 2025-07-17T08:07:29.3518204Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2025-07-17T08:07:29.3518783Z adding 'torch/include/ATen/native/transformers/cuda/sdp_utils.h' 2025-07-17T08:07:29.3523275Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/flash_api.h' 2025-07-17T08:07:29.3526971Z adding 'torch/include/ATen/native/transformers/cuda/flash_attn/static_switch.h' 2025-07-17T08:07:29.3532883Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h' 2025-07-17T08:07:29.3537893Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h' 2025-07-17T08:07:29.3567309Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_backward.h' 2025-07-17T08:07:29.3587594Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernel_forward.h' 2025-07-17T08:07:29.3592183Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h' 2025-07-17T08:07:29.3600723Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_pipelined.h' 2025-07-17T08:07:29.3605872Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_rescale_output.h' 2025-07-17T08:07:29.3610490Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/epilogue/epilogue_thread_apply_logsumexp.h' 2025-07-17T08:07:29.3614926Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma.h' 2025-07-17T08:07:29.3619466Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_base.h' 2025-07-17T08:07:29.3628422Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_multistage.h' 2025-07-17T08:07:29.3635395Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/custom_mma_pipelined.h' 2025-07-17T08:07:29.3639761Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/find_default_mma.h' 2025-07-17T08:07:29.3645127Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_accum_lambda_iterator.h' 2025-07-17T08:07:29.3665363Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/gemm/mma_from_smem.h' 2025-07-17T08:07:29.3672354Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/default_warp_iterator_from_smem.h' 2025-07-17T08:07:29.3679820Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/epilogue_predicated_tile_iterator.h' 2025-07-17T08:07:29.3683667Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/make_residual_last.h' 2025-07-17T08:07:29.3695311Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_access_iterator_residual_last.h' 2025-07-17T08:07:29.3706986Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/predicated_tile_iterator_residual_last.h' 2025-07-17T08:07:29.3711847Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/transpose_warp_iterator.h' 2025-07-17T08:07:29.3717338Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/iterators/warp_iterator_from_smem.h' 2025-07-17T08:07:29.3731046Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassB.h' 2025-07-17T08:07:29.3738591Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/kernels/cutlassF.h' 2025-07-17T08:07:29.3743517Z adding 'torch/include/ATen/native/transformers/cuda/mem_eff_attention/transform/tile_smem_loader.h' 2025-07-17T08:07:29.3747864Z adding 'torch/include/ATen/native/transformers/hip/aotriton_adapter.h' 2025-07-17T08:07:29.3754380Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/flash_api.h' 2025-07-17T08:07:29.3759197Z adding 'torch/include/ATen/native/transformers/hip/flash_attn/ck/me_ck_api.h' 2025-07-17T08:07:29.3762992Z adding 'torch/include/ATen/native/utils/Factory.h' 2025-07-17T08:07:29.3766155Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2025-07-17T08:07:29.3769652Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2025-07-17T08:07:29.3957917Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2025-07-17T08:07:29.3961581Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2025-07-17T08:07:29.3964964Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.3967975Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.3971120Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.3974186Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2025-07-17T08:07:29.3977484Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2025-07-17T08:07:29.3980904Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.3984074Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2025-07-17T08:07:29.3987246Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2025-07-17T08:07:29.3990266Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2025-07-17T08:07:29.3993644Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2025-07-17T08:07:29.3997061Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2025-07-17T08:07:29.4000711Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2025-07-17T08:07:29.4004071Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4028880Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.4029552Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.4030084Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2025-07-17T08:07:29.4030581Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2025-07-17T08:07:29.4031160Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4031736Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2025-07-17T08:07:29.4032219Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2025-07-17T08:07:29.4032689Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2025-07-17T08:07:29.4034794Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2025-07-17T08:07:29.4037915Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2025-07-17T08:07:29.4041176Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4044093Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2025-07-17T08:07:29.4047374Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2025-07-17T08:07:29.4050616Z adding 'torch/include/ATen/ops/_add_relu.h' 2025-07-17T08:07:29.4054247Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4057317Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2025-07-17T08:07:29.4060259Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2025-07-17T08:07:29.4063438Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2025-07-17T08:07:29.4067009Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2025-07-17T08:07:29.4070685Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2025-07-17T08:07:29.4073971Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.4076795Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2025-07-17T08:07:29.4080069Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2025-07-17T08:07:29.4083080Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2025-07-17T08:07:29.4086206Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2025-07-17T08:07:29.4089249Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2025-07-17T08:07:29.4092479Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2025-07-17T08:07:29.4095833Z adding 'torch/include/ATen/ops/_aminmax.h' 2025-07-17T08:07:29.4099099Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4101991Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2025-07-17T08:07:29.4105076Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2025-07-17T08:07:29.4108653Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2025-07-17T08:07:29.4112283Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2025-07-17T08:07:29.4115690Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2025-07-17T08:07:29.4119267Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4122213Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2025-07-17T08:07:29.4125192Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2025-07-17T08:07:29.4128224Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2025-07-17T08:07:29.4131511Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2025-07-17T08:07:29.4134703Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2025-07-17T08:07:29.4138069Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4141062Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2025-07-17T08:07:29.4144127Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2025-07-17T08:07:29.4147154Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2025-07-17T08:07:29.4150345Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2025-07-17T08:07:29.4153826Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2025-07-17T08:07:29.4156930Z adding 'torch/include/ATen/ops/_assert_async.h' 2025-07-17T08:07:29.4160065Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2025-07-17T08:07:29.4163124Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2025-07-17T08:07:29.4166270Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2025-07-17T08:07:29.4169453Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2025-07-17T08:07:29.4172476Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2025-07-17T08:07:29.4175696Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4178520Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2025-07-17T08:07:29.4181587Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2025-07-17T08:07:29.4184908Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2025-07-17T08:07:29.4188521Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4191655Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_meta_dispatch.h' 2025-07-17T08:07:29.4194565Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2025-07-17T08:07:29.4197722Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2025-07-17T08:07:29.4200684Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2025-07-17T08:07:29.4203977Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4206760Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2025-07-17T08:07:29.4209867Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2025-07-17T08:07:29.4212962Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2025-07-17T08:07:29.4216174Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4218897Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2025-07-17T08:07:29.4222003Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2025-07-17T08:07:29.4224867Z adding 'torch/include/ATen/ops/_backward.h' 2025-07-17T08:07:29.4228057Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4231009Z adding 'torch/include/ATen/ops/_backward_native.h' 2025-07-17T08:07:29.4234417Z adding 'torch/include/ATen/ops/_backward_ops.h' 2025-07-17T08:07:29.4237721Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2025-07-17T08:07:29.4241016Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2025-07-17T08:07:29.4245847Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4248908Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2025-07-17T08:07:29.4252172Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2025-07-17T08:07:29.4256323Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4259457Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2025-07-17T08:07:29.4262728Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2025-07-17T08:07:29.4265869Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2025-07-17T08:07:29.4269535Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4272646Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2025-07-17T08:07:29.4276089Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2025-07-17T08:07:29.4279635Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2025-07-17T08:07:29.4283196Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4286441Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2025-07-17T08:07:29.4289532Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2025-07-17T08:07:29.4300499Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2025-07-17T08:07:29.4300952Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2025-07-17T08:07:29.4302321Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2025-07-17T08:07:29.4305710Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4308704Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2025-07-17T08:07:29.4312008Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2025-07-17T08:07:29.4315269Z adding 'torch/include/ATen/ops/_cast_Char.h' 2025-07-17T08:07:29.4318496Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4321578Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2025-07-17T08:07:29.4324703Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2025-07-17T08:07:29.4327892Z adding 'torch/include/ATen/ops/_cast_Double.h' 2025-07-17T08:07:29.4331255Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4334181Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2025-07-17T08:07:29.4337438Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2025-07-17T08:07:29.4340460Z adding 'torch/include/ATen/ops/_cast_Float.h' 2025-07-17T08:07:29.4343802Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4346779Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2025-07-17T08:07:29.4350047Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2025-07-17T08:07:29.4353130Z adding 'torch/include/ATen/ops/_cast_Half.h' 2025-07-17T08:07:29.4356488Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4359400Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2025-07-17T08:07:29.4362681Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2025-07-17T08:07:29.4365819Z adding 'torch/include/ATen/ops/_cast_Int.h' 2025-07-17T08:07:29.4369082Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4372172Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2025-07-17T08:07:29.4375295Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2025-07-17T08:07:29.4378477Z adding 'torch/include/ATen/ops/_cast_Long.h' 2025-07-17T08:07:29.4381688Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4384703Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2025-07-17T08:07:29.4387945Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2025-07-17T08:07:29.4391153Z adding 'torch/include/ATen/ops/_cast_Short.h' 2025-07-17T08:07:29.4394787Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4397410Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2025-07-17T08:07:29.4400732Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2025-07-17T08:07:29.4403874Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2025-07-17T08:07:29.4407328Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4410420Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2025-07-17T08:07:29.4413652Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2025-07-17T08:07:29.4417046Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2025-07-17T08:07:29.4420065Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2025-07-17T08:07:29.4423342Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2025-07-17T08:07:29.4426674Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4429903Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2025-07-17T08:07:29.4433018Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2025-07-17T08:07:29.4436217Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2025-07-17T08:07:29.4439559Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2025-07-17T08:07:29.4442798Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2025-07-17T08:07:29.4446200Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4449215Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2025-07-17T08:07:29.4452409Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2025-07-17T08:07:29.4455425Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2025-07-17T08:07:29.4458818Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2025-07-17T08:07:29.4461935Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2025-07-17T08:07:29.4465365Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4468409Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2025-07-17T08:07:29.4471739Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2025-07-17T08:07:29.4475011Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2025-07-17T08:07:29.4478295Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4481473Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2025-07-17T08:07:29.4484477Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2025-07-17T08:07:29.4487829Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2025-07-17T08:07:29.4491150Z adding 'torch/include/ATen/ops/_coalesce.h' 2025-07-17T08:07:29.4494338Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4497512Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2025-07-17T08:07:29.4501096Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2025-07-17T08:07:29.4504571Z adding 'torch/include/ATen/ops/_coalesced.h' 2025-07-17T08:07:29.4508171Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4511247Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2025-07-17T08:07:29.4514434Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2025-07-17T08:07:29.4517708Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2025-07-17T08:07:29.4521171Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2025-07-17T08:07:29.4524432Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2025-07-17T08:07:29.4528502Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2025-07-17T08:07:29.4532563Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2025-07-17T08:07:29.4536511Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2025-07-17T08:07:29.4540176Z adding 'torch/include/ATen/ops/_conj.h' 2025-07-17T08:07:29.4543600Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4546597Z adding 'torch/include/ATen/ops/_conj_copy.h' 2025-07-17T08:07:29.4550046Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4553280Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.4556135Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2025-07-17T08:07:29.4559478Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2025-07-17T08:07:29.4562485Z adding 'torch/include/ATen/ops/_conj_native.h' 2025-07-17T08:07:29.4565597Z adding 'torch/include/ATen/ops/_conj_ops.h' 2025-07-17T08:07:29.4568695Z adding 'torch/include/ATen/ops/_conj_physical.h' 2025-07-17T08:07:29.4571943Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4574907Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2025-07-17T08:07:29.4578077Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2025-07-17T08:07:29.4581638Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2025-07-17T08:07:29.4585079Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2025-07-17T08:07:29.4588151Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2025-07-17T08:07:29.4591810Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2025-07-17T08:07:29.4595069Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2025-07-17T08:07:29.4598513Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.4601510Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2025-07-17T08:07:29.4604613Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2025-07-17T08:07:29.4607619Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2025-07-17T08:07:29.4610784Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2025-07-17T08:07:29.4613827Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2025-07-17T08:07:29.4617028Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2025-07-17T08:07:29.4620240Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2025-07-17T08:07:29.4623637Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.4626629Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2025-07-17T08:07:29.4629869Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2025-07-17T08:07:29.4632925Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2025-07-17T08:07:29.4636325Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2025-07-17T08:07:29.4639518Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2025-07-17T08:07:29.4642593Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2025-07-17T08:07:29.4645994Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2025-07-17T08:07:29.4649178Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2025-07-17T08:07:29.4652085Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu.h' 2025-07-17T08:07:29.4655214Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_cpu_dispatch.h' 2025-07-17T08:07:29.4658316Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_native.h' 2025-07-17T08:07:29.4661444Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_for_cpu_ops.h' 2025-07-17T08:07:29.4664473Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2025-07-17T08:07:29.4667713Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2025-07-17T08:07:29.4671676Z adding 'torch/include/ATen/ops/_convolution.h' 2025-07-17T08:07:29.4675238Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4678461Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4681781Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2025-07-17T08:07:29.4685207Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4688319Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2025-07-17T08:07:29.4691572Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2025-07-17T08:07:29.4694667Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2025-07-17T08:07:29.4698024Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4700921Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2025-07-17T08:07:29.4704076Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2025-07-17T08:07:29.4707267Z adding 'torch/include/ATen/ops/_convolution_native.h' 2025-07-17T08:07:29.4710926Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2025-07-17T08:07:29.4714047Z adding 'torch/include/ATen/ops/_copy_from.h' 2025-07-17T08:07:29.4717129Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2025-07-17T08:07:29.4720394Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4723232Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2025-07-17T08:07:29.4726348Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2025-07-17T08:07:29.4729592Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4732541Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2025-07-17T08:07:29.4735772Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2025-07-17T08:07:29.4738663Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2025-07-17T08:07:29.4741744Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2025-07-17T08:07:29.4744689Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2025-07-17T08:07:29.4747892Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2025-07-17T08:07:29.4751149Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2025-07-17T08:07:29.4754492Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2025-07-17T08:07:29.4757578Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2025-07-17T08:07:29.4760883Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2025-07-17T08:07:29.4764135Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2025-07-17T08:07:29.4767311Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2025-07-17T08:07:29.4770482Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2025-07-17T08:07:29.4773605Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2025-07-17T08:07:29.4776997Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2025-07-17T08:07:29.4780407Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2025-07-17T08:07:29.4783909Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4787076Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:29.4790368Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:29.4793572Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2025-07-17T08:07:29.4796959Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2025-07-17T08:07:29.4800488Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4803688Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2025-07-17T08:07:29.4806981Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2025-07-17T08:07:29.4810131Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2025-07-17T08:07:29.4813132Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2025-07-17T08:07:29.4816734Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2025-07-17T08:07:29.4820249Z adding 'torch/include/ATen/ops/_cudnn_attention_backward.h' 2025-07-17T08:07:29.4823751Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.4827071Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_native.h' 2025-07-17T08:07:29.4830513Z adding 'torch/include/ATen/ops/_cudnn_attention_backward_ops.h' 2025-07-17T08:07:29.4833970Z adding 'torch/include/ATen/ops/_cudnn_attention_forward.h' 2025-07-17T08:07:29.4837313Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_cuda_dispatch.h' 2025-07-17T08:07:29.4840540Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_native.h' 2025-07-17T08:07:29.4844092Z adding 'torch/include/ATen/ops/_cudnn_attention_forward_ops.h' 2025-07-17T08:07:29.4847363Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2025-07-17T08:07:29.4850871Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4853857Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2025-07-17T08:07:29.4857030Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2025-07-17T08:07:29.4860463Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2025-07-17T08:07:29.4863918Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2025-07-17T08:07:29.4867388Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4870611Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2025-07-17T08:07:29.4873843Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2025-07-17T08:07:29.4877170Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2025-07-17T08:07:29.4881087Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2025-07-17T08:07:29.4885647Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2025-07-17T08:07:29.4889705Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4892976Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2025-07-17T08:07:29.4896387Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2025-07-17T08:07:29.4900068Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2025-07-17T08:07:29.4903633Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4906967Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2025-07-17T08:07:29.4910669Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2025-07-17T08:07:29.4914398Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.4917582Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2025-07-17T08:07:29.4920677Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2025-07-17T08:07:29.4924151Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2025-07-17T08:07:29.4927355Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2025-07-17T08:07:29.4931056Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2025-07-17T08:07:29.4934235Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2025-07-17T08:07:29.4937586Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4940669Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2025-07-17T08:07:29.4943907Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2025-07-17T08:07:29.4947006Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2025-07-17T08:07:29.4950280Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4953377Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2025-07-17T08:07:29.4956429Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2025-07-17T08:07:29.4959565Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2025-07-17T08:07:29.4962781Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4965788Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2025-07-17T08:07:29.4968902Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2025-07-17T08:07:29.4972004Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2025-07-17T08:07:29.4975352Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.4978274Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2025-07-17T08:07:29.4981537Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2025-07-17T08:07:29.4984511Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2025-07-17T08:07:29.4987740Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2025-07-17T08:07:29.4991097Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2025-07-17T08:07:29.4994202Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2025-07-17T08:07:29.4998030Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2025-07-17T08:07:29.5001144Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2025-07-17T08:07:29.5004497Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2025-07-17T08:07:29.5008382Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2025-07-17T08:07:29.5011792Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2025-07-17T08:07:29.5015112Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2025-07-17T08:07:29.5018235Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2025-07-17T08:07:29.5021445Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.5024448Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2025-07-17T08:07:29.5027539Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2025-07-17T08:07:29.5030724Z adding 'torch/include/ATen/ops/_dimI.h' 2025-07-17T08:07:29.5033710Z adding 'torch/include/ATen/ops/_dimI_native.h' 2025-07-17T08:07:29.5037258Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2025-07-17T08:07:29.5040077Z adding 'torch/include/ATen/ops/_dimV.h' 2025-07-17T08:07:29.5042996Z adding 'torch/include/ATen/ops/_dimV_native.h' 2025-07-17T08:07:29.5047454Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2025-07-17T08:07:29.5049277Z adding 'torch/include/ATen/ops/_dim_arange.h' 2025-07-17T08:07:29.5052498Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.5055339Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2025-07-17T08:07:29.5058495Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2025-07-17T08:07:29.5061511Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2025-07-17T08:07:29.5064983Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5067968Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2025-07-17T08:07:29.5071133Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2025-07-17T08:07:29.5074083Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2025-07-17T08:07:29.5077251Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2025-07-17T08:07:29.5080314Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit.h' 2025-07-17T08:07:29.5083437Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_cpu_dispatch.h' 2025-07-17T08:07:29.5086439Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_native.h' 2025-07-17T08:07:29.5089575Z adding 'torch/include/ATen/ops/_dyn_quant_matmul_4bit_ops.h' 2025-07-17T08:07:29.5092679Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight.h' 2025-07-17T08:07:29.5096111Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_cpu_dispatch.h' 2025-07-17T08:07:29.5099003Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_native.h' 2025-07-17T08:07:29.5102161Z adding 'torch/include/ATen/ops/_dyn_quant_pack_4bit_weight_ops.h' 2025-07-17T08:07:29.5105639Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2025-07-17T08:07:29.5109110Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5112379Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2025-07-17T08:07:29.5115761Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2025-07-17T08:07:29.5119285Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2025-07-17T08:07:29.5122650Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2025-07-17T08:07:29.5125756Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2025-07-17T08:07:29.5129094Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2025-07-17T08:07:29.5132879Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2025-07-17T08:07:29.5136066Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5139044Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2025-07-17T08:07:29.5142135Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2025-07-17T08:07:29.5145238Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2025-07-17T08:07:29.5148275Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2025-07-17T08:07:29.5151795Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2025-07-17T08:07:29.5155082Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2025-07-17T08:07:29.5158457Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2025-07-17T08:07:29.5161847Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2025-07-17T08:07:29.5165019Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5168063Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2025-07-17T08:07:29.5171327Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2025-07-17T08:07:29.5174907Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5177751Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2025-07-17T08:07:29.5180846Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2025-07-17T08:07:29.5184472Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2025-07-17T08:07:29.5188010Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5191276Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2025-07-17T08:07:29.5194496Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5197479Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2025-07-17T08:07:29.5200816Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2025-07-17T08:07:29.5204183Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2025-07-17T08:07:29.5207592Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5210701Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2025-07-17T08:07:29.5213817Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2025-07-17T08:07:29.5216872Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2025-07-17T08:07:29.5220523Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2025-07-17T08:07:29.5223390Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2025-07-17T08:07:29.5226748Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2025-07-17T08:07:29.5230428Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2025-07-17T08:07:29.5233839Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5236885Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2025-07-17T08:07:29.5239960Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5243000Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2025-07-17T08:07:29.5246241Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2025-07-17T08:07:29.5249526Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2025-07-17T08:07:29.5252943Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.5255856Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2025-07-17T08:07:29.5259063Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2025-07-17T08:07:29.5262767Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2025-07-17T08:07:29.5266428Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5269660Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2025-07-17T08:07:29.5272641Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2025-07-17T08:07:29.5275948Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2025-07-17T08:07:29.5279858Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2025-07-17T08:07:29.5283476Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5286593Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2025-07-17T08:07:29.5289899Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2025-07-17T08:07:29.5293297Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2025-07-17T08:07:29.5296250Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2025-07-17T08:07:29.5299498Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5302385Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2025-07-17T08:07:29.5305538Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2025-07-17T08:07:29.5308829Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2025-07-17T08:07:29.5312208Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2025-07-17T08:07:29.5315425Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2025-07-17T08:07:29.5318799Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5321931Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2025-07-17T08:07:29.5325058Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2025-07-17T08:07:29.5328337Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5331346Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2025-07-17T08:07:29.5334424Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2025-07-17T08:07:29.5337604Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2025-07-17T08:07:29.5340857Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2025-07-17T08:07:29.5344002Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2025-07-17T08:07:29.5347230Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2025-07-17T08:07:29.5350593Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2025-07-17T08:07:29.5353680Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5356745Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2025-07-17T08:07:29.5360113Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2025-07-17T08:07:29.5363407Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5366332Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2025-07-17T08:07:29.5369405Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2025-07-17T08:07:29.5372412Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2025-07-17T08:07:29.5375663Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2025-07-17T08:07:29.5379022Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2025-07-17T08:07:29.5382446Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5385693Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2025-07-17T08:07:29.5388752Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2025-07-17T08:07:29.5391803Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2025-07-17T08:07:29.5395112Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2025-07-17T08:07:29.5398359Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2025-07-17T08:07:29.5401663Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2025-07-17T08:07:29.5404992Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2025-07-17T08:07:29.5408013Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2025-07-17T08:07:29.5411093Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2025-07-17T08:07:29.5414420Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2025-07-17T08:07:29.5417670Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2025-07-17T08:07:29.5421038Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2025-07-17T08:07:29.5424087Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2025-07-17T08:07:29.5427323Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2025-07-17T08:07:29.5430593Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2025-07-17T08:07:29.5434056Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2025-07-17T08:07:29.5436962Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2025-07-17T08:07:29.5439913Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2025-07-17T08:07:29.5443072Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2025-07-17T08:07:29.5446245Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2025-07-17T08:07:29.5449357Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2025-07-17T08:07:29.5452383Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2025-07-17T08:07:29.5455646Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2025-07-17T08:07:29.5458780Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2025-07-17T08:07:29.5462096Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2025-07-17T08:07:29.5465494Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.5468587Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2025-07-17T08:07:29.5472047Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2025-07-17T08:07:29.5475566Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2025-07-17T08:07:29.5479033Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2025-07-17T08:07:29.5482036Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2025-07-17T08:07:29.5485383Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2025-07-17T08:07:29.5488540Z adding 'torch/include/ATen/ops/_foobar.h' 2025-07-17T08:07:29.5491787Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5494751Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2025-07-17T08:07:29.5497702Z adding 'torch/include/ATen/ops/_foobar_native.h' 2025-07-17T08:07:29.5501045Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2025-07-17T08:07:29.5504125Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2025-07-17T08:07:29.5507243Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5510380Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2025-07-17T08:07:29.5513347Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2025-07-17T08:07:29.5526027Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2025-07-17T08:07:29.5526461Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2025-07-17T08:07:29.5526937Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5527461Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2025-07-17T08:07:29.5529041Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2025-07-17T08:07:29.5532164Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2025-07-17T08:07:29.5535599Z adding 'torch/include/ATen/ops/_foreach_add.h' 2025-07-17T08:07:29.5539079Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5542167Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2025-07-17T08:07:29.5545552Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2025-07-17T08:07:29.5549451Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2025-07-17T08:07:29.5553077Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2025-07-17T08:07:29.5556634Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5559754Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2025-07-17T08:07:29.5563036Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2025-07-17T08:07:29.5566861Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2025-07-17T08:07:29.5570357Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2025-07-17T08:07:29.5574098Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5577238Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2025-07-17T08:07:29.5580490Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2025-07-17T08:07:29.5584338Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2025-07-17T08:07:29.5587682Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2025-07-17T08:07:29.5590904Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5593869Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2025-07-17T08:07:29.5596822Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2025-07-17T08:07:29.5600021Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2025-07-17T08:07:29.5603120Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2025-07-17T08:07:29.5606421Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5609397Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2025-07-17T08:07:29.5612354Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2025-07-17T08:07:29.5615525Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2025-07-17T08:07:29.5618601Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2025-07-17T08:07:29.5622129Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5625219Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2025-07-17T08:07:29.5628162Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2025-07-17T08:07:29.5631981Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2025-07-17T08:07:29.5635853Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2025-07-17T08:07:29.5639749Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5643353Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2025-07-17T08:07:29.5646894Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2025-07-17T08:07:29.5651051Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2025-07-17T08:07:29.5655010Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2025-07-17T08:07:29.5658576Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5661777Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2025-07-17T08:07:29.5664967Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2025-07-17T08:07:29.5668712Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2025-07-17T08:07:29.5672127Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2025-07-17T08:07:29.5675643Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5678725Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2025-07-17T08:07:29.5681804Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2025-07-17T08:07:29.5685169Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2025-07-17T08:07:29.5688288Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2025-07-17T08:07:29.5691641Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5694682Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2025-07-17T08:07:29.5698056Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2025-07-17T08:07:29.5701179Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2025-07-17T08:07:29.5704349Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2025-07-17T08:07:29.5707701Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5710816Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2025-07-17T08:07:29.5713975Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2025-07-17T08:07:29.5717181Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2025-07-17T08:07:29.5720690Z adding 'torch/include/ATen/ops/_foreach_div.h' 2025-07-17T08:07:29.5724213Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5727425Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2025-07-17T08:07:29.5730732Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2025-07-17T08:07:29.5734518Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2025-07-17T08:07:29.5738143Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2025-07-17T08:07:29.5741670Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5745455Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2025-07-17T08:07:29.5748652Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2025-07-17T08:07:29.5752057Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2025-07-17T08:07:29.5755303Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2025-07-17T08:07:29.5758571Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5761693Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2025-07-17T08:07:29.5764783Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2025-07-17T08:07:29.5767927Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2025-07-17T08:07:29.5771055Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2025-07-17T08:07:29.5774286Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5777320Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2025-07-17T08:07:29.5780333Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2025-07-17T08:07:29.5783540Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2025-07-17T08:07:29.5786642Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2025-07-17T08:07:29.5789923Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5792888Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2025-07-17T08:07:29.5795857Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2025-07-17T08:07:29.5799323Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2025-07-17T08:07:29.5802443Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2025-07-17T08:07:29.5805787Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5808749Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2025-07-17T08:07:29.5811771Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2025-07-17T08:07:29.5814961Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2025-07-17T08:07:29.5818113Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2025-07-17T08:07:29.5821354Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5824339Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2025-07-17T08:07:29.5827381Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2025-07-17T08:07:29.5830683Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2025-07-17T08:07:29.5833954Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2025-07-17T08:07:29.5837339Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5840405Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2025-07-17T08:07:29.5843537Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2025-07-17T08:07:29.5847282Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2025-07-17T08:07:29.5850524Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2025-07-17T08:07:29.5853663Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5856606Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2025-07-17T08:07:29.5859578Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2025-07-17T08:07:29.5862785Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2025-07-17T08:07:29.5865940Z adding 'torch/include/ATen/ops/_foreach_log.h' 2025-07-17T08:07:29.5869287Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2025-07-17T08:07:29.5872655Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5875632Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2025-07-17T08:07:29.5878520Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2025-07-17T08:07:29.5881668Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2025-07-17T08:07:29.5884847Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2025-07-17T08:07:29.5888032Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5890980Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2025-07-17T08:07:29.5894049Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2025-07-17T08:07:29.5897215Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2025-07-17T08:07:29.5900231Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2025-07-17T08:07:29.5903452Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5906392Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2025-07-17T08:07:29.5909442Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2025-07-17T08:07:29.5912652Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2025-07-17T08:07:29.5916017Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5919497Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2025-07-17T08:07:29.5923387Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2025-07-17T08:07:29.5926507Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2025-07-17T08:07:29.5929576Z adding 'torch/include/ATen/ops/_foreach_max.h' 2025-07-17T08:07:29.5933016Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5936001Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2025-07-17T08:07:29.5939086Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2025-07-17T08:07:29.5942287Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2025-07-17T08:07:29.5945548Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2025-07-17T08:07:29.5948953Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5952158Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2025-07-17T08:07:29.5955286Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2025-07-17T08:07:29.5958892Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2025-07-17T08:07:29.5962398Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2025-07-17T08:07:29.5965783Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5969015Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2025-07-17T08:07:29.5972182Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2025-07-17T08:07:29.5975886Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2025-07-17T08:07:29.5979564Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2025-07-17T08:07:29.5983070Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.5986619Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2025-07-17T08:07:29.5989758Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2025-07-17T08:07:29.5993640Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2025-07-17T08:07:29.5997050Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2025-07-17T08:07:29.6000304Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6003496Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2025-07-17T08:07:29.6006510Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2025-07-17T08:07:29.6010009Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2025-07-17T08:07:29.6013215Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2025-07-17T08:07:29.6016853Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6053001Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2025-07-17T08:07:29.6053451Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2025-07-17T08:07:29.6053816Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2025-07-17T08:07:29.6054163Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2025-07-17T08:07:29.6054731Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6055315Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2025-07-17T08:07:29.6055708Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2025-07-17T08:07:29.6056076Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2025-07-17T08:07:29.6056428Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2025-07-17T08:07:29.6056935Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6058998Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2025-07-17T08:07:29.6059456Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2025-07-17T08:07:29.6062632Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2025-07-17T08:07:29.6065849Z adding 'torch/include/ATen/ops/_foreach_round.h' 2025-07-17T08:07:29.6069090Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6072425Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2025-07-17T08:07:29.6075451Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2025-07-17T08:07:29.6078775Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2025-07-17T08:07:29.6081894Z adding 'torch/include/ATen/ops/_foreach_rsqrt.h' 2025-07-17T08:07:29.6085128Z adding 'torch/include/ATen/ops/_foreach_rsqrt_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6088275Z adding 'torch/include/ATen/ops/_foreach_rsqrt_cuda_dispatch.h' 2025-07-17T08:07:29.6091225Z adding 'torch/include/ATen/ops/_foreach_rsqrt_native.h' 2025-07-17T08:07:29.6094377Z adding 'torch/include/ATen/ops/_foreach_rsqrt_ops.h' 2025-07-17T08:07:29.6097471Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2025-07-17T08:07:29.6100681Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6104206Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2025-07-17T08:07:29.6106801Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2025-07-17T08:07:29.6110186Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2025-07-17T08:07:29.6113294Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2025-07-17T08:07:29.6116514Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6119469Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2025-07-17T08:07:29.6122403Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2025-07-17T08:07:29.6125575Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2025-07-17T08:07:29.6128711Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2025-07-17T08:07:29.6132148Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6135269Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2025-07-17T08:07:29.6138211Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2025-07-17T08:07:29.6141370Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2025-07-17T08:07:29.6144462Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2025-07-17T08:07:29.6147661Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6150752Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2025-07-17T08:07:29.6153725Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2025-07-17T08:07:29.6156938Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2025-07-17T08:07:29.6160026Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2025-07-17T08:07:29.6163261Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6166334Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2025-07-17T08:07:29.6169264Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2025-07-17T08:07:29.6172460Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2025-07-17T08:07:29.6175820Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2025-07-17T08:07:29.6179284Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6182286Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2025-07-17T08:07:29.6185347Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2025-07-17T08:07:29.6188926Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2025-07-17T08:07:29.6192316Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2025-07-17T08:07:29.6195542Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6198530Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2025-07-17T08:07:29.6201487Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2025-07-17T08:07:29.6205002Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2025-07-17T08:07:29.6207801Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2025-07-17T08:07:29.6211010Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6213961Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2025-07-17T08:07:29.6216976Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2025-07-17T08:07:29.6220067Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2025-07-17T08:07:29.6223150Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2025-07-17T08:07:29.6226427Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6229517Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2025-07-17T08:07:29.6232444Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2025-07-17T08:07:29.6235619Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2025-07-17T08:07:29.6238708Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2025-07-17T08:07:29.6241969Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6244918Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2025-07-17T08:07:29.6247903Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2025-07-17T08:07:29.6251070Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2025-07-17T08:07:29.6254144Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2025-07-17T08:07:29.6257240Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2025-07-17T08:07:29.6260173Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2025-07-17T08:07:29.6263281Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2025-07-17T08:07:29.6266332Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2025-07-17T08:07:29.6269652Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6272539Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2025-07-17T08:07:29.6275675Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2025-07-17T08:07:29.6278746Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2025-07-17T08:07:29.6282032Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6285362Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2025-07-17T08:07:29.6288657Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6291556Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2025-07-17T08:07:29.6294706Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2025-07-17T08:07:29.6297727Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2025-07-17T08:07:29.6300896Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2025-07-17T08:07:29.6304323Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2025-07-17T08:07:29.6307858Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6311133Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2025-07-17T08:07:29.6314189Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2025-07-17T08:07:29.6318023Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2025-07-17T08:07:29.6321975Z adding 'torch/include/ATen/ops/_fused_adam.h' 2025-07-17T08:07:29.6325615Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6328924Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2025-07-17T08:07:29.6332097Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2025-07-17T08:07:29.6335507Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2025-07-17T08:07:29.6339577Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2025-07-17T08:07:29.6343584Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2025-07-17T08:07:29.6347350Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6350722Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2025-07-17T08:07:29.6353941Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2025-07-17T08:07:29.6357382Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2025-07-17T08:07:29.6361236Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2025-07-17T08:07:29.6364814Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2025-07-17T08:07:29.6368242Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6371313Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2025-07-17T08:07:29.6374439Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2025-07-17T08:07:29.6377675Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2025-07-17T08:07:29.6381429Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2025-07-17T08:07:29.6385006Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6388176Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2025-07-17T08:07:29.6391557Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2025-07-17T08:07:29.6394793Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2025-07-17T08:07:29.6398583Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2025-07-17T08:07:29.6401904Z adding 'torch/include/ATen/ops/_fused_rms_norm.h' 2025-07-17T08:07:29.6404873Z adding 'torch/include/ATen/ops/_fused_rms_norm_native.h' 2025-07-17T08:07:29.6408081Z adding 'torch/include/ATen/ops/_fused_rms_norm_ops.h' 2025-07-17T08:07:29.6411272Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2025-07-17T08:07:29.6414570Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2025-07-17T08:07:29.6417678Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2025-07-17T08:07:29.6420935Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2025-07-17T08:07:29.6424088Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2025-07-17T08:07:29.6427423Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2025-07-17T08:07:29.6431232Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2025-07-17T08:07:29.6434824Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6438082Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2025-07-17T08:07:29.6441270Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2025-07-17T08:07:29.6444599Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2025-07-17T08:07:29.6448575Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2025-07-17T08:07:29.6451804Z adding 'torch/include/ATen/ops/_fw_primal.h' 2025-07-17T08:07:29.6455179Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6458129Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2025-07-17T08:07:29.6461507Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6464777Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6467666Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2025-07-17T08:07:29.6471060Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2025-07-17T08:07:29.6474093Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2025-07-17T08:07:29.6477281Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2025-07-17T08:07:29.6480392Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2025-07-17T08:07:29.6483774Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.6486681Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2025-07-17T08:07:29.6490561Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2025-07-17T08:07:29.6493864Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2025-07-17T08:07:29.6497173Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2025-07-17T08:07:29.6500654Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.6503518Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2025-07-17T08:07:29.6506819Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2025-07-17T08:07:29.6510182Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6513414Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2025-07-17T08:07:29.6517076Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2025-07-17T08:07:29.6520347Z adding 'torch/include/ATen/ops/_grouped_mm.h' 2025-07-17T08:07:29.6523545Z adding 'torch/include/ATen/ops/_grouped_mm_cuda_dispatch.h' 2025-07-17T08:07:29.6526924Z adding 'torch/include/ATen/ops/_grouped_mm_native.h' 2025-07-17T08:07:29.6530453Z adding 'torch/include/ATen/ops/_grouped_mm_ops.h' 2025-07-17T08:07:29.6533635Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2025-07-17T08:07:29.6537027Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.6539916Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2025-07-17T08:07:29.6543164Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2025-07-17T08:07:29.6546191Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2025-07-17T08:07:29.6549637Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6552595Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2025-07-17T08:07:29.6555857Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2025-07-17T08:07:29.6559011Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2025-07-17T08:07:29.6562297Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6565333Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2025-07-17T08:07:29.6568474Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2025-07-17T08:07:29.6571743Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2025-07-17T08:07:29.6575354Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2025-07-17T08:07:29.6578960Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6582417Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2025-07-17T08:07:29.6584906Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2025-07-17T08:07:29.6588117Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2025-07-17T08:07:29.6591461Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2025-07-17T08:07:29.6594751Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6597807Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2025-07-17T08:07:29.6600739Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2025-07-17T08:07:29.6604205Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2025-07-17T08:07:29.6607054Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2025-07-17T08:07:29.6610322Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6613407Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2025-07-17T08:07:29.6616515Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2025-07-17T08:07:29.6619592Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2025-07-17T08:07:29.6622625Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2025-07-17T08:07:29.6625919Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2025-07-17T08:07:29.6628940Z adding 'torch/include/ATen/ops/_indices.h' 2025-07-17T08:07:29.6632096Z adding 'torch/include/ATen/ops/_indices_copy.h' 2025-07-17T08:07:29.6635392Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6638464Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6641251Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2025-07-17T08:07:29.6644361Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2025-07-17T08:07:29.6647351Z adding 'torch/include/ATen/ops/_indices_native.h' 2025-07-17T08:07:29.6650397Z adding 'torch/include/ATen/ops/_indices_ops.h' 2025-07-17T08:07:29.6653439Z adding 'torch/include/ATen/ops/_int_mm.h' 2025-07-17T08:07:29.6656555Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2025-07-17T08:07:29.6659570Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2025-07-17T08:07:29.6662618Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2025-07-17T08:07:29.6665797Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2025-07-17T08:07:29.6668957Z adding 'torch/include/ATen/ops/_is_all_true.h' 2025-07-17T08:07:29.6672303Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6675296Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2025-07-17T08:07:29.6678366Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2025-07-17T08:07:29.6681545Z adding 'torch/include/ATen/ops/_is_any_true.h' 2025-07-17T08:07:29.6684748Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6687741Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2025-07-17T08:07:29.6690820Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2025-07-17T08:07:29.6693950Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2025-07-17T08:07:29.6697803Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.6700286Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2025-07-17T08:07:29.6703424Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2025-07-17T08:07:29.6706667Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2025-07-17T08:07:29.6710090Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2025-07-17T08:07:29.6713210Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2025-07-17T08:07:29.6716344Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2025-07-17T08:07:29.6719541Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2025-07-17T08:07:29.6722654Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2025-07-17T08:07:29.6725939Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6728819Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2025-07-17T08:07:29.6732329Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2025-07-17T08:07:29.6735439Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2025-07-17T08:07:29.6739032Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6741815Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2025-07-17T08:07:29.6744955Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2025-07-17T08:07:29.6748113Z adding 'torch/include/ATen/ops/_linalg_det.h' 2025-07-17T08:07:29.6751673Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6754769Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2025-07-17T08:07:29.6757887Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2025-07-17T08:07:29.6760959Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2025-07-17T08:07:29.6764134Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2025-07-17T08:07:29.6767208Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2025-07-17T08:07:29.6770383Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2025-07-17T08:07:29.6773783Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2025-07-17T08:07:29.6777431Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6780363Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2025-07-17T08:07:29.6783616Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2025-07-17T08:07:29.6786622Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2025-07-17T08:07:29.6790031Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2025-07-17T08:07:29.6793116Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2025-07-17T08:07:29.6796551Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2025-07-17T08:07:29.6799725Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2025-07-17T08:07:29.6802997Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2025-07-17T08:07:29.6806154Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2025-07-17T08:07:29.6808998Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2025-07-17T08:07:29.6812232Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2025-07-17T08:07:29.6815373Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2025-07-17T08:07:29.6818857Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6822876Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2025-07-17T08:07:29.6825219Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2025-07-17T08:07:29.6828148Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2025-07-17T08:07:29.6831439Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2025-07-17T08:07:29.6834562Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2025-07-17T08:07:29.6837719Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2025-07-17T08:07:29.6841022Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2025-07-17T08:07:29.6844481Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6847656Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2025-07-17T08:07:29.6850888Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2025-07-17T08:07:29.6853991Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2025-07-17T08:07:29.6857229Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2025-07-17T08:07:29.6860260Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2025-07-17T08:07:29.6863625Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2025-07-17T08:07:29.6866837Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2025-07-17T08:07:29.6870525Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6873605Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2025-07-17T08:07:29.6876855Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2025-07-17T08:07:29.6880036Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2025-07-17T08:07:29.6883160Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2025-07-17T08:07:29.6886572Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2025-07-17T08:07:29.6889833Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2025-07-17T08:07:29.6893084Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2025-07-17T08:07:29.6896224Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2025-07-17T08:07:29.6899422Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2025-07-17T08:07:29.6902525Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2025-07-17T08:07:29.6905670Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2025-07-17T08:07:29.6908863Z adding 'torch/include/ATen/ops/_log_softmax.h' 2025-07-17T08:07:29.6912225Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2025-07-17T08:07:29.6915726Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6918784Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2025-07-17T08:07:29.6922059Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2025-07-17T08:07:29.6925107Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2025-07-17T08:07:29.6928391Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2025-07-17T08:07:29.6931615Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2025-07-17T08:07:29.6934848Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2025-07-17T08:07:29.6938297Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.6941258Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2025-07-17T08:07:29.6944521Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2025-07-17T08:07:29.6947577Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2025-07-17T08:07:29.6950931Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2025-07-17T08:07:29.6962981Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2025-07-17T08:07:29.6963133Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2025-07-17T08:07:29.6963972Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2025-07-17T08:07:29.6967104Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2025-07-17T08:07:29.6970544Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2025-07-17T08:07:29.6973482Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2025-07-17T08:07:29.6976845Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2025-07-17T08:07:29.6980254Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2025-07-17T08:07:29.6983764Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.6986884Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2025-07-17T08:07:29.6990453Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2025-07-17T08:07:29.6993781Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2025-07-17T08:07:29.6997131Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7000182Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2025-07-17T08:07:29.7003473Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2025-07-17T08:07:29.7006683Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2025-07-17T08:07:29.7010056Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2025-07-17T08:07:29.7013072Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2025-07-17T08:07:29.7016313Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2025-07-17T08:07:29.7019391Z adding 'torch/include/ATen/ops/_make_dual.h' 2025-07-17T08:07:29.7022888Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7025934Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2025-07-17T08:07:29.7030496Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7032667Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7035594Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2025-07-17T08:07:29.7038887Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2025-07-17T08:07:29.7041901Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2025-07-17T08:07:29.7045066Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2025-07-17T08:07:29.7048378Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2025-07-17T08:07:29.7051733Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7054806Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2025-07-17T08:07:29.7057911Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2025-07-17T08:07:29.7060961Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2025-07-17T08:07:29.7064302Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2025-07-17T08:07:29.7067599Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2025-07-17T08:07:29.7071071Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7074189Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2025-07-17T08:07:29.7077315Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2025-07-17T08:07:29.7080342Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2025-07-17T08:07:29.7083547Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2025-07-17T08:07:29.7086611Z adding 'torch/include/ATen/ops/_masked_scale.h' 2025-07-17T08:07:29.7089899Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7092954Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2025-07-17T08:07:29.7095943Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2025-07-17T08:07:29.7099150Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2025-07-17T08:07:29.7102373Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2025-07-17T08:07:29.7105601Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2025-07-17T08:07:29.7108921Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7112086Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2025-07-17T08:07:29.7115161Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2025-07-17T08:07:29.7118200Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2025-07-17T08:07:29.7121479Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2025-07-17T08:07:29.7124945Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7128033Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2025-07-17T08:07:29.7131139Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2025-07-17T08:07:29.7134198Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2025-07-17T08:07:29.7137431Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2025-07-17T08:07:29.7140590Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2025-07-17T08:07:29.7143825Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2025-07-17T08:07:29.7146850Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2025-07-17T08:07:29.7150156Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2025-07-17T08:07:29.7153295Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2025-07-17T08:07:29.7156551Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7159449Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2025-07-17T08:07:29.7162706Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2025-07-17T08:07:29.7165806Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2025-07-17T08:07:29.7169153Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7172161Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2025-07-17T08:07:29.7175270Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2025-07-17T08:07:29.7178527Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2025-07-17T08:07:29.7182075Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2025-07-17T08:07:29.7185601Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7188570Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2025-07-17T08:07:29.7191979Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2025-07-17T08:07:29.7195622Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2025-07-17T08:07:29.7199237Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7202090Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2025-07-17T08:07:29.7205333Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2025-07-17T08:07:29.7208823Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2025-07-17T08:07:29.7212326Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7215520Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2025-07-17T08:07:29.7218792Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2025-07-17T08:07:29.7222124Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2025-07-17T08:07:29.7225485Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2025-07-17T08:07:29.7229679Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7232811Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2025-07-17T08:07:29.7236233Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2025-07-17T08:07:29.7239902Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2025-07-17T08:07:29.7243432Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2025-07-17T08:07:29.7246884Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7249967Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2025-07-17T08:07:29.7253129Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2025-07-17T08:07:29.7256289Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2025-07-17T08:07:29.7259728Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2025-07-17T08:07:29.7262813Z adding 'torch/include/ATen/ops/_neg_view.h' 2025-07-17T08:07:29.7266030Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7269295Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2025-07-17T08:07:29.7272614Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7275781Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7278896Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2025-07-17T08:07:29.7282085Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2025-07-17T08:07:29.7285108Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2025-07-17T08:07:29.7288201Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2025-07-17T08:07:29.7291378Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2025-07-17T08:07:29.7294549Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2025-07-17T08:07:29.7297649Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2025-07-17T08:07:29.7300561Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2025-07-17T08:07:29.7303708Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2025-07-17T08:07:29.7306759Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2025-07-17T08:07:29.7310086Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2025-07-17T08:07:29.7313455Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7316379Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2025-07-17T08:07:29.7319558Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2025-07-17T08:07:29.7322767Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7325811Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2025-07-17T08:07:29.7329486Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2025-07-17T08:07:29.7332122Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2025-07-17T08:07:29.7335331Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2025-07-17T08:07:29.7338822Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2025-07-17T08:07:29.7342009Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2025-07-17T08:07:29.7345235Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2025-07-17T08:07:29.7348435Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2025-07-17T08:07:29.7351539Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2025-07-17T08:07:29.7354846Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2025-07-17T08:07:29.7357905Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2025-07-17T08:07:29.7361035Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2025-07-17T08:07:29.7364222Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2025-07-17T08:07:29.7367293Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2025-07-17T08:07:29.7370363Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2025-07-17T08:07:29.7373496Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2025-07-17T08:07:29.7376730Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2025-07-17T08:07:29.7379723Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2025-07-17T08:07:29.7383015Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2025-07-17T08:07:29.7386082Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2025-07-17T08:07:29.7389269Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2025-07-17T08:07:29.7392476Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2025-07-17T08:07:29.7395586Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2025-07-17T08:07:29.7398660Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2025-07-17T08:07:29.7401814Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2025-07-17T08:07:29.7404977Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2025-07-17T08:07:29.7408093Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2025-07-17T08:07:29.7411525Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7414837Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7417848Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2025-07-17T08:07:29.7421056Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2025-07-17T08:07:29.7424151Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2025-07-17T08:07:29.7427340Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2025-07-17T08:07:29.7430722Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2025-07-17T08:07:29.7433890Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2025-07-17T08:07:29.7437059Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2025-07-17T08:07:29.7440286Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2025-07-17T08:07:29.7443364Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2025-07-17T08:07:29.7446623Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2025-07-17T08:07:29.7449967Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2025-07-17T08:07:29.7453229Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7456394Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2025-07-17T08:07:29.7459464Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2025-07-17T08:07:29.7462668Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2025-07-17T08:07:29.7465913Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2025-07-17T08:07:29.7469609Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2025-07-17T08:07:29.7472715Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2025-07-17T08:07:29.7475885Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2025-07-17T08:07:29.7479007Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2025-07-17T08:07:29.7482228Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2025-07-17T08:07:29.7485671Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2025-07-17T08:07:29.7489089Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7492252Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2025-07-17T08:07:29.7495665Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2025-07-17T08:07:29.7498766Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2025-07-17T08:07:29.7502134Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7505026Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2025-07-17T08:07:29.7508446Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2025-07-17T08:07:29.7511780Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2025-07-17T08:07:29.7514977Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2025-07-17T08:07:29.7518330Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2025-07-17T08:07:29.7521466Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2025-07-17T08:07:29.7524952Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7528246Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2025-07-17T08:07:29.7531620Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2025-07-17T08:07:29.7534733Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2025-07-17T08:07:29.7538434Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7541744Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2025-07-17T08:07:29.7545146Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2025-07-17T08:07:29.7548448Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2025-07-17T08:07:29.7551793Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2025-07-17T08:07:29.7555273Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7558580Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7561720Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2025-07-17T08:07:29.7564936Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2025-07-17T08:07:29.7568304Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2025-07-17T08:07:29.7571436Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2025-07-17T08:07:29.7574439Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2025-07-17T08:07:29.7577785Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2025-07-17T08:07:29.7580987Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2025-07-17T08:07:29.7584312Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2025-07-17T08:07:29.7587669Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7591070Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7594228Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2025-07-17T08:07:29.7597670Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2025-07-17T08:07:29.7600689Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2025-07-17T08:07:29.7603947Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2025-07-17T08:07:29.7607133Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2025-07-17T08:07:29.7610460Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7613401Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2025-07-17T08:07:29.7616657Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2025-07-17T08:07:29.7619683Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2025-07-17T08:07:29.7622911Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7625937Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2025-07-17T08:07:29.7629038Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2025-07-17T08:07:29.7632746Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2025-07-17T08:07:29.7636262Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7639318Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2025-07-17T08:07:29.7642922Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2025-07-17T08:07:29.7645901Z adding 'torch/include/ATen/ops/_nnz.h' 2025-07-17T08:07:29.7648908Z adding 'torch/include/ATen/ops/_nnz_native.h' 2025-07-17T08:07:29.7652026Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2025-07-17T08:07:29.7655205Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2025-07-17T08:07:29.7658440Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2025-07-17T08:07:29.7661746Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7664643Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2025-07-17T08:07:29.7667804Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2025-07-17T08:07:29.7671216Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7674181Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2025-07-17T08:07:29.7677548Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2025-07-17T08:07:29.7680696Z adding 'torch/include/ATen/ops/_pad_circular.h' 2025-07-17T08:07:29.7683931Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7686807Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2025-07-17T08:07:29.7689884Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2025-07-17T08:07:29.7693051Z adding 'torch/include/ATen/ops/_pad_enum.h' 2025-07-17T08:07:29.7696411Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7699279Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2025-07-17T08:07:29.7702382Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2025-07-17T08:07:29.7705530Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2025-07-17T08:07:29.7708809Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7711855Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2025-07-17T08:07:29.7715064Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2025-07-17T08:07:29.7718331Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2025-07-17T08:07:29.7721551Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2025-07-17T08:07:29.7724663Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2025-07-17T08:07:29.7727690Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2025-07-17T08:07:29.7730872Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2025-07-17T08:07:29.7733861Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2025-07-17T08:07:29.7737097Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7740104Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2025-07-17T08:07:29.7743190Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2025-07-17T08:07:29.7746156Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2025-07-17T08:07:29.7749395Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2025-07-17T08:07:29.7752601Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2025-07-17T08:07:29.7755856Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7758842Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2025-07-17T08:07:29.7761914Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2025-07-17T08:07:29.7764982Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2025-07-17T08:07:29.7768211Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2025-07-17T08:07:29.7771360Z adding 'torch/include/ATen/ops/_pin_memory.h' 2025-07-17T08:07:29.7774642Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7777568Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2025-07-17T08:07:29.7780774Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2025-07-17T08:07:29.7783830Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2025-07-17T08:07:29.7786932Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2025-07-17T08:07:29.7790268Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2025-07-17T08:07:29.7793377Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2025-07-17T08:07:29.7796355Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2025-07-17T08:07:29.7799493Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2025-07-17T08:07:29.7802535Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2025-07-17T08:07:29.7805623Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2025-07-17T08:07:29.7808615Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2025-07-17T08:07:29.7811716Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2025-07-17T08:07:29.7814740Z adding 'torch/include/ATen/ops/_print.h' 2025-07-17T08:07:29.7818002Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7820897Z adding 'torch/include/ATen/ops/_print_native.h' 2025-07-17T08:07:29.7824018Z adding 'torch/include/ATen/ops/_print_ops.h' 2025-07-17T08:07:29.7827396Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2025-07-17T08:07:29.7830792Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7833945Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2025-07-17T08:07:29.7837005Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2025-07-17T08:07:29.7840115Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2025-07-17T08:07:29.7843395Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7846316Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2025-07-17T08:07:29.7849440Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2025-07-17T08:07:29.7852586Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2025-07-17T08:07:29.7855975Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2025-07-17T08:07:29.7859367Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7862595Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.7865443Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2025-07-17T08:07:29.7868668Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2025-07-17T08:07:29.7872041Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2025-07-17T08:07:29.7875058Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2025-07-17T08:07:29.7878147Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2025-07-17T08:07:29.7881087Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2025-07-17T08:07:29.7884227Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2025-07-17T08:07:29.7887351Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2025-07-17T08:07:29.7890626Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7893498Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2025-07-17T08:07:29.7896579Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2025-07-17T08:07:29.7899637Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2025-07-17T08:07:29.7902922Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7905793Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2025-07-17T08:07:29.7908904Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2025-07-17T08:07:29.7912439Z adding 'torch/include/ATen/ops/_resize_output.h' 2025-07-17T08:07:29.7915909Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7918993Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2025-07-17T08:07:29.7921965Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2025-07-17T08:07:29.7925224Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2025-07-17T08:07:29.7928303Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2025-07-17T08:07:29.7931559Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.7934588Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2025-07-17T08:07:29.7937696Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2025-07-17T08:07:29.7940887Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2025-07-17T08:07:29.7944212Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.7947242Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2025-07-17T08:07:29.7950569Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2025-07-17T08:07:29.7953754Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2025-07-17T08:07:29.7957224Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8000522Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2025-07-17T08:07:29.8003816Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2025-07-17T08:07:29.8006966Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2025-07-17T08:07:29.8010358Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2025-07-17T08:07:29.8013615Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2025-07-17T08:07:29.8017024Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8020042Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2025-07-17T08:07:29.8023206Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2025-07-17T08:07:29.8026850Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2025-07-17T08:07:29.8030743Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8034373Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2025-07-17T08:07:29.8037858Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2025-07-17T08:07:29.8041857Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2025-07-17T08:07:29.8045448Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2025-07-17T08:07:29.8048762Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2025-07-17T08:07:29.8052422Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2025-07-17T08:07:29.8056067Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2025-07-17T08:07:29.8059516Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.8062903Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2025-07-17T08:07:29.8066351Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2025-07-17T08:07:29.8069874Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2025-07-17T08:07:29.8073135Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2025-07-17T08:07:29.8076478Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2025-07-17T08:07:29.8079914Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2025-07-17T08:07:29.8083190Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2025-07-17T08:07:29.8086641Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.8089750Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2025-07-17T08:07:29.8093073Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2025-07-17T08:07:29.8096485Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2025-07-17T08:07:29.8099591Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2025-07-17T08:07:29.8102871Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2025-07-17T08:07:29.8106063Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2025-07-17T08:07:29.8109670Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2025-07-17T08:07:29.8113223Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2025-07-17T08:07:29.8116372Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2025-07-17T08:07:29.8119726Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2025-07-17T08:07:29.8122948Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2025-07-17T08:07:29.8126045Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2025-07-17T08:07:29.8129304Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2025-07-17T08:07:29.8132494Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2025-07-17T08:07:29.8135534Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2025-07-17T08:07:29.8138899Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2025-07-17T08:07:29.8142113Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2025-07-17T08:07:29.8145276Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2025-07-17T08:07:29.8148497Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2025-07-17T08:07:29.8151742Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2025-07-17T08:07:29.8154980Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2025-07-17T08:07:29.8158251Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2025-07-17T08:07:29.8161826Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2025-07-17T08:07:29.8165400Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8168478Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2025-07-17T08:07:29.8171770Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2025-07-17T08:07:29.8175108Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8178155Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2025-07-17T08:07:29.8181489Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2025-07-17T08:07:29.8184545Z adding 'torch/include/ATen/ops/_scaled_grouped_mm.h' 2025-07-17T08:07:29.8187718Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_cuda_dispatch.h' 2025-07-17T08:07:29.8190853Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_native.h' 2025-07-17T08:07:29.8194075Z adding 'torch/include/ATen/ops/_scaled_grouped_mm_ops.h' 2025-07-17T08:07:29.8197327Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2025-07-17T08:07:29.8200634Z adding 'torch/include/ATen/ops/_scaled_mm_cpu_dispatch.h' 2025-07-17T08:07:29.8203879Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2025-07-17T08:07:29.8207011Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2025-07-17T08:07:29.8210341Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2025-07-17T08:07:29.8213752Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2025-07-17T08:07:29.8217366Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8220421Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2025-07-17T08:07:29.8223554Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2025-07-17T08:07:29.8226641Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2025-07-17T08:07:29.8230056Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2025-07-17T08:07:29.8233129Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2025-07-17T08:07:29.8236376Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8239232Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2025-07-17T08:07:29.8242323Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2025-07-17T08:07:29.8246360Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2025-07-17T08:07:29.8250075Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8253315Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.8256585Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.8259743Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2025-07-17T08:07:29.8263325Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2025-07-17T08:07:29.8266960Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2025-07-17T08:07:29.8270602Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2025-07-17T08:07:29.8273817Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2025-07-17T08:07:29.8276893Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2025-07-17T08:07:29.8280174Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2025-07-17T08:07:29.8283315Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2025-07-17T08:07:29.8286643Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8289586Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2025-07-17T08:07:29.8292779Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2025-07-17T08:07:29.8295847Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2025-07-17T08:07:29.8299113Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8302023Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2025-07-17T08:07:29.8305172Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2025-07-17T08:07:29.8308343Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2025-07-17T08:07:29.8311729Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8314667Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2025-07-17T08:07:29.8317796Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2025-07-17T08:07:29.8320827Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2025-07-17T08:07:29.8324109Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8326972Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2025-07-17T08:07:29.8330093Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2025-07-17T08:07:29.8333135Z adding 'torch/include/ATen/ops/_softmax.h' 2025-07-17T08:07:29.8336540Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2025-07-17T08:07:29.8339978Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.8342977Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2025-07-17T08:07:29.8346095Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2025-07-17T08:07:29.8349180Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2025-07-17T08:07:29.8352423Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2025-07-17T08:07:29.8355444Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2025-07-17T08:07:29.8358673Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2025-07-17T08:07:29.8362018Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.8364979Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2025-07-17T08:07:29.8368083Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2025-07-17T08:07:29.8371068Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2025-07-17T08:07:29.8374256Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2025-07-17T08:07:29.8377311Z adding 'torch/include/ATen/ops/_softmax_native.h' 2025-07-17T08:07:29.8380492Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2025-07-17T08:07:29.8383619Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2025-07-17T08:07:29.8386954Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8390029Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2025-07-17T08:07:29.8393230Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2025-07-17T08:07:29.8396335Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2025-07-17T08:07:29.8399461Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2025-07-17T08:07:29.8402735Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8405980Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.8408731Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2025-07-17T08:07:29.8411951Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2025-07-17T08:07:29.8414983Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2025-07-17T08:07:29.8418072Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2025-07-17T08:07:29.8421258Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2025-07-17T08:07:29.8424592Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8427509Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2025-07-17T08:07:29.8430855Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8434129Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2025-07-17T08:07:29.8437615Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8440648Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2025-07-17T08:07:29.8443800Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8447244Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2025-07-17T08:07:29.8450713Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8453696Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2025-07-17T08:07:29.8456932Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8460226Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2025-07-17T08:07:29.8463533Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8466488Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2025-07-17T08:07:29.8469815Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2025-07-17T08:07:29.8473237Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2025-07-17T08:07:29.8476747Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8479784Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2025-07-17T08:07:29.8482996Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8486277Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2025-07-17T08:07:29.8490158Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2025-07-17T08:07:29.8493792Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8497009Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2025-07-17T08:07:29.8500141Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2025-07-17T08:07:29.8503553Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2025-07-17T08:07:29.8506856Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8510047Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2025-07-17T08:07:29.8513092Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2025-07-17T08:07:29.8516426Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2025-07-17T08:07:29.8519657Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2025-07-17T08:07:29.8522996Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8525960Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2025-07-17T08:07:29.8529226Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8532303Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2025-07-17T08:07:29.8535593Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8538784Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2025-07-17T08:07:29.8542101Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2025-07-17T08:07:29.8545362Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2025-07-17T08:07:29.8549027Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8552472Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2025-07-17T08:07:29.8556187Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2025-07-17T08:07:29.8559829Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2025-07-17T08:07:29.8563572Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8566843Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2025-07-17T08:07:29.8570521Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2025-07-17T08:07:29.8574007Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2025-07-17T08:07:29.8577575Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2025-07-17T08:07:29.8581244Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8584599Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2025-07-17T08:07:29.8588187Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2025-07-17T08:07:29.8591990Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8595314Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8598325Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2025-07-17T08:07:29.8601811Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2025-07-17T08:07:29.8605172Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2025-07-17T08:07:29.8608484Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8611568Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2025-07-17T08:07:29.8614842Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2025-07-17T08:07:29.8618164Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2025-07-17T08:07:29.8621429Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8624553Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2025-07-17T08:07:29.8627754Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2025-07-17T08:07:29.8630977Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2025-07-17T08:07:29.8634230Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2025-07-17T08:07:29.8637360Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2025-07-17T08:07:29.8640555Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2025-07-17T08:07:29.8643571Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2025-07-17T08:07:29.8646694Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2025-07-17T08:07:29.8649896Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2025-07-17T08:07:29.8653123Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2025-07-17T08:07:29.8656139Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2025-07-17T08:07:29.8659307Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2025-07-17T08:07:29.8662394Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2025-07-17T08:07:29.8665565Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2025-07-17T08:07:29.8668789Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2025-07-17T08:07:29.8672076Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2025-07-17T08:07:29.8675045Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2025-07-17T08:07:29.8678136Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2025-07-17T08:07:29.8681261Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2025-07-17T08:07:29.8684427Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2025-07-17T08:07:29.8687573Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2025-07-17T08:07:29.8690809Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2025-07-17T08:07:29.8693843Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2025-07-17T08:07:29.8697000Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2025-07-17T08:07:29.8700075Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2025-07-17T08:07:29.8703285Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2025-07-17T08:07:29.8706190Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2025-07-17T08:07:29.8709383Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2025-07-17T08:07:29.8712626Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2025-07-17T08:07:29.8715834Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2025-07-17T08:07:29.8718819Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2025-07-17T08:07:29.8721947Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2025-07-17T08:07:29.8725102Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2025-07-17T08:07:29.8728300Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2025-07-17T08:07:29.8731576Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8734489Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2025-07-17T08:07:29.8737867Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2025-07-17T08:07:29.8741124Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8744426Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8748109Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2025-07-17T08:07:29.8751791Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2025-07-17T08:07:29.8755133Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2025-07-17T08:07:29.8758436Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8761538Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2025-07-17T08:07:29.8764790Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2025-07-17T08:07:29.8768119Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2025-07-17T08:07:29.8771281Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2025-07-17T08:07:29.8774684Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8777597Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2025-07-17T08:07:29.8780943Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2025-07-17T08:07:29.8784230Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8787509Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8790610Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2025-07-17T08:07:29.8794159Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2025-07-17T08:07:29.8797447Z adding 'torch/include/ATen/ops/_spdiags.h' 2025-07-17T08:07:29.8800808Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8804054Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2025-07-17T08:07:29.8807029Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2025-07-17T08:07:29.8810430Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2025-07-17T08:07:29.8813565Z adding 'torch/include/ATen/ops/_spsolve.h' 2025-07-17T08:07:29.8816675Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2025-07-17T08:07:29.8819810Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2025-07-17T08:07:29.8823040Z adding 'torch/include/ATen/ops/_stack.h' 2025-07-17T08:07:29.8826326Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8829583Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2025-07-17T08:07:29.8832635Z adding 'torch/include/ATen/ops/_stack_native.h' 2025-07-17T08:07:29.8835982Z adding 'torch/include/ATen/ops/_stack_ops.h' 2025-07-17T08:07:29.8839172Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2025-07-17T08:07:29.8842631Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8845749Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2025-07-17T08:07:29.8848854Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2025-07-17T08:07:29.8852024Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2025-07-17T08:07:29.8855359Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8858773Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2025-07-17T08:07:29.8861768Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2025-07-17T08:07:29.8865078Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2025-07-17T08:07:29.8868466Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2025-07-17T08:07:29.8871573Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2025-07-17T08:07:29.8874816Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2025-07-17T08:07:29.8878077Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2025-07-17T08:07:29.8881413Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8884357Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2025-07-17T08:07:29.8887676Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2025-07-17T08:07:29.8890860Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2025-07-17T08:07:29.8894305Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8897400Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8900509Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2025-07-17T08:07:29.8903733Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2025-07-17T08:07:29.8906989Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2025-07-17T08:07:29.8910473Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8913492Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2025-07-17T08:07:29.8916931Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8920155Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.8923121Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2025-07-17T08:07:29.8926347Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2025-07-17T08:07:29.8929509Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2025-07-17T08:07:29.8932699Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2025-07-17T08:07:29.8935856Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2025-07-17T08:07:29.8939190Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.8942107Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2025-07-17T08:07:29.8945336Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2025-07-17T08:07:29.8948485Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2025-07-17T08:07:29.8952036Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8955033Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2025-07-17T08:07:29.8958218Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2025-07-17T08:07:29.8961578Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2025-07-17T08:07:29.8964800Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2025-07-17T08:07:29.8968378Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8971473Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2025-07-17T08:07:29.8974559Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2025-07-17T08:07:29.8977808Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2025-07-17T08:07:29.8981119Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2025-07-17T08:07:29.8984557Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.8987582Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2025-07-17T08:07:29.8991100Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2025-07-17T08:07:29.8994385Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2025-07-17T08:07:29.8997685Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2025-07-17T08:07:29.9001075Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9004231Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2025-07-17T08:07:29.9007314Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2025-07-17T08:07:29.9010611Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2025-07-17T08:07:29.9013813Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2025-07-17T08:07:29.9017150Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9020222Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2025-07-17T08:07:29.9023359Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2025-07-17T08:07:29.9026596Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2025-07-17T08:07:29.9030157Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9033224Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2025-07-17T08:07:29.9036447Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2025-07-17T08:07:29.9039654Z adding 'torch/include/ATen/ops/_test_string_default.h' 2025-07-17T08:07:29.9043109Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9046023Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2025-07-17T08:07:29.9049328Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2025-07-17T08:07:29.9052451Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2025-07-17T08:07:29.9055875Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9058796Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2025-07-17T08:07:29.9061924Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2025-07-17T08:07:29.9065103Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2025-07-17T08:07:29.9068758Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9071816Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2025-07-17T08:07:29.9075028Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2025-07-17T08:07:29.9078224Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2025-07-17T08:07:29.9081688Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9084750Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2025-07-17T08:07:29.9088025Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2025-07-17T08:07:29.9091220Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2025-07-17T08:07:29.9094544Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2025-07-17T08:07:29.9097948Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9101091Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9104092Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2025-07-17T08:07:29.9107430Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2025-07-17T08:07:29.9110891Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9114154Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2025-07-17T08:07:29.9117270Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2025-07-17T08:07:29.9120670Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2025-07-17T08:07:29.9124012Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2025-07-17T08:07:29.9127218Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2025-07-17T08:07:29.9130520Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9133693Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2025-07-17T08:07:29.9137210Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9140301Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2025-07-17T08:07:29.9143359Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2025-07-17T08:07:29.9146680Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2025-07-17T08:07:29.9149890Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2025-07-17T08:07:29.9153116Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2025-07-17T08:07:29.9156364Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9159414Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2025-07-17T08:07:29.9162482Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2025-07-17T08:07:29.9165838Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2025-07-17T08:07:29.9169312Z adding 'torch/include/ATen/ops/_to_copy.h' 2025-07-17T08:07:29.9172701Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9175681Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2025-07-17T08:07:29.9179077Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2025-07-17T08:07:29.9182198Z adding 'torch/include/ATen/ops/_to_cpu.h' 2025-07-17T08:07:29.9185510Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9188391Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2025-07-17T08:07:29.9191657Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2025-07-17T08:07:29.9194831Z adding 'torch/include/ATen/ops/_to_dense.h' 2025-07-17T08:07:29.9198562Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9201067Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2025-07-17T08:07:29.9204278Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2025-07-17T08:07:29.9207534Z adding 'torch/include/ATen/ops/_to_sparse.h' 2025-07-17T08:07:29.9210711Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2025-07-17T08:07:29.9214002Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9217056Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2025-07-17T08:07:29.9220188Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2025-07-17T08:07:29.9223236Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2025-07-17T08:07:29.9226432Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2025-07-17T08:07:29.9229766Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2025-07-17T08:07:29.9233129Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9236162Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2025-07-17T08:07:29.9239317Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2025-07-17T08:07:29.9242296Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2025-07-17T08:07:29.9245496Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2025-07-17T08:07:29.9248802Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9251846Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2025-07-17T08:07:29.9254929Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2025-07-17T08:07:29.9258208Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9261200Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2025-07-17T08:07:29.9264268Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2025-07-17T08:07:29.9267264Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2025-07-17T08:07:29.9270605Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2025-07-17T08:07:29.9273733Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2025-07-17T08:07:29.9277025Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9280054Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2025-07-17T08:07:29.9283132Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2025-07-17T08:07:29.9286158Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2025-07-17T08:07:29.9289366Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2025-07-17T08:07:29.9292525Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2025-07-17T08:07:29.9295622Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2025-07-17T08:07:29.9299074Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2025-07-17T08:07:29.9302284Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2025-07-17T08:07:29.9305523Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2025-07-17T08:07:29.9308538Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2025-07-17T08:07:29.9311862Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2025-07-17T08:07:29.9315052Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2025-07-17T08:07:29.9318382Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9321426Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2025-07-17T08:07:29.9324539Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2025-07-17T08:07:29.9327606Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2025-07-17T08:07:29.9330903Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2025-07-17T08:07:29.9334348Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2025-07-17T08:07:29.9338240Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9341516Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2025-07-17T08:07:29.9344475Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2025-07-17T08:07:29.9347783Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2025-07-17T08:07:29.9351445Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2025-07-17T08:07:29.9354856Z adding 'torch/include/ATen/ops/_trilinear.h' 2025-07-17T08:07:29.9358309Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9361549Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9364539Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2025-07-17T08:07:29.9367889Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2025-07-17T08:07:29.9371767Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2025-07-17T08:07:29.9375399Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9378449Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2025-07-17T08:07:29.9381647Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2025-07-17T08:07:29.9385016Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2025-07-17T08:07:29.9388390Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2025-07-17T08:07:29.9391902Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9395130Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2025-07-17T08:07:29.9398275Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2025-07-17T08:07:29.9401564Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2025-07-17T08:07:29.9404820Z adding 'torch/include/ATen/ops/_unique.h' 2025-07-17T08:07:29.9408105Z adding 'torch/include/ATen/ops/_unique2.h' 2025-07-17T08:07:29.9411569Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9414635Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2025-07-17T08:07:29.9417938Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2025-07-17T08:07:29.9421090Z adding 'torch/include/ATen/ops/_unique2_native.h' 2025-07-17T08:07:29.9424465Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2025-07-17T08:07:29.9427884Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9431056Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2025-07-17T08:07:29.9434435Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2025-07-17T08:07:29.9437441Z adding 'torch/include/ATen/ops/_unique_native.h' 2025-07-17T08:07:29.9440866Z adding 'torch/include/ATen/ops/_unique_ops.h' 2025-07-17T08:07:29.9444102Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2025-07-17T08:07:29.9447380Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9450402Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2025-07-17T08:07:29.9453525Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2025-07-17T08:07:29.9456788Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2025-07-17T08:07:29.9460061Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9463157Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2025-07-17T08:07:29.9466403Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2025-07-17T08:07:29.9469719Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2025-07-17T08:07:29.9473155Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9482057Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2025-07-17T08:07:29.9482477Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2025-07-17T08:07:29.9486147Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2025-07-17T08:07:29.9488935Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9492759Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2025-07-17T08:07:29.9496185Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2025-07-17T08:07:29.9499417Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2025-07-17T08:07:29.9502872Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9505807Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2025-07-17T08:07:29.9509145Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2025-07-17T08:07:29.9512643Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2025-07-17T08:07:29.9516052Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9519114Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2025-07-17T08:07:29.9522890Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2025-07-17T08:07:29.9526211Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2025-07-17T08:07:29.9530294Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2025-07-17T08:07:29.9534350Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9537477Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2025-07-17T08:07:29.9541242Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9544805Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2025-07-17T08:07:29.9548563Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2025-07-17T08:07:29.9552325Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2025-07-17T08:07:29.9555892Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2025-07-17T08:07:29.9559314Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9562601Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9565900Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2025-07-17T08:07:29.9569261Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2025-07-17T08:07:29.9572498Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2025-07-17T08:07:29.9575799Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2025-07-17T08:07:29.9579124Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2025-07-17T08:07:29.9582520Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2025-07-17T08:07:29.9586244Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2025-07-17T08:07:29.9590411Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2025-07-17T08:07:29.9594071Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9597169Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2025-07-17T08:07:29.9600484Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9603604Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2025-07-17T08:07:29.9607094Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2025-07-17T08:07:29.9610217Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2025-07-17T08:07:29.9613563Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2025-07-17T08:07:29.9616934Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9620402Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9623139Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2025-07-17T08:07:29.9626307Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2025-07-17T08:07:29.9629510Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2025-07-17T08:07:29.9632750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2025-07-17T08:07:29.9635988Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2025-07-17T08:07:29.9639387Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2025-07-17T08:07:29.9642979Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2025-07-17T08:07:29.9646646Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2025-07-17T08:07:29.9650232Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9653793Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.9656595Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9659644Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2025-07-17T08:07:29.9662873Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2025-07-17T08:07:29.9666169Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2025-07-17T08:07:29.9675746Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2025-07-17T08:07:29.9676466Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9678439Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9681370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2025-07-17T08:07:29.9684597Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2025-07-17T08:07:29.9687788Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2025-07-17T08:07:29.9691054Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2025-07-17T08:07:29.9694327Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2025-07-17T08:07:29.9697674Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2025-07-17T08:07:29.9701318Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2025-07-17T08:07:29.9705044Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2025-07-17T08:07:29.9708607Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9711826Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.9715117Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9718241Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2025-07-17T08:07:29.9721449Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2025-07-17T08:07:29.9724523Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2025-07-17T08:07:29.9727818Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2025-07-17T08:07:29.9731130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9734177Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9737283Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2025-07-17T08:07:29.9740504Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2025-07-17T08:07:29.9743529Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2025-07-17T08:07:29.9746756Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2025-07-17T08:07:29.9749948Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2025-07-17T08:07:29.9753286Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2025-07-17T08:07:29.9757024Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2025-07-17T08:07:29.9760850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2025-07-17T08:07:29.9764480Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9767571Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2025-07-17T08:07:29.9770861Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2025-07-17T08:07:29.9773946Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2025-07-17T08:07:29.9777239Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2025-07-17T08:07:29.9780930Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2025-07-17T08:07:29.9783710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2025-07-17T08:07:29.9787060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9790308Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9793800Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2025-07-17T08:07:29.9797124Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2025-07-17T08:07:29.9800421Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2025-07-17T08:07:29.9803728Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2025-07-17T08:07:29.9807054Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2025-07-17T08:07:29.9810572Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2025-07-17T08:07:29.9813788Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2025-07-17T08:07:29.9817083Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2025-07-17T08:07:29.9820153Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2025-07-17T08:07:29.9823573Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2025-07-17T08:07:29.9826703Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2025-07-17T08:07:29.9830280Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9833161Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2025-07-17T08:07:29.9836350Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2025-07-17T08:07:29.9839571Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2025-07-17T08:07:29.9842807Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2025-07-17T08:07:29.9846025Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2025-07-17T08:07:29.9849092Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2025-07-17T08:07:29.9852697Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2025-07-17T08:07:29.9855669Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2025-07-17T08:07:29.9858983Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9861969Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2025-07-17T08:07:29.9865222Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2025-07-17T08:07:29.9868446Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2025-07-17T08:07:29.9871873Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9875045Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2025-07-17T08:07:29.9878178Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2025-07-17T08:07:29.9881485Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2025-07-17T08:07:29.9884861Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9887919Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2025-07-17T08:07:29.9891238Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2025-07-17T08:07:29.9894378Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2025-07-17T08:07:29.9897837Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9900794Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2025-07-17T08:07:29.9904120Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2025-07-17T08:07:29.9907833Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2025-07-17T08:07:29.9910874Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9913873Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2025-07-17T08:07:29.9917105Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2025-07-17T08:07:29.9920361Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2025-07-17T08:07:29.9923713Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9926750Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2025-07-17T08:07:29.9929904Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2025-07-17T08:07:29.9932950Z adding 'torch/include/ATen/ops/_values.h' 2025-07-17T08:07:29.9936022Z adding 'torch/include/ATen/ops/_values_copy.h' 2025-07-17T08:07:29.9939418Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:29.9942575Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:29.9945651Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2025-07-17T08:07:29.9948822Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2025-07-17T08:07:29.9952124Z adding 'torch/include/ATen/ops/_values_native.h' 2025-07-17T08:07:29.9955262Z adding 'torch/include/ATen/ops/_values_ops.h' 2025-07-17T08:07:29.9958357Z adding 'torch/include/ATen/ops/_version.h' 2025-07-17T08:07:29.9961602Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:29.9964576Z adding 'torch/include/ATen/ops/_version_native.h' 2025-07-17T08:07:29.9967729Z adding 'torch/include/ATen/ops/_version_ops.h' 2025-07-17T08:07:29.9970979Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2025-07-17T08:07:29.9974329Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2025-07-17T08:07:29.9977409Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu.h' 2025-07-17T08:07:29.9980679Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_cpu_dispatch.h' 2025-07-17T08:07:29.9983728Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_native.h' 2025-07-17T08:07:29.9986987Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_for_cpu_ops.h' 2025-07-17T08:07:29.9990122Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2025-07-17T08:07:29.9993375Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2025-07-17T08:07:29.9996575Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros.h' 2025-07-17T08:07:29.9999750Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_native.h' 2025-07-17T08:07:30.0002945Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_with_scales_and_zeros_ops.h' 2025-07-17T08:07:30.0006127Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2025-07-17T08:07:30.0009207Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2025-07-17T08:07:30.0012327Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2025-07-17T08:07:30.0015439Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2025-07-17T08:07:30.0018570Z adding 'torch/include/ATen/ops/_weight_norm.h' 2025-07-17T08:07:30.0021944Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0025033Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2025-07-17T08:07:30.0028484Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0031577Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2025-07-17T08:07:30.0035120Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2025-07-17T08:07:30.0038666Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2025-07-17T08:07:30.0042449Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2025-07-17T08:07:30.0045951Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0049048Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2025-07-17T08:07:30.0052325Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2025-07-17T08:07:30.0055507Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2025-07-17T08:07:30.0058873Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2025-07-17T08:07:30.0062333Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0065363Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2025-07-17T08:07:30.0068608Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2025-07-17T08:07:30.0071750Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2025-07-17T08:07:30.0074936Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2025-07-17T08:07:30.0077974Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2025-07-17T08:07:30.0081251Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2025-07-17T08:07:30.0084484Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2025-07-17T08:07:30.0087752Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0090633Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2025-07-17T08:07:30.0093767Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2025-07-17T08:07:30.0097183Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2025-07-17T08:07:30.0100548Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0103498Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2025-07-17T08:07:30.0106709Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2025-07-17T08:07:30.0109870Z adding 'torch/include/ATen/ops/abs.h' 2025-07-17T08:07:30.0113145Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0116133Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2025-07-17T08:07:30.0119203Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2025-07-17T08:07:30.0122235Z adding 'torch/include/ATen/ops/abs_native.h' 2025-07-17T08:07:30.0125963Z adding 'torch/include/ATen/ops/abs_ops.h' 2025-07-17T08:07:30.0129151Z adding 'torch/include/ATen/ops/absolute.h' 2025-07-17T08:07:30.0132405Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0135299Z adding 'torch/include/ATen/ops/absolute_native.h' 2025-07-17T08:07:30.0138529Z adding 'torch/include/ATen/ops/absolute_ops.h' 2025-07-17T08:07:30.0141755Z adding 'torch/include/ATen/ops/acos.h' 2025-07-17T08:07:30.0145031Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0147964Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2025-07-17T08:07:30.0151199Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2025-07-17T08:07:30.0154254Z adding 'torch/include/ATen/ops/acos_meta.h' 2025-07-17T08:07:30.0157382Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2025-07-17T08:07:30.0160416Z adding 'torch/include/ATen/ops/acos_native.h' 2025-07-17T08:07:30.0163651Z adding 'torch/include/ATen/ops/acos_ops.h' 2025-07-17T08:07:30.0166771Z adding 'torch/include/ATen/ops/acosh.h' 2025-07-17T08:07:30.0170103Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0173009Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2025-07-17T08:07:30.0176124Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2025-07-17T08:07:30.0179119Z adding 'torch/include/ATen/ops/acosh_meta.h' 2025-07-17T08:07:30.0182438Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2025-07-17T08:07:30.0185410Z adding 'torch/include/ATen/ops/acosh_native.h' 2025-07-17T08:07:30.0188627Z adding 'torch/include/ATen/ops/acosh_ops.h' 2025-07-17T08:07:30.0192008Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2025-07-17T08:07:30.0195389Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0198552Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0201503Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2025-07-17T08:07:30.0204692Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2025-07-17T08:07:30.0208079Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2025-07-17T08:07:30.0211462Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0214535Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2025-07-17T08:07:30.0217705Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2025-07-17T08:07:30.0220725Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2025-07-17T08:07:30.0223935Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2025-07-17T08:07:30.0227302Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2025-07-17T08:07:30.0230675Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2025-07-17T08:07:30.0233898Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.0236979Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.0239977Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2025-07-17T08:07:30.0243850Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2025-07-17T08:07:30.0247120Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0250220Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2025-07-17T08:07:30.0253364Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2025-07-17T08:07:30.0256472Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2025-07-17T08:07:30.0259674Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2025-07-17T08:07:30.0262767Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2025-07-17T08:07:30.0266044Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0268995Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2025-07-17T08:07:30.0272298Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2025-07-17T08:07:30.0275462Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2025-07-17T08:07:30.0278725Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2025-07-17T08:07:30.0282243Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0285311Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.0288469Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.0291681Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2025-07-17T08:07:30.0294965Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2025-07-17T08:07:30.0298021Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2025-07-17T08:07:30.0301458Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2025-07-17T08:07:30.0304878Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0308015Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2025-07-17T08:07:30.0311259Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2025-07-17T08:07:30.0314454Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2025-07-17T08:07:30.0317746Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2025-07-17T08:07:30.0320816Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2025-07-17T08:07:30.0324179Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2025-07-17T08:07:30.0327390Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2025-07-17T08:07:30.0330756Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2025-07-17T08:07:30.0334200Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0337286Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.0340408Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.0343668Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2025-07-17T08:07:30.0346827Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2025-07-17T08:07:30.0350112Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2025-07-17T08:07:30.0353375Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2025-07-17T08:07:30.0356868Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0359932Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2025-07-17T08:07:30.0363152Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2025-07-17T08:07:30.0366284Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2025-07-17T08:07:30.0369436Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2025-07-17T08:07:30.0372622Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2025-07-17T08:07:30.0375897Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2025-07-17T08:07:30.0379251Z adding 'torch/include/ATen/ops/add.h' 2025-07-17T08:07:30.0382619Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0385919Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0388952Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2025-07-17T08:07:30.0392242Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2025-07-17T08:07:30.0395374Z adding 'torch/include/ATen/ops/add_meta.h' 2025-07-17T08:07:30.0398538Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2025-07-17T08:07:30.0402948Z adding 'torch/include/ATen/ops/add_native.h' 2025-07-17T08:07:30.0406642Z adding 'torch/include/ATen/ops/add_ops.h' 2025-07-17T08:07:30.0410061Z adding 'torch/include/ATen/ops/addbmm.h' 2025-07-17T08:07:30.0413385Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2025-07-17T08:07:30.0416644Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2025-07-17T08:07:30.0419848Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2025-07-17T08:07:30.0422961Z adding 'torch/include/ATen/ops/addbmm_native.h' 2025-07-17T08:07:30.0426371Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2025-07-17T08:07:30.0429696Z adding 'torch/include/ATen/ops/addcdiv.h' 2025-07-17T08:07:30.0433221Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0436186Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2025-07-17T08:07:30.0439431Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2025-07-17T08:07:30.0442455Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2025-07-17T08:07:30.0445792Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2025-07-17T08:07:30.0448813Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2025-07-17T08:07:30.0452239Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2025-07-17T08:07:30.0455500Z adding 'torch/include/ATen/ops/addcmul.h' 2025-07-17T08:07:30.0458956Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0461991Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2025-07-17T08:07:30.0465233Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2025-07-17T08:07:30.0468299Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2025-07-17T08:07:30.0471599Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2025-07-17T08:07:30.0474734Z adding 'torch/include/ATen/ops/addcmul_native.h' 2025-07-17T08:07:30.0478039Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2025-07-17T08:07:30.0481468Z adding 'torch/include/ATen/ops/addmm.h' 2025-07-17T08:07:30.0484878Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0488059Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2025-07-17T08:07:30.0491571Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2025-07-17T08:07:30.0494822Z adding 'torch/include/ATen/ops/addmm_meta.h' 2025-07-17T08:07:30.0498030Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2025-07-17T08:07:30.0501373Z adding 'torch/include/ATen/ops/addmm_native.h' 2025-07-17T08:07:30.0505107Z adding 'torch/include/ATen/ops/addmm_ops.h' 2025-07-17T08:07:30.0508415Z adding 'torch/include/ATen/ops/addmv.h' 2025-07-17T08:07:30.0512087Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0515057Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2025-07-17T08:07:30.0518308Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2025-07-17T08:07:30.0521360Z adding 'torch/include/ATen/ops/addmv_meta.h' 2025-07-17T08:07:30.0524630Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2025-07-17T08:07:30.0527739Z adding 'torch/include/ATen/ops/addmv_native.h' 2025-07-17T08:07:30.0531221Z adding 'torch/include/ATen/ops/addmv_ops.h' 2025-07-17T08:07:30.0534424Z adding 'torch/include/ATen/ops/addr.h' 2025-07-17T08:07:30.0538147Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0541318Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2025-07-17T08:07:30.0544752Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2025-07-17T08:07:30.0548143Z adding 'torch/include/ATen/ops/addr_native.h' 2025-07-17T08:07:30.0551746Z adding 'torch/include/ATen/ops/addr_ops.h' 2025-07-17T08:07:30.0554885Z adding 'torch/include/ATen/ops/adjoint.h' 2025-07-17T08:07:30.0558470Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0561338Z adding 'torch/include/ATen/ops/adjoint_native.h' 2025-07-17T08:07:30.0564593Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2025-07-17T08:07:30.0568006Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2025-07-17T08:07:30.0571428Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2025-07-17T08:07:30.0574773Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0577978Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2025-07-17T08:07:30.0581276Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2025-07-17T08:07:30.0584649Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0587591Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2025-07-17T08:07:30.0590915Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2025-07-17T08:07:30.0594201Z adding 'torch/include/ATen/ops/alias.h' 2025-07-17T08:07:30.0597466Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0600429Z adding 'torch/include/ATen/ops/alias_copy.h' 2025-07-17T08:07:30.0603633Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0606851Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0609836Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2025-07-17T08:07:30.0613050Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2025-07-17T08:07:30.0616088Z adding 'torch/include/ATen/ops/alias_native.h' 2025-07-17T08:07:30.0619267Z adding 'torch/include/ATen/ops/alias_ops.h' 2025-07-17T08:07:30.0622157Z adding 'torch/include/ATen/ops/align_as.h' 2025-07-17T08:07:30.0625382Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0628209Z adding 'torch/include/ATen/ops/align_as_native.h' 2025-07-17T08:07:30.0631447Z adding 'torch/include/ATen/ops/align_as_ops.h' 2025-07-17T08:07:30.0634500Z adding 'torch/include/ATen/ops/align_tensors.h' 2025-07-17T08:07:30.0637735Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0640788Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2025-07-17T08:07:30.0643925Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2025-07-17T08:07:30.0646898Z adding 'torch/include/ATen/ops/align_to.h' 2025-07-17T08:07:30.0650114Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0653009Z adding 'torch/include/ATen/ops/align_to_native.h' 2025-07-17T08:07:30.0656257Z adding 'torch/include/ATen/ops/align_to_ops.h' 2025-07-17T08:07:30.0659622Z adding 'torch/include/ATen/ops/all.h' 2025-07-17T08:07:30.0662988Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0666197Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0669317Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0672466Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2025-07-17T08:07:30.0675625Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2025-07-17T08:07:30.0678667Z adding 'torch/include/ATen/ops/all_meta.h' 2025-07-17T08:07:30.0681819Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2025-07-17T08:07:30.0684985Z adding 'torch/include/ATen/ops/all_native.h' 2025-07-17T08:07:30.0688514Z adding 'torch/include/ATen/ops/all_ops.h' 2025-07-17T08:07:30.0691695Z adding 'torch/include/ATen/ops/allclose.h' 2025-07-17T08:07:30.0694939Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0698015Z adding 'torch/include/ATen/ops/allclose_native.h' 2025-07-17T08:07:30.0701171Z adding 'torch/include/ATen/ops/allclose_ops.h' 2025-07-17T08:07:30.0704247Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2025-07-17T08:07:30.0707524Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0710564Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2025-07-17T08:07:30.0713724Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2025-07-17T08:07:30.0716854Z adding 'torch/include/ATen/ops/amax.h' 2025-07-17T08:07:30.0720185Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0723096Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2025-07-17T08:07:30.0726169Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2025-07-17T08:07:30.0729179Z adding 'torch/include/ATen/ops/amax_meta.h' 2025-07-17T08:07:30.0732231Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2025-07-17T08:07:30.0735215Z adding 'torch/include/ATen/ops/amax_native.h' 2025-07-17T08:07:30.0738400Z adding 'torch/include/ATen/ops/amax_ops.h' 2025-07-17T08:07:30.0741526Z adding 'torch/include/ATen/ops/amin.h' 2025-07-17T08:07:30.0744839Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0747778Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2025-07-17T08:07:30.0750987Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2025-07-17T08:07:30.0754008Z adding 'torch/include/ATen/ops/amin_meta.h' 2025-07-17T08:07:30.0757132Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2025-07-17T08:07:30.0760127Z adding 'torch/include/ATen/ops/amin_native.h' 2025-07-17T08:07:30.0763306Z adding 'torch/include/ATen/ops/amin_ops.h' 2025-07-17T08:07:30.0766511Z adding 'torch/include/ATen/ops/aminmax.h' 2025-07-17T08:07:30.0769902Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0772771Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2025-07-17T08:07:30.0775918Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2025-07-17T08:07:30.0778901Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2025-07-17T08:07:30.0782059Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2025-07-17T08:07:30.0785111Z adding 'torch/include/ATen/ops/aminmax_native.h' 2025-07-17T08:07:30.0788331Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2025-07-17T08:07:30.0791559Z adding 'torch/include/ATen/ops/and.h' 2025-07-17T08:07:30.0794816Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0797785Z adding 'torch/include/ATen/ops/and_native.h' 2025-07-17T08:07:30.0801190Z adding 'torch/include/ATen/ops/and_ops.h' 2025-07-17T08:07:30.0804301Z adding 'torch/include/ATen/ops/angle.h' 2025-07-17T08:07:30.0807397Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2025-07-17T08:07:30.0810489Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2025-07-17T08:07:30.0813488Z adding 'torch/include/ATen/ops/angle_native.h' 2025-07-17T08:07:30.0816616Z adding 'torch/include/ATen/ops/angle_ops.h' 2025-07-17T08:07:30.0819957Z adding 'torch/include/ATen/ops/any.h' 2025-07-17T08:07:30.0823263Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0826448Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0829543Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0832740Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2025-07-17T08:07:30.0835878Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2025-07-17T08:07:30.0838919Z adding 'torch/include/ATen/ops/any_meta.h' 2025-07-17T08:07:30.0842054Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2025-07-17T08:07:30.0845143Z adding 'torch/include/ATen/ops/any_native.h' 2025-07-17T08:07:30.0848653Z adding 'torch/include/ATen/ops/any_ops.h' 2025-07-17T08:07:30.0852173Z adding 'torch/include/ATen/ops/arange.h' 2025-07-17T08:07:30.0855589Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.0858663Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2025-07-17T08:07:30.0861732Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2025-07-17T08:07:30.0864787Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2025-07-17T08:07:30.0867853Z adding 'torch/include/ATen/ops/arange_native.h' 2025-07-17T08:07:30.0871491Z adding 'torch/include/ATen/ops/arange_ops.h' 2025-07-17T08:07:30.0874702Z adding 'torch/include/ATen/ops/arccos.h' 2025-07-17T08:07:30.0878003Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0880934Z adding 'torch/include/ATen/ops/arccos_native.h' 2025-07-17T08:07:30.0884240Z adding 'torch/include/ATen/ops/arccos_ops.h' 2025-07-17T08:07:30.0887284Z adding 'torch/include/ATen/ops/arccosh.h' 2025-07-17T08:07:30.0890518Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0893346Z adding 'torch/include/ATen/ops/arccosh_native.h' 2025-07-17T08:07:30.0896543Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2025-07-17T08:07:30.0899799Z adding 'torch/include/ATen/ops/arcsin.h' 2025-07-17T08:07:30.0903057Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0905958Z adding 'torch/include/ATen/ops/arcsin_native.h' 2025-07-17T08:07:30.0909206Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2025-07-17T08:07:30.0912408Z adding 'torch/include/ATen/ops/arcsinh.h' 2025-07-17T08:07:30.0915667Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0918529Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2025-07-17T08:07:30.0921740Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2025-07-17T08:07:30.0924926Z adding 'torch/include/ATen/ops/arctan.h' 2025-07-17T08:07:30.0928070Z adding 'torch/include/ATen/ops/arctan2.h' 2025-07-17T08:07:30.0931309Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0934210Z adding 'torch/include/ATen/ops/arctan2_native.h' 2025-07-17T08:07:30.0937471Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2025-07-17T08:07:30.0940761Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0943652Z adding 'torch/include/ATen/ops/arctan_native.h' 2025-07-17T08:07:30.0946884Z adding 'torch/include/ATen/ops/arctan_ops.h' 2025-07-17T08:07:30.0950106Z adding 'torch/include/ATen/ops/arctanh.h' 2025-07-17T08:07:30.0953348Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.0956231Z adding 'torch/include/ATen/ops/arctanh_native.h' 2025-07-17T08:07:30.0959442Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2025-07-17T08:07:30.0962597Z adding 'torch/include/ATen/ops/argmax.h' 2025-07-17T08:07:30.0965950Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0968889Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2025-07-17T08:07:30.0971982Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2025-07-17T08:07:30.0974981Z adding 'torch/include/ATen/ops/argmax_meta.h' 2025-07-17T08:07:30.0978783Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2025-07-17T08:07:30.0981869Z adding 'torch/include/ATen/ops/argmax_native.h' 2025-07-17T08:07:30.0985094Z adding 'torch/include/ATen/ops/argmax_ops.h' 2025-07-17T08:07:30.0988283Z adding 'torch/include/ATen/ops/argmin.h' 2025-07-17T08:07:30.0991766Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.0994710Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2025-07-17T08:07:30.0997793Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2025-07-17T08:07:30.1000964Z adding 'torch/include/ATen/ops/argmin_meta.h' 2025-07-17T08:07:30.1004142Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2025-07-17T08:07:30.1007336Z adding 'torch/include/ATen/ops/argmin_native.h' 2025-07-17T08:07:30.1010606Z adding 'torch/include/ATen/ops/argmin_ops.h' 2025-07-17T08:07:30.1014004Z adding 'torch/include/ATen/ops/argsort.h' 2025-07-17T08:07:30.1017500Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1020436Z adding 'torch/include/ATen/ops/argsort_native.h' 2025-07-17T08:07:30.1023924Z adding 'torch/include/ATen/ops/argsort_ops.h' 2025-07-17T08:07:30.1027040Z adding 'torch/include/ATen/ops/argwhere.h' 2025-07-17T08:07:30.1030548Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1033510Z adding 'torch/include/ATen/ops/argwhere_native.h' 2025-07-17T08:07:30.1036928Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2025-07-17T08:07:30.1040522Z adding 'torch/include/ATen/ops/as_strided.h' 2025-07-17T08:07:30.1043951Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1047424Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2025-07-17T08:07:30.1050915Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1054551Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1057835Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2025-07-17T08:07:30.1061431Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2025-07-17T08:07:30.1065010Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2025-07-17T08:07:30.1068508Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2025-07-17T08:07:30.1072116Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2025-07-17T08:07:30.1075474Z adding 'torch/include/ATen/ops/as_strided_native.h' 2025-07-17T08:07:30.1079075Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2025-07-17T08:07:30.1083104Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2025-07-17T08:07:30.1086961Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1090569Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1093855Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2025-07-17T08:07:30.1097491Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2025-07-17T08:07:30.1100905Z adding 'torch/include/ATen/ops/asin.h' 2025-07-17T08:07:30.1104382Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1107365Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2025-07-17T08:07:30.1110781Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2025-07-17T08:07:30.1113848Z adding 'torch/include/ATen/ops/asin_meta.h' 2025-07-17T08:07:30.1117106Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2025-07-17T08:07:30.1120109Z adding 'torch/include/ATen/ops/asin_native.h' 2025-07-17T08:07:30.1123529Z adding 'torch/include/ATen/ops/asin_ops.h' 2025-07-17T08:07:30.1126629Z adding 'torch/include/ATen/ops/asinh.h' 2025-07-17T08:07:30.1129937Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1133060Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2025-07-17T08:07:30.1136194Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2025-07-17T08:07:30.1139197Z adding 'torch/include/ATen/ops/asinh_meta.h' 2025-07-17T08:07:30.1142310Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2025-07-17T08:07:30.1145304Z adding 'torch/include/ATen/ops/asinh_native.h' 2025-07-17T08:07:30.1148516Z adding 'torch/include/ATen/ops/asinh_ops.h' 2025-07-17T08:07:30.1151880Z adding 'torch/include/ATen/ops/atan.h' 2025-07-17T08:07:30.1154949Z adding 'torch/include/ATen/ops/atan2.h' 2025-07-17T08:07:30.1158304Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1161255Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2025-07-17T08:07:30.1164435Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2025-07-17T08:07:30.1167435Z adding 'torch/include/ATen/ops/atan2_meta.h' 2025-07-17T08:07:30.1170537Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2025-07-17T08:07:30.1173514Z adding 'torch/include/ATen/ops/atan2_native.h' 2025-07-17T08:07:30.1176726Z adding 'torch/include/ATen/ops/atan2_ops.h' 2025-07-17T08:07:30.1180059Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1183179Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2025-07-17T08:07:30.1186288Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2025-07-17T08:07:30.1189514Z adding 'torch/include/ATen/ops/atan_meta.h' 2025-07-17T08:07:30.1192560Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2025-07-17T08:07:30.1195648Z adding 'torch/include/ATen/ops/atan_native.h' 2025-07-17T08:07:30.1198911Z adding 'torch/include/ATen/ops/atan_ops.h' 2025-07-17T08:07:30.1202109Z adding 'torch/include/ATen/ops/atanh.h' 2025-07-17T08:07:30.1205417Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1208338Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2025-07-17T08:07:30.1211416Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2025-07-17T08:07:30.1214433Z adding 'torch/include/ATen/ops/atanh_meta.h' 2025-07-17T08:07:30.1217503Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2025-07-17T08:07:30.1220531Z adding 'torch/include/ATen/ops/atanh_native.h' 2025-07-17T08:07:30.1223726Z adding 'torch/include/ATen/ops/atanh_ops.h' 2025-07-17T08:07:30.1226815Z adding 'torch/include/ATen/ops/atleast_1d.h' 2025-07-17T08:07:30.1230353Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1233252Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2025-07-17T08:07:30.1236491Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2025-07-17T08:07:30.1239583Z adding 'torch/include/ATen/ops/atleast_2d.h' 2025-07-17T08:07:30.1242849Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1245773Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2025-07-17T08:07:30.1248949Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2025-07-17T08:07:30.1252063Z adding 'torch/include/ATen/ops/atleast_3d.h' 2025-07-17T08:07:30.1255374Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1258273Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2025-07-17T08:07:30.1261445Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2025-07-17T08:07:30.1264675Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2025-07-17T08:07:30.1267979Z adding 'torch/include/ATen/ops/avg_pool1d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1271224Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1274185Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2025-07-17T08:07:30.1277397Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2025-07-17T08:07:30.1280631Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2025-07-17T08:07:30.1283922Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2025-07-17T08:07:30.1287369Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1290386Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.1293543Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.1296584Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2025-07-17T08:07:30.1299735Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2025-07-17T08:07:30.1302885Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2025-07-17T08:07:30.1306172Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2025-07-17T08:07:30.1309640Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1312739Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2025-07-17T08:07:30.1315887Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2025-07-17T08:07:30.1319385Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2025-07-17T08:07:30.1322669Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2025-07-17T08:07:30.1325818Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2025-07-17T08:07:30.1329109Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2025-07-17T08:07:30.1332398Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2025-07-17T08:07:30.1335671Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2025-07-17T08:07:30.1339068Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1342123Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.1345206Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.1348249Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2025-07-17T08:07:30.1351581Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2025-07-17T08:07:30.1354667Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2025-07-17T08:07:30.1357992Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2025-07-17T08:07:30.1361547Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1364513Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2025-07-17T08:07:30.1367841Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2025-07-17T08:07:30.1370997Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2025-07-17T08:07:30.1374364Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2025-07-17T08:07:30.1377630Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2025-07-17T08:07:30.1381058Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2025-07-17T08:07:30.1384469Z adding 'torch/include/ATen/ops/baddbmm.h' 2025-07-17T08:07:30.1387867Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1391106Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2025-07-17T08:07:30.1394424Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2025-07-17T08:07:30.1397574Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2025-07-17T08:07:30.1400850Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2025-07-17T08:07:30.1403909Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2025-07-17T08:07:30.1407463Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2025-07-17T08:07:30.1410950Z adding 'torch/include/ATen/ops/bartlett_window.h' 2025-07-17T08:07:30.1414478Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1417634Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2025-07-17T08:07:30.1421118Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2025-07-17T08:07:30.1424466Z adding 'torch/include/ATen/ops/batch_norm.h' 2025-07-17T08:07:30.1427690Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2025-07-17T08:07:30.1431217Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2025-07-17T08:07:30.1434421Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.1437671Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2025-07-17T08:07:30.1441237Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1444326Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2025-07-17T08:07:30.1447507Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2025-07-17T08:07:30.1450896Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2025-07-17T08:07:30.1454225Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2025-07-17T08:07:30.1457639Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2025-07-17T08:07:30.1460959Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2025-07-17T08:07:30.1464531Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1467617Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2025-07-17T08:07:30.1470940Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2025-07-17T08:07:30.1474446Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2025-07-17T08:07:30.1477774Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1481201Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2025-07-17T08:07:30.1484453Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2025-07-17T08:07:30.1487883Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2025-07-17T08:07:30.1491235Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2025-07-17T08:07:30.1494582Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2025-07-17T08:07:30.1498100Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1501153Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2025-07-17T08:07:30.1504354Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2025-07-17T08:07:30.1507777Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2025-07-17T08:07:30.1511399Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2025-07-17T08:07:30.1514905Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1518025Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2025-07-17T08:07:30.1521247Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2025-07-17T08:07:30.1524978Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2025-07-17T08:07:30.1528256Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2025-07-17T08:07:30.1531902Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2025-07-17T08:07:30.1535398Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2025-07-17T08:07:30.1539093Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1542436Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2025-07-17T08:07:30.1545687Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2025-07-17T08:07:30.1548914Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2025-07-17T08:07:30.1552472Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2025-07-17T08:07:30.1555832Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1559098Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2025-07-17T08:07:30.1562217Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2025-07-17T08:07:30.1565476Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2025-07-17T08:07:30.1568769Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2025-07-17T08:07:30.1572055Z adding 'torch/include/ATen/ops/bernoulli.h' 2025-07-17T08:07:30.1575534Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1578870Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1581873Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2025-07-17T08:07:30.1585014Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2025-07-17T08:07:30.1588108Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2025-07-17T08:07:30.1591286Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2025-07-17T08:07:30.1595069Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2025-07-17T08:07:30.1598274Z adding 'torch/include/ATen/ops/bilinear.h' 2025-07-17T08:07:30.1601541Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1604415Z adding 'torch/include/ATen/ops/bilinear_native.h' 2025-07-17T08:07:30.1607583Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2025-07-17T08:07:30.1610766Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2025-07-17T08:07:30.1613996Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2025-07-17T08:07:30.1617234Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2025-07-17T08:07:30.1620370Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2025-07-17T08:07:30.1623460Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2025-07-17T08:07:30.1626910Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2025-07-17T08:07:30.1630325Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2025-07-17T08:07:30.1633474Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2025-07-17T08:07:30.1636518Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2025-07-17T08:07:30.1639734Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2025-07-17T08:07:30.1642980Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2025-07-17T08:07:30.1646291Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1649232Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2025-07-17T08:07:30.1652516Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2025-07-17T08:07:30.1655776Z adding 'torch/include/ATen/ops/bincount.h' 2025-07-17T08:07:30.1659188Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1662219Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2025-07-17T08:07:30.1665357Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2025-07-17T08:07:30.1668316Z adding 'torch/include/ATen/ops/bincount_native.h' 2025-07-17T08:07:30.1671685Z adding 'torch/include/ATen/ops/bincount_ops.h' 2025-07-17T08:07:30.1674871Z adding 'torch/include/ATen/ops/binomial.h' 2025-07-17T08:07:30.1678139Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1681366Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2025-07-17T08:07:30.1684480Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2025-07-17T08:07:30.1687464Z adding 'torch/include/ATen/ops/binomial_native.h' 2025-07-17T08:07:30.1690674Z adding 'torch/include/ATen/ops/binomial_ops.h' 2025-07-17T08:07:30.1693927Z adding 'torch/include/ATen/ops/bitwise_and.h' 2025-07-17T08:07:30.1697285Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1700524Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1703443Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2025-07-17T08:07:30.1706640Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2025-07-17T08:07:30.1709796Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2025-07-17T08:07:30.1712914Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2025-07-17T08:07:30.1715966Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2025-07-17T08:07:30.1719465Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2025-07-17T08:07:30.1722932Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2025-07-17T08:07:30.1727055Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1730367Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1733489Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2025-07-17T08:07:30.1736672Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2025-07-17T08:07:30.1739785Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2025-07-17T08:07:30.1742977Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2025-07-17T08:07:30.1746154Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2025-07-17T08:07:30.1749801Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2025-07-17T08:07:30.1753041Z adding 'torch/include/ATen/ops/bitwise_not.h' 2025-07-17T08:07:30.1756387Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1759290Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2025-07-17T08:07:30.1762347Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2025-07-17T08:07:30.1765329Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2025-07-17T08:07:30.1768430Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2025-07-17T08:07:30.1771529Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2025-07-17T08:07:30.1774701Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2025-07-17T08:07:30.1778066Z adding 'torch/include/ATen/ops/bitwise_or.h' 2025-07-17T08:07:30.1781435Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1784758Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1787685Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2025-07-17T08:07:30.1791062Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2025-07-17T08:07:30.1794063Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2025-07-17T08:07:30.1797350Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2025-07-17T08:07:30.1800414Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2025-07-17T08:07:30.1804114Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2025-07-17T08:07:30.1807639Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2025-07-17T08:07:30.1811118Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1814388Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1817359Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2025-07-17T08:07:30.1820638Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2025-07-17T08:07:30.1823700Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2025-07-17T08:07:30.1826950Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2025-07-17T08:07:30.1830211Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2025-07-17T08:07:30.1833961Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2025-07-17T08:07:30.1837447Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2025-07-17T08:07:30.1840871Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1844206Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1847234Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2025-07-17T08:07:30.1850427Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2025-07-17T08:07:30.1853477Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2025-07-17T08:07:30.1856670Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2025-07-17T08:07:30.1859854Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2025-07-17T08:07:30.1863405Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2025-07-17T08:07:30.1866993Z adding 'torch/include/ATen/ops/blackman_window.h' 2025-07-17T08:07:30.1870588Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1873714Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2025-07-17T08:07:30.1877100Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2025-07-17T08:07:30.1880453Z adding 'torch/include/ATen/ops/block_diag.h' 2025-07-17T08:07:30.1883816Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1886765Z adding 'torch/include/ATen/ops/block_diag_native.h' 2025-07-17T08:07:30.1890019Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2025-07-17T08:07:30.1893311Z adding 'torch/include/ATen/ops/bmm.h' 2025-07-17T08:07:30.1896824Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1899774Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2025-07-17T08:07:30.1903030Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2025-07-17T08:07:30.1906050Z adding 'torch/include/ATen/ops/bmm_meta.h' 2025-07-17T08:07:30.1909315Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2025-07-17T08:07:30.1912481Z adding 'torch/include/ATen/ops/bmm_native.h' 2025-07-17T08:07:30.1915968Z adding 'torch/include/ATen/ops/bmm_ops.h' 2025-07-17T08:07:30.1919157Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2025-07-17T08:07:30.1922718Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1925592Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2025-07-17T08:07:30.1928799Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2025-07-17T08:07:30.1931901Z adding 'torch/include/ATen/ops/broadcast_to.h' 2025-07-17T08:07:30.1935306Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1938207Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2025-07-17T08:07:30.1941420Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2025-07-17T08:07:30.1944684Z adding 'torch/include/ATen/ops/bucketize.h' 2025-07-17T08:07:30.1948243Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.1951512Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2025-07-17T08:07:30.1954658Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2025-07-17T08:07:30.1957864Z adding 'torch/include/ATen/ops/bucketize_native.h' 2025-07-17T08:07:30.1961251Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2025-07-17T08:07:30.1964441Z adding 'torch/include/ATen/ops/can_cast.h' 2025-07-17T08:07:30.1967692Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1970956Z adding 'torch/include/ATen/ops/can_cast_native.h' 2025-07-17T08:07:30.1974118Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2025-07-17T08:07:30.1977356Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2025-07-17T08:07:30.1980610Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1983619Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2025-07-17T08:07:30.1986717Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2025-07-17T08:07:30.1990123Z adding 'torch/include/ATen/ops/cat.h' 2025-07-17T08:07:30.1993531Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.1996765Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.1999934Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2025-07-17T08:07:30.2003059Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2025-07-17T08:07:30.2006739Z adding 'torch/include/ATen/ops/cat_meta.h' 2025-07-17T08:07:30.2009981Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2025-07-17T08:07:30.2013283Z adding 'torch/include/ATen/ops/cat_native.h' 2025-07-17T08:07:30.2016695Z adding 'torch/include/ATen/ops/cat_ops.h' 2025-07-17T08:07:30.2020037Z adding 'torch/include/ATen/ops/cauchy.h' 2025-07-17T08:07:30.2023674Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2026763Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2025-07-17T08:07:30.2030070Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2025-07-17T08:07:30.2033182Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2025-07-17T08:07:30.2036367Z adding 'torch/include/ATen/ops/cauchy_native.h' 2025-07-17T08:07:30.2039708Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2025-07-17T08:07:30.2042817Z adding 'torch/include/ATen/ops/ccol_indices.h' 2025-07-17T08:07:30.2046197Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2049193Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2025-07-17T08:07:30.2052738Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2056445Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2059310Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2025-07-17T08:07:30.2062635Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2025-07-17T08:07:30.2065682Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2025-07-17T08:07:30.2068931Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2025-07-17T08:07:30.2072194Z adding 'torch/include/ATen/ops/cdist.h' 2025-07-17T08:07:30.2075635Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2078544Z adding 'torch/include/ATen/ops/cdist_native.h' 2025-07-17T08:07:30.2081863Z adding 'torch/include/ATen/ops/cdist_ops.h' 2025-07-17T08:07:30.2084952Z adding 'torch/include/ATen/ops/ceil.h' 2025-07-17T08:07:30.2088220Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2091118Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2025-07-17T08:07:30.2094387Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2025-07-17T08:07:30.2097377Z adding 'torch/include/ATen/ops/ceil_meta.h' 2025-07-17T08:07:30.2100456Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2025-07-17T08:07:30.2103502Z adding 'torch/include/ATen/ops/ceil_native.h' 2025-07-17T08:07:30.2106704Z adding 'torch/include/ATen/ops/ceil_ops.h' 2025-07-17T08:07:30.2110143Z adding 'torch/include/ATen/ops/celu.h' 2025-07-17T08:07:30.2113484Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2116308Z adding 'torch/include/ATen/ops/celu_native.h' 2025-07-17T08:07:30.2119537Z adding 'torch/include/ATen/ops/celu_ops.h' 2025-07-17T08:07:30.2122686Z adding 'torch/include/ATen/ops/chain_matmul.h' 2025-07-17T08:07:30.2125956Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2128827Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2025-07-17T08:07:30.2131978Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2025-07-17T08:07:30.2134935Z adding 'torch/include/ATen/ops/chalf.h' 2025-07-17T08:07:30.2138145Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2141200Z adding 'torch/include/ATen/ops/chalf_native.h' 2025-07-17T08:07:30.2144354Z adding 'torch/include/ATen/ops/chalf_ops.h' 2025-07-17T08:07:30.2147663Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2025-07-17T08:07:30.2151162Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2154164Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2025-07-17T08:07:30.2157193Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2025-07-17T08:07:30.2160171Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2025-07-17T08:07:30.2163289Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2025-07-17T08:07:30.2166348Z adding 'torch/include/ATen/ops/cholesky.h' 2025-07-17T08:07:30.2169614Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2025-07-17T08:07:30.2173008Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2025-07-17T08:07:30.2176095Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2025-07-17T08:07:30.2179300Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2025-07-17T08:07:30.2182390Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2025-07-17T08:07:30.2185376Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2025-07-17T08:07:30.2188544Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2025-07-17T08:07:30.2191914Z adding 'torch/include/ATen/ops/cholesky_native.h' 2025-07-17T08:07:30.2195107Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2025-07-17T08:07:30.2198475Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2025-07-17T08:07:30.2201800Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2204737Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2025-07-17T08:07:30.2208146Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2025-07-17T08:07:30.2211143Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2025-07-17T08:07:30.2214557Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2217462Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2025-07-17T08:07:30.2220659Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2025-07-17T08:07:30.2223590Z adding 'torch/include/ATen/ops/chunk.h' 2025-07-17T08:07:30.2226817Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2229860Z adding 'torch/include/ATen/ops/chunk_native.h' 2025-07-17T08:07:30.2233019Z adding 'torch/include/ATen/ops/chunk_ops.h' 2025-07-17T08:07:30.2236285Z adding 'torch/include/ATen/ops/clamp.h' 2025-07-17T08:07:30.2239682Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2242755Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2025-07-17T08:07:30.2245997Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2025-07-17T08:07:30.2249219Z adding 'torch/include/ATen/ops/clamp_max.h' 2025-07-17T08:07:30.2252623Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2255625Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2025-07-17T08:07:30.2258790Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2025-07-17T08:07:30.2261869Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2025-07-17T08:07:30.2264950Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2025-07-17T08:07:30.2267932Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2025-07-17T08:07:30.2271500Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2025-07-17T08:07:30.2274623Z adding 'torch/include/ATen/ops/clamp_meta.h' 2025-07-17T08:07:30.2277870Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2025-07-17T08:07:30.2281081Z adding 'torch/include/ATen/ops/clamp_min.h' 2025-07-17T08:07:30.2284459Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2287481Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2025-07-17T08:07:30.2290629Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2025-07-17T08:07:30.2293603Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2025-07-17T08:07:30.2296764Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2025-07-17T08:07:30.2299963Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2025-07-17T08:07:30.2303442Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2025-07-17T08:07:30.2306794Z adding 'torch/include/ATen/ops/clamp_native.h' 2025-07-17T08:07:30.2318174Z adding 'torch/include/ATen/ops/clamp_ops.h' 2025-07-17T08:07:30.2318290Z adding 'torch/include/ATen/ops/clip.h' 2025-07-17T08:07:30.2320044Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2322990Z adding 'torch/include/ATen/ops/clip_native.h' 2025-07-17T08:07:30.2326500Z adding 'torch/include/ATen/ops/clip_ops.h' 2025-07-17T08:07:30.2329819Z adding 'torch/include/ATen/ops/clone.h' 2025-07-17T08:07:30.2333174Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2336233Z adding 'torch/include/ATen/ops/clone_native.h' 2025-07-17T08:07:30.2339483Z adding 'torch/include/ATen/ops/clone_ops.h' 2025-07-17T08:07:30.2342656Z adding 'torch/include/ATen/ops/coalesce.h' 2025-07-17T08:07:30.2345891Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2348880Z adding 'torch/include/ATen/ops/coalesce_native.h' 2025-07-17T08:07:30.2352171Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2025-07-17T08:07:30.2355779Z adding 'torch/include/ATen/ops/col2im.h' 2025-07-17T08:07:30.2359203Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2025-07-17T08:07:30.2362654Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2025-07-17T08:07:30.2365813Z adding 'torch/include/ATen/ops/col2im_native.h' 2025-07-17T08:07:30.2369243Z adding 'torch/include/ATen/ops/col2im_ops.h' 2025-07-17T08:07:30.2372320Z adding 'torch/include/ATen/ops/col_indices.h' 2025-07-17T08:07:30.2375693Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2378712Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2025-07-17T08:07:30.2382174Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2385428Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2388268Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2025-07-17T08:07:30.2391749Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2025-07-17T08:07:30.2394757Z adding 'torch/include/ATen/ops/col_indices_native.h' 2025-07-17T08:07:30.2397977Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2025-07-17T08:07:30.2401115Z adding 'torch/include/ATen/ops/column_stack.h' 2025-07-17T08:07:30.2404513Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2407477Z adding 'torch/include/ATen/ops/column_stack_native.h' 2025-07-17T08:07:30.2410860Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2025-07-17T08:07:30.2413956Z adding 'torch/include/ATen/ops/combinations.h' 2025-07-17T08:07:30.2417389Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2420357Z adding 'torch/include/ATen/ops/combinations_native.h' 2025-07-17T08:07:30.2423638Z adding 'torch/include/ATen/ops/combinations_ops.h' 2025-07-17T08:07:30.2426757Z adding 'torch/include/ATen/ops/complex.h' 2025-07-17T08:07:30.2430304Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2433371Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2025-07-17T08:07:30.2436594Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2025-07-17T08:07:30.2439724Z adding 'torch/include/ATen/ops/complex_native.h' 2025-07-17T08:07:30.2442953Z adding 'torch/include/ATen/ops/complex_ops.h' 2025-07-17T08:07:30.2446320Z adding 'torch/include/ATen/ops/concat.h' 2025-07-17T08:07:30.2449659Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2452717Z adding 'torch/include/ATen/ops/concat_native.h' 2025-07-17T08:07:30.2456074Z adding 'torch/include/ATen/ops/concat_ops.h' 2025-07-17T08:07:30.2459541Z adding 'torch/include/ATen/ops/concatenate.h' 2025-07-17T08:07:30.2463036Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2466024Z adding 'torch/include/ATen/ops/concatenate_native.h' 2025-07-17T08:07:30.2470371Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2025-07-17T08:07:30.2473619Z adding 'torch/include/ATen/ops/conj.h' 2025-07-17T08:07:30.2476983Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2480007Z adding 'torch/include/ATen/ops/conj_native.h' 2025-07-17T08:07:30.2483140Z adding 'torch/include/ATen/ops/conj_ops.h' 2025-07-17T08:07:30.2486410Z adding 'torch/include/ATen/ops/conj_physical.h' 2025-07-17T08:07:30.2489717Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2493030Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2496039Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2025-07-17T08:07:30.2499259Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2025-07-17T08:07:30.2502242Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2025-07-17T08:07:30.2505581Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2025-07-17T08:07:30.2509068Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2025-07-17T08:07:30.2512757Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2515839Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2025-07-17T08:07:30.2519099Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2025-07-17T08:07:30.2522210Z adding 'torch/include/ATen/ops/contiguous.h' 2025-07-17T08:07:30.2525486Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2528514Z adding 'torch/include/ATen/ops/contiguous_native.h' 2025-07-17T08:07:30.2531697Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2025-07-17T08:07:30.2535158Z adding 'torch/include/ATen/ops/conv1d.h' 2025-07-17T08:07:30.2538679Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2541856Z adding 'torch/include/ATen/ops/conv1d_native.h' 2025-07-17T08:07:30.2545162Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2025-07-17T08:07:30.2548759Z adding 'torch/include/ATen/ops/conv2d.h' 2025-07-17T08:07:30.2552414Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2555774Z adding 'torch/include/ATen/ops/conv2d_native.h' 2025-07-17T08:07:30.2559952Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2025-07-17T08:07:30.2563435Z adding 'torch/include/ATen/ops/conv3d.h' 2025-07-17T08:07:30.2567002Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2569983Z adding 'torch/include/ATen/ops/conv3d_native.h' 2025-07-17T08:07:30.2573350Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2025-07-17T08:07:30.2577149Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2025-07-17T08:07:30.2580806Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2583918Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2025-07-17T08:07:30.2586967Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2025-07-17T08:07:30.2590447Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2025-07-17T08:07:30.2593617Z adding 'torch/include/ATen/ops/conv_tbc.h' 2025-07-17T08:07:30.2596991Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2025-07-17T08:07:30.2600336Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2603395Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2025-07-17T08:07:30.2606580Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2025-07-17T08:07:30.2609880Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2612959Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2025-07-17T08:07:30.2616279Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2025-07-17T08:07:30.2619672Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2025-07-17T08:07:30.2623093Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2626005Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2025-07-17T08:07:30.2629387Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2025-07-17T08:07:30.2632866Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2025-07-17T08:07:30.2636280Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2639230Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2025-07-17T08:07:30.2642457Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2025-07-17T08:07:30.2645774Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2025-07-17T08:07:30.2649190Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2652131Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2025-07-17T08:07:30.2655355Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2025-07-17T08:07:30.2659017Z adding 'torch/include/ATen/ops/convolution.h' 2025-07-17T08:07:30.2663642Z adding 'torch/include/ATen/ops/convolution_backward.h' 2025-07-17T08:07:30.2667509Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2670846Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2025-07-17T08:07:30.2673990Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2025-07-17T08:07:30.2677442Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2025-07-17T08:07:30.2681739Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2025-07-17T08:07:30.2685520Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2688705Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2025-07-17T08:07:30.2692101Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2025-07-17T08:07:30.2695512Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2698532Z adding 'torch/include/ATen/ops/convolution_native.h' 2025-07-17T08:07:30.2701859Z adding 'torch/include/ATen/ops/convolution_ops.h' 2025-07-17T08:07:30.2705628Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2025-07-17T08:07:30.2709309Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2712852Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2025-07-17T08:07:30.2715876Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2025-07-17T08:07:30.2719028Z adding 'torch/include/ATen/ops/copy.h' 2025-07-17T08:07:30.2722331Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2725592Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2728413Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2025-07-17T08:07:30.2731425Z adding 'torch/include/ATen/ops/copy_native.h' 2025-07-17T08:07:30.2734666Z adding 'torch/include/ATen/ops/copy_ops.h' 2025-07-17T08:07:30.2737947Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2025-07-17T08:07:30.2741285Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2744278Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2025-07-17T08:07:30.2747268Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2025-07-17T08:07:30.2750615Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2025-07-17T08:07:30.2753767Z adding 'torch/include/ATen/ops/copysign.h' 2025-07-17T08:07:30.2757087Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2760253Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2763180Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2025-07-17T08:07:30.2766296Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2025-07-17T08:07:30.2769269Z adding 'torch/include/ATen/ops/copysign_meta.h' 2025-07-17T08:07:30.2772373Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2025-07-17T08:07:30.2775378Z adding 'torch/include/ATen/ops/copysign_native.h' 2025-07-17T08:07:30.2778754Z adding 'torch/include/ATen/ops/copysign_ops.h' 2025-07-17T08:07:30.2781915Z adding 'torch/include/ATen/ops/corrcoef.h' 2025-07-17T08:07:30.2785186Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2788031Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2025-07-17T08:07:30.2791284Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2025-07-17T08:07:30.2794382Z adding 'torch/include/ATen/ops/cos.h' 2025-07-17T08:07:30.2797684Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2800578Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2025-07-17T08:07:30.2803615Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2025-07-17T08:07:30.2806583Z adding 'torch/include/ATen/ops/cos_meta.h' 2025-07-17T08:07:30.2809649Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2025-07-17T08:07:30.2812695Z adding 'torch/include/ATen/ops/cos_native.h' 2025-07-17T08:07:30.2815905Z adding 'torch/include/ATen/ops/cos_ops.h' 2025-07-17T08:07:30.2819001Z adding 'torch/include/ATen/ops/cosh.h' 2025-07-17T08:07:30.2822295Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2825167Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2025-07-17T08:07:30.2828203Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2025-07-17T08:07:30.2831292Z adding 'torch/include/ATen/ops/cosh_meta.h' 2025-07-17T08:07:30.2834440Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2025-07-17T08:07:30.2837362Z adding 'torch/include/ATen/ops/cosh_native.h' 2025-07-17T08:07:30.2840564Z adding 'torch/include/ATen/ops/cosh_ops.h' 2025-07-17T08:07:30.2843728Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2025-07-17T08:07:30.2847004Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2849886Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2025-07-17T08:07:30.2853004Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2025-07-17T08:07:30.2856323Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2025-07-17T08:07:30.2859317Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2862153Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2025-07-17T08:07:30.2865286Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2025-07-17T08:07:30.2868515Z adding 'torch/include/ATen/ops/count_nonzero.h' 2025-07-17T08:07:30.2872225Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2875153Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2025-07-17T08:07:30.2878341Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2025-07-17T08:07:30.2881393Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2025-07-17T08:07:30.2884840Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2025-07-17T08:07:30.2888153Z adding 'torch/include/ATen/ops/cov.h' 2025-07-17T08:07:30.2891449Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2894487Z adding 'torch/include/ATen/ops/cov_native.h' 2025-07-17T08:07:30.2897662Z adding 'torch/include/ATen/ops/cov_ops.h' 2025-07-17T08:07:30.2900883Z adding 'torch/include/ATen/ops/cross.h' 2025-07-17T08:07:30.2904178Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2907457Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2025-07-17T08:07:30.2910994Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2914098Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2025-07-17T08:07:30.2917316Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2025-07-17T08:07:30.2920471Z adding 'torch/include/ATen/ops/cross_native.h' 2025-07-17T08:07:30.2923717Z adding 'torch/include/ATen/ops/cross_ops.h' 2025-07-17T08:07:30.2926819Z adding 'torch/include/ATen/ops/crow_indices.h' 2025-07-17T08:07:30.2930050Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2933209Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2025-07-17T08:07:30.2936628Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2939846Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.2942814Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2025-07-17T08:07:30.2946064Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2025-07-17T08:07:30.2949262Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2025-07-17T08:07:30.2952421Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2025-07-17T08:07:30.2955735Z adding 'torch/include/ATen/ops/ctc_loss.h' 2025-07-17T08:07:30.2959200Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.2962166Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2025-07-17T08:07:30.2965499Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2025-07-17T08:07:30.2968936Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2025-07-17T08:07:30.2972266Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2025-07-17T08:07:30.2975643Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2978842Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2025-07-17T08:07:30.2981848Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2025-07-17T08:07:30.2985212Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2025-07-17T08:07:30.2988549Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.2991887Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2025-07-17T08:07:30.2995255Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2025-07-17T08:07:30.2998248Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2025-07-17T08:07:30.3001639Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2025-07-17T08:07:30.3005043Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2025-07-17T08:07:30.3008637Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3011937Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.3014968Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2025-07-17T08:07:30.3018501Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2025-07-17T08:07:30.3021880Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3025077Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2025-07-17T08:07:30.3028133Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2025-07-17T08:07:30.3031783Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2025-07-17T08:07:30.3035559Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2025-07-17T08:07:30.3039447Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2025-07-17T08:07:30.3043215Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3046387Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2025-07-17T08:07:30.3049811Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2025-07-17T08:07:30.3053037Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2025-07-17T08:07:30.3056371Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2025-07-17T08:07:30.3059745Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2025-07-17T08:07:30.3063199Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2025-07-17T08:07:30.3066894Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2025-07-17T08:07:30.3071010Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3074533Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2025-07-17T08:07:30.3078069Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2025-07-17T08:07:30.3081820Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2025-07-17T08:07:30.3085815Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2025-07-17T08:07:30.3089446Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3092768Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2025-07-17T08:07:30.3095837Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2025-07-17T08:07:30.3099407Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2025-07-17T08:07:30.3102569Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2025-07-17T08:07:30.3106008Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2025-07-17T08:07:30.3109435Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3112535Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2025-07-17T08:07:30.3115770Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2025-07-17T08:07:30.3118970Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2025-07-17T08:07:30.3122250Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3125517Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2025-07-17T08:07:30.3128513Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2025-07-17T08:07:30.3131856Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2025-07-17T08:07:30.3134963Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2025-07-17T08:07:30.3138172Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3141037Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2025-07-17T08:07:30.3144103Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2025-07-17T08:07:30.3147283Z adding 'torch/include/ATen/ops/cummax.h' 2025-07-17T08:07:30.3150743Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3153959Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3156851Z adding 'torch/include/ATen/ops/cummax_native.h' 2025-07-17T08:07:30.3160226Z adding 'torch/include/ATen/ops/cummax_ops.h' 2025-07-17T08:07:30.3163539Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2025-07-17T08:07:30.3166866Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3169765Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2025-07-17T08:07:30.3172906Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2025-07-17T08:07:30.3176142Z adding 'torch/include/ATen/ops/cummin.h' 2025-07-17T08:07:30.3179509Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3182619Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3185568Z adding 'torch/include/ATen/ops/cummin_native.h' 2025-07-17T08:07:30.3188906Z adding 'torch/include/ATen/ops/cummin_ops.h' 2025-07-17T08:07:30.3192355Z adding 'torch/include/ATen/ops/cumprod.h' 2025-07-17T08:07:30.3195500Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2025-07-17T08:07:30.3198803Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3201715Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2025-07-17T08:07:30.3204843Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2025-07-17T08:07:30.3208123Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3211139Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3214221Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2025-07-17T08:07:30.3217352Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2025-07-17T08:07:30.3221063Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2025-07-17T08:07:30.3224459Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2025-07-17T08:07:30.3227430Z adding 'torch/include/ATen/ops/cumprod_native.h' 2025-07-17T08:07:30.3231328Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2025-07-17T08:07:30.3234687Z adding 'torch/include/ATen/ops/cumsum.h' 2025-07-17T08:07:30.3238167Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3241206Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3244233Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2025-07-17T08:07:30.3247379Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2025-07-17T08:07:30.3250400Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2025-07-17T08:07:30.3253527Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2025-07-17T08:07:30.3256574Z adding 'torch/include/ATen/ops/cumsum_native.h' 2025-07-17T08:07:30.3259995Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2025-07-17T08:07:30.3263261Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2025-07-17T08:07:30.3266501Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3269519Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2025-07-17T08:07:30.3272717Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2025-07-17T08:07:30.3275705Z adding 'torch/include/ATen/ops/data.h' 2025-07-17T08:07:30.3278876Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3281705Z adding 'torch/include/ATen/ops/data_native.h' 2025-07-17T08:07:30.3284804Z adding 'torch/include/ATen/ops/data_ops.h' 2025-07-17T08:07:30.3287857Z adding 'torch/include/ATen/ops/deg2rad.h' 2025-07-17T08:07:30.3291422Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3294069Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2025-07-17T08:07:30.3297268Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2025-07-17T08:07:30.3300288Z adding 'torch/include/ATen/ops/dense_dim.h' 2025-07-17T08:07:30.3303591Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3306367Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2025-07-17T08:07:30.3309538Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2025-07-17T08:07:30.3312799Z adding 'torch/include/ATen/ops/dequantize.h' 2025-07-17T08:07:30.3316094Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3319066Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2025-07-17T08:07:30.3322084Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2025-07-17T08:07:30.3325176Z adding 'torch/include/ATen/ops/dequantize_native.h' 2025-07-17T08:07:30.3328556Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2025-07-17T08:07:30.3331626Z adding 'torch/include/ATen/ops/det.h' 2025-07-17T08:07:30.3334828Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3337691Z adding 'torch/include/ATen/ops/det_native.h' 2025-07-17T08:07:30.3340755Z adding 'torch/include/ATen/ops/det_ops.h' 2025-07-17T08:07:30.3343773Z adding 'torch/include/ATen/ops/detach.h' 2025-07-17T08:07:30.3346992Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3350042Z adding 'torch/include/ATen/ops/detach_copy.h' 2025-07-17T08:07:30.3353315Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3356494Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3359293Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2025-07-17T08:07:30.3362436Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2025-07-17T08:07:30.3365445Z adding 'torch/include/ATen/ops/detach_native.h' 2025-07-17T08:07:30.3368563Z adding 'torch/include/ATen/ops/detach_ops.h' 2025-07-17T08:07:30.3371801Z adding 'torch/include/ATen/ops/diag.h' 2025-07-17T08:07:30.3375106Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3378244Z adding 'torch/include/ATen/ops/diag_embed.h' 2025-07-17T08:07:30.3381590Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3384892Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3387744Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2025-07-17T08:07:30.3391181Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2025-07-17T08:07:30.3394241Z adding 'torch/include/ATen/ops/diag_native.h' 2025-07-17T08:07:30.3397567Z adding 'torch/include/ATen/ops/diag_ops.h' 2025-07-17T08:07:30.3400638Z adding 'torch/include/ATen/ops/diagflat.h' 2025-07-17T08:07:30.3404026Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3406943Z adding 'torch/include/ATen/ops/diagflat_native.h' 2025-07-17T08:07:30.3410277Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2025-07-17T08:07:30.3413316Z adding 'torch/include/ATen/ops/diagonal.h' 2025-07-17T08:07:30.3416917Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2025-07-17T08:07:30.3420516Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3423482Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2025-07-17T08:07:30.3426855Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2025-07-17T08:07:30.3430297Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3433561Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3436616Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2025-07-17T08:07:30.3440058Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3443259Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3446249Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2025-07-17T08:07:30.3449536Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2025-07-17T08:07:30.3452652Z adding 'torch/include/ATen/ops/diagonal_native.h' 2025-07-17T08:07:30.3455925Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2025-07-17T08:07:30.3459251Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2025-07-17T08:07:30.3462616Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3465932Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3468839Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2025-07-17T08:07:30.3472224Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2025-07-17T08:07:30.3475493Z adding 'torch/include/ATen/ops/diff.h' 2025-07-17T08:07:30.3478832Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3481945Z adding 'torch/include/ATen/ops/diff_native.h' 2025-07-17T08:07:30.3485179Z adding 'torch/include/ATen/ops/diff_ops.h' 2025-07-17T08:07:30.3488400Z adding 'torch/include/ATen/ops/digamma.h' 2025-07-17T08:07:30.3491837Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3494903Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2025-07-17T08:07:30.3497979Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2025-07-17T08:07:30.3501115Z adding 'torch/include/ATen/ops/digamma_meta.h' 2025-07-17T08:07:30.3504263Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2025-07-17T08:07:30.3507409Z adding 'torch/include/ATen/ops/digamma_native.h' 2025-07-17T08:07:30.3510776Z adding 'torch/include/ATen/ops/digamma_ops.h' 2025-07-17T08:07:30.3514044Z adding 'torch/include/ATen/ops/dist.h' 2025-07-17T08:07:30.3517443Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3520399Z adding 'torch/include/ATen/ops/dist_native.h' 2025-07-17T08:07:30.3523711Z adding 'torch/include/ATen/ops/dist_ops.h' 2025-07-17T08:07:30.3527100Z adding 'torch/include/ATen/ops/div.h' 2025-07-17T08:07:30.3530680Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3533935Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3537120Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2025-07-17T08:07:30.3540434Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2025-07-17T08:07:30.3543555Z adding 'torch/include/ATen/ops/div_meta.h' 2025-07-17T08:07:30.3546875Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2025-07-17T08:07:30.3550251Z adding 'torch/include/ATen/ops/div_native.h' 2025-07-17T08:07:30.3554499Z adding 'torch/include/ATen/ops/div_ops.h' 2025-07-17T08:07:30.3558097Z adding 'torch/include/ATen/ops/divide.h' 2025-07-17T08:07:30.3561518Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3564838Z adding 'torch/include/ATen/ops/divide_native.h' 2025-07-17T08:07:30.3568766Z adding 'torch/include/ATen/ops/divide_ops.h' 2025-07-17T08:07:30.3572009Z adding 'torch/include/ATen/ops/dot.h' 2025-07-17T08:07:30.3575173Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3578628Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2025-07-17T08:07:30.3581742Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2025-07-17T08:07:30.3584845Z adding 'torch/include/ATen/ops/dot_native.h' 2025-07-17T08:07:30.3588033Z adding 'torch/include/ATen/ops/dot_ops.h' 2025-07-17T08:07:30.3591388Z adding 'torch/include/ATen/ops/dropout.h' 2025-07-17T08:07:30.3595774Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3597841Z adding 'torch/include/ATen/ops/dropout_native.h' 2025-07-17T08:07:30.3601001Z adding 'torch/include/ATen/ops/dropout_ops.h' 2025-07-17T08:07:30.3604356Z adding 'torch/include/ATen/ops/dsplit.h' 2025-07-17T08:07:30.3607735Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3610738Z adding 'torch/include/ATen/ops/dsplit_native.h' 2025-07-17T08:07:30.3614270Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2025-07-17T08:07:30.3617501Z adding 'torch/include/ATen/ops/dstack.h' 2025-07-17T08:07:30.3622550Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3624133Z adding 'torch/include/ATen/ops/dstack_native.h' 2025-07-17T08:07:30.3627258Z adding 'torch/include/ATen/ops/dstack_ops.h' 2025-07-17T08:07:30.3630568Z adding 'torch/include/ATen/ops/einsum.h' 2025-07-17T08:07:30.3633966Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3636902Z adding 'torch/include/ATen/ops/einsum_native.h' 2025-07-17T08:07:30.3640254Z adding 'torch/include/ATen/ops/einsum_ops.h' 2025-07-17T08:07:30.3643408Z adding 'torch/include/ATen/ops/elu.h' 2025-07-17T08:07:30.3646976Z adding 'torch/include/ATen/ops/elu_backward.h' 2025-07-17T08:07:30.3650406Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3653390Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2025-07-17T08:07:30.3656561Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2025-07-17T08:07:30.3659831Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2025-07-17T08:07:30.3663086Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2025-07-17T08:07:30.3666274Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2025-07-17T08:07:30.3669791Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2025-07-17T08:07:30.3673240Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3676378Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2025-07-17T08:07:30.3679523Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2025-07-17T08:07:30.3682588Z adding 'torch/include/ATen/ops/elu_meta.h' 2025-07-17T08:07:30.3685782Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2025-07-17T08:07:30.3688896Z adding 'torch/include/ATen/ops/elu_native.h' 2025-07-17T08:07:30.3692129Z adding 'torch/include/ATen/ops/elu_ops.h' 2025-07-17T08:07:30.3695624Z adding 'torch/include/ATen/ops/embedding.h' 2025-07-17T08:07:30.3698971Z adding 'torch/include/ATen/ops/embedding_backward.h' 2025-07-17T08:07:30.3702430Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3705333Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2025-07-17T08:07:30.3708493Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2025-07-17T08:07:30.3711851Z adding 'torch/include/ATen/ops/embedding_bag.h' 2025-07-17T08:07:30.3715228Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3718352Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2025-07-17T08:07:30.3721750Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2025-07-17T08:07:30.3725069Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3728602Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2025-07-17T08:07:30.3732131Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3735153Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2025-07-17T08:07:30.3738245Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2025-07-17T08:07:30.3741236Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2025-07-17T08:07:30.3744469Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2025-07-17T08:07:30.3747529Z adding 'torch/include/ATen/ops/embedding_native.h' 2025-07-17T08:07:30.3750903Z adding 'torch/include/ATen/ops/embedding_ops.h' 2025-07-17T08:07:30.3754135Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2025-07-17T08:07:30.3757452Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3760480Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2025-07-17T08:07:30.3763479Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2025-07-17T08:07:30.3766517Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2025-07-17T08:07:30.3769495Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2025-07-17T08:07:30.3772753Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2025-07-17T08:07:30.3775975Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2025-07-17T08:07:30.3779276Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3782182Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2025-07-17T08:07:30.3785490Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2025-07-17T08:07:30.3789305Z adding 'torch/include/ATen/ops/empty.h' 2025-07-17T08:07:30.3792898Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3796105Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.3799204Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2025-07-17T08:07:30.3802362Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2025-07-17T08:07:30.3805608Z adding 'torch/include/ATen/ops/empty_like.h' 2025-07-17T08:07:30.3808961Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3811961Z adding 'torch/include/ATen/ops/empty_like_native.h' 2025-07-17T08:07:30.3815265Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2025-07-17T08:07:30.3818478Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2025-07-17T08:07:30.3821709Z adding 'torch/include/ATen/ops/empty_native.h' 2025-07-17T08:07:30.3825220Z adding 'torch/include/ATen/ops/empty_ops.h' 2025-07-17T08:07:30.3828941Z adding 'torch/include/ATen/ops/empty_permuted.h' 2025-07-17T08:07:30.3832631Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3835645Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2025-07-17T08:07:30.3838959Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2025-07-17T08:07:30.3842309Z adding 'torch/include/ATen/ops/empty_quantized.h' 2025-07-17T08:07:30.3845659Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3848812Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2025-07-17T08:07:30.3851972Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2025-07-17T08:07:30.3855554Z adding 'torch/include/ATen/ops/empty_strided.h' 2025-07-17T08:07:30.3859029Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.3862168Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2025-07-17T08:07:30.3865795Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2025-07-17T08:07:30.3868460Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2025-07-17T08:07:30.3871685Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2025-07-17T08:07:30.3874939Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2025-07-17T08:07:30.3878149Z adding 'torch/include/ATen/ops/eq.h' 2025-07-17T08:07:30.3881480Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3884855Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2025-07-17T08:07:30.3888045Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2025-07-17T08:07:30.3898281Z adding 'torch/include/ATen/ops/eq_meta.h' 2025-07-17T08:07:30.3898659Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2025-07-17T08:07:30.3899003Z adding 'torch/include/ATen/ops/eq_native.h' 2025-07-17T08:07:30.3900781Z adding 'torch/include/ATen/ops/eq_ops.h' 2025-07-17T08:07:30.3903936Z adding 'torch/include/ATen/ops/equal.h' 2025-07-17T08:07:30.3907070Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2025-07-17T08:07:30.3910486Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2025-07-17T08:07:30.3913808Z adding 'torch/include/ATen/ops/equal_native.h' 2025-07-17T08:07:30.3916948Z adding 'torch/include/ATen/ops/equal_ops.h' 2025-07-17T08:07:30.3920224Z adding 'torch/include/ATen/ops/erf.h' 2025-07-17T08:07:30.3923548Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3926611Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2025-07-17T08:07:30.3929682Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2025-07-17T08:07:30.3932848Z adding 'torch/include/ATen/ops/erf_meta.h' 2025-07-17T08:07:30.3936032Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2025-07-17T08:07:30.3939233Z adding 'torch/include/ATen/ops/erf_native.h' 2025-07-17T08:07:30.3942546Z adding 'torch/include/ATen/ops/erf_ops.h' 2025-07-17T08:07:30.3945687Z adding 'torch/include/ATen/ops/erfc.h' 2025-07-17T08:07:30.3949135Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3952212Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2025-07-17T08:07:30.3955466Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2025-07-17T08:07:30.3958438Z adding 'torch/include/ATen/ops/erfc_meta.h' 2025-07-17T08:07:30.3962427Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2025-07-17T08:07:30.3965622Z adding 'torch/include/ATen/ops/erfc_native.h' 2025-07-17T08:07:30.3968807Z adding 'torch/include/ATen/ops/erfc_ops.h' 2025-07-17T08:07:30.3972006Z adding 'torch/include/ATen/ops/erfinv.h' 2025-07-17T08:07:30.3975299Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.3978402Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2025-07-17T08:07:30.3981586Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2025-07-17T08:07:30.3984712Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2025-07-17T08:07:30.3987993Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2025-07-17T08:07:30.3991204Z adding 'torch/include/ATen/ops/erfinv_native.h' 2025-07-17T08:07:30.3994592Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2025-07-17T08:07:30.3997733Z adding 'torch/include/ATen/ops/exp.h' 2025-07-17T08:07:30.4001011Z adding 'torch/include/ATen/ops/exp2.h' 2025-07-17T08:07:30.4004382Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4007404Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2025-07-17T08:07:30.4010621Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2025-07-17T08:07:30.4013660Z adding 'torch/include/ATen/ops/exp2_meta.h' 2025-07-17T08:07:30.4016908Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2025-07-17T08:07:30.4019942Z adding 'torch/include/ATen/ops/exp2_native.h' 2025-07-17T08:07:30.4023244Z adding 'torch/include/ATen/ops/exp2_ops.h' 2025-07-17T08:07:30.4026627Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4029749Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2025-07-17T08:07:30.4032877Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2025-07-17T08:07:30.4036025Z adding 'torch/include/ATen/ops/exp_meta.h' 2025-07-17T08:07:30.4039244Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2025-07-17T08:07:30.4042296Z adding 'torch/include/ATen/ops/exp_native.h' 2025-07-17T08:07:30.4045634Z adding 'torch/include/ATen/ops/exp_ops.h' 2025-07-17T08:07:30.4048778Z adding 'torch/include/ATen/ops/expand.h' 2025-07-17T08:07:30.4051914Z adding 'torch/include/ATen/ops/expand_as.h' 2025-07-17T08:07:30.4055142Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4058241Z adding 'torch/include/ATen/ops/expand_as_native.h' 2025-07-17T08:07:30.4061386Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2025-07-17T08:07:30.4064717Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4068115Z adding 'torch/include/ATen/ops/expand_copy.h' 2025-07-17T08:07:30.4071922Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4075428Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4078322Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2025-07-17T08:07:30.4081655Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2025-07-17T08:07:30.4084714Z adding 'torch/include/ATen/ops/expand_native.h' 2025-07-17T08:07:30.4087979Z adding 'torch/include/ATen/ops/expand_ops.h' 2025-07-17T08:07:30.4091109Z adding 'torch/include/ATen/ops/expm1.h' 2025-07-17T08:07:30.4094543Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4097500Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2025-07-17T08:07:30.4100862Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2025-07-17T08:07:30.4104205Z adding 'torch/include/ATen/ops/expm1_meta.h' 2025-07-17T08:07:30.4107394Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2025-07-17T08:07:30.4110682Z adding 'torch/include/ATen/ops/expm1_native.h' 2025-07-17T08:07:30.4114048Z adding 'torch/include/ATen/ops/expm1_ops.h' 2025-07-17T08:07:30.4117416Z adding 'torch/include/ATen/ops/exponential.h' 2025-07-17T08:07:30.4121106Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4124185Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2025-07-17T08:07:30.4127584Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2025-07-17T08:07:30.4130685Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2025-07-17T08:07:30.4133931Z adding 'torch/include/ATen/ops/exponential_native.h' 2025-07-17T08:07:30.4137208Z adding 'torch/include/ATen/ops/exponential_ops.h' 2025-07-17T08:07:30.4141180Z adding 'torch/include/ATen/ops/eye.h' 2025-07-17T08:07:30.4144965Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4148142Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2025-07-17T08:07:30.4151556Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2025-07-17T08:07:30.4154728Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2025-07-17T08:07:30.4157797Z adding 'torch/include/ATen/ops/eye_native.h' 2025-07-17T08:07:30.4161259Z adding 'torch/include/ATen/ops/eye_ops.h' 2025-07-17T08:07:30.4164579Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2025-07-17T08:07:30.4167830Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2025-07-17T08:07:30.4171001Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2025-07-17T08:07:30.4174358Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4177398Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2025-07-17T08:07:30.4180664Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2025-07-17T08:07:30.4183921Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4186935Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2025-07-17T08:07:30.4190197Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2025-07-17T08:07:30.4193256Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2025-07-17T08:07:30.4196575Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2025-07-17T08:07:30.4199881Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4202821Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2025-07-17T08:07:30.4206006Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2025-07-17T08:07:30.4209879Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2025-07-17T08:07:30.4212663Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2025-07-17T08:07:30.4215694Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2025-07-17T08:07:30.4219154Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4222046Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2025-07-17T08:07:30.4225234Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2025-07-17T08:07:30.4228505Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4231682Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2025-07-17T08:07:30.4234807Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2025-07-17T08:07:30.4237821Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2025-07-17T08:07:30.4241130Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2025-07-17T08:07:30.4244465Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4247366Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2025-07-17T08:07:30.4250617Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2025-07-17T08:07:30.4253667Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2025-07-17T08:07:30.4256922Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4259914Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2025-07-17T08:07:30.4263210Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4266279Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2025-07-17T08:07:30.4269442Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2025-07-17T08:07:30.4272641Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2025-07-17T08:07:30.4275851Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2025-07-17T08:07:30.4279272Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2025-07-17T08:07:30.4282701Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4285772Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2025-07-17T08:07:30.4289202Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4292248Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2025-07-17T08:07:30.4295531Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2025-07-17T08:07:30.4298610Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2025-07-17T08:07:30.4301897Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2025-07-17T08:07:30.4305001Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2025-07-17T08:07:30.4308411Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4311431Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2025-07-17T08:07:30.4314736Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2025-07-17T08:07:30.4317825Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2025-07-17T08:07:30.4321214Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4324144Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2025-07-17T08:07:30.4327895Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2025-07-17T08:07:30.4330509Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2025-07-17T08:07:30.4333880Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4336822Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2025-07-17T08:07:30.4340107Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2025-07-17T08:07:30.4343347Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2025-07-17T08:07:30.4346662Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4349772Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2025-07-17T08:07:30.4352970Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2025-07-17T08:07:30.4356160Z adding 'torch/include/ATen/ops/feature_dropout.h' 2025-07-17T08:07:30.4359533Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4362629Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2025-07-17T08:07:30.4365827Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2025-07-17T08:07:30.4369375Z adding 'torch/include/ATen/ops/fft_fft.h' 2025-07-17T08:07:30.4372955Z adding 'torch/include/ATen/ops/fft_fft2.h' 2025-07-17T08:07:30.4376552Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4379586Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2025-07-17T08:07:30.4382870Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2025-07-17T08:07:30.4386374Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4389455Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2025-07-17T08:07:30.4392896Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2025-07-17T08:07:30.4396197Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2025-07-17T08:07:30.4399686Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4402708Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2025-07-17T08:07:30.4405994Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2025-07-17T08:07:30.4409562Z adding 'torch/include/ATen/ops/fft_fftn.h' 2025-07-17T08:07:30.4413097Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4416262Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2025-07-17T08:07:30.4419592Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2025-07-17T08:07:30.4422837Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2025-07-17T08:07:30.4426187Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4429079Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2025-07-17T08:07:30.4432413Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2025-07-17T08:07:30.4435924Z adding 'torch/include/ATen/ops/fft_hfft.h' 2025-07-17T08:07:30.4439579Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2025-07-17T08:07:30.4443120Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4446501Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2025-07-17T08:07:30.4449866Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2025-07-17T08:07:30.4453290Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4456371Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2025-07-17T08:07:30.4459633Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2025-07-17T08:07:30.4463233Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2025-07-17T08:07:30.4466804Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4469891Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2025-07-17T08:07:30.4473305Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2025-07-17T08:07:30.4476751Z adding 'torch/include/ATen/ops/fft_ifft.h' 2025-07-17T08:07:30.4480538Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2025-07-17T08:07:30.4484077Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4487069Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2025-07-17T08:07:30.4490420Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2025-07-17T08:07:30.4493833Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4496931Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2025-07-17T08:07:30.4500232Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2025-07-17T08:07:30.4503877Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2025-07-17T08:07:30.4507484Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4510601Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2025-07-17T08:07:30.4514002Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2025-07-17T08:07:30.4517168Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2025-07-17T08:07:30.4520554Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4523501Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2025-07-17T08:07:30.4527434Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2025-07-17T08:07:30.4532239Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2025-07-17T08:07:30.4536677Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2025-07-17T08:07:30.4540621Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4543766Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2025-07-17T08:07:30.4547136Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2025-07-17T08:07:30.4550679Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4553826Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2025-07-17T08:07:30.4557107Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2025-07-17T08:07:30.4560759Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2025-07-17T08:07:30.4564309Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4567479Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2025-07-17T08:07:30.4570856Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2025-07-17T08:07:30.4574303Z adding 'torch/include/ATen/ops/fft_irfft.h' 2025-07-17T08:07:30.4578033Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2025-07-17T08:07:30.4581576Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4584765Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2025-07-17T08:07:30.4588069Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2025-07-17T08:07:30.4591727Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4594673Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2025-07-17T08:07:30.4598215Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2025-07-17T08:07:30.4601991Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2025-07-17T08:07:30.4605478Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4608456Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2025-07-17T08:07:30.4611685Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2025-07-17T08:07:30.4615145Z adding 'torch/include/ATen/ops/fft_rfft.h' 2025-07-17T08:07:30.4618861Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2025-07-17T08:07:30.4622362Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4625325Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2025-07-17T08:07:30.4628570Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2025-07-17T08:07:30.4632081Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4635017Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2025-07-17T08:07:30.4638246Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2025-07-17T08:07:30.4641498Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2025-07-17T08:07:30.4644910Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4647994Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2025-07-17T08:07:30.4651312Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2025-07-17T08:07:30.4654771Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2025-07-17T08:07:30.4658213Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4661162Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2025-07-17T08:07:30.4664507Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2025-07-17T08:07:30.4667796Z adding 'torch/include/ATen/ops/fill.h' 2025-07-17T08:07:30.4671316Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4674296Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2025-07-17T08:07:30.4677353Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2025-07-17T08:07:30.4680287Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2025-07-17T08:07:30.4683500Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4686369Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2025-07-17T08:07:30.4695518Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2025-07-17T08:07:30.4699041Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2025-07-17T08:07:30.4701915Z adding 'torch/include/ATen/ops/fill_native.h' 2025-07-17T08:07:30.4705573Z adding 'torch/include/ATen/ops/fill_ops.h' 2025-07-17T08:07:30.4708837Z adding 'torch/include/ATen/ops/fix.h' 2025-07-17T08:07:30.4712307Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4715202Z adding 'torch/include/ATen/ops/fix_native.h' 2025-07-17T08:07:30.4718432Z adding 'torch/include/ATen/ops/fix_ops.h' 2025-07-17T08:07:30.4722443Z adding 'torch/include/ATen/ops/flatten.h' 2025-07-17T08:07:30.4726062Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4729165Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2025-07-17T08:07:30.4732539Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4735480Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2025-07-17T08:07:30.4738602Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2025-07-17T08:07:30.4741650Z adding 'torch/include/ATen/ops/flatten_native.h' 2025-07-17T08:07:30.4745026Z adding 'torch/include/ATen/ops/flatten_ops.h' 2025-07-17T08:07:30.4748259Z adding 'torch/include/ATen/ops/flip.h' 2025-07-17T08:07:30.4751759Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4754820Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2025-07-17T08:07:30.4757925Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2025-07-17T08:07:30.4760971Z adding 'torch/include/ATen/ops/flip_native.h' 2025-07-17T08:07:30.4764149Z adding 'torch/include/ATen/ops/flip_ops.h' 2025-07-17T08:07:30.4767311Z adding 'torch/include/ATen/ops/fliplr.h' 2025-07-17T08:07:30.4770495Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4773432Z adding 'torch/include/ATen/ops/fliplr_native.h' 2025-07-17T08:07:30.4776570Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2025-07-17T08:07:30.4779652Z adding 'torch/include/ATen/ops/flipud.h' 2025-07-17T08:07:30.4782895Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4785775Z adding 'torch/include/ATen/ops/flipud_native.h' 2025-07-17T08:07:30.4788974Z adding 'torch/include/ATen/ops/flipud_ops.h' 2025-07-17T08:07:30.4792409Z adding 'torch/include/ATen/ops/float_power.h' 2025-07-17T08:07:30.4795874Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.4798887Z adding 'torch/include/ATen/ops/float_power_native.h' 2025-07-17T08:07:30.4802468Z adding 'torch/include/ATen/ops/float_power_ops.h' 2025-07-17T08:07:30.4805880Z adding 'torch/include/ATen/ops/floor.h' 2025-07-17T08:07:30.4809164Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4812113Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2025-07-17T08:07:30.4815235Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2025-07-17T08:07:30.4818390Z adding 'torch/include/ATen/ops/floor_divide.h' 2025-07-17T08:07:30.4821741Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4824752Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2025-07-17T08:07:30.4827875Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2025-07-17T08:07:30.4831136Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2025-07-17T08:07:30.4834223Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2025-07-17T08:07:30.4837655Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2025-07-17T08:07:30.4840771Z adding 'torch/include/ATen/ops/floor_meta.h' 2025-07-17T08:07:30.4845048Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2025-07-17T08:07:30.4851891Z adding 'torch/include/ATen/ops/floor_native.h' 2025-07-17T08:07:30.4855191Z adding 'torch/include/ATen/ops/floor_ops.h' 2025-07-17T08:07:30.4858405Z adding 'torch/include/ATen/ops/fmax.h' 2025-07-17T08:07:30.4861835Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4864842Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2025-07-17T08:07:30.4867907Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2025-07-17T08:07:30.4871068Z adding 'torch/include/ATen/ops/fmax_meta.h' 2025-07-17T08:07:30.4874189Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2025-07-17T08:07:30.4877186Z adding 'torch/include/ATen/ops/fmax_native.h' 2025-07-17T08:07:30.4880552Z adding 'torch/include/ATen/ops/fmax_ops.h' 2025-07-17T08:07:30.4883664Z adding 'torch/include/ATen/ops/fmin.h' 2025-07-17T08:07:30.4887555Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4890570Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2025-07-17T08:07:30.4893881Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2025-07-17T08:07:30.4896895Z adding 'torch/include/ATen/ops/fmin_meta.h' 2025-07-17T08:07:30.4900170Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2025-07-17T08:07:30.4903245Z adding 'torch/include/ATen/ops/fmin_native.h' 2025-07-17T08:07:30.4906548Z adding 'torch/include/ATen/ops/fmin_ops.h' 2025-07-17T08:07:30.4910061Z adding 'torch/include/ATen/ops/fmod.h' 2025-07-17T08:07:30.4913426Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.4916816Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4919813Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2025-07-17T08:07:30.4923154Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2025-07-17T08:07:30.4926254Z adding 'torch/include/ATen/ops/fmod_meta.h' 2025-07-17T08:07:30.4929494Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2025-07-17T08:07:30.4932639Z adding 'torch/include/ATen/ops/fmod_native.h' 2025-07-17T08:07:30.4936127Z adding 'torch/include/ATen/ops/fmod_ops.h' 2025-07-17T08:07:30.4939516Z adding 'torch/include/ATen/ops/frac.h' 2025-07-17T08:07:30.4942966Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4946112Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2025-07-17T08:07:30.4949441Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2025-07-17T08:07:30.4952529Z adding 'torch/include/ATen/ops/frac_meta.h' 2025-07-17T08:07:30.4955793Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2025-07-17T08:07:30.4958890Z adding 'torch/include/ATen/ops/frac_native.h' 2025-07-17T08:07:30.4962300Z adding 'torch/include/ATen/ops/frac_ops.h' 2025-07-17T08:07:30.4965687Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2025-07-17T08:07:30.4969305Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2025-07-17T08:07:30.4972933Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4975993Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.4979363Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.4982431Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2025-07-17T08:07:30.4985821Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2025-07-17T08:07:30.4989030Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2025-07-17T08:07:30.4992532Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2025-07-17T08:07:30.4996104Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.4999168Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2025-07-17T08:07:30.5002533Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2025-07-17T08:07:30.5005662Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2025-07-17T08:07:30.5008959Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2025-07-17T08:07:30.5012151Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2025-07-17T08:07:30.5015496Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2025-07-17T08:07:30.5018901Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2025-07-17T08:07:30.5022236Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2025-07-17T08:07:30.5025649Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5028873Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5032192Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2025-07-17T08:07:30.5035615Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2025-07-17T08:07:30.5039032Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5042217Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2025-07-17T08:07:30.5045431Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2025-07-17T08:07:30.5049579Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2025-07-17T08:07:30.5053193Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2025-07-17T08:07:30.5056303Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2025-07-17T08:07:30.5059814Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2025-07-17T08:07:30.5062969Z adding 'torch/include/ATen/ops/frexp.h' 2025-07-17T08:07:30.5066467Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5070009Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2025-07-17T08:07:30.5079224Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2025-07-17T08:07:30.5079617Z adding 'torch/include/ATen/ops/frexp_native.h' 2025-07-17T08:07:30.5081982Z adding 'torch/include/ATen/ops/frexp_ops.h' 2025-07-17T08:07:30.5099685Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2025-07-17T08:07:30.5100222Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5100765Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2025-07-17T08:07:30.5101130Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2025-07-17T08:07:30.5101469Z adding 'torch/include/ATen/ops/from_blob.h' 2025-07-17T08:07:30.5104003Z adding 'torch/include/ATen/ops/from_file.h' 2025-07-17T08:07:30.5107610Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5111838Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2025-07-17T08:07:30.5114324Z adding 'torch/include/ATen/ops/from_file_native.h' 2025-07-17T08:07:30.5117879Z adding 'torch/include/ATen/ops/from_file_ops.h' 2025-07-17T08:07:30.5121514Z adding 'torch/include/ATen/ops/full.h' 2025-07-17T08:07:30.5125403Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5128671Z adding 'torch/include/ATen/ops/full_like.h' 2025-07-17T08:07:30.5132376Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5135626Z adding 'torch/include/ATen/ops/full_like_native.h' 2025-07-17T08:07:30.5138955Z adding 'torch/include/ATen/ops/full_like_ops.h' 2025-07-17T08:07:30.5142109Z adding 'torch/include/ATen/ops/full_native.h' 2025-07-17T08:07:30.5145599Z adding 'torch/include/ATen/ops/full_ops.h' 2025-07-17T08:07:30.5148969Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2025-07-17T08:07:30.5152882Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5155986Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2025-07-17T08:07:30.5159303Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2025-07-17T08:07:30.5162528Z adding 'torch/include/ATen/ops/gather.h' 2025-07-17T08:07:30.5166148Z adding 'torch/include/ATen/ops/gather_backward.h' 2025-07-17T08:07:30.5169496Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5172494Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2025-07-17T08:07:30.5175694Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2025-07-17T08:07:30.5179475Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5182858Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5186008Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2025-07-17T08:07:30.5189578Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2025-07-17T08:07:30.5192595Z adding 'torch/include/ATen/ops/gather_meta.h' 2025-07-17T08:07:30.5195813Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2025-07-17T08:07:30.5198942Z adding 'torch/include/ATen/ops/gather_native.h' 2025-07-17T08:07:30.5202293Z adding 'torch/include/ATen/ops/gather_ops.h' 2025-07-17T08:07:30.5205612Z adding 'torch/include/ATen/ops/gcd.h' 2025-07-17T08:07:30.5209015Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5212030Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2025-07-17T08:07:30.5215280Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2025-07-17T08:07:30.5218288Z adding 'torch/include/ATen/ops/gcd_meta.h' 2025-07-17T08:07:30.5221467Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2025-07-17T08:07:30.5224570Z adding 'torch/include/ATen/ops/gcd_native.h' 2025-07-17T08:07:30.5228097Z adding 'torch/include/ATen/ops/gcd_ops.h' 2025-07-17T08:07:30.5231311Z adding 'torch/include/ATen/ops/ge.h' 2025-07-17T08:07:30.5235009Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5237784Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2025-07-17T08:07:30.5240939Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2025-07-17T08:07:30.5244378Z adding 'torch/include/ATen/ops/ge_meta.h' 2025-07-17T08:07:30.5247471Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2025-07-17T08:07:30.5250662Z adding 'torch/include/ATen/ops/ge_native.h' 2025-07-17T08:07:30.5254136Z adding 'torch/include/ATen/ops/ge_ops.h' 2025-07-17T08:07:30.5257427Z adding 'torch/include/ATen/ops/gelu.h' 2025-07-17T08:07:30.5260722Z adding 'torch/include/ATen/ops/gelu_backward.h' 2025-07-17T08:07:30.5264104Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5267157Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5270574Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5273533Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2025-07-17T08:07:30.5276691Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2025-07-17T08:07:30.5279865Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2025-07-17T08:07:30.5283130Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2025-07-17T08:07:30.5286702Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5289665Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2025-07-17T08:07:30.5292935Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2025-07-17T08:07:30.5296140Z adding 'torch/include/ATen/ops/gelu_meta.h' 2025-07-17T08:07:30.5299235Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2025-07-17T08:07:30.5302451Z adding 'torch/include/ATen/ops/gelu_native.h' 2025-07-17T08:07:30.5305770Z adding 'torch/include/ATen/ops/gelu_ops.h' 2025-07-17T08:07:30.5309047Z adding 'torch/include/ATen/ops/geometric.h' 2025-07-17T08:07:30.5312606Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5315818Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2025-07-17T08:07:30.5318872Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2025-07-17T08:07:30.5322035Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2025-07-17T08:07:30.5325063Z adding 'torch/include/ATen/ops/geometric_native.h' 2025-07-17T08:07:30.5328449Z adding 'torch/include/ATen/ops/geometric_ops.h' 2025-07-17T08:07:30.5331788Z adding 'torch/include/ATen/ops/geqrf.h' 2025-07-17T08:07:30.5334992Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2025-07-17T08:07:30.5338330Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2025-07-17T08:07:30.5341274Z adding 'torch/include/ATen/ops/geqrf_native.h' 2025-07-17T08:07:30.5344546Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2025-07-17T08:07:30.5347623Z adding 'torch/include/ATen/ops/ger.h' 2025-07-17T08:07:30.5351070Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5353965Z adding 'torch/include/ATen/ops/ger_native.h' 2025-07-17T08:07:30.5357278Z adding 'torch/include/ATen/ops/ger_ops.h' 2025-07-17T08:07:30.5360421Z adding 'torch/include/ATen/ops/glu.h' 2025-07-17T08:07:30.5363763Z adding 'torch/include/ATen/ops/glu_backward.h' 2025-07-17T08:07:30.5366950Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5370157Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5373297Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2025-07-17T08:07:30.5376904Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5379754Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2025-07-17T08:07:30.5382999Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2025-07-17T08:07:30.5386582Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2025-07-17T08:07:30.5390348Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2025-07-17T08:07:30.5393535Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2025-07-17T08:07:30.5397059Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2025-07-17T08:07:30.5400992Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5404372Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2025-07-17T08:07:30.5408057Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2025-07-17T08:07:30.5411681Z adding 'torch/include/ATen/ops/glu_jvp.h' 2025-07-17T08:07:30.5415535Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5419297Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2025-07-17T08:07:30.5422741Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2025-07-17T08:07:30.5426124Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2025-07-17T08:07:30.5430114Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2025-07-17T08:07:30.5433567Z adding 'torch/include/ATen/ops/glu_meta.h' 2025-07-17T08:07:30.5436922Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2025-07-17T08:07:30.5440060Z adding 'torch/include/ATen/ops/glu_native.h' 2025-07-17T08:07:30.5443469Z adding 'torch/include/ATen/ops/glu_ops.h' 2025-07-17T08:07:30.5447035Z adding 'torch/include/ATen/ops/gradient.h' 2025-07-17T08:07:30.5450488Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5453665Z adding 'torch/include/ATen/ops/gradient_native.h' 2025-07-17T08:07:30.5457257Z adding 'torch/include/ATen/ops/gradient_ops.h' 2025-07-17T08:07:30.5460854Z adding 'torch/include/ATen/ops/greater.h' 2025-07-17T08:07:30.5464183Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5467499Z adding 'torch/include/ATen/ops/greater_equal.h' 2025-07-17T08:07:30.5470935Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5473951Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2025-07-17T08:07:30.5477436Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2025-07-17T08:07:30.5480645Z adding 'torch/include/ATen/ops/greater_native.h' 2025-07-17T08:07:30.5484047Z adding 'torch/include/ATen/ops/greater_ops.h' 2025-07-17T08:07:30.5488226Z adding 'torch/include/ATen/ops/grid_sampler.h' 2025-07-17T08:07:30.5491520Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2025-07-17T08:07:30.5495081Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2025-07-17T08:07:30.5498750Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5501865Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5505374Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5508709Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2025-07-17T08:07:30.5512310Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2025-07-17T08:07:30.5516048Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5519354Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2025-07-17T08:07:30.5523135Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2025-07-17T08:07:30.5526064Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2025-07-17T08:07:30.5529514Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2025-07-17T08:07:30.5532821Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2025-07-17T08:07:30.5536294Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2025-07-17T08:07:30.5539710Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5542681Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5545866Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5548862Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2025-07-17T08:07:30.5552336Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2025-07-17T08:07:30.5555814Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5558884Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2025-07-17T08:07:30.5562041Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2025-07-17T08:07:30.5565231Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2025-07-17T08:07:30.5568461Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2025-07-17T08:07:30.5571793Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5575005Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2025-07-17T08:07:30.5578439Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2025-07-17T08:07:30.5581938Z adding 'torch/include/ATen/ops/group_norm.h' 2025-07-17T08:07:30.5585903Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5589330Z adding 'torch/include/ATen/ops/group_norm_native.h' 2025-07-17T08:07:30.5593079Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2025-07-17T08:07:30.5596738Z adding 'torch/include/ATen/ops/gru.h' 2025-07-17T08:07:30.5600351Z adding 'torch/include/ATen/ops/gru_cell.h' 2025-07-17T08:07:30.5604135Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5607539Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2025-07-17T08:07:30.5611208Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2025-07-17T08:07:30.5615074Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5618462Z adding 'torch/include/ATen/ops/gru_native.h' 2025-07-17T08:07:30.5622213Z adding 'torch/include/ATen/ops/gru_ops.h' 2025-07-17T08:07:30.5625878Z adding 'torch/include/ATen/ops/gt.h' 2025-07-17T08:07:30.5629988Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5633421Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2025-07-17T08:07:30.5637026Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2025-07-17T08:07:30.5640768Z adding 'torch/include/ATen/ops/gt_meta.h' 2025-07-17T08:07:30.5644530Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2025-07-17T08:07:30.5648274Z adding 'torch/include/ATen/ops/gt_native.h' 2025-07-17T08:07:30.5652403Z adding 'torch/include/ATen/ops/gt_ops.h' 2025-07-17T08:07:30.5656741Z adding 'torch/include/ATen/ops/hamming_window.h' 2025-07-17T08:07:30.5660930Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5664613Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2025-07-17T08:07:30.5668866Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2025-07-17T08:07:30.5672895Z adding 'torch/include/ATen/ops/hann_window.h' 2025-07-17T08:07:30.5676927Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5680096Z adding 'torch/include/ATen/ops/hann_window_native.h' 2025-07-17T08:07:30.5683646Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2025-07-17T08:07:30.5687362Z adding 'torch/include/ATen/ops/hardshrink.h' 2025-07-17T08:07:30.5691044Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2025-07-17T08:07:30.5695076Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5698563Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5702170Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5705723Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2025-07-17T08:07:30.5709513Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2025-07-17T08:07:30.5713106Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2025-07-17T08:07:30.5716771Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2025-07-17T08:07:30.5720639Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5723895Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2025-07-17T08:07:30.5727120Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2025-07-17T08:07:30.5730247Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2025-07-17T08:07:30.5733489Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2025-07-17T08:07:30.5736497Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2025-07-17T08:07:30.5739803Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2025-07-17T08:07:30.5742987Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2025-07-17T08:07:30.5746326Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2025-07-17T08:07:30.5749818Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5752891Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5756092Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5759102Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2025-07-17T08:07:30.5762223Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2025-07-17T08:07:30.5765209Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2025-07-17T08:07:30.5768417Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2025-07-17T08:07:30.5771932Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5774912Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2025-07-17T08:07:30.5777997Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2025-07-17T08:07:30.5780979Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2025-07-17T08:07:30.5784104Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2025-07-17T08:07:30.5787066Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2025-07-17T08:07:30.5790367Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2025-07-17T08:07:30.5793553Z adding 'torch/include/ATen/ops/hardswish.h' 2025-07-17T08:07:30.5796726Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2025-07-17T08:07:30.5800048Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5803265Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5806357Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5809384Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2025-07-17T08:07:30.5812589Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2025-07-17T08:07:30.5815717Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2025-07-17T08:07:30.5818835Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2025-07-17T08:07:30.5821924Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2025-07-17T08:07:30.5824920Z adding 'torch/include/ATen/ops/hardswish_native.h' 2025-07-17T08:07:30.5828265Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2025-07-17T08:07:30.5831603Z adding 'torch/include/ATen/ops/hardtanh.h' 2025-07-17T08:07:30.5834809Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2025-07-17T08:07:30.5838084Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5841238Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5844319Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2025-07-17T08:07:30.5847501Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2025-07-17T08:07:30.5850702Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2025-07-17T08:07:30.5853843Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2025-07-17T08:07:30.5857097Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2025-07-17T08:07:30.5860179Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2025-07-17T08:07:30.5863453Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2025-07-17T08:07:30.5866710Z adding 'torch/include/ATen/ops/heaviside.h' 2025-07-17T08:07:30.5870121Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.5873096Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2025-07-17T08:07:30.5876175Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2025-07-17T08:07:30.5879191Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2025-07-17T08:07:30.5882325Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2025-07-17T08:07:30.5885310Z adding 'torch/include/ATen/ops/heaviside_native.h' 2025-07-17T08:07:30.5888558Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2025-07-17T08:07:30.5891736Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2025-07-17T08:07:30.5895044Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5897997Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2025-07-17T08:07:30.5901065Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2025-07-17T08:07:30.5904158Z adding 'torch/include/ATen/ops/histc.h' 2025-07-17T08:07:30.5907318Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2025-07-17T08:07:30.5910531Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2025-07-17T08:07:30.5913636Z adding 'torch/include/ATen/ops/histc_native.h' 2025-07-17T08:07:30.5916854Z adding 'torch/include/ATen/ops/histc_ops.h' 2025-07-17T08:07:30.5920192Z adding 'torch/include/ATen/ops/histogram.h' 2025-07-17T08:07:30.5923527Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2025-07-17T08:07:30.5926650Z adding 'torch/include/ATen/ops/histogram_native.h' 2025-07-17T08:07:30.5930182Z adding 'torch/include/ATen/ops/histogram_ops.h' 2025-07-17T08:07:30.5933404Z adding 'torch/include/ATen/ops/histogramdd.h' 2025-07-17T08:07:30.5936785Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5939784Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2025-07-17T08:07:30.5943178Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2025-07-17T08:07:30.5946363Z adding 'torch/include/ATen/ops/hsplit.h' 2025-07-17T08:07:30.5949805Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5952803Z adding 'torch/include/ATen/ops/hsplit_native.h' 2025-07-17T08:07:30.5956019Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2025-07-17T08:07:30.5959289Z adding 'torch/include/ATen/ops/hspmm.h' 2025-07-17T08:07:30.5962372Z adding 'torch/include/ATen/ops/hspmm_native.h' 2025-07-17T08:07:30.5965559Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2025-07-17T08:07:30.5968673Z adding 'torch/include/ATen/ops/hstack.h' 2025-07-17T08:07:30.5971938Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.5974908Z adding 'torch/include/ATen/ops/hstack_native.h' 2025-07-17T08:07:30.5978118Z adding 'torch/include/ATen/ops/hstack_ops.h' 2025-07-17T08:07:30.5981264Z adding 'torch/include/ATen/ops/huber_loss.h' 2025-07-17T08:07:30.5984466Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2025-07-17T08:07:30.5987748Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.5990938Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:30.5994026Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:30.5997042Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2025-07-17T08:07:30.6000392Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2025-07-17T08:07:30.6003555Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2025-07-17T08:07:30.6006660Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2025-07-17T08:07:30.6009736Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2025-07-17T08:07:30.6012959Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2025-07-17T08:07:30.6016083Z adding 'torch/include/ATen/ops/hypot.h' 2025-07-17T08:07:30.6019400Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6022393Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2025-07-17T08:07:30.6025495Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2025-07-17T08:07:30.6028511Z adding 'torch/include/ATen/ops/hypot_meta.h' 2025-07-17T08:07:30.6031739Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2025-07-17T08:07:30.6034716Z adding 'torch/include/ATen/ops/hypot_native.h' 2025-07-17T08:07:30.6037925Z adding 'torch/include/ATen/ops/hypot_ops.h' 2025-07-17T08:07:30.6041028Z adding 'torch/include/ATen/ops/i0.h' 2025-07-17T08:07:30.6044322Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6047397Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2025-07-17T08:07:30.6050438Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2025-07-17T08:07:30.6053584Z adding 'torch/include/ATen/ops/i0_meta.h' 2025-07-17T08:07:30.6056636Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2025-07-17T08:07:30.6059744Z adding 'torch/include/ATen/ops/i0_native.h' 2025-07-17T08:07:30.6062956Z adding 'torch/include/ATen/ops/i0_ops.h' 2025-07-17T08:07:30.6066076Z adding 'torch/include/ATen/ops/igamma.h' 2025-07-17T08:07:30.6069419Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6072419Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2025-07-17T08:07:30.6075563Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2025-07-17T08:07:30.6078555Z adding 'torch/include/ATen/ops/igamma_meta.h' 2025-07-17T08:07:30.6081651Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2025-07-17T08:07:30.6084636Z adding 'torch/include/ATen/ops/igamma_native.h' 2025-07-17T08:07:30.6087828Z adding 'torch/include/ATen/ops/igamma_ops.h' 2025-07-17T08:07:30.6090927Z adding 'torch/include/ATen/ops/igammac.h' 2025-07-17T08:07:30.6094341Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6097198Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2025-07-17T08:07:30.6100301Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2025-07-17T08:07:30.6103320Z adding 'torch/include/ATen/ops/igammac_meta.h' 2025-07-17T08:07:30.6106395Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2025-07-17T08:07:30.6109502Z adding 'torch/include/ATen/ops/igammac_native.h' 2025-07-17T08:07:30.6112751Z adding 'torch/include/ATen/ops/igammac_ops.h' 2025-07-17T08:07:30.6115974Z adding 'torch/include/ATen/ops/im2col.h' 2025-07-17T08:07:30.6119146Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2025-07-17T08:07:30.6122287Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2025-07-17T08:07:30.6125353Z adding 'torch/include/ATen/ops/im2col_native.h' 2025-07-17T08:07:30.6128624Z adding 'torch/include/ATen/ops/im2col_ops.h' 2025-07-17T08:07:30.6131719Z adding 'torch/include/ATen/ops/imag.h' 2025-07-17T08:07:30.6134932Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6137771Z adding 'torch/include/ATen/ops/imag_native.h' 2025-07-17T08:07:30.6140901Z adding 'torch/include/ATen/ops/imag_ops.h' 2025-07-17T08:07:30.6143996Z adding 'torch/include/ATen/ops/index.h' 2025-07-17T08:07:30.6147188Z adding 'torch/include/ATen/ops/index_add.h' 2025-07-17T08:07:30.6150714Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6153801Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6156847Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2025-07-17T08:07:30.6160583Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2025-07-17T08:07:30.6163255Z adding 'torch/include/ATen/ops/index_add_meta.h' 2025-07-17T08:07:30.6166506Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2025-07-17T08:07:30.6169463Z adding 'torch/include/ATen/ops/index_add_native.h' 2025-07-17T08:07:30.6172798Z adding 'torch/include/ATen/ops/index_add_ops.h' 2025-07-17T08:07:30.6176203Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6179203Z adding 'torch/include/ATen/ops/index_copy.h' 2025-07-17T08:07:30.6182703Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6185794Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6188840Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2025-07-17T08:07:30.6192076Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2025-07-17T08:07:30.6195189Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2025-07-17T08:07:30.6198356Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2025-07-17T08:07:30.6201414Z adding 'torch/include/ATen/ops/index_copy_native.h' 2025-07-17T08:07:30.6204875Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2025-07-17T08:07:30.6208061Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2025-07-17T08:07:30.6211152Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2025-07-17T08:07:30.6214426Z adding 'torch/include/ATen/ops/index_fill.h' 2025-07-17T08:07:30.6217808Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6220953Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6224010Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2025-07-17T08:07:30.6227140Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2025-07-17T08:07:30.6230384Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2025-07-17T08:07:30.6233776Z adding 'torch/include/ATen/ops/index_fill_native.h' 2025-07-17T08:07:30.6237343Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2025-07-17T08:07:30.6241440Z adding 'torch/include/ATen/ops/index_meta.h' 2025-07-17T08:07:30.6244709Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2025-07-17T08:07:30.6247796Z adding 'torch/include/ATen/ops/index_native.h' 2025-07-17T08:07:30.6251033Z adding 'torch/include/ATen/ops/index_ops.h' 2025-07-17T08:07:30.6254259Z adding 'torch/include/ATen/ops/index_put.h' 2025-07-17T08:07:30.6257601Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6261513Z adding 'torch/include/ATen/ops/index_put_native.h' 2025-07-17T08:07:30.6264093Z adding 'torch/include/ATen/ops/index_put_ops.h' 2025-07-17T08:07:30.6267439Z adding 'torch/include/ATen/ops/index_reduce.h' 2025-07-17T08:07:30.6271007Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6274058Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2025-07-17T08:07:30.6277222Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2025-07-17T08:07:30.6280364Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2025-07-17T08:07:30.6283587Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2025-07-17T08:07:30.6286617Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2025-07-17T08:07:30.6289936Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2025-07-17T08:07:30.6293211Z adding 'torch/include/ATen/ops/index_select.h' 2025-07-17T08:07:30.6296468Z adding 'torch/include/ATen/ops/index_select_backward.h' 2025-07-17T08:07:30.6299760Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6302696Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2025-07-17T08:07:30.6305838Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2025-07-17T08:07:30.6309246Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6312744Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2025-07-17T08:07:30.6315453Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2025-07-17T08:07:30.6318533Z adding 'torch/include/ATen/ops/index_select_native.h' 2025-07-17T08:07:30.6321894Z adding 'torch/include/ATen/ops/index_select_ops.h' 2025-07-17T08:07:30.6324913Z adding 'torch/include/ATen/ops/indices.h' 2025-07-17T08:07:30.6328149Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6331097Z adding 'torch/include/ATen/ops/indices_copy.h' 2025-07-17T08:07:30.6334316Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6337462Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6340307Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2025-07-17T08:07:30.6343477Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2025-07-17T08:07:30.6346502Z adding 'torch/include/ATen/ops/indices_native.h' 2025-07-17T08:07:30.6349790Z adding 'torch/include/ATen/ops/indices_ops.h' 2025-07-17T08:07:30.6353047Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2025-07-17T08:07:30.6356296Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6359203Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2025-07-17T08:07:30.6362803Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2025-07-17T08:07:30.6365524Z adding 'torch/include/ATen/ops/inner.h' 2025-07-17T08:07:30.6368935Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6371871Z adding 'torch/include/ATen/ops/inner_native.h' 2025-07-17T08:07:30.6375230Z adding 'torch/include/ATen/ops/inner_ops.h' 2025-07-17T08:07:30.6378362Z adding 'torch/include/ATen/ops/instance_norm.h' 2025-07-17T08:07:30.6381917Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6385840Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2025-07-17T08:07:30.6388241Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2025-07-17T08:07:30.6391638Z adding 'torch/include/ATen/ops/int_repr.h' 2025-07-17T08:07:30.6394926Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6398015Z adding 'torch/include/ATen/ops/int_repr_native.h' 2025-07-17T08:07:30.6401202Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2025-07-17T08:07:30.6404558Z adding 'torch/include/ATen/ops/inverse.h' 2025-07-17T08:07:30.6408836Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6410927Z adding 'torch/include/ATen/ops/inverse_native.h' 2025-07-17T08:07:30.6414502Z adding 'torch/include/ATen/ops/inverse_ops.h' 2025-07-17T08:07:30.6417318Z adding 'torch/include/ATen/ops/is_coalesced.h' 2025-07-17T08:07:30.6420699Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6423605Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2025-07-17T08:07:30.6426883Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2025-07-17T08:07:30.6430085Z adding 'torch/include/ATen/ops/is_complex.h' 2025-07-17T08:07:30.6433535Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6437339Z adding 'torch/include/ATen/ops/is_complex_native.h' 2025-07-17T08:07:30.6439679Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2025-07-17T08:07:30.6443132Z adding 'torch/include/ATen/ops/is_conj.h' 2025-07-17T08:07:30.6446160Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6449217Z adding 'torch/include/ATen/ops/is_conj_native.h' 2025-07-17T08:07:30.6452424Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2025-07-17T08:07:30.6455634Z adding 'torch/include/ATen/ops/is_distributed.h' 2025-07-17T08:07:30.6460320Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6462041Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2025-07-17T08:07:30.6466085Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2025-07-17T08:07:30.6468338Z adding 'torch/include/ATen/ops/is_floating_point.h' 2025-07-17T08:07:30.6472018Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6474823Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2025-07-17T08:07:30.6478026Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2025-07-17T08:07:30.6481051Z adding 'torch/include/ATen/ops/is_inference.h' 2025-07-17T08:07:30.6484464Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6487362Z adding 'torch/include/ATen/ops/is_inference_native.h' 2025-07-17T08:07:30.6490682Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2025-07-17T08:07:30.6494628Z adding 'torch/include/ATen/ops/is_leaf.h' 2025-07-17T08:07:30.6497005Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6500518Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2025-07-17T08:07:30.6503134Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2025-07-17T08:07:30.6506326Z adding 'torch/include/ATen/ops/is_neg.h' 2025-07-17T08:07:30.6509692Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6512722Z adding 'torch/include/ATen/ops/is_neg_native.h' 2025-07-17T08:07:30.6515858Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2025-07-17T08:07:30.6519110Z adding 'torch/include/ATen/ops/is_nonzero.h' 2025-07-17T08:07:30.6523301Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6525393Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2025-07-17T08:07:30.6529054Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2025-07-17T08:07:30.6531618Z adding 'torch/include/ATen/ops/is_pinned.h' 2025-07-17T08:07:30.6535009Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6537941Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2025-07-17T08:07:30.6541214Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2025-07-17T08:07:30.6544373Z adding 'torch/include/ATen/ops/is_same_size.h' 2025-07-17T08:07:30.6547789Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6551774Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2025-07-17T08:07:30.6554260Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2025-07-17T08:07:30.6557734Z adding 'torch/include/ATen/ops/is_set_to.h' 2025-07-17T08:07:30.6560536Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2025-07-17T08:07:30.6563757Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2025-07-17T08:07:30.6566931Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2025-07-17T08:07:30.6570047Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2025-07-17T08:07:30.6573073Z adding 'torch/include/ATen/ops/is_signed.h' 2025-07-17T08:07:30.6576503Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6579368Z adding 'torch/include/ATen/ops/is_signed_native.h' 2025-07-17T08:07:30.6582987Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2025-07-17T08:07:30.6586545Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2025-07-17T08:07:30.6590726Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6593911Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2025-07-17T08:07:30.6597017Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2025-07-17T08:07:30.6600261Z adding 'torch/include/ATen/ops/isclose.h' 2025-07-17T08:07:30.6603606Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6606710Z adding 'torch/include/ATen/ops/isclose_native.h' 2025-07-17T08:07:30.6609961Z adding 'torch/include/ATen/ops/isclose_ops.h' 2025-07-17T08:07:30.6613551Z adding 'torch/include/ATen/ops/isfinite.h' 2025-07-17T08:07:30.6616623Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6619488Z adding 'torch/include/ATen/ops/isfinite_native.h' 2025-07-17T08:07:30.6622625Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2025-07-17T08:07:30.6625980Z adding 'torch/include/ATen/ops/isin.h' 2025-07-17T08:07:30.6629721Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6632813Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2025-07-17T08:07:30.6636058Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2025-07-17T08:07:30.6639125Z adding 'torch/include/ATen/ops/isin_meta.h' 2025-07-17T08:07:30.6642344Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2025-07-17T08:07:30.6645692Z adding 'torch/include/ATen/ops/isin_native.h' 2025-07-17T08:07:30.6649191Z adding 'torch/include/ATen/ops/isin_ops.h' 2025-07-17T08:07:30.6652417Z adding 'torch/include/ATen/ops/isinf.h' 2025-07-17T08:07:30.6655771Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6658637Z adding 'torch/include/ATen/ops/isinf_native.h' 2025-07-17T08:07:30.6661803Z adding 'torch/include/ATen/ops/isinf_ops.h' 2025-07-17T08:07:30.6664913Z adding 'torch/include/ATen/ops/isnan.h' 2025-07-17T08:07:30.6668126Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6671198Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2025-07-17T08:07:30.6674440Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2025-07-17T08:07:30.6677465Z adding 'torch/include/ATen/ops/isnan_native.h' 2025-07-17T08:07:30.6680674Z adding 'torch/include/ATen/ops/isnan_ops.h' 2025-07-17T08:07:30.6683815Z adding 'torch/include/ATen/ops/isneginf.h' 2025-07-17T08:07:30.6687127Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6690071Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2025-07-17T08:07:30.6693169Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2025-07-17T08:07:30.6696146Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2025-07-17T08:07:30.6699232Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2025-07-17T08:07:30.6702242Z adding 'torch/include/ATen/ops/isneginf_native.h' 2025-07-17T08:07:30.6705414Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2025-07-17T08:07:30.6708551Z adding 'torch/include/ATen/ops/isposinf.h' 2025-07-17T08:07:30.6712052Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6714949Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2025-07-17T08:07:30.6718010Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2025-07-17T08:07:30.6720983Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2025-07-17T08:07:30.6724056Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2025-07-17T08:07:30.6727075Z adding 'torch/include/ATen/ops/isposinf_native.h' 2025-07-17T08:07:30.6730388Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2025-07-17T08:07:30.6733511Z adding 'torch/include/ATen/ops/isreal.h' 2025-07-17T08:07:30.6736873Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6739754Z adding 'torch/include/ATen/ops/isreal_native.h' 2025-07-17T08:07:30.6743442Z adding 'torch/include/ATen/ops/isreal_ops.h' 2025-07-17T08:07:30.6746581Z adding 'torch/include/ATen/ops/istft.h' 2025-07-17T08:07:30.6750011Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6752994Z adding 'torch/include/ATen/ops/istft_native.h' 2025-07-17T08:07:30.6756282Z adding 'torch/include/ATen/ops/istft_ops.h' 2025-07-17T08:07:30.6759337Z adding 'torch/include/ATen/ops/item.h' 2025-07-17T08:07:30.6762564Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6765434Z adding 'torch/include/ATen/ops/item_native.h' 2025-07-17T08:07:30.6768888Z adding 'torch/include/ATen/ops/item_ops.h' 2025-07-17T08:07:30.6771973Z adding 'torch/include/ATen/ops/kaiser_window.h' 2025-07-17T08:07:30.6775469Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6778452Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2025-07-17T08:07:30.6782989Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2025-07-17T08:07:30.6786399Z adding 'torch/include/ATen/ops/kl_div.h' 2025-07-17T08:07:30.6789810Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6792773Z adding 'torch/include/ATen/ops/kl_div_native.h' 2025-07-17T08:07:30.6795944Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2025-07-17T08:07:30.6799115Z adding 'torch/include/ATen/ops/kron.h' 2025-07-17T08:07:30.6802380Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6805259Z adding 'torch/include/ATen/ops/kron_native.h' 2025-07-17T08:07:30.6808465Z adding 'torch/include/ATen/ops/kron_ops.h' 2025-07-17T08:07:30.6812283Z adding 'torch/include/ATen/ops/kthvalue.h' 2025-07-17T08:07:30.6815755Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.6819025Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6822168Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2025-07-17T08:07:30.6825328Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2025-07-17T08:07:30.6828403Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2025-07-17T08:07:30.6831968Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2025-07-17T08:07:30.6835181Z adding 'torch/include/ATen/ops/l1_loss.h' 2025-07-17T08:07:30.6838493Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6841379Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2025-07-17T08:07:30.6844559Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2025-07-17T08:07:30.6847815Z adding 'torch/include/ATen/ops/layer_norm.h' 2025-07-17T08:07:30.6851144Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6854068Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2025-07-17T08:07:30.6857277Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2025-07-17T08:07:30.6860461Z adding 'torch/include/ATen/ops/lcm.h' 2025-07-17T08:07:30.6863858Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6866803Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2025-07-17T08:07:30.6870070Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2025-07-17T08:07:30.6873138Z adding 'torch/include/ATen/ops/lcm_meta.h' 2025-07-17T08:07:30.6876213Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2025-07-17T08:07:30.6879215Z adding 'torch/include/ATen/ops/lcm_native.h' 2025-07-17T08:07:30.6882530Z adding 'torch/include/ATen/ops/lcm_ops.h' 2025-07-17T08:07:30.6885701Z adding 'torch/include/ATen/ops/ldexp.h' 2025-07-17T08:07:30.6888984Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.6891934Z adding 'torch/include/ATen/ops/ldexp_native.h' 2025-07-17T08:07:30.6895290Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2025-07-17T08:07:30.6898645Z adding 'torch/include/ATen/ops/le.h' 2025-07-17T08:07:30.6902125Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6905231Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2025-07-17T08:07:30.6908428Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2025-07-17T08:07:30.6911796Z adding 'torch/include/ATen/ops/le_meta.h' 2025-07-17T08:07:30.6915163Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2025-07-17T08:07:30.6918222Z adding 'torch/include/ATen/ops/le_native.h' 2025-07-17T08:07:30.6921840Z adding 'torch/include/ATen/ops/le_ops.h' 2025-07-17T08:07:30.6925144Z adding 'torch/include/ATen/ops/leaky_relu.h' 2025-07-17T08:07:30.6929045Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2025-07-17T08:07:30.6932158Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6935324Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2025-07-17T08:07:30.6938619Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2025-07-17T08:07:30.6941694Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2025-07-17T08:07:30.6944984Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2025-07-17T08:07:30.6948053Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2025-07-17T08:07:30.6951702Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2025-07-17T08:07:30.6955107Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6958272Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2025-07-17T08:07:30.6961633Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2025-07-17T08:07:30.6964712Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2025-07-17T08:07:30.6967963Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2025-07-17T08:07:30.6971034Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2025-07-17T08:07:30.6974514Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2025-07-17T08:07:30.6984783Z adding 'torch/include/ATen/ops/lerp.h' 2025-07-17T08:07:30.6988372Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.6991731Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2025-07-17T08:07:30.6995060Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2025-07-17T08:07:30.6998300Z adding 'torch/include/ATen/ops/lerp_meta.h' 2025-07-17T08:07:30.7001642Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2025-07-17T08:07:30.7004760Z adding 'torch/include/ATen/ops/lerp_native.h' 2025-07-17T08:07:30.7008415Z adding 'torch/include/ATen/ops/lerp_ops.h' 2025-07-17T08:07:30.7011726Z adding 'torch/include/ATen/ops/less.h' 2025-07-17T08:07:30.7015280Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7018590Z adding 'torch/include/ATen/ops/less_equal.h' 2025-07-17T08:07:30.7022017Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7025165Z adding 'torch/include/ATen/ops/less_equal_native.h' 2025-07-17T08:07:30.7028619Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2025-07-17T08:07:30.7032054Z adding 'torch/include/ATen/ops/less_native.h' 2025-07-17T08:07:30.7035594Z adding 'torch/include/ATen/ops/less_ops.h' 2025-07-17T08:07:30.7038831Z adding 'torch/include/ATen/ops/lgamma.h' 2025-07-17T08:07:30.7042323Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7045271Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2025-07-17T08:07:30.7048581Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2025-07-17T08:07:30.7051637Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2025-07-17T08:07:30.7054963Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2025-07-17T08:07:30.7058056Z adding 'torch/include/ATen/ops/lgamma_native.h' 2025-07-17T08:07:30.7061346Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2025-07-17T08:07:30.7064558Z adding 'torch/include/ATen/ops/lift.h' 2025-07-17T08:07:30.7067806Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7071065Z adding 'torch/include/ATen/ops/lift_fresh.h' 2025-07-17T08:07:30.7074353Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7077502Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2025-07-17T08:07:30.7080831Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7084312Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7087617Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2025-07-17T08:07:30.7090656Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2025-07-17T08:07:30.7093731Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2025-07-17T08:07:30.7097134Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2025-07-17T08:07:30.7100155Z adding 'torch/include/ATen/ops/lift_native.h' 2025-07-17T08:07:30.7103691Z adding 'torch/include/ATen/ops/lift_ops.h' 2025-07-17T08:07:30.7106875Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2025-07-17T08:07:30.7110532Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7113619Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2025-07-17T08:07:30.7117306Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7120298Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2025-07-17T08:07:30.7123845Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2025-07-17T08:07:30.7126999Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2025-07-17T08:07:30.7130361Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2025-07-17T08:07:30.7133402Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2025-07-17T08:07:30.7136939Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2025-07-17T08:07:30.7139993Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2025-07-17T08:07:30.7143365Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2025-07-17T08:07:30.7146689Z adding 'torch/include/ATen/ops/linalg_cond.h' 2025-07-17T08:07:30.7150426Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7153503Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2025-07-17T08:07:30.7156979Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2025-07-17T08:07:30.7160314Z adding 'torch/include/ATen/ops/linalg_cross.h' 2025-07-17T08:07:30.7163705Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7166864Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2025-07-17T08:07:30.7170003Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2025-07-17T08:07:30.7173230Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2025-07-17T08:07:30.7176422Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2025-07-17T08:07:30.7179491Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2025-07-17T08:07:30.7182970Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2025-07-17T08:07:30.7186065Z adding 'torch/include/ATen/ops/linalg_det.h' 2025-07-17T08:07:30.7189453Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7192406Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2025-07-17T08:07:30.7195594Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2025-07-17T08:07:30.7198876Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2025-07-17T08:07:30.7202283Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7205239Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2025-07-17T08:07:30.7208386Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2025-07-17T08:07:30.7211503Z adding 'torch/include/ATen/ops/linalg_eig.h' 2025-07-17T08:07:30.7214651Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2025-07-17T08:07:30.7217728Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2025-07-17T08:07:30.7220753Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2025-07-17T08:07:30.7223944Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2025-07-17T08:07:30.7227165Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2025-07-17T08:07:30.7230799Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7233744Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2025-07-17T08:07:30.7237363Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2025-07-17T08:07:30.7240373Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2025-07-17T08:07:30.7243534Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7246494Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2025-07-17T08:07:30.7249593Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2025-07-17T08:07:30.7252591Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2025-07-17T08:07:30.7255765Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2025-07-17T08:07:30.7258888Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2025-07-17T08:07:30.7262178Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7265045Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2025-07-17T08:07:30.7268244Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2025-07-17T08:07:30.7271553Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2025-07-17T08:07:30.7274964Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2025-07-17T08:07:30.7278053Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2025-07-17T08:07:30.7281072Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2025-07-17T08:07:30.7284241Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2025-07-17T08:07:30.7287284Z adding 'torch/include/ATen/ops/linalg_inv.h' 2025-07-17T08:07:30.7290547Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7293553Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2025-07-17T08:07:30.7296956Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7299857Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2025-07-17T08:07:30.7302979Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2025-07-17T08:07:30.7305997Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2025-07-17T08:07:30.7309132Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2025-07-17T08:07:30.7312245Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2025-07-17T08:07:30.7315467Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2025-07-17T08:07:30.7318509Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2025-07-17T08:07:30.7321664Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2025-07-17T08:07:30.7324819Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2025-07-17T08:07:30.7328139Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7331226Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2025-07-17T08:07:30.7334729Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7337591Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2025-07-17T08:07:30.7340710Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2025-07-17T08:07:30.7343700Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2025-07-17T08:07:30.7346829Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2025-07-17T08:07:30.7350009Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2025-07-17T08:07:30.7353297Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2025-07-17T08:07:30.7356357Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2025-07-17T08:07:30.7359564Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2025-07-17T08:07:30.7362717Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2025-07-17T08:07:30.7366050Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7369083Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2025-07-17T08:07:30.7372122Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2025-07-17T08:07:30.7375245Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2025-07-17T08:07:30.7378331Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2025-07-17T08:07:30.7381368Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2025-07-17T08:07:30.7384581Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2025-07-17T08:07:30.7387830Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2025-07-17T08:07:30.7391261Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7394334Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2025-07-17T08:07:30.7397671Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2025-07-17T08:07:30.7400794Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2025-07-17T08:07:30.7404300Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2025-07-17T08:07:30.7407539Z adding 'torch/include/ATen/ops/linalg_lu.h' 2025-07-17T08:07:30.7411062Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7414230Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2025-07-17T08:07:30.7417281Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2025-07-17T08:07:30.7420843Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2025-07-17T08:07:30.7423955Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7427202Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2025-07-17T08:07:30.7431689Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7433891Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2025-07-17T08:07:30.7437604Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2025-07-17T08:07:30.7440256Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2025-07-17T08:07:30.7443581Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2025-07-17T08:07:30.7446706Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2025-07-17T08:07:30.7450085Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2025-07-17T08:07:30.7454587Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2025-07-17T08:07:30.7457064Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2025-07-17T08:07:30.7460465Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2025-07-17T08:07:30.7463441Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2025-07-17T08:07:30.7466606Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2025-07-17T08:07:30.7470000Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2025-07-17T08:07:30.7473444Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2025-07-17T08:07:30.7477796Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7480038Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2025-07-17T08:07:30.7483426Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2025-07-17T08:07:30.7486315Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2025-07-17T08:07:30.7489600Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2025-07-17T08:07:30.7492608Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2025-07-17T08:07:30.7496025Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2025-07-17T08:07:30.7499212Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2025-07-17T08:07:30.7502707Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7506236Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2025-07-17T08:07:30.7508922Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2025-07-17T08:07:30.7512303Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2025-07-17T08:07:30.7515624Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7518941Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2025-07-17T08:07:30.7522030Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2025-07-17T08:07:30.7525259Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2025-07-17T08:07:30.7529125Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2025-07-17T08:07:30.7531930Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2025-07-17T08:07:30.7535565Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7538589Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2025-07-17T08:07:30.7542192Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2025-07-17T08:07:30.7546295Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2025-07-17T08:07:30.7548865Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7552086Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2025-07-17T08:07:30.7555287Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2025-07-17T08:07:30.7559013Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2025-07-17T08:07:30.7563442Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7565704Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2025-07-17T08:07:30.7569522Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2025-07-17T08:07:30.7572823Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2025-07-17T08:07:30.7576298Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7579201Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2025-07-17T08:07:30.7582565Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2025-07-17T08:07:30.7596367Z adding 'torch/include/ATen/ops/linalg_norm.h' 2025-07-17T08:07:30.7596660Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7596811Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2025-07-17T08:07:30.7597298Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2025-07-17T08:07:30.7604519Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2025-07-17T08:07:30.7604784Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7608018Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7612829Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7614640Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2025-07-17T08:07:30.7618435Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2025-07-17T08:07:30.7621778Z adding 'torch/include/ATen/ops/linalg_qr.h' 2025-07-17T08:07:30.7625358Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7628330Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2025-07-17T08:07:30.7631809Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2025-07-17T08:07:30.7634838Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2025-07-17T08:07:30.7638184Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2025-07-17T08:07:30.7641217Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2025-07-17T08:07:30.7644493Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2025-07-17T08:07:30.7647849Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2025-07-17T08:07:30.7651874Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7654860Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2025-07-17T08:07:30.7658037Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2025-07-17T08:07:30.7661158Z adding 'torch/include/ATen/ops/linalg_solve.h' 2025-07-17T08:07:30.7664702Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7667738Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2025-07-17T08:07:30.7671370Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7674209Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2025-07-17T08:07:30.7677461Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2025-07-17T08:07:30.7680472Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2025-07-17T08:07:30.7683620Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2025-07-17T08:07:30.7686820Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2025-07-17T08:07:30.7690083Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2025-07-17T08:07:30.7694056Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2025-07-17T08:07:30.7696421Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2025-07-17T08:07:30.7699648Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2025-07-17T08:07:30.7702867Z adding 'torch/include/ATen/ops/linalg_svd.h' 2025-07-17T08:07:30.7706200Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7709356Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2025-07-17T08:07:30.7712629Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2025-07-17T08:07:30.7715763Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2025-07-17T08:07:30.7719079Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7721996Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2025-07-17T08:07:30.7725173Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2025-07-17T08:07:30.7728299Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2025-07-17T08:07:30.7732267Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7735561Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2025-07-17T08:07:30.7747281Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2025-07-17T08:07:30.7750888Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2025-07-17T08:07:30.7754113Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7757029Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2025-07-17T08:07:30.7760283Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2025-07-17T08:07:30.7763433Z adding 'torch/include/ATen/ops/linalg_vander.h' 2025-07-17T08:07:30.7766731Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7769643Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2025-07-17T08:07:30.7772803Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2025-07-17T08:07:30.7775953Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2025-07-17T08:07:30.7779247Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7782222Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2025-07-17T08:07:30.7785373Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2025-07-17T08:07:30.7788615Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2025-07-17T08:07:30.7792201Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7795189Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2025-07-17T08:07:30.7798542Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2025-07-17T08:07:30.7801578Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2025-07-17T08:07:30.7804796Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2025-07-17T08:07:30.7807855Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2025-07-17T08:07:30.7811108Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2025-07-17T08:07:30.7814240Z adding 'torch/include/ATen/ops/linear.h' 2025-07-17T08:07:30.7817455Z adding 'torch/include/ATen/ops/linear_backward.h' 2025-07-17T08:07:30.7820857Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7823873Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2025-07-17T08:07:30.7827175Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2025-07-17T08:07:30.7830581Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7833695Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.7836695Z adding 'torch/include/ATen/ops/linear_native.h' 2025-07-17T08:07:30.7839920Z adding 'torch/include/ATen/ops/linear_ops.h' 2025-07-17T08:07:30.7843578Z adding 'torch/include/ATen/ops/linspace.h' 2025-07-17T08:07:30.7847198Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7859446Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2025-07-17T08:07:30.7859723Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2025-07-17T08:07:30.7859882Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2025-07-17T08:07:30.7860175Z adding 'torch/include/ATen/ops/linspace_native.h' 2025-07-17T08:07:30.7864092Z adding 'torch/include/ATen/ops/linspace_ops.h' 2025-07-17T08:07:30.7867330Z adding 'torch/include/ATen/ops/log.h' 2025-07-17T08:07:30.7870780Z adding 'torch/include/ATen/ops/log10.h' 2025-07-17T08:07:30.7874270Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7877280Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2025-07-17T08:07:30.7880495Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2025-07-17T08:07:30.7883535Z adding 'torch/include/ATen/ops/log10_meta.h' 2025-07-17T08:07:30.7886831Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2025-07-17T08:07:30.7889845Z adding 'torch/include/ATen/ops/log10_native.h' 2025-07-17T08:07:30.7893248Z adding 'torch/include/ATen/ops/log10_ops.h' 2025-07-17T08:07:30.7896452Z adding 'torch/include/ATen/ops/log1p.h' 2025-07-17T08:07:30.7900015Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7903081Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2025-07-17T08:07:30.7906189Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2025-07-17T08:07:30.7909450Z adding 'torch/include/ATen/ops/log1p_meta.h' 2025-07-17T08:07:30.7912585Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2025-07-17T08:07:30.7915815Z adding 'torch/include/ATen/ops/log1p_native.h' 2025-07-17T08:07:30.7919100Z adding 'torch/include/ATen/ops/log1p_ops.h' 2025-07-17T08:07:30.7922368Z adding 'torch/include/ATen/ops/log2.h' 2025-07-17T08:07:30.7925892Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7928837Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2025-07-17T08:07:30.7932046Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2025-07-17T08:07:30.7935048Z adding 'torch/include/ATen/ops/log2_meta.h' 2025-07-17T08:07:30.7938289Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2025-07-17T08:07:30.7941291Z adding 'torch/include/ATen/ops/log2_native.h' 2025-07-17T08:07:30.7944700Z adding 'torch/include/ATen/ops/log2_ops.h' 2025-07-17T08:07:30.7948201Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.7951361Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2025-07-17T08:07:30.7954665Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2025-07-17T08:07:30.7957721Z adding 'torch/include/ATen/ops/log_meta.h' 2025-07-17T08:07:30.7961001Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2025-07-17T08:07:30.7964041Z adding 'torch/include/ATen/ops/log_native.h' 2025-07-17T08:07:30.7967311Z adding 'torch/include/ATen/ops/log_normal.h' 2025-07-17T08:07:30.7970752Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.7973898Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2025-07-17T08:07:30.7977195Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2025-07-17T08:07:30.7980436Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2025-07-17T08:07:30.7983582Z adding 'torch/include/ATen/ops/log_normal_native.h' 2025-07-17T08:07:30.7986878Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2025-07-17T08:07:30.7990461Z adding 'torch/include/ATen/ops/log_ops.h' 2025-07-17T08:07:30.7993630Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2025-07-17T08:07:30.7996965Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2025-07-17T08:07:30.8000310Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2025-07-17T08:07:30.8003556Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2025-07-17T08:07:30.8006838Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2025-07-17T08:07:30.8010096Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2025-07-17T08:07:30.8013520Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8016542Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2025-07-17T08:07:30.8019923Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2025-07-17T08:07:30.8022981Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2025-07-17T08:07:30.8026179Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2025-07-17T08:07:30.8029534Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2025-07-17T08:07:30.8033154Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2025-07-17T08:07:30.8036469Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2025-07-17T08:07:30.8039664Z adding 'torch/include/ATen/ops/log_softmax.h' 2025-07-17T08:07:30.8043113Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8046273Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8049356Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2025-07-17T08:07:30.8052695Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2025-07-17T08:07:30.8056001Z adding 'torch/include/ATen/ops/logaddexp.h' 2025-07-17T08:07:30.8059147Z adding 'torch/include/ATen/ops/logaddexp2.h' 2025-07-17T08:07:30.8062650Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8065729Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2025-07-17T08:07:30.8068865Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2025-07-17T08:07:30.8072099Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2025-07-17T08:07:30.8075206Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2025-07-17T08:07:30.8078382Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2025-07-17T08:07:30.8081597Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2025-07-17T08:07:30.8085081Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8088074Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2025-07-17T08:07:30.8091648Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2025-07-17T08:07:30.8094711Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2025-07-17T08:07:30.8097930Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2025-07-17T08:07:30.8101082Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2025-07-17T08:07:30.8104456Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2025-07-17T08:07:30.8107994Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2025-07-17T08:07:30.8111440Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8114724Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8117662Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2025-07-17T08:07:30.8121116Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2025-07-17T08:07:30.8124350Z adding 'torch/include/ATen/ops/logdet.h' 2025-07-17T08:07:30.8127607Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8130718Z adding 'torch/include/ATen/ops/logdet_native.h' 2025-07-17T08:07:30.8133820Z adding 'torch/include/ATen/ops/logdet_ops.h' 2025-07-17T08:07:30.8137092Z adding 'torch/include/ATen/ops/logical_and.h' 2025-07-17T08:07:30.8140416Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8143419Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2025-07-17T08:07:30.8146582Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2025-07-17T08:07:30.8149712Z adding 'torch/include/ATen/ops/logical_and_native.h' 2025-07-17T08:07:30.8152973Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2025-07-17T08:07:30.8156106Z adding 'torch/include/ATen/ops/logical_not.h' 2025-07-17T08:07:30.8159416Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8162568Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2025-07-17T08:07:30.8165670Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2025-07-17T08:07:30.8168678Z adding 'torch/include/ATen/ops/logical_not_native.h' 2025-07-17T08:07:30.8171934Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2025-07-17T08:07:30.8174981Z adding 'torch/include/ATen/ops/logical_or.h' 2025-07-17T08:07:30.8178235Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8181210Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2025-07-17T08:07:30.8184333Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2025-07-17T08:07:30.8187345Z adding 'torch/include/ATen/ops/logical_or_native.h' 2025-07-17T08:07:30.8190679Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2025-07-17T08:07:30.8193983Z adding 'torch/include/ATen/ops/logical_xor.h' 2025-07-17T08:07:30.8197284Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8200270Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2025-07-17T08:07:30.8203352Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2025-07-17T08:07:30.8206334Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2025-07-17T08:07:30.8209594Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2025-07-17T08:07:30.8212778Z adding 'torch/include/ATen/ops/logit.h' 2025-07-17T08:07:30.8215959Z adding 'torch/include/ATen/ops/logit_backward.h' 2025-07-17T08:07:30.8219326Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8222271Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2025-07-17T08:07:30.8225379Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2025-07-17T08:07:30.8228383Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2025-07-17T08:07:30.8231620Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2025-07-17T08:07:30.8234985Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2025-07-17T08:07:30.8238257Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2025-07-17T08:07:30.8241406Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2025-07-17T08:07:30.8244706Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2025-07-17T08:07:30.8247787Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2025-07-17T08:07:30.8250991Z adding 'torch/include/ATen/ops/logit_native.h' 2025-07-17T08:07:30.8254243Z adding 'torch/include/ATen/ops/logit_ops.h' 2025-07-17T08:07:30.8257965Z adding 'torch/include/ATen/ops/logspace.h' 2025-07-17T08:07:30.8261651Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8264730Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2025-07-17T08:07:30.8267845Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2025-07-17T08:07:30.8271063Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2025-07-17T08:07:30.8274223Z adding 'torch/include/ATen/ops/logspace_native.h' 2025-07-17T08:07:30.8278068Z adding 'torch/include/ATen/ops/logspace_ops.h' 2025-07-17T08:07:30.8281587Z adding 'torch/include/ATen/ops/logsumexp.h' 2025-07-17T08:07:30.8284887Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8288101Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8291173Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8294126Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2025-07-17T08:07:30.8297446Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2025-07-17T08:07:30.8300699Z adding 'torch/include/ATen/ops/lshift.h' 2025-07-17T08:07:30.8304029Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8307117Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2025-07-17T08:07:30.8310408Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2025-07-17T08:07:30.8313496Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2025-07-17T08:07:30.8316543Z adding 'torch/include/ATen/ops/lshift_native.h' 2025-07-17T08:07:30.8319981Z adding 'torch/include/ATen/ops/lshift_ops.h' 2025-07-17T08:07:30.8323293Z adding 'torch/include/ATen/ops/lstm.h' 2025-07-17T08:07:30.8326428Z adding 'torch/include/ATen/ops/lstm_cell.h' 2025-07-17T08:07:30.8329755Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8332681Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2025-07-17T08:07:30.8335908Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2025-07-17T08:07:30.8339163Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8342439Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2025-07-17T08:07:30.8345908Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8348896Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2025-07-17T08:07:30.8352728Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2025-07-17T08:07:30.8356056Z adding 'torch/include/ATen/ops/lstm_native.h' 2025-07-17T08:07:30.8359368Z adding 'torch/include/ATen/ops/lstm_ops.h' 2025-07-17T08:07:30.8362739Z adding 'torch/include/ATen/ops/lt.h' 2025-07-17T08:07:30.8366056Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8369207Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2025-07-17T08:07:30.8372514Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2025-07-17T08:07:30.8375861Z adding 'torch/include/ATen/ops/lt_meta.h' 2025-07-17T08:07:30.8378925Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2025-07-17T08:07:30.8382029Z adding 'torch/include/ATen/ops/lt_native.h' 2025-07-17T08:07:30.8385550Z adding 'torch/include/ATen/ops/lt_ops.h' 2025-07-17T08:07:30.8388757Z adding 'torch/include/ATen/ops/lu_solve.h' 2025-07-17T08:07:30.8392332Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8395266Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2025-07-17T08:07:30.8398929Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2025-07-17T08:07:30.8402319Z adding 'torch/include/ATen/ops/lu_unpack.h' 2025-07-17T08:07:30.8405676Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8408798Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2025-07-17T08:07:30.8411958Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2025-07-17T08:07:30.8415152Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2025-07-17T08:07:30.8418438Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2025-07-17T08:07:30.8421493Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2025-07-17T08:07:30.8424852Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2025-07-17T08:07:30.8427893Z adding 'torch/include/ATen/ops/mH.h' 2025-07-17T08:07:30.8431327Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8434215Z adding 'torch/include/ATen/ops/mH_native.h' 2025-07-17T08:07:30.8437544Z adding 'torch/include/ATen/ops/mH_ops.h' 2025-07-17T08:07:30.8440454Z adding 'torch/include/ATen/ops/mT.h' 2025-07-17T08:07:30.8444326Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8447282Z adding 'torch/include/ATen/ops/mT_native.h' 2025-07-17T08:07:30.8450409Z adding 'torch/include/ATen/ops/mT_ops.h' 2025-07-17T08:07:30.8453744Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2025-07-17T08:07:30.8457044Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8460088Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2025-07-17T08:07:30.8463285Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2025-07-17T08:07:30.8466620Z adding 'torch/include/ATen/ops/masked_fill.h' 2025-07-17T08:07:30.8470208Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8473248Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2025-07-17T08:07:30.8476446Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2025-07-17T08:07:30.8479617Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2025-07-17T08:07:30.8483491Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2025-07-17T08:07:30.8487113Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2025-07-17T08:07:30.8490414Z adding 'torch/include/ATen/ops/masked_scatter.h' 2025-07-17T08:07:30.8493756Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2025-07-17T08:07:30.8497115Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8500142Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2025-07-17T08:07:30.8503325Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2025-07-17T08:07:30.8506705Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8509804Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2025-07-17T08:07:30.8513134Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2025-07-17T08:07:30.8516313Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2025-07-17T08:07:30.8519377Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2025-07-17T08:07:30.8522722Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2025-07-17T08:07:30.8525888Z adding 'torch/include/ATen/ops/masked_select.h' 2025-07-17T08:07:30.8529131Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2025-07-17T08:07:30.8532440Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8535508Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2025-07-17T08:07:30.8538678Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2025-07-17T08:07:30.8541934Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2025-07-17T08:07:30.8545051Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2025-07-17T08:07:30.8548205Z adding 'torch/include/ATen/ops/masked_select_native.h' 2025-07-17T08:07:30.8551580Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2025-07-17T08:07:30.8554774Z adding 'torch/include/ATen/ops/matmul.h' 2025-07-17T08:07:30.8558184Z adding 'torch/include/ATen/ops/matmul_backward.h' 2025-07-17T08:07:30.8561549Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8564611Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2025-07-17T08:07:30.8567922Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2025-07-17T08:07:30.8571332Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8574267Z adding 'torch/include/ATen/ops/matmul_native.h' 2025-07-17T08:07:30.8577607Z adding 'torch/include/ATen/ops/matmul_ops.h' 2025-07-17T08:07:30.8580672Z adding 'torch/include/ATen/ops/matrix_H.h' 2025-07-17T08:07:30.8584032Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8587152Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2025-07-17T08:07:30.8590331Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2025-07-17T08:07:30.8593505Z adding 'torch/include/ATen/ops/matrix_exp.h' 2025-07-17T08:07:30.8596599Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2025-07-17T08:07:30.8600127Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8603036Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2025-07-17T08:07:30.8606358Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2025-07-17T08:07:30.8610028Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8613347Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2025-07-17T08:07:30.8616927Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2025-07-17T08:07:30.8620235Z adding 'torch/include/ATen/ops/matrix_power.h' 2025-07-17T08:07:30.8623536Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8626677Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2025-07-17T08:07:30.8629970Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2025-07-17T08:07:30.8633579Z adding 'torch/include/ATen/ops/max.h' 2025-07-17T08:07:30.8637166Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8640360Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8643446Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2025-07-17T08:07:30.8646583Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2025-07-17T08:07:30.8649910Z adding 'torch/include/ATen/ops/max_meta.h' 2025-07-17T08:07:30.8653071Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2025-07-17T08:07:30.8656234Z adding 'torch/include/ATen/ops/max_native.h' 2025-07-17T08:07:30.8659847Z adding 'torch/include/ATen/ops/max_ops.h' 2025-07-17T08:07:30.8663117Z adding 'torch/include/ATen/ops/max_pool1d.h' 2025-07-17T08:07:30.8666631Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8669625Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2025-07-17T08:07:30.8672810Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2025-07-17T08:07:30.8675990Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2025-07-17T08:07:30.8679388Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8682695Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2025-07-17T08:07:30.8685980Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2025-07-17T08:07:30.8689080Z adding 'torch/include/ATen/ops/max_pool2d.h' 2025-07-17T08:07:30.8692293Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2025-07-17T08:07:30.8695781Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8698719Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2025-07-17T08:07:30.8701983Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2025-07-17T08:07:30.8705264Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8708140Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2025-07-17T08:07:30.8711458Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2025-07-17T08:07:30.8714761Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2025-07-17T08:07:30.8718154Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2025-07-17T08:07:30.8721596Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8724592Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2025-07-17T08:07:30.8727771Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2025-07-17T08:07:30.8731035Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2025-07-17T08:07:30.8734184Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2025-07-17T08:07:30.8737279Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2025-07-17T08:07:30.8740607Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2025-07-17T08:07:30.8744051Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8747080Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2025-07-17T08:07:30.8750438Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2025-07-17T08:07:30.8753568Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2025-07-17T08:07:30.8756789Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2025-07-17T08:07:30.8759855Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2025-07-17T08:07:30.8763150Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2025-07-17T08:07:30.8766311Z adding 'torch/include/ATen/ops/max_pool3d.h' 2025-07-17T08:07:30.8769542Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8772457Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2025-07-17T08:07:30.8775634Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2025-07-17T08:07:30.8778940Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2025-07-17T08:07:30.8782225Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2025-07-17T08:07:30.8785487Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2025-07-17T08:07:30.8788721Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2025-07-17T08:07:30.8791991Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2025-07-17T08:07:30.8795325Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2025-07-17T08:07:30.8798582Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2025-07-17T08:07:30.8801771Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2025-07-17T08:07:30.8804851Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2025-07-17T08:07:30.8808161Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2025-07-17T08:07:30.8811535Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2025-07-17T08:07:30.8814810Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2025-07-17T08:07:30.8817966Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2025-07-17T08:07:30.8821084Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2025-07-17T08:07:30.8824351Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2025-07-17T08:07:30.8827837Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2025-07-17T08:07:30.8831304Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2025-07-17T08:07:30.8834548Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2025-07-17T08:07:30.8837631Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2025-07-17T08:07:30.8840857Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2025-07-17T08:07:30.8844002Z adding 'torch/include/ATen/ops/maximum.h' 2025-07-17T08:07:30.8847363Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8850320Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2025-07-17T08:07:30.8853665Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2025-07-17T08:07:30.8856679Z adding 'torch/include/ATen/ops/maximum_meta.h' 2025-07-17T08:07:30.8859784Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2025-07-17T08:07:30.8862777Z adding 'torch/include/ATen/ops/maximum_native.h' 2025-07-17T08:07:30.8865951Z adding 'torch/include/ATen/ops/maximum_ops.h' 2025-07-17T08:07:30.8869412Z adding 'torch/include/ATen/ops/mean.h' 2025-07-17T08:07:30.8872794Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8876065Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8879075Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8882172Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2025-07-17T08:07:30.8885323Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2025-07-17T08:07:30.8888363Z adding 'torch/include/ATen/ops/mean_meta.h' 2025-07-17T08:07:30.8891525Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2025-07-17T08:07:30.8894668Z adding 'torch/include/ATen/ops/mean_native.h' 2025-07-17T08:07:30.8898171Z adding 'torch/include/ATen/ops/mean_ops.h' 2025-07-17T08:07:30.8901645Z adding 'torch/include/ATen/ops/median.h' 2025-07-17T08:07:30.8904969Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.8908221Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8911507Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2025-07-17T08:07:30.8914730Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2025-07-17T08:07:30.8917794Z adding 'torch/include/ATen/ops/median_native.h' 2025-07-17T08:07:30.8921341Z adding 'torch/include/ATen/ops/median_ops.h' 2025-07-17T08:07:30.8924672Z adding 'torch/include/ATen/ops/meshgrid.h' 2025-07-17T08:07:30.8927948Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8930858Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2025-07-17T08:07:30.8934018Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2025-07-17T08:07:30.8937443Z adding 'torch/include/ATen/ops/min.h' 2025-07-17T08:07:30.8940885Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8943997Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.8947126Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2025-07-17T08:07:30.8950434Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2025-07-17T08:07:30.8954031Z adding 'torch/include/ATen/ops/min_meta.h' 2025-07-17T08:07:30.8957053Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2025-07-17T08:07:30.8960304Z adding 'torch/include/ATen/ops/min_native.h' 2025-07-17T08:07:30.8964590Z adding 'torch/include/ATen/ops/min_ops.h' 2025-07-17T08:07:30.8968318Z adding 'torch/include/ATen/ops/minimum.h' 2025-07-17T08:07:30.8971872Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.8974884Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2025-07-17T08:07:30.8978178Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2025-07-17T08:07:30.8981204Z adding 'torch/include/ATen/ops/minimum_meta.h' 2025-07-17T08:07:30.8984496Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2025-07-17T08:07:30.8987559Z adding 'torch/include/ATen/ops/minimum_native.h' 2025-07-17T08:07:30.8991015Z adding 'torch/include/ATen/ops/minimum_ops.h' 2025-07-17T08:07:30.8994459Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2025-07-17T08:07:30.8997863Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2025-07-17T08:07:30.9001506Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9004636Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9008562Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2025-07-17T08:07:30.9012086Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2025-07-17T08:07:30.9015501Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9018678Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2025-07-17T08:07:30.9021760Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2025-07-17T08:07:30.9025264Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2025-07-17T08:07:30.9029041Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2025-07-17T08:07:30.9032750Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2025-07-17T08:07:30.9036220Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2025-07-17T08:07:30.9039247Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2025-07-17T08:07:30.9042663Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2025-07-17T08:07:30.9046041Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9049288Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2025-07-17T08:07:30.9052401Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2025-07-17T08:07:30.9055817Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2025-07-17T08:07:30.9059306Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2025-07-17T08:07:30.9062672Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2025-07-17T08:07:30.9065837Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2025-07-17T08:07:30.9069840Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2025-07-17T08:07:30.9073017Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2025-07-17T08:07:30.9076766Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9079951Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2025-07-17T08:07:30.9083153Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2025-07-17T08:07:30.9086512Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2025-07-17T08:07:30.9090269Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2025-07-17T08:07:30.9093960Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9097133Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2025-07-17T08:07:30.9100387Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2025-07-17T08:07:30.9103718Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2025-07-17T08:07:30.9107565Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2025-07-17T08:07:30.9111721Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2025-07-17T08:07:30.9115836Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9119202Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9122481Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2025-07-17T08:07:30.9126732Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2025-07-17T08:07:30.9130613Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9133787Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2025-07-17T08:07:30.9137190Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2025-07-17T08:07:30.9140758Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2025-07-17T08:07:30.9144202Z adding 'torch/include/ATen/ops/mish.h' 2025-07-17T08:07:30.9147412Z adding 'torch/include/ATen/ops/mish_backward.h' 2025-07-17T08:07:30.9150890Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9154106Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9157212Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9160233Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2025-07-17T08:07:30.9163304Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2025-07-17T08:07:30.9166855Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.9169813Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2025-07-17T08:07:30.9172889Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2025-07-17T08:07:30.9175999Z adding 'torch/include/ATen/ops/mish_meta.h' 2025-07-17T08:07:30.9179061Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2025-07-17T08:07:30.9182285Z adding 'torch/include/ATen/ops/mish_native.h' 2025-07-17T08:07:30.9185503Z adding 'torch/include/ATen/ops/mish_ops.h' 2025-07-17T08:07:30.9188764Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2025-07-17T08:07:30.9192170Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2025-07-17T08:07:30.9195540Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9198465Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2025-07-17T08:07:30.9201661Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2025-07-17T08:07:30.9204721Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2025-07-17T08:07:30.9207958Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2025-07-17T08:07:30.9211570Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2025-07-17T08:07:30.9215291Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9218254Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2025-07-17T08:07:30.9221570Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2025-07-17T08:07:30.9224768Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2025-07-17T08:07:30.9228012Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2025-07-17T08:07:30.9231497Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9234552Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2025-07-17T08:07:30.9238557Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9241647Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2025-07-17T08:07:30.9244975Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2025-07-17T08:07:30.9248082Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2025-07-17T08:07:30.9251441Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2025-07-17T08:07:30.9254787Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2025-07-17T08:07:30.9258117Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9261064Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2025-07-17T08:07:30.9264356Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2025-07-17T08:07:30.9267582Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9270587Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2025-07-17T08:07:30.9273820Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2025-07-17T08:07:30.9277025Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2025-07-17T08:07:30.9280286Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2025-07-17T08:07:30.9283650Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9286620Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2025-07-17T08:07:30.9289909Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2025-07-17T08:07:30.9293227Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9296227Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2025-07-17T08:07:30.9299492Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2025-07-17T08:07:30.9302680Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2025-07-17T08:07:30.9305988Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2025-07-17T08:07:30.9309395Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9312513Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2025-07-17T08:07:30.9315752Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2025-07-17T08:07:30.9319036Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9321999Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2025-07-17T08:07:30.9325250Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2025-07-17T08:07:30.9328949Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2025-07-17T08:07:30.9332528Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9335515Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2025-07-17T08:07:30.9338810Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2025-07-17T08:07:30.9342457Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2025-07-17T08:07:30.9346007Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9349101Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2025-07-17T08:07:30.9352485Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2025-07-17T08:07:30.9355844Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2025-07-17T08:07:30.9359495Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2025-07-17T08:07:30.9363049Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9366245Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9369457Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2025-07-17T08:07:30.9373138Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2025-07-17T08:07:30.9376608Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9379680Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2025-07-17T08:07:30.9382759Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2025-07-17T08:07:30.9386271Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2025-07-17T08:07:30.9389628Z adding 'torch/include/ATen/ops/mm.h' 2025-07-17T08:07:30.9393003Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.9395939Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2025-07-17T08:07:30.9399068Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2025-07-17T08:07:30.9402106Z adding 'torch/include/ATen/ops/mm_meta.h' 2025-07-17T08:07:30.9405194Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2025-07-17T08:07:30.9408312Z adding 'torch/include/ATen/ops/mm_native.h' 2025-07-17T08:07:30.9411824Z adding 'torch/include/ATen/ops/mm_ops.h' 2025-07-17T08:07:30.9415290Z adding 'torch/include/ATen/ops/mode.h' 2025-07-17T08:07:30.9418626Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9421911Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9424947Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2025-07-17T08:07:30.9428181Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2025-07-17T08:07:30.9431390Z adding 'torch/include/ATen/ops/mode_native.h' 2025-07-17T08:07:30.9434893Z adding 'torch/include/ATen/ops/mode_ops.h' 2025-07-17T08:07:30.9438189Z adding 'torch/include/ATen/ops/moveaxis.h' 2025-07-17T08:07:30.9441490Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9444504Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2025-07-17T08:07:30.9447765Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2025-07-17T08:07:30.9450959Z adding 'torch/include/ATen/ops/movedim.h' 2025-07-17T08:07:30.9454206Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9457241Z adding 'torch/include/ATen/ops/movedim_native.h' 2025-07-17T08:07:30.9460568Z adding 'torch/include/ATen/ops/movedim_ops.h' 2025-07-17T08:07:30.9464456Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2025-07-17T08:07:30.9468256Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9471470Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2025-07-17T08:07:30.9475062Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2025-07-17T08:07:30.9478925Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2025-07-17T08:07:30.9482719Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9485914Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2025-07-17T08:07:30.9489327Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2025-07-17T08:07:30.9492627Z adding 'torch/include/ATen/ops/mse_loss.h' 2025-07-17T08:07:30.9495830Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2025-07-17T08:07:30.9499232Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9502391Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9505553Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2025-07-17T08:07:30.9508895Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2025-07-17T08:07:30.9512444Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.9515553Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2025-07-17T08:07:30.9518690Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2025-07-17T08:07:30.9521824Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2025-07-17T08:07:30.9524949Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2025-07-17T08:07:30.9528125Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2025-07-17T08:07:30.9531345Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2025-07-17T08:07:30.9534612Z adding 'torch/include/ATen/ops/msort.h' 2025-07-17T08:07:30.9537881Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9540909Z adding 'torch/include/ATen/ops/msort_native.h' 2025-07-17T08:07:30.9544278Z adding 'torch/include/ATen/ops/msort_ops.h' 2025-07-17T08:07:30.9547464Z adding 'torch/include/ATen/ops/mul.h' 2025-07-17T08:07:30.9551032Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9554255Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.9557400Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2025-07-17T08:07:30.9560503Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2025-07-17T08:07:30.9563697Z adding 'torch/include/ATen/ops/mul_meta.h' 2025-07-17T08:07:30.9566823Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2025-07-17T08:07:30.9570121Z adding 'torch/include/ATen/ops/mul_native.h' 2025-07-17T08:07:30.9573699Z adding 'torch/include/ATen/ops/mul_ops.h' 2025-07-17T08:07:30.9577011Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2025-07-17T08:07:30.9580492Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2025-07-17T08:07:30.9583804Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9587093Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9590431Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2025-07-17T08:07:30.9593765Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2025-07-17T08:07:30.9597125Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2025-07-17T08:07:30.9600351Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2025-07-17T08:07:30.9603841Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2025-07-17T08:07:30.9607660Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2025-07-17T08:07:30.9611438Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2025-07-17T08:07:30.9615114Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2025-07-17T08:07:30.9618553Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9621810Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9625018Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2025-07-17T08:07:30.9628771Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2025-07-17T08:07:30.9632270Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9635559Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2025-07-17T08:07:30.9638795Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2025-07-17T08:07:30.9642198Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2025-07-17T08:07:30.9645263Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2025-07-17T08:07:30.9648592Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2025-07-17T08:07:30.9651773Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2025-07-17T08:07:30.9655040Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2025-07-17T08:07:30.9658500Z adding 'torch/include/ATen/ops/multinomial.h' 2025-07-17T08:07:30.9661863Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2025-07-17T08:07:30.9665064Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2025-07-17T08:07:30.9668319Z adding 'torch/include/ATen/ops/multinomial_native.h' 2025-07-17T08:07:30.9671706Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2025-07-17T08:07:30.9674842Z adding 'torch/include/ATen/ops/multiply.h' 2025-07-17T08:07:30.9678170Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9681110Z adding 'torch/include/ATen/ops/multiply_native.h' 2025-07-17T08:07:30.9684483Z adding 'torch/include/ATen/ops/multiply_ops.h' 2025-07-17T08:07:30.9687608Z adding 'torch/include/ATen/ops/mv.h' 2025-07-17T08:07:30.9690851Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9693748Z adding 'torch/include/ATen/ops/mv_native.h' 2025-07-17T08:07:30.9696874Z adding 'torch/include/ATen/ops/mv_ops.h' 2025-07-17T08:07:30.9700179Z adding 'torch/include/ATen/ops/mvlgamma.h' 2025-07-17T08:07:30.9703485Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9706529Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2025-07-17T08:07:30.9709706Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2025-07-17T08:07:30.9712706Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2025-07-17T08:07:30.9715922Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2025-07-17T08:07:30.9719165Z adding 'torch/include/ATen/ops/nan_to_num.h' 2025-07-17T08:07:30.9722494Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9725518Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2025-07-17T08:07:30.9728643Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2025-07-17T08:07:30.9731726Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2025-07-17T08:07:30.9735022Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2025-07-17T08:07:30.9738280Z adding 'torch/include/ATen/ops/nanmean.h' 2025-07-17T08:07:30.9741597Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9744518Z adding 'torch/include/ATen/ops/nanmean_native.h' 2025-07-17T08:07:30.9747775Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2025-07-17T08:07:30.9751257Z adding 'torch/include/ATen/ops/nanmedian.h' 2025-07-17T08:07:30.9754767Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9758134Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9761138Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2025-07-17T08:07:30.9764271Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2025-07-17T08:07:30.9767376Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2025-07-17T08:07:30.9770900Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2025-07-17T08:07:30.9774307Z adding 'torch/include/ATen/ops/nanquantile.h' 2025-07-17T08:07:30.9777787Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9780750Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2025-07-17T08:07:30.9784054Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2025-07-17T08:07:30.9787271Z adding 'torch/include/ATen/ops/nansum.h' 2025-07-17T08:07:30.9790902Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2025-07-17T08:07:30.9794072Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2025-07-17T08:07:30.9797206Z adding 'torch/include/ATen/ops/nansum_native.h' 2025-07-17T08:07:30.9800449Z adding 'torch/include/ATen/ops/nansum_ops.h' 2025-07-17T08:07:30.9803755Z adding 'torch/include/ATen/ops/narrow.h' 2025-07-17T08:07:30.9807018Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9810281Z adding 'torch/include/ATen/ops/narrow_copy.h' 2025-07-17T08:07:30.9813761Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:30.9816771Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2025-07-17T08:07:30.9819898Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2025-07-17T08:07:30.9823152Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2025-07-17T08:07:30.9826165Z adding 'torch/include/ATen/ops/narrow_native.h' 2025-07-17T08:07:30.9829422Z adding 'torch/include/ATen/ops/narrow_ops.h' 2025-07-17T08:07:30.9832757Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2025-07-17T08:07:30.9836250Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2025-07-17T08:07:30.9839705Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9842853Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9846035Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9849203Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2025-07-17T08:07:30.9852655Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2025-07-17T08:07:30.9856126Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2025-07-17T08:07:30.9859346Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2025-07-17T08:07:30.9862784Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2025-07-17T08:07:30.9866344Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2025-07-17T08:07:30.9869681Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2025-07-17T08:07:30.9873140Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:30.9876212Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2025-07-17T08:07:30.9879364Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2025-07-17T08:07:30.9882570Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2025-07-17T08:07:30.9885797Z adding 'torch/include/ATen/ops/native_dropout.h' 2025-07-17T08:07:30.9889149Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2025-07-17T08:07:30.9892531Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9895740Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9898897Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9902094Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2025-07-17T08:07:30.9905461Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2025-07-17T08:07:30.9909334Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9913311Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2025-07-17T08:07:30.9916515Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2025-07-17T08:07:30.9919748Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2025-07-17T08:07:30.9923169Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2025-07-17T08:07:30.9926801Z adding 'torch/include/ATen/ops/native_group_norm.h' 2025-07-17T08:07:30.9930860Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2025-07-17T08:07:30.9934646Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9937867Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9941198Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9944366Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2025-07-17T08:07:30.9947961Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2025-07-17T08:07:30.9951551Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9954804Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2025-07-17T08:07:30.9958155Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2025-07-17T08:07:30.9961305Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2025-07-17T08:07:30.9964812Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2025-07-17T08:07:30.9968612Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2025-07-17T08:07:30.9972499Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2025-07-17T08:07:30.9976499Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9979702Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2025-07-17T08:07:30.9983024Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2025-07-17T08:07:30.9986273Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2025-07-17T08:07:30.9989879Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2025-07-17T08:07:30.9993453Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:30.9997251Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2025-07-17T08:07:31.0000624Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2025-07-17T08:07:31.0003860Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2025-07-17T08:07:31.0007215Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2025-07-17T08:07:31.0010638Z adding 'torch/include/ATen/ops/native_norm.h' 2025-07-17T08:07:31.0014076Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0017152Z adding 'torch/include/ATen/ops/native_norm_native.h' 2025-07-17T08:07:31.0020621Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2025-07-17T08:07:31.0023902Z adding 'torch/include/ATen/ops/ne.h' 2025-07-17T08:07:31.0027398Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0030521Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2025-07-17T08:07:31.0033814Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2025-07-17T08:07:31.0036890Z adding 'torch/include/ATen/ops/ne_meta.h' 2025-07-17T08:07:31.0040208Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2025-07-17T08:07:31.0043390Z adding 'torch/include/ATen/ops/ne_native.h' 2025-07-17T08:07:31.0046868Z adding 'torch/include/ATen/ops/ne_ops.h' 2025-07-17T08:07:31.0050208Z adding 'torch/include/ATen/ops/neg.h' 2025-07-17T08:07:31.0053533Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0056726Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2025-07-17T08:07:31.0059828Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2025-07-17T08:07:31.0062980Z adding 'torch/include/ATen/ops/neg_meta.h' 2025-07-17T08:07:31.0066201Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2025-07-17T08:07:31.0069356Z adding 'torch/include/ATen/ops/neg_native.h' 2025-07-17T08:07:31.0072769Z adding 'torch/include/ATen/ops/neg_ops.h' 2025-07-17T08:07:31.0075970Z adding 'torch/include/ATen/ops/negative.h' 2025-07-17T08:07:31.0079398Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0082296Z adding 'torch/include/ATen/ops/negative_native.h' 2025-07-17T08:07:31.0085707Z adding 'torch/include/ATen/ops/negative_ops.h' 2025-07-17T08:07:31.0088949Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2025-07-17T08:07:31.0092279Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0095328Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2025-07-17T08:07:31.0098548Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2025-07-17T08:07:31.0102099Z adding 'torch/include/ATen/ops/new_empty.h' 2025-07-17T08:07:31.0105596Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0108750Z adding 'torch/include/ATen/ops/new_empty_native.h' 2025-07-17T08:07:31.0112215Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2025-07-17T08:07:31.0115849Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2025-07-17T08:07:31.0119397Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0122716Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0125931Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2025-07-17T08:07:31.0129236Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2025-07-17T08:07:31.0132986Z adding 'torch/include/ATen/ops/new_full.h' 2025-07-17T08:07:31.0136668Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0140430Z adding 'torch/include/ATen/ops/new_full_native.h' 2025-07-17T08:07:31.0144442Z adding 'torch/include/ATen/ops/new_full_ops.h' 2025-07-17T08:07:31.0147095Z adding 'torch/include/ATen/ops/new_ones.h' 2025-07-17T08:07:31.0150846Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0153845Z adding 'torch/include/ATen/ops/new_ones_native.h' 2025-07-17T08:07:31.0157357Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2025-07-17T08:07:31.0160805Z adding 'torch/include/ATen/ops/new_zeros.h' 2025-07-17T08:07:31.0164530Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0168453Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2025-07-17T08:07:31.0170980Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2025-07-17T08:07:31.0174267Z adding 'torch/include/ATen/ops/nextafter.h' 2025-07-17T08:07:31.0177663Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0180788Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2025-07-17T08:07:31.0183872Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2025-07-17T08:07:31.0186850Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2025-07-17T08:07:31.0190499Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2025-07-17T08:07:31.0193218Z adding 'torch/include/ATen/ops/nextafter_native.h' 2025-07-17T08:07:31.0196465Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2025-07-17T08:07:31.0199906Z adding 'torch/include/ATen/ops/nll_loss.h' 2025-07-17T08:07:31.0203460Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2025-07-17T08:07:31.0207256Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2025-07-17T08:07:31.0210733Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.0214117Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.0217171Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2025-07-17T08:07:31.0220453Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2025-07-17T08:07:31.0223839Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0227216Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2025-07-17T08:07:31.0230788Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2025-07-17T08:07:31.0234071Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2025-07-17T08:07:31.0237364Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2025-07-17T08:07:31.0240711Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2025-07-17T08:07:31.0243917Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2025-07-17T08:07:31.0247198Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2025-07-17T08:07:31.0250723Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2025-07-17T08:07:31.0254370Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0257494Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:31.0260772Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:31.0263872Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2025-07-17T08:07:31.0267109Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2025-07-17T08:07:31.0270349Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2025-07-17T08:07:31.0273661Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2025-07-17T08:07:31.0277027Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0280772Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2025-07-17T08:07:31.0284377Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0287454Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2025-07-17T08:07:31.0290704Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2025-07-17T08:07:31.0293733Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2025-07-17T08:07:31.0296964Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2025-07-17T08:07:31.0300021Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2025-07-17T08:07:31.0303356Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2025-07-17T08:07:31.0306450Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2025-07-17T08:07:31.0309696Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2025-07-17T08:07:31.0313039Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0315966Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2025-07-17T08:07:31.0319158Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2025-07-17T08:07:31.0322432Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2025-07-17T08:07:31.0325944Z adding 'torch/include/ATen/ops/nonzero.h' 2025-07-17T08:07:31.0329140Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2025-07-17T08:07:31.0332214Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2025-07-17T08:07:31.0335205Z adding 'torch/include/ATen/ops/nonzero_native.h' 2025-07-17T08:07:31.0338264Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2025-07-17T08:07:31.0341477Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0344339Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2025-07-17T08:07:31.0347402Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2025-07-17T08:07:31.0350755Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2025-07-17T08:07:31.0354124Z adding 'torch/include/ATen/ops/nonzero_static.h' 2025-07-17T08:07:31.0357420Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2025-07-17T08:07:31.0360553Z adding 'torch/include/ATen/ops/nonzero_static_cuda_dispatch.h' 2025-07-17T08:07:31.0363629Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2025-07-17T08:07:31.0366747Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2025-07-17T08:07:31.0370279Z adding 'torch/include/ATen/ops/norm.h' 2025-07-17T08:07:31.0373787Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0377032Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0380164Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0383250Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2025-07-17T08:07:31.0386414Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2025-07-17T08:07:31.0389567Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2025-07-17T08:07:31.0392821Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0395719Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2025-07-17T08:07:31.0398868Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2025-07-17T08:07:31.0402007Z adding 'torch/include/ATen/ops/norm_meta.h' 2025-07-17T08:07:31.0405118Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2025-07-17T08:07:31.0408324Z adding 'torch/include/ATen/ops/norm_native.h' 2025-07-17T08:07:31.0412195Z adding 'torch/include/ATen/ops/norm_ops.h' 2025-07-17T08:07:31.0416669Z adding 'torch/include/ATen/ops/normal.h' 2025-07-17T08:07:31.0420589Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0423777Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2025-07-17T08:07:31.0427177Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2025-07-17T08:07:31.0431487Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2025-07-17T08:07:31.0433995Z adding 'torch/include/ATen/ops/normal_native.h' 2025-07-17T08:07:31.0438105Z adding 'torch/include/ATen/ops/normal_ops.h' 2025-07-17T08:07:31.0441549Z adding 'torch/include/ATen/ops/not_equal.h' 2025-07-17T08:07:31.0445139Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0448646Z adding 'torch/include/ATen/ops/not_equal_native.h' 2025-07-17T08:07:31.0451737Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2025-07-17T08:07:31.0455246Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2025-07-17T08:07:31.0458580Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0461705Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2025-07-17T08:07:31.0466062Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2025-07-17T08:07:31.0468447Z adding 'torch/include/ATen/ops/numpy_T.h' 2025-07-17T08:07:31.0471986Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0474857Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2025-07-17T08:07:31.0478119Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2025-07-17T08:07:31.0481205Z adding 'torch/include/ATen/ops/one_hot.h' 2025-07-17T08:07:31.0484639Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0487502Z adding 'torch/include/ATen/ops/one_hot_native.h' 2025-07-17T08:07:31.0490789Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2025-07-17T08:07:31.0494661Z adding 'torch/include/ATen/ops/ones.h' 2025-07-17T08:07:31.0498314Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0501741Z adding 'torch/include/ATen/ops/ones_like.h' 2025-07-17T08:07:31.0506139Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0508334Z adding 'torch/include/ATen/ops/ones_like_native.h' 2025-07-17T08:07:31.0511937Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2025-07-17T08:07:31.0515114Z adding 'torch/include/ATen/ops/ones_native.h' 2025-07-17T08:07:31.0526388Z adding 'torch/include/ATen/ops/ones_ops.h' 2025-07-17T08:07:31.0528423Z adding 'torch/include/ATen/ops/or.h' 2025-07-17T08:07:31.0528977Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0531136Z adding 'torch/include/ATen/ops/or_native.h' 2025-07-17T08:07:31.0534540Z adding 'torch/include/ATen/ops/or_ops.h' 2025-07-17T08:07:31.0537699Z adding 'torch/include/ATen/ops/orgqr.h' 2025-07-17T08:07:31.0541193Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0544126Z adding 'torch/include/ATen/ops/orgqr_native.h' 2025-07-17T08:07:31.0547537Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2025-07-17T08:07:31.0550944Z adding 'torch/include/ATen/ops/ormqr.h' 2025-07-17T08:07:31.0554231Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2025-07-17T08:07:31.0557629Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2025-07-17T08:07:31.0561149Z adding 'torch/include/ATen/ops/ormqr_native.h' 2025-07-17T08:07:31.0564772Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2025-07-17T08:07:31.0568525Z adding 'torch/include/ATen/ops/outer.h' 2025-07-17T08:07:31.0572074Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0575573Z adding 'torch/include/ATen/ops/outer_native.h' 2025-07-17T08:07:31.0579090Z adding 'torch/include/ATen/ops/outer_ops.h' 2025-07-17T08:07:31.0582570Z adding 'torch/include/ATen/ops/output_nr.h' 2025-07-17T08:07:31.0586084Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0588955Z adding 'torch/include/ATen/ops/output_nr_native.h' 2025-07-17T08:07:31.0592422Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2025-07-17T08:07:31.0595704Z adding 'torch/include/ATen/ops/pad.h' 2025-07-17T08:07:31.0599118Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0602302Z adding 'torch/include/ATen/ops/pad_native.h' 2025-07-17T08:07:31.0605512Z adding 'torch/include/ATen/ops/pad_ops.h' 2025-07-17T08:07:31.0608806Z adding 'torch/include/ATen/ops/pad_sequence.h' 2025-07-17T08:07:31.0612117Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0615050Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2025-07-17T08:07:31.0618226Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2025-07-17T08:07:31.0621471Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2025-07-17T08:07:31.0624819Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0627755Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2025-07-17T08:07:31.0631026Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2025-07-17T08:07:31.0634069Z adding 'torch/include/ATen/ops/pdist.h' 2025-07-17T08:07:31.0637480Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0640347Z adding 'torch/include/ATen/ops/pdist_native.h' 2025-07-17T08:07:31.0643479Z adding 'torch/include/ATen/ops/pdist_ops.h' 2025-07-17T08:07:31.0646495Z adding 'torch/include/ATen/ops/permute.h' 2025-07-17T08:07:31.0649746Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0652755Z adding 'torch/include/ATen/ops/permute_copy.h' 2025-07-17T08:07:31.0656030Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0659254Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0662117Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2025-07-17T08:07:31.0665320Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2025-07-17T08:07:31.0668465Z adding 'torch/include/ATen/ops/permute_native.h' 2025-07-17T08:07:31.0671749Z adding 'torch/include/ATen/ops/permute_ops.h' 2025-07-17T08:07:31.0674718Z adding 'torch/include/ATen/ops/pin_memory.h' 2025-07-17T08:07:31.0677953Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0681205Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2025-07-17T08:07:31.0684461Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2025-07-17T08:07:31.0687496Z adding 'torch/include/ATen/ops/pinverse.h' 2025-07-17T08:07:31.0690755Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0693555Z adding 'torch/include/ATen/ops/pinverse_native.h' 2025-07-17T08:07:31.0696641Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2025-07-17T08:07:31.0699838Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2025-07-17T08:07:31.0703044Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0706289Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0709273Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2025-07-17T08:07:31.0712328Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2025-07-17T08:07:31.0715511Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2025-07-17T08:07:31.0718838Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2025-07-17T08:07:31.0722303Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0725845Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0729049Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2025-07-17T08:07:31.0732150Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2025-07-17T08:07:31.0735873Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2025-07-17T08:07:31.0739456Z adding 'torch/include/ATen/ops/poisson.h' 2025-07-17T08:07:31.0743253Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0746695Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2025-07-17T08:07:31.0750694Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2025-07-17T08:07:31.0753961Z adding 'torch/include/ATen/ops/poisson_native.h' 2025-07-17T08:07:31.0757922Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2025-07-17T08:07:31.0761382Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0764439Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2025-07-17T08:07:31.0767710Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2025-07-17T08:07:31.0771036Z adding 'torch/include/ATen/ops/poisson_ops.h' 2025-07-17T08:07:31.0774156Z adding 'torch/include/ATen/ops/polar.h' 2025-07-17T08:07:31.0777577Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0780706Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2025-07-17T08:07:31.0783824Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2025-07-17T08:07:31.0786947Z adding 'torch/include/ATen/ops/polar_native.h' 2025-07-17T08:07:31.0790338Z adding 'torch/include/ATen/ops/polar_ops.h' 2025-07-17T08:07:31.0793580Z adding 'torch/include/ATen/ops/polygamma.h' 2025-07-17T08:07:31.0796887Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0800276Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0803352Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2025-07-17T08:07:31.0806535Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2025-07-17T08:07:31.0809759Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2025-07-17T08:07:31.0812920Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2025-07-17T08:07:31.0816109Z adding 'torch/include/ATen/ops/polygamma_native.h' 2025-07-17T08:07:31.0819395Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2025-07-17T08:07:31.0822668Z adding 'torch/include/ATen/ops/positive.h' 2025-07-17T08:07:31.0825957Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0828973Z adding 'torch/include/ATen/ops/positive_native.h' 2025-07-17T08:07:31.0832408Z adding 'torch/include/ATen/ops/positive_ops.h' 2025-07-17T08:07:31.0835739Z adding 'torch/include/ATen/ops/pow.h' 2025-07-17T08:07:31.0839201Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0842247Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2025-07-17T08:07:31.0845613Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2025-07-17T08:07:31.0848730Z adding 'torch/include/ATen/ops/pow_meta.h' 2025-07-17T08:07:31.0851983Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2025-07-17T08:07:31.0860915Z adding 'torch/include/ATen/ops/pow_native.h' 2025-07-17T08:07:31.0864587Z adding 'torch/include/ATen/ops/pow_ops.h' 2025-07-17T08:07:31.0868005Z adding 'torch/include/ATen/ops/prelu.h' 2025-07-17T08:07:31.0871429Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0874529Z adding 'torch/include/ATen/ops/prelu_native.h' 2025-07-17T08:07:31.0877768Z adding 'torch/include/ATen/ops/prelu_ops.h' 2025-07-17T08:07:31.0881170Z adding 'torch/include/ATen/ops/prod.h' 2025-07-17T08:07:31.0884671Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0887941Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.0891127Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0894197Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2025-07-17T08:07:31.0897595Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2025-07-17T08:07:31.0900755Z adding 'torch/include/ATen/ops/prod_meta.h' 2025-07-17T08:07:31.0903962Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2025-07-17T08:07:31.0907437Z adding 'torch/include/ATen/ops/prod_native.h' 2025-07-17T08:07:31.0911116Z adding 'torch/include/ATen/ops/prod_ops.h' 2025-07-17T08:07:31.0914371Z adding 'torch/include/ATen/ops/promote_types.h' 2025-07-17T08:07:31.0917788Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.0920737Z adding 'torch/include/ATen/ops/promote_types_native.h' 2025-07-17T08:07:31.0923909Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2025-07-17T08:07:31.0927101Z adding 'torch/include/ATen/ops/put.h' 2025-07-17T08:07:31.0930392Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0933498Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2025-07-17T08:07:31.0936635Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2025-07-17T08:07:31.0939710Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2025-07-17T08:07:31.0942719Z adding 'torch/include/ATen/ops/put_native.h' 2025-07-17T08:07:31.0946023Z adding 'torch/include/ATen/ops/put_ops.h' 2025-07-17T08:07:31.0949225Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2025-07-17T08:07:31.0952413Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2025-07-17T08:07:31.0955538Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2025-07-17T08:07:31.0958647Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2025-07-17T08:07:31.0961982Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0965087Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2025-07-17T08:07:31.0968323Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2025-07-17T08:07:31.0971534Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2025-07-17T08:07:31.0974866Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.0977871Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2025-07-17T08:07:31.0981056Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2025-07-17T08:07:31.0984266Z adding 'torch/include/ATen/ops/q_scale.h' 2025-07-17T08:07:31.0987289Z adding 'torch/include/ATen/ops/q_scale_native.h' 2025-07-17T08:07:31.0990489Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2025-07-17T08:07:31.0993553Z adding 'torch/include/ATen/ops/q_zero_point.h' 2025-07-17T08:07:31.0996602Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2025-07-17T08:07:31.0999631Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2025-07-17T08:07:31.1002699Z adding 'torch/include/ATen/ops/qr.h' 2025-07-17T08:07:31.1005975Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1008943Z adding 'torch/include/ATen/ops/qr_native.h' 2025-07-17T08:07:31.1012165Z adding 'torch/include/ATen/ops/qr_ops.h' 2025-07-17T08:07:31.1015200Z adding 'torch/include/ATen/ops/qscheme.h' 2025-07-17T08:07:31.1018175Z adding 'torch/include/ATen/ops/qscheme_native.h' 2025-07-17T08:07:31.1021499Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2025-07-17T08:07:31.1024779Z adding 'torch/include/ATen/ops/quantile.h' 2025-07-17T08:07:31.1028182Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1031350Z adding 'torch/include/ATen/ops/quantile_native.h' 2025-07-17T08:07:31.1034777Z adding 'torch/include/ATen/ops/quantile_ops.h' 2025-07-17T08:07:31.1038080Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2025-07-17T08:07:31.1041478Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1044482Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2025-07-17T08:07:31.1047580Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2025-07-17T08:07:31.1050610Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2025-07-17T08:07:31.1054204Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2025-07-17T08:07:31.1057324Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2025-07-17T08:07:31.1060797Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1063878Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2025-07-17T08:07:31.1066991Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2025-07-17T08:07:31.1070230Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2025-07-17T08:07:31.1073786Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1076831Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2025-07-17T08:07:31.1080012Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2025-07-17T08:07:31.1083030Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2025-07-17T08:07:31.1086222Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2025-07-17T08:07:31.1089340Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2025-07-17T08:07:31.1092882Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2025-07-17T08:07:31.1096216Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2025-07-17T08:07:31.1099954Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1103020Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2025-07-17T08:07:31.1106414Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2025-07-17T08:07:31.1109714Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2025-07-17T08:07:31.1113084Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1116024Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2025-07-17T08:07:31.1119288Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2025-07-17T08:07:31.1129592Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2025-07-17T08:07:31.1130003Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1130432Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2025-07-17T08:07:31.1133779Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2025-07-17T08:07:31.1137181Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2025-07-17T08:07:31.1172018Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1172245Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2025-07-17T08:07:31.1172454Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2025-07-17T08:07:31.1172593Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2025-07-17T08:07:31.1172891Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1173055Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2025-07-17T08:07:31.1173211Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2025-07-17T08:07:31.1173348Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2025-07-17T08:07:31.1173630Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1173819Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2025-07-17T08:07:31.1178226Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2025-07-17T08:07:31.1180775Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2025-07-17T08:07:31.1184472Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1187316Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2025-07-17T08:07:31.1190884Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2025-07-17T08:07:31.1194108Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2025-07-17T08:07:31.1197705Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1200652Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2025-07-17T08:07:31.1204120Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2025-07-17T08:07:31.1207213Z adding 'torch/include/ATen/ops/rad2deg.h' 2025-07-17T08:07:31.1210529Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1213666Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2025-07-17T08:07:31.1216927Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2025-07-17T08:07:31.1221692Z adding 'torch/include/ATen/ops/rand.h' 2025-07-17T08:07:31.1225944Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1229568Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1232869Z adding 'torch/include/ATen/ops/rand_like.h' 2025-07-17T08:07:31.1236267Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1239241Z adding 'torch/include/ATen/ops/rand_like_native.h' 2025-07-17T08:07:31.1242554Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2025-07-17T08:07:31.1245788Z adding 'torch/include/ATen/ops/rand_native.h' 2025-07-17T08:07:31.1249492Z adding 'torch/include/ATen/ops/rand_ops.h' 2025-07-17T08:07:31.1254542Z adding 'torch/include/ATen/ops/randint.h' 2025-07-17T08:07:31.1259792Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1263279Z adding 'torch/include/ATen/ops/randint_like.h' 2025-07-17T08:07:31.1267292Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1270623Z adding 'torch/include/ATen/ops/randint_like_native.h' 2025-07-17T08:07:31.1274365Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2025-07-17T08:07:31.1277673Z adding 'torch/include/ATen/ops/randint_native.h' 2025-07-17T08:07:31.1281404Z adding 'torch/include/ATen/ops/randint_ops.h' 2025-07-17T08:07:31.1286395Z adding 'torch/include/ATen/ops/randn.h' 2025-07-17T08:07:31.1290550Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1293861Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1297030Z adding 'torch/include/ATen/ops/randn_like.h' 2025-07-17T08:07:31.1300422Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1303923Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-07-17T08:07:31.1306802Z adding 'torch/include/ATen/ops/randn_like_native.h' 2025-07-17T08:07:31.1310204Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2025-07-17T08:07:31.1313382Z adding 'torch/include/ATen/ops/randn_native.h' 2025-07-17T08:07:31.1317243Z adding 'torch/include/ATen/ops/randn_ops.h' 2025-07-17T08:07:31.1320729Z adding 'torch/include/ATen/ops/random.h' 2025-07-17T08:07:31.1324176Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1327251Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2025-07-17T08:07:31.1330336Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2025-07-17T08:07:31.1333417Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2025-07-17T08:07:31.1336497Z adding 'torch/include/ATen/ops/random_native.h' 2025-07-17T08:07:31.1340033Z adding 'torch/include/ATen/ops/random_ops.h' 2025-07-17T08:07:31.1344033Z adding 'torch/include/ATen/ops/randperm.h' 2025-07-17T08:07:31.1348025Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1350971Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2025-07-17T08:07:31.1354107Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2025-07-17T08:07:31.1357141Z adding 'torch/include/ATen/ops/randperm_native.h' 2025-07-17T08:07:31.1360531Z adding 'torch/include/ATen/ops/randperm_ops.h' 2025-07-17T08:07:31.1363963Z adding 'torch/include/ATen/ops/range.h' 2025-07-17T08:07:31.1367365Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1370400Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2025-07-17T08:07:31.1373509Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2025-07-17T08:07:31.1376582Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2025-07-17T08:07:31.1379655Z adding 'torch/include/ATen/ops/range_native.h' 2025-07-17T08:07:31.1383062Z adding 'torch/include/ATen/ops/range_ops.h' 2025-07-17T08:07:31.1386177Z adding 'torch/include/ATen/ops/ravel.h' 2025-07-17T08:07:31.1389436Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1392473Z adding 'torch/include/ATen/ops/ravel_native.h' 2025-07-17T08:07:31.1395578Z adding 'torch/include/ATen/ops/ravel_ops.h' 2025-07-17T08:07:31.1398621Z adding 'torch/include/ATen/ops/real.h' 2025-07-17T08:07:31.1401839Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1404698Z adding 'torch/include/ATen/ops/real_native.h' 2025-07-17T08:07:31.1407789Z adding 'torch/include/ATen/ops/real_ops.h' 2025-07-17T08:07:31.1410911Z adding 'torch/include/ATen/ops/reciprocal.h' 2025-07-17T08:07:31.1414272Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1417427Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2025-07-17T08:07:31.1420576Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2025-07-17T08:07:31.1423701Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2025-07-17T08:07:31.1426829Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2025-07-17T08:07:31.1430094Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2025-07-17T08:07:31.1433406Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2025-07-17T08:07:31.1436581Z adding 'torch/include/ATen/ops/record_stream.h' 2025-07-17T08:07:31.1439801Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2025-07-17T08:07:31.1442823Z adding 'torch/include/ATen/ops/record_stream_native.h' 2025-07-17T08:07:31.1446149Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2025-07-17T08:07:31.1449208Z adding 'torch/include/ATen/ops/refine_names.h' 2025-07-17T08:07:31.1452591Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1455472Z adding 'torch/include/ATen/ops/refine_names_native.h' 2025-07-17T08:07:31.1458811Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2025-07-17T08:07:31.1462079Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2025-07-17T08:07:31.1465784Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2025-07-17T08:07:31.1469534Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1473230Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1476689Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1479929Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2025-07-17T08:07:31.1483219Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2025-07-17T08:07:31.1486454Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2025-07-17T08:07:31.1489946Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2025-07-17T08:07:31.1493546Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1497238Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2025-07-17T08:07:31.1500026Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2025-07-17T08:07:31.1503157Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2025-07-17T08:07:31.1506351Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2025-07-17T08:07:31.1509695Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2025-07-17T08:07:31.1512955Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2025-07-17T08:07:31.1516468Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2025-07-17T08:07:31.1520230Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2025-07-17T08:07:31.1523946Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1527891Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1531573Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2025-07-17T08:07:31.1535171Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2025-07-17T08:07:31.1538425Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2025-07-17T08:07:31.1542052Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2025-07-17T08:07:31.1545196Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2025-07-17T08:07:31.1548649Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2025-07-17T08:07:31.1552198Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2025-07-17T08:07:31.1555983Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2025-07-17T08:07:31.1559567Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1562739Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1566065Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1569603Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2025-07-17T08:07:31.1572682Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2025-07-17T08:07:31.1575749Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2025-07-17T08:07:31.1579249Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2025-07-17T08:07:31.1582621Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1585768Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2025-07-17T08:07:31.1590142Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2025-07-17T08:07:31.1592358Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2025-07-17T08:07:31.1595553Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2025-07-17T08:07:31.1598648Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2025-07-17T08:07:31.1602164Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2025-07-17T08:07:31.1605217Z adding 'torch/include/ATen/ops/relu.h' 2025-07-17T08:07:31.1608509Z adding 'torch/include/ATen/ops/relu6.h' 2025-07-17T08:07:31.1611891Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1615032Z adding 'torch/include/ATen/ops/relu6_native.h' 2025-07-17T08:07:31.1618203Z adding 'torch/include/ATen/ops/relu6_ops.h' 2025-07-17T08:07:31.1621600Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1624686Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2025-07-17T08:07:31.1627867Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2025-07-17T08:07:31.1631184Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2025-07-17T08:07:31.1634326Z adding 'torch/include/ATen/ops/relu_native.h' 2025-07-17T08:07:31.1637527Z adding 'torch/include/ATen/ops/relu_ops.h' 2025-07-17T08:07:31.1641078Z adding 'torch/include/ATen/ops/remainder.h' 2025-07-17T08:07:31.1644391Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1648100Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1650712Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2025-07-17T08:07:31.1653863Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2025-07-17T08:07:31.1656867Z adding 'torch/include/ATen/ops/remainder_meta.h' 2025-07-17T08:07:31.1660001Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2025-07-17T08:07:31.1663058Z adding 'torch/include/ATen/ops/remainder_native.h' 2025-07-17T08:07:31.1666794Z adding 'torch/include/ATen/ops/remainder_ops.h' 2025-07-17T08:07:31.1670037Z adding 'torch/include/ATen/ops/rename.h' 2025-07-17T08:07:31.1673353Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1676251Z adding 'torch/include/ATen/ops/rename_native.h' 2025-07-17T08:07:31.1679608Z adding 'torch/include/ATen/ops/rename_ops.h' 2025-07-17T08:07:31.1682786Z adding 'torch/include/ATen/ops/renorm.h' 2025-07-17T08:07:31.1686133Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1689099Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2025-07-17T08:07:31.1692237Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2025-07-17T08:07:31.1695485Z adding 'torch/include/ATen/ops/renorm_meta.h' 2025-07-17T08:07:31.1698688Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2025-07-17T08:07:31.1701711Z adding 'torch/include/ATen/ops/renorm_native.h' 2025-07-17T08:07:31.1704941Z adding 'torch/include/ATen/ops/renorm_ops.h' 2025-07-17T08:07:31.1708277Z adding 'torch/include/ATen/ops/repeat.h' 2025-07-17T08:07:31.1711789Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1715329Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2025-07-17T08:07:31.1718888Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1722138Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1725187Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2025-07-17T08:07:31.1728297Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2025-07-17T08:07:31.1731393Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2025-07-17T08:07:31.1743967Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2025-07-17T08:07:31.1744156Z adding 'torch/include/ATen/ops/repeat_native.h' 2025-07-17T08:07:31.1744391Z adding 'torch/include/ATen/ops/repeat_ops.h' 2025-07-17T08:07:31.1744530Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2025-07-17T08:07:31.1747818Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2025-07-17T08:07:31.1752000Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1755525Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1758718Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1761968Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2025-07-17T08:07:31.1765200Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2025-07-17T08:07:31.1768483Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2025-07-17T08:07:31.1771872Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2025-07-17T08:07:31.1775324Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1778416Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2025-07-17T08:07:31.1781866Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2025-07-17T08:07:31.1784847Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2025-07-17T08:07:31.1787976Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2025-07-17T08:07:31.1791911Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2025-07-17T08:07:31.1794702Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2025-07-17T08:07:31.1798016Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2025-07-17T08:07:31.1801960Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2025-07-17T08:07:31.1805238Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1808491Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1811749Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2025-07-17T08:07:31.1814991Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2025-07-17T08:07:31.1818534Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1821519Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2025-07-17T08:07:31.1824977Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2025-07-17T08:07:31.1827977Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2025-07-17T08:07:31.1831349Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2025-07-17T08:07:31.1834528Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2025-07-17T08:07:31.1837784Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2025-07-17T08:07:31.1841261Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2025-07-17T08:07:31.1844829Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2025-07-17T08:07:31.1848425Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.1851810Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.1854917Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2025-07-17T08:07:31.1858293Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2025-07-17T08:07:31.1861995Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.1865237Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2025-07-17T08:07:31.1868410Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2025-07-17T08:07:31.1871892Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2025-07-17T08:07:31.1875056Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2025-07-17T08:07:31.1878102Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2025-07-17T08:07:31.1881481Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2025-07-17T08:07:31.1884460Z adding 'torch/include/ATen/ops/requires_grad.h' 2025-07-17T08:07:31.1887961Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1891814Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2025-07-17T08:07:31.1894464Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2025-07-17T08:07:31.1897605Z adding 'torch/include/ATen/ops/reshape.h' 2025-07-17T08:07:31.1900566Z adding 'torch/include/ATen/ops/reshape_as.h' 2025-07-17T08:07:31.1903981Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1907151Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2025-07-17T08:07:31.1910235Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2025-07-17T08:07:31.1913723Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2025-07-17T08:07:31.1917410Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1920716Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2025-07-17T08:07:31.1923426Z adding 'torch/include/ATen/ops/reshape_native.h' 2025-07-17T08:07:31.1926685Z adding 'torch/include/ATen/ops/reshape_ops.h' 2025-07-17T08:07:31.1930150Z adding 'torch/include/ATen/ops/resize.h' 2025-07-17T08:07:31.1933607Z adding 'torch/include/ATen/ops/resize_as.h' 2025-07-17T08:07:31.1937595Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1940133Z adding 'torch/include/ATen/ops/resize_as_native.h' 2025-07-17T08:07:31.1943485Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2025-07-17T08:07:31.1946764Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2025-07-17T08:07:31.1950377Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1953460Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2025-07-17T08:07:31.1956695Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2025-07-17T08:07:31.1959994Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2025-07-17T08:07:31.1963803Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.1967080Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2025-07-17T08:07:31.1970093Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2025-07-17T08:07:31.1973319Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2025-07-17T08:07:31.1976425Z adding 'torch/include/ATen/ops/resize_native.h' 2025-07-17T08:07:31.1979881Z adding 'torch/include/ATen/ops/resize_ops.h' 2025-07-17T08:07:31.1982997Z adding 'torch/include/ATen/ops/resolve_conj.h' 2025-07-17T08:07:31.1986376Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.1989336Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2025-07-17T08:07:31.1992599Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2025-07-17T08:07:31.1995710Z adding 'torch/include/ATen/ops/resolve_neg.h' 2025-07-17T08:07:31.1999117Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2001972Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2025-07-17T08:07:31.2005213Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2025-07-17T08:07:31.2008480Z adding 'torch/include/ATen/ops/result_type.h' 2025-07-17T08:07:31.2011813Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2014907Z adding 'torch/include/ATen/ops/result_type_native.h' 2025-07-17T08:07:31.2018263Z adding 'torch/include/ATen/ops/result_type_ops.h' 2025-07-17T08:07:31.2021493Z adding 'torch/include/ATen/ops/retain_grad.h' 2025-07-17T08:07:31.2024791Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2027857Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2025-07-17T08:07:31.2031076Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2025-07-17T08:07:31.2034199Z adding 'torch/include/ATen/ops/retains_grad.h' 2025-07-17T08:07:31.2037450Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2040409Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2025-07-17T08:07:31.2043604Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2025-07-17T08:07:31.2046939Z adding 'torch/include/ATen/ops/rms_norm.h' 2025-07-17T08:07:31.2050320Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2053455Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2025-07-17T08:07:31.2056771Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2025-07-17T08:07:31.2059811Z adding 'torch/include/ATen/ops/rnn_relu.h' 2025-07-17T08:07:31.2063389Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2025-07-17T08:07:31.2067414Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2069644Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2025-07-17T08:07:31.2073297Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2025-07-17T08:07:31.2076815Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2080038Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2025-07-17T08:07:31.2083145Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2025-07-17T08:07:31.2086366Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2025-07-17T08:07:31.2090134Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2025-07-17T08:07:31.2092959Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2095823Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2025-07-17T08:07:31.2099140Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2025-07-17T08:07:31.2102450Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2105366Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2025-07-17T08:07:31.2108748Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2025-07-17T08:07:31.2112270Z adding 'torch/include/ATen/ops/roll.h' 2025-07-17T08:07:31.2115635Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2118638Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2025-07-17T08:07:31.2122034Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2025-07-17T08:07:31.2124909Z adding 'torch/include/ATen/ops/roll_native.h' 2025-07-17T08:07:31.2127977Z adding 'torch/include/ATen/ops/roll_ops.h' 2025-07-17T08:07:31.2131128Z adding 'torch/include/ATen/ops/rot90.h' 2025-07-17T08:07:31.2134396Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2137485Z adding 'torch/include/ATen/ops/rot90_native.h' 2025-07-17T08:07:31.2140716Z adding 'torch/include/ATen/ops/rot90_ops.h' 2025-07-17T08:07:31.2143937Z adding 'torch/include/ATen/ops/round.h' 2025-07-17T08:07:31.2147305Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2150445Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2025-07-17T08:07:31.2153588Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2025-07-17T08:07:31.2156615Z adding 'torch/include/ATen/ops/round_meta.h' 2025-07-17T08:07:31.2159733Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2025-07-17T08:07:31.2163030Z adding 'torch/include/ATen/ops/round_native.h' 2025-07-17T08:07:31.2166294Z adding 'torch/include/ATen/ops/round_ops.h' 2025-07-17T08:07:31.2169231Z adding 'torch/include/ATen/ops/row_indices.h' 2025-07-17T08:07:31.2172449Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2175426Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2025-07-17T08:07:31.2178664Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2181781Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2184602Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2025-07-17T08:07:31.2187805Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2025-07-17T08:07:31.2190933Z adding 'torch/include/ATen/ops/row_indices_native.h' 2025-07-17T08:07:31.2194264Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2025-07-17T08:07:31.2197438Z adding 'torch/include/ATen/ops/row_stack.h' 2025-07-17T08:07:31.2200774Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2203651Z adding 'torch/include/ATen/ops/row_stack_native.h' 2025-07-17T08:07:31.2206790Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2025-07-17T08:07:31.2210058Z adding 'torch/include/ATen/ops/rrelu.h' 2025-07-17T08:07:31.2213307Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2216134Z adding 'torch/include/ATen/ops/rrelu_native.h' 2025-07-17T08:07:31.2219359Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2025-07-17T08:07:31.2222745Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2025-07-17T08:07:31.2226089Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2025-07-17T08:07:31.2229520Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2232482Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2025-07-17T08:07:31.2235957Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2025-07-17T08:07:31.2239649Z adding 'torch/include/ATen/ops/rrelu_with_noise_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2242156Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2025-07-17T08:07:31.2245527Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2025-07-17T08:07:31.2248699Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2025-07-17T08:07:31.2251846Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2025-07-17T08:07:31.2255338Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2025-07-17T08:07:31.2258917Z adding 'torch/include/ATen/ops/rshift.h' 2025-07-17T08:07:31.2262543Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2265422Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2025-07-17T08:07:31.2268790Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2025-07-17T08:07:31.2272082Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2025-07-17T08:07:31.2275792Z adding 'torch/include/ATen/ops/rshift_native.h' 2025-07-17T08:07:31.2279300Z adding 'torch/include/ATen/ops/rshift_ops.h' 2025-07-17T08:07:31.2282477Z adding 'torch/include/ATen/ops/rsqrt.h' 2025-07-17T08:07:31.2285832Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2288756Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2025-07-17T08:07:31.2291843Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2025-07-17T08:07:31.2294881Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2025-07-17T08:07:31.2297988Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2025-07-17T08:07:31.2300962Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2025-07-17T08:07:31.2304167Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2025-07-17T08:07:31.2307364Z adding 'torch/include/ATen/ops/rsub.h' 2025-07-17T08:07:31.2310818Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2313837Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2025-07-17T08:07:31.2316898Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2025-07-17T08:07:31.2319926Z adding 'torch/include/ATen/ops/rsub_native.h' 2025-07-17T08:07:31.2323267Z adding 'torch/include/ATen/ops/rsub_ops.h' 2025-07-17T08:07:31.2326630Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2025-07-17T08:07:31.2329989Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2332955Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2025-07-17T08:07:31.2336189Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2025-07-17T08:07:31.2339417Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2025-07-17T08:07:31.2342766Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2345721Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2025-07-17T08:07:31.2349002Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2025-07-17T08:07:31.2352479Z adding 'torch/include/ATen/ops/scatter.h' 2025-07-17T08:07:31.2355742Z adding 'torch/include/ATen/ops/scatter_add.h' 2025-07-17T08:07:31.2359103Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2362129Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2365204Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2025-07-17T08:07:31.2368346Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2025-07-17T08:07:31.2371366Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2025-07-17T08:07:31.2374498Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2025-07-17T08:07:31.2377516Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2025-07-17T08:07:31.2380836Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2025-07-17T08:07:31.2384612Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2388044Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2390783Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2025-07-17T08:07:31.2394068Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2025-07-17T08:07:31.2397207Z adding 'torch/include/ATen/ops/scatter_meta.h' 2025-07-17T08:07:31.2400468Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2025-07-17T08:07:31.2403625Z adding 'torch/include/ATen/ops/scatter_native.h' 2025-07-17T08:07:31.2407630Z adding 'torch/include/ATen/ops/scatter_ops.h' 2025-07-17T08:07:31.2411157Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2025-07-17T08:07:31.2414592Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2417837Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2025-07-17T08:07:31.2421127Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2025-07-17T08:07:31.2424001Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2025-07-17T08:07:31.2427176Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2025-07-17T08:07:31.2430337Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2025-07-17T08:07:31.2433710Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2025-07-17T08:07:31.2437123Z adding 'torch/include/ATen/ops/searchsorted.h' 2025-07-17T08:07:31.2440473Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2025-07-17T08:07:31.2443700Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2025-07-17T08:07:31.2447132Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2025-07-17T08:07:31.2450327Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2025-07-17T08:07:31.2453643Z adding 'torch/include/ATen/ops/segment_reduce.h' 2025-07-17T08:07:31.2457077Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2460139Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2025-07-17T08:07:31.2463258Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2025-07-17T08:07:31.2466307Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2025-07-17T08:07:31.2469752Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2025-07-17T08:07:31.2473190Z adding 'torch/include/ATen/ops/select.h' 2025-07-17T08:07:31.2476652Z adding 'torch/include/ATen/ops/select_backward.h' 2025-07-17T08:07:31.2480142Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2483446Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2486229Z adding 'torch/include/ATen/ops/select_backward_native.h' 2025-07-17T08:07:31.2489436Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2025-07-17T08:07:31.2492681Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2495847Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2499067Z adding 'torch/include/ATen/ops/select_copy.h' 2025-07-17T08:07:31.2502374Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2505600Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2508431Z adding 'torch/include/ATen/ops/select_copy_native.h' 2025-07-17T08:07:31.2511786Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2025-07-17T08:07:31.2514846Z adding 'torch/include/ATen/ops/select_native.h' 2025-07-17T08:07:31.2518037Z adding 'torch/include/ATen/ops/select_ops.h' 2025-07-17T08:07:31.2521587Z adding 'torch/include/ATen/ops/select_scatter.h' 2025-07-17T08:07:31.2525067Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2528324Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2531203Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2025-07-17T08:07:31.2534460Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2025-07-17T08:07:31.2537469Z adding 'torch/include/ATen/ops/selu.h' 2025-07-17T08:07:31.2540740Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2543605Z adding 'torch/include/ATen/ops/selu_native.h' 2025-07-17T08:07:31.2547035Z adding 'torch/include/ATen/ops/selu_ops.h' 2025-07-17T08:07:31.2550706Z adding 'torch/include/ATen/ops/set.h' 2025-07-17T08:07:31.2554326Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2557476Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2560513Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2025-07-17T08:07:31.2563613Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2025-07-17T08:07:31.2566781Z adding 'torch/include/ATen/ops/set_data.h' 2025-07-17T08:07:31.2569911Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2572620Z adding 'torch/include/ATen/ops/set_data_native.h' 2025-07-17T08:07:31.2575729Z adding 'torch/include/ATen/ops/set_data_ops.h' 2025-07-17T08:07:31.2578898Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2025-07-17T08:07:31.2582071Z adding 'torch/include/ATen/ops/set_native.h' 2025-07-17T08:07:31.2585895Z adding 'torch/include/ATen/ops/set_ops.h' 2025-07-17T08:07:31.2589364Z adding 'torch/include/ATen/ops/sgn.h' 2025-07-17T08:07:31.2592825Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2595637Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2025-07-17T08:07:31.2598747Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2025-07-17T08:07:31.2601719Z adding 'torch/include/ATen/ops/sgn_meta.h' 2025-07-17T08:07:31.2604813Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2025-07-17T08:07:31.2607901Z adding 'torch/include/ATen/ops/sgn_native.h' 2025-07-17T08:07:31.2611065Z adding 'torch/include/ATen/ops/sgn_ops.h' 2025-07-17T08:07:31.2614257Z adding 'torch/include/ATen/ops/sigmoid.h' 2025-07-17T08:07:31.2617493Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2025-07-17T08:07:31.2620732Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2624120Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2025-07-17T08:07:31.2627184Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2025-07-17T08:07:31.2631244Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2025-07-17T08:07:31.2633825Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2025-07-17T08:07:31.2637570Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2025-07-17T08:07:31.2640618Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2025-07-17T08:07:31.2644494Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2647573Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2025-07-17T08:07:31.2650991Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2025-07-17T08:07:31.2654343Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2025-07-17T08:07:31.2657524Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2025-07-17T08:07:31.2660663Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2025-07-17T08:07:31.2664031Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2025-07-17T08:07:31.2667180Z adding 'torch/include/ATen/ops/sign.h' 2025-07-17T08:07:31.2670757Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2673721Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2025-07-17T08:07:31.2677191Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2025-07-17T08:07:31.2680241Z adding 'torch/include/ATen/ops/sign_meta.h' 2025-07-17T08:07:31.2683532Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2025-07-17T08:07:31.2686624Z adding 'torch/include/ATen/ops/sign_native.h' 2025-07-17T08:07:31.2690048Z adding 'torch/include/ATen/ops/sign_ops.h' 2025-07-17T08:07:31.2693142Z adding 'torch/include/ATen/ops/signbit.h' 2025-07-17T08:07:31.2696678Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2699624Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2025-07-17T08:07:31.2702826Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2025-07-17T08:07:31.2706027Z adding 'torch/include/ATen/ops/signbit_meta.h' 2025-07-17T08:07:31.2709722Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2025-07-17T08:07:31.2713488Z adding 'torch/include/ATen/ops/signbit_native.h' 2025-07-17T08:07:31.2716029Z adding 'torch/include/ATen/ops/signbit_ops.h' 2025-07-17T08:07:31.2719268Z adding 'torch/include/ATen/ops/silu.h' 2025-07-17T08:07:31.2722451Z adding 'torch/include/ATen/ops/silu_backward.h' 2025-07-17T08:07:31.2726401Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2729280Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2734934Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2025-07-17T08:07:31.2736287Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2025-07-17T08:07:31.2739211Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2025-07-17T08:07:31.2742582Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2025-07-17T08:07:31.2745692Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2025-07-17T08:07:31.2749263Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2025-07-17T08:07:31.2752713Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2755945Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2025-07-17T08:07:31.2759082Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2025-07-17T08:07:31.2762290Z adding 'torch/include/ATen/ops/silu_meta.h' 2025-07-17T08:07:31.2765501Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2025-07-17T08:07:31.2768563Z adding 'torch/include/ATen/ops/silu_native.h' 2025-07-17T08:07:31.2771933Z adding 'torch/include/ATen/ops/silu_ops.h' 2025-07-17T08:07:31.2775111Z adding 'torch/include/ATen/ops/sin.h' 2025-07-17T08:07:31.2778626Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2781653Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2025-07-17T08:07:31.2784990Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2025-07-17T08:07:31.2788098Z adding 'torch/include/ATen/ops/sin_meta.h' 2025-07-17T08:07:31.2791426Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2025-07-17T08:07:31.2794630Z adding 'torch/include/ATen/ops/sin_native.h' 2025-07-17T08:07:31.2797857Z adding 'torch/include/ATen/ops/sin_ops.h' 2025-07-17T08:07:31.2801176Z adding 'torch/include/ATen/ops/sinc.h' 2025-07-17T08:07:31.2804599Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2807605Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2025-07-17T08:07:31.2810722Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2025-07-17T08:07:31.2813927Z adding 'torch/include/ATen/ops/sinc_meta.h' 2025-07-17T08:07:31.2817177Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2025-07-17T08:07:31.2820224Z adding 'torch/include/ATen/ops/sinc_native.h' 2025-07-17T08:07:31.2823583Z adding 'torch/include/ATen/ops/sinc_ops.h' 2025-07-17T08:07:31.2826733Z adding 'torch/include/ATen/ops/sinh.h' 2025-07-17T08:07:31.2830189Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2833257Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2025-07-17T08:07:31.2836431Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2025-07-17T08:07:31.2839738Z adding 'torch/include/ATen/ops/sinh_meta.h' 2025-07-17T08:07:31.2842891Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2025-07-17T08:07:31.2846006Z adding 'torch/include/ATen/ops/sinh_native.h' 2025-07-17T08:07:31.2849331Z adding 'torch/include/ATen/ops/sinh_ops.h' 2025-07-17T08:07:31.2852531Z adding 'torch/include/ATen/ops/size.h' 2025-07-17T08:07:31.2855747Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2858621Z adding 'torch/include/ATen/ops/size_native.h' 2025-07-17T08:07:31.2861794Z adding 'torch/include/ATen/ops/size_ops.h' 2025-07-17T08:07:31.2865036Z adding 'torch/include/ATen/ops/slice.h' 2025-07-17T08:07:31.2868579Z adding 'torch/include/ATen/ops/slice_backward.h' 2025-07-17T08:07:31.2872334Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2875281Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2025-07-17T08:07:31.2878530Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2025-07-17T08:07:31.2882020Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2885488Z adding 'torch/include/ATen/ops/slice_copy.h' 2025-07-17T08:07:31.2889053Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2892311Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2895205Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2025-07-17T08:07:31.2898730Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2025-07-17T08:07:31.2901721Z adding 'torch/include/ATen/ops/slice_inverse.h' 2025-07-17T08:07:31.2905057Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2907992Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2025-07-17T08:07:31.2911309Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2025-07-17T08:07:31.2914355Z adding 'torch/include/ATen/ops/slice_native.h' 2025-07-17T08:07:31.2917762Z adding 'torch/include/ATen/ops/slice_ops.h' 2025-07-17T08:07:31.2921182Z adding 'torch/include/ATen/ops/slice_scatter.h' 2025-07-17T08:07:31.2924538Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2927834Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.2930696Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2025-07-17T08:07:31.2933953Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2025-07-17T08:07:31.2937488Z adding 'torch/include/ATen/ops/slogdet.h' 2025-07-17T08:07:31.2940740Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2943608Z adding 'torch/include/ATen/ops/slogdet_native.h' 2025-07-17T08:07:31.2946839Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2025-07-17T08:07:31.2950476Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2025-07-17T08:07:31.2954049Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.2957975Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2025-07-17T08:07:31.2961369Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2025-07-17T08:07:31.2964413Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2025-07-17T08:07:31.2967706Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2025-07-17T08:07:31.2970779Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2025-07-17T08:07:31.2974040Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2025-07-17T08:07:31.2977692Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2025-07-17T08:07:31.2981268Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.2984367Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2025-07-17T08:07:31.2987883Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2025-07-17T08:07:31.2991091Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2025-07-17T08:07:31.2994431Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2025-07-17T08:07:31.2998116Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2025-07-17T08:07:31.3001631Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3004694Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2025-07-17T08:07:31.3008168Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2025-07-17T08:07:31.3011253Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2025-07-17T08:07:31.3014535Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2025-07-17T08:07:31.3018260Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2025-07-17T08:07:31.3022573Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3025793Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2025-07-17T08:07:31.3029193Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2025-07-17T08:07:31.3032425Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2025-07-17T08:07:31.3035713Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2025-07-17T08:07:31.3039039Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2025-07-17T08:07:31.3043797Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2025-07-17T08:07:31.3047714Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2025-07-17T08:07:31.3051332Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2025-07-17T08:07:31.3054693Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2025-07-17T08:07:31.3057843Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2025-07-17T08:07:31.3061161Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2025-07-17T08:07:31.3064250Z adding 'torch/include/ATen/ops/smm.h' 2025-07-17T08:07:31.3067485Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3070472Z adding 'torch/include/ATen/ops/smm_native.h' 2025-07-17T08:07:31.3073582Z adding 'torch/include/ATen/ops/smm_ops.h' 2025-07-17T08:07:31.3076755Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2025-07-17T08:07:31.3079964Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2025-07-17T08:07:31.3083240Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3086244Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2025-07-17T08:07:31.3089399Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2025-07-17T08:07:31.3092367Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2025-07-17T08:07:31.3095601Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2025-07-17T08:07:31.3098969Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3101999Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2025-07-17T08:07:31.3105066Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2025-07-17T08:07:31.3108070Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2025-07-17T08:07:31.3111341Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2025-07-17T08:07:31.3114389Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2025-07-17T08:07:31.3117585Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2025-07-17T08:07:31.3120764Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2025-07-17T08:07:31.3123994Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2025-07-17T08:07:31.3127324Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3130245Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2025-07-17T08:07:31.3133496Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2025-07-17T08:07:31.3136825Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3140145Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2025-07-17T08:07:31.3143322Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2025-07-17T08:07:31.3146965Z adding 'torch/include/ATen/ops/softmax.h' 2025-07-17T08:07:31.3150910Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3154150Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3157360Z adding 'torch/include/ATen/ops/softmax_native.h' 2025-07-17T08:07:31.3160988Z adding 'torch/include/ATen/ops/softmax_ops.h' 2025-07-17T08:07:31.3164280Z adding 'torch/include/ATen/ops/softplus.h' 2025-07-17T08:07:31.3167728Z adding 'torch/include/ATen/ops/softplus_backward.h' 2025-07-17T08:07:31.3171185Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3182591Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2025-07-17T08:07:31.3182805Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2025-07-17T08:07:31.3182962Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2025-07-17T08:07:31.3185202Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2025-07-17T08:07:31.3188243Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2025-07-17T08:07:31.3192093Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2025-07-17T08:07:31.3196134Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3199353Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2025-07-17T08:07:31.3202641Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2025-07-17T08:07:31.3205743Z adding 'torch/include/ATen/ops/softplus_meta.h' 2025-07-17T08:07:31.3209156Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2025-07-17T08:07:31.3212203Z adding 'torch/include/ATen/ops/softplus_native.h' 2025-07-17T08:07:31.3216011Z adding 'torch/include/ATen/ops/softplus_ops.h' 2025-07-17T08:07:31.3219653Z adding 'torch/include/ATen/ops/softshrink.h' 2025-07-17T08:07:31.3222883Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2025-07-17T08:07:31.3226298Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3229499Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2025-07-17T08:07:31.3232729Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2025-07-17T08:07:31.3235989Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2025-07-17T08:07:31.3239154Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2025-07-17T08:07:31.3242354Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2025-07-17T08:07:31.3245848Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2025-07-17T08:07:31.3254860Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3255135Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2025-07-17T08:07:31.3258105Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2025-07-17T08:07:31.3261045Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2025-07-17T08:07:31.3264024Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2025-07-17T08:07:31.3267008Z adding 'torch/include/ATen/ops/softshrink_native.h' 2025-07-17T08:07:31.3270570Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2025-07-17T08:07:31.3274034Z adding 'torch/include/ATen/ops/sort.h' 2025-07-17T08:07:31.3277633Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3280687Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3283818Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3286881Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2025-07-17T08:07:31.3290021Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2025-07-17T08:07:31.3293144Z adding 'torch/include/ATen/ops/sort_meta.h' 2025-07-17T08:07:31.3296295Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2025-07-17T08:07:31.3299592Z adding 'torch/include/ATen/ops/sort_native.h' 2025-07-17T08:07:31.3303298Z adding 'torch/include/ATen/ops/sort_ops.h' 2025-07-17T08:07:31.3306814Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2025-07-17T08:07:31.3310314Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3313337Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2025-07-17T08:07:31.3316772Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2025-07-17T08:07:31.3320137Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2025-07-17T08:07:31.3323571Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3326580Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2025-07-17T08:07:31.3329903Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2025-07-17T08:07:31.3333569Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2025-07-17T08:07:31.3337180Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3340198Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2025-07-17T08:07:31.3343555Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2025-07-17T08:07:31.3347021Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2025-07-17T08:07:31.3350585Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3353810Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3357039Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2025-07-17T08:07:31.3360568Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2025-07-17T08:07:31.3363937Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2025-07-17T08:07:31.3367345Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3370304Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2025-07-17T08:07:31.3373656Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2025-07-17T08:07:31.3376949Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2025-07-17T08:07:31.3380391Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3383389Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2025-07-17T08:07:31.3386662Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2025-07-17T08:07:31.3389794Z adding 'torch/include/ATen/ops/sparse_dim.h' 2025-07-17T08:07:31.3393052Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3395902Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2025-07-17T08:07:31.3399267Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2025-07-17T08:07:31.3402318Z adding 'torch/include/ATen/ops/sparse_mask.h' 2025-07-17T08:07:31.3405605Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3408519Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2025-07-17T08:07:31.3411685Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2025-07-17T08:07:31.3414831Z adding 'torch/include/ATen/ops/sparse_resize.h' 2025-07-17T08:07:31.3418015Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2025-07-17T08:07:31.3421314Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3424327Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2025-07-17T08:07:31.3427311Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2025-07-17T08:07:31.3431066Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2025-07-17T08:07:31.3434459Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3437553Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2025-07-17T08:07:31.3440552Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2025-07-17T08:07:31.3443853Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2025-07-17T08:07:31.3447088Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2025-07-17T08:07:31.3450214Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2025-07-17T08:07:31.3453472Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2025-07-17T08:07:31.3456982Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2025-07-17T08:07:31.3460362Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3463396Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2025-07-17T08:07:31.3466506Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2025-07-17T08:07:31.3469767Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2025-07-17T08:07:31.3473023Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2025-07-17T08:07:31.3476071Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2025-07-17T08:07:31.3479405Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2025-07-17T08:07:31.3482555Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2025-07-17T08:07:31.3486052Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3489072Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2025-07-17T08:07:31.3492317Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2025-07-17T08:07:31.3495321Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2025-07-17T08:07:31.3498614Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2025-07-17T08:07:31.3501672Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2025-07-17T08:07:31.3504946Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2025-07-17T08:07:31.3508223Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2025-07-17T08:07:31.3511744Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3514864Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2025-07-17T08:07:31.3517974Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2025-07-17T08:07:31.3521134Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2025-07-17T08:07:31.3524307Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2025-07-17T08:07:31.3527453Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2025-07-17T08:07:31.3530732Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2025-07-17T08:07:31.3533887Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2025-07-17T08:07:31.3537432Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3540796Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2025-07-17T08:07:31.3543667Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2025-07-17T08:07:31.3546657Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2025-07-17T08:07:31.3550088Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2025-07-17T08:07:31.3553217Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2025-07-17T08:07:31.3556428Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2025-07-17T08:07:31.3559715Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2025-07-17T08:07:31.3563146Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3566286Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2025-07-17T08:07:31.3569403Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2025-07-17T08:07:31.3572588Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2025-07-17T08:07:31.3575746Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2025-07-17T08:07:31.3578897Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2025-07-17T08:07:31.3582185Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2025-07-17T08:07:31.3585585Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2025-07-17T08:07:31.3589205Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3592665Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3595789Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2025-07-17T08:07:31.3599082Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2025-07-17T08:07:31.3602122Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2025-07-17T08:07:31.3605415Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2025-07-17T08:07:31.3608503Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2025-07-17T08:07:31.3612148Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2025-07-17T08:07:31.3615583Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2025-07-17T08:07:31.3619207Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3622917Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3625698Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2025-07-17T08:07:31.3629032Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2025-07-17T08:07:31.3632204Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2025-07-17T08:07:31.3635504Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2025-07-17T08:07:31.3638641Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2025-07-17T08:07:31.3642229Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2025-07-17T08:07:31.3649158Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2025-07-17T08:07:31.3649528Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3652859Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3656012Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2025-07-17T08:07:31.3659253Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2025-07-17T08:07:31.3662533Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2025-07-17T08:07:31.3665982Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2025-07-17T08:07:31.3669625Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2025-07-17T08:07:31.3674473Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2025-07-17T08:07:31.3676869Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2025-07-17T08:07:31.3680356Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3684058Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3687060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2025-07-17T08:07:31.3690468Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2025-07-17T08:07:31.3693470Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2025-07-17T08:07:31.3696760Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2025-07-17T08:07:31.3700518Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2025-07-17T08:07:31.3703559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2025-07-17T08:07:31.3706738Z adding 'torch/include/ATen/ops/special_digamma.h' 2025-07-17T08:07:31.3710267Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3713227Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2025-07-17T08:07:31.3716570Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2025-07-17T08:07:31.3719921Z adding 'torch/include/ATen/ops/special_entr.h' 2025-07-17T08:07:31.3723239Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3726101Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2025-07-17T08:07:31.3729169Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2025-07-17T08:07:31.3732183Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2025-07-17T08:07:31.3735547Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2025-07-17T08:07:31.3738523Z adding 'torch/include/ATen/ops/special_entr_native.h' 2025-07-17T08:07:31.3741690Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2025-07-17T08:07:31.3744898Z adding 'torch/include/ATen/ops/special_erf.h' 2025-07-17T08:07:31.3748148Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3751104Z adding 'torch/include/ATen/ops/special_erf_native.h' 2025-07-17T08:07:31.3754303Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2025-07-17T08:07:31.3757460Z adding 'torch/include/ATen/ops/special_erfc.h' 2025-07-17T08:07:31.3760760Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3763792Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2025-07-17T08:07:31.3767293Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2025-07-17T08:07:31.3770423Z adding 'torch/include/ATen/ops/special_erfcx.h' 2025-07-17T08:07:31.3773709Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3777482Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2025-07-17T08:07:31.3780655Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2025-07-17T08:07:31.3783718Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2025-07-17T08:07:31.3786844Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2025-07-17T08:07:31.3789952Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2025-07-17T08:07:31.3793270Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2025-07-17T08:07:31.3796357Z adding 'torch/include/ATen/ops/special_erfinv.h' 2025-07-17T08:07:31.3799552Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3802407Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2025-07-17T08:07:31.3805525Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2025-07-17T08:07:31.3809015Z adding 'torch/include/ATen/ops/special_exp2.h' 2025-07-17T08:07:31.3811989Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3814836Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2025-07-17T08:07:31.3818145Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2025-07-17T08:07:31.3821271Z adding 'torch/include/ATen/ops/special_expit.h' 2025-07-17T08:07:31.3824428Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3827304Z adding 'torch/include/ATen/ops/special_expit_native.h' 2025-07-17T08:07:31.3830567Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2025-07-17T08:07:31.3833677Z adding 'torch/include/ATen/ops/special_expm1.h' 2025-07-17T08:07:31.3836937Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3839944Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2025-07-17T08:07:31.3843458Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2025-07-17T08:07:31.3846572Z adding 'torch/include/ATen/ops/special_gammainc.h' 2025-07-17T08:07:31.3849959Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3852796Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2025-07-17T08:07:31.3855982Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2025-07-17T08:07:31.3859188Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2025-07-17T08:07:31.3862548Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3865349Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2025-07-17T08:07:31.3868575Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2025-07-17T08:07:31.3871830Z adding 'torch/include/ATen/ops/special_gammaln.h' 2025-07-17T08:07:31.3875149Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3878056Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2025-07-17T08:07:31.3881304Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2025-07-17T08:07:31.3884646Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2025-07-17T08:07:31.3887938Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3891184Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3894187Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2025-07-17T08:07:31.3897329Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2025-07-17T08:07:31.3900327Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2025-07-17T08:07:31.3903556Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2025-07-17T08:07:31.3906588Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2025-07-17T08:07:31.3910028Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2025-07-17T08:07:31.3913397Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2025-07-17T08:07:31.3916903Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.3920282Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3923235Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2025-07-17T08:07:31.3926446Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2025-07-17T08:07:31.3929441Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2025-07-17T08:07:31.3932719Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2025-07-17T08:07:31.3935666Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2025-07-17T08:07:31.3939293Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2025-07-17T08:07:31.3943388Z adding 'torch/include/ATen/ops/special_i0.h' 2025-07-17T08:07:31.3945891Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.3948860Z adding 'torch/include/ATen/ops/special_i0_native.h' 2025-07-17T08:07:31.3952398Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2025-07-17T08:07:31.3955464Z adding 'torch/include/ATen/ops/special_i0e.h' 2025-07-17T08:07:31.3958825Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3961935Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2025-07-17T08:07:31.3965044Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2025-07-17T08:07:31.3968398Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2025-07-17T08:07:31.3971694Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2025-07-17T08:07:31.3974721Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2025-07-17T08:07:31.3978079Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2025-07-17T08:07:31.3981301Z adding 'torch/include/ATen/ops/special_i1.h' 2025-07-17T08:07:31.3984687Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.3987628Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2025-07-17T08:07:31.3990995Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2025-07-17T08:07:31.3994088Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2025-07-17T08:07:31.3997315Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2025-07-17T08:07:31.4000424Z adding 'torch/include/ATen/ops/special_i1_native.h' 2025-07-17T08:07:31.4003618Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2025-07-17T08:07:31.4006923Z adding 'torch/include/ATen/ops/special_i1e.h' 2025-07-17T08:07:31.4010263Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4013342Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2025-07-17T08:07:31.4016481Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2025-07-17T08:07:31.4019597Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2025-07-17T08:07:31.4022924Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2025-07-17T08:07:31.4025981Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2025-07-17T08:07:31.4029363Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2025-07-17T08:07:31.4032806Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2025-07-17T08:07:31.4036411Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4039715Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4042761Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2025-07-17T08:07:31.4046033Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2025-07-17T08:07:31.4049084Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2025-07-17T08:07:31.4052398Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2025-07-17T08:07:31.4055484Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2025-07-17T08:07:31.4059081Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2025-07-17T08:07:31.4062547Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2025-07-17T08:07:31.4065993Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4069374Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4072516Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2025-07-17T08:07:31.4075818Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2025-07-17T08:07:31.4079261Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2025-07-17T08:07:31.4082160Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2025-07-17T08:07:31.4085587Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2025-07-17T08:07:31.4088967Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2025-07-17T08:07:31.4092196Z adding 'torch/include/ATen/ops/special_log1p.h' 2025-07-17T08:07:31.4095634Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4098869Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2025-07-17T08:07:31.4102070Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2025-07-17T08:07:31.4105354Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2025-07-17T08:07:31.4108790Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4111897Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2025-07-17T08:07:31.4115144Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2025-07-17T08:07:31.4118231Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2025-07-17T08:07:31.4121674Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2025-07-17T08:07:31.4124862Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2025-07-17T08:07:31.4128090Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2025-07-17T08:07:31.4131408Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2025-07-17T08:07:31.4134845Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4137987Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2025-07-17T08:07:31.4141150Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2025-07-17T08:07:31.4144541Z adding 'torch/include/ATen/ops/special_logit.h' 2025-07-17T08:07:31.4147982Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4151106Z adding 'torch/include/ATen/ops/special_logit_native.h' 2025-07-17T08:07:31.4154491Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2025-07-17T08:07:31.4157676Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2025-07-17T08:07:31.4161432Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4164465Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2025-07-17T08:07:31.4167791Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2025-07-17T08:07:31.4171160Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2025-07-17T08:07:31.4174987Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4177950Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2025-07-17T08:07:31.4181085Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2025-07-17T08:07:31.4184257Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2025-07-17T08:07:31.4187388Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2025-07-17T08:07:31.4190707Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2025-07-17T08:07:31.4194501Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2025-07-17T08:07:31.4197215Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2025-07-17T08:07:31.4200770Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4203801Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2025-07-17T08:07:31.4207111Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2025-07-17T08:07:31.4210122Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2025-07-17T08:07:31.4213247Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2025-07-17T08:07:31.4217737Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2025-07-17T08:07:31.4219665Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2025-07-17T08:07:31.4222762Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2025-07-17T08:07:31.4226135Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4229246Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2025-07-17T08:07:31.4233491Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2025-07-17T08:07:31.4235661Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2025-07-17T08:07:31.4238810Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2025-07-17T08:07:31.4241815Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2025-07-17T08:07:31.4244990Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2025-07-17T08:07:31.4248097Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2025-07-17T08:07:31.4251513Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4254744Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2025-07-17T08:07:31.4257908Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2025-07-17T08:07:31.4260897Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2025-07-17T08:07:31.4264630Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2025-07-17T08:07:31.4267288Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2025-07-17T08:07:31.4270635Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2025-07-17T08:07:31.4273765Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2025-07-17T08:07:31.4277272Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4280214Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2025-07-17T08:07:31.4283415Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2025-07-17T08:07:31.4286501Z adding 'torch/include/ATen/ops/special_ndtr.h' 2025-07-17T08:07:31.4289791Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4292669Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2025-07-17T08:07:31.4295823Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2025-07-17T08:07:31.4298895Z adding 'torch/include/ATen/ops/special_ndtri.h' 2025-07-17T08:07:31.4302193Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4305159Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2025-07-17T08:07:31.4308249Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2025-07-17T08:07:31.4311360Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2025-07-17T08:07:31.4314453Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2025-07-17T08:07:31.4317451Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2025-07-17T08:07:31.4321028Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2025-07-17T08:07:31.4323921Z adding 'torch/include/ATen/ops/special_polygamma.h' 2025-07-17T08:07:31.4327256Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4330139Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2025-07-17T08:07:31.4333378Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2025-07-17T08:07:31.4336480Z adding 'torch/include/ATen/ops/special_psi.h' 2025-07-17T08:07:31.4339743Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4342932Z adding 'torch/include/ATen/ops/special_psi_native.h' 2025-07-17T08:07:31.4346088Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2025-07-17T08:07:31.4349304Z adding 'torch/include/ATen/ops/special_round.h' 2025-07-17T08:07:31.4353036Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4355549Z adding 'torch/include/ATen/ops/special_round_native.h' 2025-07-17T08:07:31.4358755Z adding 'torch/include/ATen/ops/special_round_ops.h' 2025-07-17T08:07:31.4361989Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2025-07-17T08:07:31.4365342Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4368319Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2025-07-17T08:07:31.4371398Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2025-07-17T08:07:31.4374406Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2025-07-17T08:07:31.4377564Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2025-07-17T08:07:31.4380581Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2025-07-17T08:07:31.4383903Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2025-07-17T08:07:31.4386982Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2025-07-17T08:07:31.4390462Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4393453Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2025-07-17T08:07:31.4396549Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2025-07-17T08:07:31.4399513Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2025-07-17T08:07:31.4402649Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2025-07-17T08:07:31.4405706Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2025-07-17T08:07:31.4408907Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2025-07-17T08:07:31.4412202Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2025-07-17T08:07:31.4415850Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4419094Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4422546Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2025-07-17T08:07:31.4425495Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2025-07-17T08:07:31.4428646Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2025-07-17T08:07:31.4431969Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2025-07-17T08:07:31.4435207Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2025-07-17T08:07:31.4438676Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2025-07-17T08:07:31.4442189Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2025-07-17T08:07:31.4445761Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4449011Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4452183Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2025-07-17T08:07:31.4455352Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2025-07-17T08:07:31.4458512Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2025-07-17T08:07:31.4461674Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2025-07-17T08:07:31.4464949Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2025-07-17T08:07:31.4468901Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2025-07-17T08:07:31.4472095Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2025-07-17T08:07:31.4475663Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4478978Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4482146Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2025-07-17T08:07:31.4485352Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2025-07-17T08:07:31.4488531Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2025-07-17T08:07:31.4491784Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2025-07-17T08:07:31.4494873Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2025-07-17T08:07:31.4498547Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2025-07-17T08:07:31.4502083Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2025-07-17T08:07:31.4505826Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4509283Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4512338Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2025-07-17T08:07:31.4516288Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2025-07-17T08:07:31.4519468Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2025-07-17T08:07:31.4522785Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2025-07-17T08:07:31.4526033Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2025-07-17T08:07:31.4531244Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2025-07-17T08:07:31.4535271Z adding 'torch/include/ATen/ops/special_sinc.h' 2025-07-17T08:07:31.4539316Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4542757Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2025-07-17T08:07:31.4546066Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2025-07-17T08:07:31.4549386Z adding 'torch/include/ATen/ops/special_softmax.h' 2025-07-17T08:07:31.4552737Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4555851Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2025-07-17T08:07:31.4559052Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2025-07-17T08:07:31.4562366Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2025-07-17T08:07:31.4565797Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4568908Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2025-07-17T08:07:31.4572161Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2025-07-17T08:07:31.4575200Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2025-07-17T08:07:31.4578491Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2025-07-17T08:07:31.4581575Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2025-07-17T08:07:31.4584948Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2025-07-17T08:07:31.4588232Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2025-07-17T08:07:31.4591882Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4595266Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4598313Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2025-07-17T08:07:31.4601543Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2025-07-17T08:07:31.4604612Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2025-07-17T08:07:31.4607965Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2025-07-17T08:07:31.4611084Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2025-07-17T08:07:31.4614674Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2025-07-17T08:07:31.4618164Z adding 'torch/include/ATen/ops/special_xlogy.h' 2025-07-17T08:07:31.4621606Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4624789Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2025-07-17T08:07:31.4628247Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2025-07-17T08:07:31.4632047Z adding 'torch/include/ATen/ops/special_zeta.h' 2025-07-17T08:07:31.4635522Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4638972Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4642036Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2025-07-17T08:07:31.4645174Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2025-07-17T08:07:31.4648306Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2025-07-17T08:07:31.4651467Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2025-07-17T08:07:31.4654709Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2025-07-17T08:07:31.4658788Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2025-07-17T08:07:31.4662514Z adding 'torch/include/ATen/ops/split.h' 2025-07-17T08:07:31.4666006Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4669373Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4672775Z adding 'torch/include/ATen/ops/split_copy.h' 2025-07-17T08:07:31.4676176Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4679817Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4682690Z adding 'torch/include/ATen/ops/split_copy_native.h' 2025-07-17T08:07:31.4686234Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2025-07-17T08:07:31.4689358Z adding 'torch/include/ATen/ops/split_native.h' 2025-07-17T08:07:31.4692883Z adding 'torch/include/ATen/ops/split_ops.h' 2025-07-17T08:07:31.4696155Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2025-07-17T08:07:31.4699673Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4703198Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2025-07-17T08:07:31.4706763Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4710303Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4713340Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2025-07-17T08:07:31.4716667Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2025-07-17T08:07:31.4719905Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2025-07-17T08:07:31.4723141Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2025-07-17T08:07:31.4726511Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2025-07-17T08:07:31.4729696Z adding 'torch/include/ATen/ops/sqrt.h' 2025-07-17T08:07:31.4733031Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4735956Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2025-07-17T08:07:31.4739256Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2025-07-17T08:07:31.4742330Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2025-07-17T08:07:31.4745533Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2025-07-17T08:07:31.4748618Z adding 'torch/include/ATen/ops/sqrt_native.h' 2025-07-17T08:07:31.4752020Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2025-07-17T08:07:31.4755351Z adding 'torch/include/ATen/ops/square.h' 2025-07-17T08:07:31.4758668Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4761617Z adding 'torch/include/ATen/ops/square_native.h' 2025-07-17T08:07:31.4764849Z adding 'torch/include/ATen/ops/square_ops.h' 2025-07-17T08:07:31.4768008Z adding 'torch/include/ATen/ops/squeeze.h' 2025-07-17T08:07:31.4771272Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4774385Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4777484Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2025-07-17T08:07:31.4781079Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4784387Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4787338Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2025-07-17T08:07:31.4790818Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2025-07-17T08:07:31.4794012Z adding 'torch/include/ATen/ops/squeeze_native.h' 2025-07-17T08:07:31.4797484Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2025-07-17T08:07:31.4800714Z adding 'torch/include/ATen/ops/sspaddmm.h' 2025-07-17T08:07:31.4804089Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4807118Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2025-07-17T08:07:31.4810225Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2025-07-17T08:07:31.4813308Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2025-07-17T08:07:31.4816578Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2025-07-17T08:07:31.4819693Z adding 'torch/include/ATen/ops/stack.h' 2025-07-17T08:07:31.4822983Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4825897Z adding 'torch/include/ATen/ops/stack_native.h' 2025-07-17T08:07:31.4829118Z adding 'torch/include/ATen/ops/stack_ops.h' 2025-07-17T08:07:31.4832700Z adding 'torch/include/ATen/ops/std.h' 2025-07-17T08:07:31.4836328Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4839416Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2025-07-17T08:07:31.4842575Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2025-07-17T08:07:31.4845954Z adding 'torch/include/ATen/ops/std_mean.h' 2025-07-17T08:07:31.4849309Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4852515Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4855539Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2025-07-17T08:07:31.4858648Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2025-07-17T08:07:31.4861724Z adding 'torch/include/ATen/ops/std_mean_native.h' 2025-07-17T08:07:31.4865292Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2025-07-17T08:07:31.4868624Z adding 'torch/include/ATen/ops/std_native.h' 2025-07-17T08:07:31.4872530Z adding 'torch/include/ATen/ops/std_ops.h' 2025-07-17T08:07:31.4875974Z adding 'torch/include/ATen/ops/stft.h' 2025-07-17T08:07:31.4879360Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4882355Z adding 'torch/include/ATen/ops/stft_native.h' 2025-07-17T08:07:31.4885685Z adding 'torch/include/ATen/ops/stft_ops.h' 2025-07-17T08:07:31.4888811Z adding 'torch/include/ATen/ops/stride.h' 2025-07-17T08:07:31.4892033Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4894975Z adding 'torch/include/ATen/ops/stride_native.h' 2025-07-17T08:07:31.4898164Z adding 'torch/include/ATen/ops/stride_ops.h' 2025-07-17T08:07:31.4901418Z adding 'torch/include/ATen/ops/sub.h' 2025-07-17T08:07:31.4904812Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4907983Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4911091Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2025-07-17T08:07:31.4914181Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2025-07-17T08:07:31.4917499Z adding 'torch/include/ATen/ops/sub_meta.h' 2025-07-17T08:07:31.4920662Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2025-07-17T08:07:31.4923806Z adding 'torch/include/ATen/ops/sub_native.h' 2025-07-17T08:07:31.4927303Z adding 'torch/include/ATen/ops/sub_ops.h' 2025-07-17T08:07:31.4930710Z adding 'torch/include/ATen/ops/subtract.h' 2025-07-17T08:07:31.4934068Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4937174Z adding 'torch/include/ATen/ops/subtract_native.h' 2025-07-17T08:07:31.4940561Z adding 'torch/include/ATen/ops/subtract_ops.h' 2025-07-17T08:07:31.4943991Z adding 'torch/include/ATen/ops/sum.h' 2025-07-17T08:07:31.4947432Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.4950678Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.4953784Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4956819Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2025-07-17T08:07:31.4959968Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2025-07-17T08:07:31.4962999Z adding 'torch/include/ATen/ops/sum_meta.h' 2025-07-17T08:07:31.4966167Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2025-07-17T08:07:31.4969389Z adding 'torch/include/ATen/ops/sum_native.h' 2025-07-17T08:07:31.4972878Z adding 'torch/include/ATen/ops/sum_ops.h' 2025-07-17T08:07:31.4976151Z adding 'torch/include/ATen/ops/sum_to_size.h' 2025-07-17T08:07:31.4979406Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4982279Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2025-07-17T08:07:31.4985411Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2025-07-17T08:07:31.4988525Z adding 'torch/include/ATen/ops/svd.h' 2025-07-17T08:07:31.4992001Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.4994969Z adding 'torch/include/ATen/ops/svd_native.h' 2025-07-17T08:07:31.4998198Z adding 'torch/include/ATen/ops/svd_ops.h' 2025-07-17T08:07:31.5001308Z adding 'torch/include/ATen/ops/swapaxes.h' 2025-07-17T08:07:31.5004555Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5007478Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2025-07-17T08:07:31.5010680Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2025-07-17T08:07:31.5013748Z adding 'torch/include/ATen/ops/swapdims.h' 2025-07-17T08:07:31.5017044Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5019969Z adding 'torch/include/ATen/ops/swapdims_native.h' 2025-07-17T08:07:31.5023163Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2025-07-17T08:07:31.5026282Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2025-07-17T08:07:31.5029703Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5032716Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2025-07-17T08:07:31.5036014Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5039075Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2025-07-17T08:07:31.5042652Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2025-07-17T08:07:31.5045760Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2025-07-17T08:07:31.5049069Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2025-07-17T08:07:31.5052128Z adding 'torch/include/ATen/ops/sym_numel.h' 2025-07-17T08:07:31.5055598Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5058393Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2025-07-17T08:07:31.5061688Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2025-07-17T08:07:31.5064786Z adding 'torch/include/ATen/ops/sym_size.h' 2025-07-17T08:07:31.5068390Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5071576Z adding 'torch/include/ATen/ops/sym_size_native.h' 2025-07-17T08:07:31.5074832Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2025-07-17T08:07:31.5078120Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2025-07-17T08:07:31.5081392Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5084440Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2025-07-17T08:07:31.5087619Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2025-07-17T08:07:31.5090756Z adding 'torch/include/ATen/ops/sym_stride.h' 2025-07-17T08:07:31.5094109Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5096980Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2025-07-17T08:07:31.5100296Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2025-07-17T08:07:31.5103369Z adding 'torch/include/ATen/ops/t.h' 2025-07-17T08:07:31.5106772Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5109911Z adding 'torch/include/ATen/ops/t_copy.h' 2025-07-17T08:07:31.5113354Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5116619Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5119536Z adding 'torch/include/ATen/ops/t_copy_native.h' 2025-07-17T08:07:31.5122843Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2025-07-17T08:07:31.5125898Z adding 'torch/include/ATen/ops/t_native.h' 2025-07-17T08:07:31.5129335Z adding 'torch/include/ATen/ops/t_ops.h' 2025-07-17T08:07:31.5132621Z adding 'torch/include/ATen/ops/take.h' 2025-07-17T08:07:31.5136162Z adding 'torch/include/ATen/ops/take_along_dim.h' 2025-07-17T08:07:31.5139502Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5142556Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2025-07-17T08:07:31.5145804Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2025-07-17T08:07:31.5149262Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2025-07-17T08:07:31.5152461Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2025-07-17T08:07:31.5155637Z adding 'torch/include/ATen/ops/take_native.h' 2025-07-17T08:07:31.5158902Z adding 'torch/include/ATen/ops/take_ops.h' 2025-07-17T08:07:31.5162194Z adding 'torch/include/ATen/ops/tan.h' 2025-07-17T08:07:31.5165646Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5168643Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2025-07-17T08:07:31.5172014Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2025-07-17T08:07:31.5175294Z adding 'torch/include/ATen/ops/tan_meta.h' 2025-07-17T08:07:31.5178506Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2025-07-17T08:07:31.5181762Z adding 'torch/include/ATen/ops/tan_native.h' 2025-07-17T08:07:31.5185163Z adding 'torch/include/ATen/ops/tan_ops.h' 2025-07-17T08:07:31.5188326Z adding 'torch/include/ATen/ops/tanh.h' 2025-07-17T08:07:31.5191784Z adding 'torch/include/ATen/ops/tanh_backward.h' 2025-07-17T08:07:31.5195197Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5198471Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2025-07-17T08:07:31.5201667Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2025-07-17T08:07:31.5204840Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2025-07-17T08:07:31.5208032Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2025-07-17T08:07:31.5211326Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2025-07-17T08:07:31.5214638Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2025-07-17T08:07:31.5218165Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5221235Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2025-07-17T08:07:31.5224370Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2025-07-17T08:07:31.5227610Z adding 'torch/include/ATen/ops/tanh_meta.h' 2025-07-17T08:07:31.5230956Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2025-07-17T08:07:31.5234294Z adding 'torch/include/ATen/ops/tanh_native.h' 2025-07-17T08:07:31.5237584Z adding 'torch/include/ATen/ops/tanh_ops.h' 2025-07-17T08:07:31.5240971Z adding 'torch/include/ATen/ops/tensor.h' 2025-07-17T08:07:31.5244430Z adding 'torch/include/ATen/ops/tensor_split.h' 2025-07-17T08:07:31.5247947Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5251161Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2025-07-17T08:07:31.5254728Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2025-07-17T08:07:31.5258061Z adding 'torch/include/ATen/ops/tensordot.h' 2025-07-17T08:07:31.5261626Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5265026Z adding 'torch/include/ATen/ops/tensordot_native.h' 2025-07-17T08:07:31.5269037Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2025-07-17T08:07:31.5272958Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2025-07-17T08:07:31.5276692Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5279808Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2025-07-17T08:07:31.5283244Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2025-07-17T08:07:31.5286511Z adding 'torch/include/ATen/ops/threshold.h' 2025-07-17T08:07:31.5289938Z adding 'torch/include/ATen/ops/threshold_backward.h' 2025-07-17T08:07:31.5293382Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5296492Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2025-07-17T08:07:31.5299702Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2025-07-17T08:07:31.5302841Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2025-07-17T08:07:31.5306120Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2025-07-17T08:07:31.5309401Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2025-07-17T08:07:31.5312906Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2025-07-17T08:07:31.5316361Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5319447Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2025-07-17T08:07:31.5322584Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2025-07-17T08:07:31.5325616Z adding 'torch/include/ATen/ops/threshold_meta.h' 2025-07-17T08:07:31.5328955Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2025-07-17T08:07:31.5331958Z adding 'torch/include/ATen/ops/threshold_native.h' 2025-07-17T08:07:31.5335237Z adding 'torch/include/ATen/ops/threshold_ops.h' 2025-07-17T08:07:31.5338465Z adding 'torch/include/ATen/ops/tile.h' 2025-07-17T08:07:31.5341755Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5344911Z adding 'torch/include/ATen/ops/tile_native.h' 2025-07-17T08:07:31.5348051Z adding 'torch/include/ATen/ops/tile_ops.h' 2025-07-17T08:07:31.5351177Z adding 'torch/include/ATen/ops/to.h' 2025-07-17T08:07:31.5354447Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5357355Z adding 'torch/include/ATen/ops/to_dense.h' 2025-07-17T08:07:31.5360460Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2025-07-17T08:07:31.5363778Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5366763Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2025-07-17T08:07:31.5370016Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2025-07-17T08:07:31.5373255Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5376377Z adding 'torch/include/ATen/ops/to_dense_native.h' 2025-07-17T08:07:31.5379511Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2025-07-17T08:07:31.5382622Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2025-07-17T08:07:31.5385680Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2025-07-17T08:07:31.5388901Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5391923Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2025-07-17T08:07:31.5395055Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2025-07-17T08:07:31.5398292Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5401259Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2025-07-17T08:07:31.5404300Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2025-07-17T08:07:31.5407456Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2025-07-17T08:07:31.5410547Z adding 'torch/include/ATen/ops/to_native.h' 2025-07-17T08:07:31.5414011Z adding 'torch/include/ATen/ops/to_ops.h' 2025-07-17T08:07:31.5417568Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2025-07-17T08:07:31.5421007Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5423952Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2025-07-17T08:07:31.5427171Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2025-07-17T08:07:31.5430474Z adding 'torch/include/ATen/ops/to_sparse.h' 2025-07-17T08:07:31.5433419Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2025-07-17T08:07:31.5436715Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5439621Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2025-07-17T08:07:31.5442758Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2025-07-17T08:07:31.5445737Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2025-07-17T08:07:31.5448973Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5452126Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2025-07-17T08:07:31.5455269Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2025-07-17T08:07:31.5458536Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5461483Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2025-07-17T08:07:31.5464719Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5467922Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2025-07-17T08:07:31.5471240Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2025-07-17T08:07:31.5474222Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2025-07-17T08:07:31.5477472Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5480331Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2025-07-17T08:07:31.5483443Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2025-07-17T08:07:31.5486483Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2025-07-17T08:07:31.5489708Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2025-07-17T08:07:31.5493159Z adding 'torch/include/ATen/ops/topk.h' 2025-07-17T08:07:31.5496691Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5499734Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2025-07-17T08:07:31.5502947Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2025-07-17T08:07:31.5505965Z adding 'torch/include/ATen/ops/topk_meta.h' 2025-07-17T08:07:31.5509222Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2025-07-17T08:07:31.5512445Z adding 'torch/include/ATen/ops/topk_native.h' 2025-07-17T08:07:31.5515663Z adding 'torch/include/ATen/ops/topk_ops.h' 2025-07-17T08:07:31.5518820Z adding 'torch/include/ATen/ops/trace.h' 2025-07-17T08:07:31.5521985Z adding 'torch/include/ATen/ops/trace_backward.h' 2025-07-17T08:07:31.5525268Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5528142Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2025-07-17T08:07:31.5531258Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2025-07-17T08:07:31.5534480Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5537424Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2025-07-17T08:07:31.5540470Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2025-07-17T08:07:31.5543484Z adding 'torch/include/ATen/ops/trace_native.h' 2025-07-17T08:07:31.5546658Z adding 'torch/include/ATen/ops/trace_ops.h' 2025-07-17T08:07:31.5549919Z adding 'torch/include/ATen/ops/transpose.h' 2025-07-17T08:07:31.5553235Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5556305Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5559254Z adding 'torch/include/ATen/ops/transpose_copy.h' 2025-07-17T08:07:31.5562521Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5565738Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5568580Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2025-07-17T08:07:31.5571761Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2025-07-17T08:07:31.5574797Z adding 'torch/include/ATen/ops/transpose_native.h' 2025-07-17T08:07:31.5578064Z adding 'torch/include/ATen/ops/transpose_ops.h' 2025-07-17T08:07:31.5581206Z adding 'torch/include/ATen/ops/trapezoid.h' 2025-07-17T08:07:31.5584467Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5587337Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2025-07-17T08:07:31.5590646Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2025-07-17T08:07:31.5593781Z adding 'torch/include/ATen/ops/trapz.h' 2025-07-17T08:07:31.5597102Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5600017Z adding 'torch/include/ATen/ops/trapz_native.h' 2025-07-17T08:07:31.5603304Z adding 'torch/include/ATen/ops/trapz_ops.h' 2025-07-17T08:07:31.5606533Z adding 'torch/include/ATen/ops/triangular_solve.h' 2025-07-17T08:07:31.5609944Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5612960Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2025-07-17T08:07:31.5616106Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2025-07-17T08:07:31.5619709Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2025-07-17T08:07:31.5622625Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2025-07-17T08:07:31.5625863Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2025-07-17T08:07:31.5629312Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2025-07-17T08:07:31.5632765Z adding 'torch/include/ATen/ops/tril.h' 2025-07-17T08:07:31.5636152Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5639455Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2025-07-17T08:07:31.5648322Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2025-07-17T08:07:31.5648685Z adding 'torch/include/ATen/ops/tril_indices.h' 2025-07-17T08:07:31.5649323Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5652656Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2025-07-17T08:07:31.5655901Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2025-07-17T08:07:31.5659141Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2025-07-17T08:07:31.5662525Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2025-07-17T08:07:31.5665635Z adding 'torch/include/ATen/ops/tril_meta.h' 2025-07-17T08:07:31.5668968Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2025-07-17T08:07:31.5672155Z adding 'torch/include/ATen/ops/tril_native.h' 2025-07-17T08:07:31.5676014Z adding 'torch/include/ATen/ops/tril_ops.h' 2025-07-17T08:07:31.5678954Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2025-07-17T08:07:31.5682414Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5685513Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2025-07-17T08:07:31.5688726Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2025-07-17T08:07:31.5691985Z adding 'torch/include/ATen/ops/triu.h' 2025-07-17T08:07:31.5695362Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5698725Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2025-07-17T08:07:31.5701997Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2025-07-17T08:07:31.5705203Z adding 'torch/include/ATen/ops/triu_indices.h' 2025-07-17T08:07:31.5708611Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5711820Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2025-07-17T08:07:31.5715085Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2025-07-17T08:07:31.5718214Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2025-07-17T08:07:31.5721984Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2025-07-17T08:07:31.5725193Z adding 'torch/include/ATen/ops/triu_meta.h' 2025-07-17T08:07:31.5728463Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2025-07-17T08:07:31.5731391Z adding 'torch/include/ATen/ops/triu_native.h' 2025-07-17T08:07:31.5734774Z adding 'torch/include/ATen/ops/triu_ops.h' 2025-07-17T08:07:31.5737977Z adding 'torch/include/ATen/ops/true_divide.h' 2025-07-17T08:07:31.5741654Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5744625Z adding 'torch/include/ATen/ops/true_divide_native.h' 2025-07-17T08:07:31.5748266Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2025-07-17T08:07:31.5753202Z adding 'torch/include/ATen/ops/trunc.h' 2025-07-17T08:07:31.5755347Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5758255Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2025-07-17T08:07:31.5761886Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2025-07-17T08:07:31.5764915Z adding 'torch/include/ATen/ops/trunc_meta.h' 2025-07-17T08:07:31.5768189Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2025-07-17T08:07:31.5771295Z adding 'torch/include/ATen/ops/trunc_native.h' 2025-07-17T08:07:31.5775522Z adding 'torch/include/ATen/ops/trunc_ops.h' 2025-07-17T08:07:31.5778192Z adding 'torch/include/ATen/ops/type_as.h' 2025-07-17T08:07:31.5781514Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5784400Z adding 'torch/include/ATen/ops/type_as_native.h' 2025-07-17T08:07:31.5787649Z adding 'torch/include/ATen/ops/type_as_ops.h' 2025-07-17T08:07:31.5790902Z adding 'torch/include/ATen/ops/unbind.h' 2025-07-17T08:07:31.5794334Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5797477Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5800681Z adding 'torch/include/ATen/ops/unbind_copy.h' 2025-07-17T08:07:31.5804152Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5807386Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5810390Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2025-07-17T08:07:31.5813572Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2025-07-17T08:07:31.5816854Z adding 'torch/include/ATen/ops/unbind_native.h' 2025-07-17T08:07:31.5820374Z adding 'torch/include/ATen/ops/unbind_ops.h' 2025-07-17T08:07:31.5823840Z adding 'torch/include/ATen/ops/unflatten.h' 2025-07-17T08:07:31.5827380Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5830751Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2025-07-17T08:07:31.5834063Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5836875Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2025-07-17T08:07:31.5840235Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2025-07-17T08:07:31.5843341Z adding 'torch/include/ATen/ops/unflatten_native.h' 2025-07-17T08:07:31.5846655Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2025-07-17T08:07:31.5849813Z adding 'torch/include/ATen/ops/unfold.h' 2025-07-17T08:07:31.5853297Z adding 'torch/include/ATen/ops/unfold_backward.h' 2025-07-17T08:07:31.5856912Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5860014Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2025-07-17T08:07:31.5863200Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2025-07-17T08:07:31.5866391Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2025-07-17T08:07:31.5869728Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2025-07-17T08:07:31.5872894Z adding 'torch/include/ATen/ops/unfold_copy.h' 2025-07-17T08:07:31.5876840Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5880117Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.5882866Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2025-07-17T08:07:31.5886098Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2025-07-17T08:07:31.5889211Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2025-07-17T08:07:31.5892277Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2025-07-17T08:07:31.5895310Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2025-07-17T08:07:31.5898385Z adding 'torch/include/ATen/ops/unfold_native.h' 2025-07-17T08:07:31.5901553Z adding 'torch/include/ATen/ops/unfold_ops.h' 2025-07-17T08:07:31.5904630Z adding 'torch/include/ATen/ops/uniform.h' 2025-07-17T08:07:31.5908106Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5911282Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2025-07-17T08:07:31.5914400Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2025-07-17T08:07:31.5917478Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2025-07-17T08:07:31.5920494Z adding 'torch/include/ATen/ops/uniform_native.h' 2025-07-17T08:07:31.5924083Z adding 'torch/include/ATen/ops/uniform_ops.h' 2025-07-17T08:07:31.5927212Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2025-07-17T08:07:31.5930526Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5933534Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2025-07-17T08:07:31.5936629Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2025-07-17T08:07:31.5939647Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2025-07-17T08:07:31.5951048Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2025-07-17T08:07:31.5951290Z adding 'torch/include/ATen/ops/unique_dim.h' 2025-07-17T08:07:31.5955195Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5958170Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2025-07-17T08:07:31.5962864Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.5964846Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2025-07-17T08:07:31.5968127Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2025-07-17T08:07:31.5971087Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2025-07-17T08:07:31.5974450Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2025-07-17T08:07:31.5977665Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2025-07-17T08:07:31.5980755Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2025-07-17T08:07:31.5983790Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2025-07-17T08:07:31.5987098Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2025-07-17T08:07:31.5990338Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2025-07-17T08:07:31.5993838Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.5996568Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2025-07-17T08:07:31.5999745Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2025-07-17T08:07:31.6003108Z adding 'torch/include/ATen/ops/unsafe_split.h' 2025-07-17T08:07:31.6006668Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6009475Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2025-07-17T08:07:31.6019185Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2025-07-17T08:07:31.6022812Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2025-07-17T08:07:31.6026325Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6029419Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2025-07-17T08:07:31.6032858Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2025-07-17T08:07:31.6035933Z adding 'torch/include/ATen/ops/unsqueeze.h' 2025-07-17T08:07:31.6039213Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6042218Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2025-07-17T08:07:31.6045481Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6048694Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6051525Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2025-07-17T08:07:31.6054959Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2025-07-17T08:07:31.6058069Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2025-07-17T08:07:31.6061286Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2025-07-17T08:07:31.6065131Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2025-07-17T08:07:31.6069107Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2025-07-17T08:07:31.6072967Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6076290Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6079670Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6082937Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2025-07-17T08:07:31.6086364Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6089773Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2025-07-17T08:07:31.6093059Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2025-07-17T08:07:31.6096514Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6099833Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6103007Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2025-07-17T08:07:31.6106505Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2025-07-17T08:07:31.6109809Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2025-07-17T08:07:31.6113089Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2025-07-17T08:07:31.6116508Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2025-07-17T08:07:31.6119843Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2025-07-17T08:07:31.6123966Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2025-07-17T08:07:31.6128069Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2025-07-17T08:07:31.6131978Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6135590Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6139560Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6143167Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2025-07-17T08:07:31.6147038Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6150852Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2025-07-17T08:07:31.6154711Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2025-07-17T08:07:31.6159295Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6162451Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6165613Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6169015Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2025-07-17T08:07:31.6172282Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2025-07-17T08:07:31.6175586Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2025-07-17T08:07:31.6178866Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2025-07-17T08:07:31.6182275Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2025-07-17T08:07:31.6185830Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2025-07-17T08:07:31.6189740Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2025-07-17T08:07:31.6193514Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2025-07-17T08:07:31.6197215Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6200321Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6203572Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6206638Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2025-07-17T08:07:31.6209911Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6213172Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2025-07-17T08:07:31.6216505Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2025-07-17T08:07:31.6219869Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6222930Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6226059Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2025-07-17T08:07:31.6229307Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2025-07-17T08:07:31.6232547Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2025-07-17T08:07:31.6235788Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2025-07-17T08:07:31.6238839Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2025-07-17T08:07:31.6242130Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2025-07-17T08:07:31.6245927Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2025-07-17T08:07:31.6249623Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2025-07-17T08:07:31.6253824Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6257104Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6260282Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6263357Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2025-07-17T08:07:31.6266573Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6269743Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2025-07-17T08:07:31.6273025Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2025-07-17T08:07:31.6276736Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6279575Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6282659Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2025-07-17T08:07:31.6285868Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2025-07-17T08:07:31.6289095Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2025-07-17T08:07:31.6292319Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2025-07-17T08:07:31.6295617Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2025-07-17T08:07:31.6298724Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2025-07-17T08:07:31.6302523Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2025-07-17T08:07:31.6306372Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2025-07-17T08:07:31.6310089Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6313184Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6316484Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6319616Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2025-07-17T08:07:31.6322878Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6325977Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2025-07-17T08:07:31.6329254Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2025-07-17T08:07:31.6332598Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6335853Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6338986Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6342126Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2025-07-17T08:07:31.6345361Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2025-07-17T08:07:31.6348426Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2025-07-17T08:07:31.6351814Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2025-07-17T08:07:31.6354965Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2025-07-17T08:07:31.6358381Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2025-07-17T08:07:31.6362116Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2025-07-17T08:07:31.6365999Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2025-07-17T08:07:31.6369529Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6372818Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6376097Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6379174Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2025-07-17T08:07:31.6382485Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6385587Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2025-07-17T08:07:31.6388967Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2025-07-17T08:07:31.6392481Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6395579Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6398670Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2025-07-17T08:07:31.6401943Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2025-07-17T08:07:31.6405018Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2025-07-17T08:07:31.6408247Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2025-07-17T08:07:31.6411388Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2025-07-17T08:07:31.6414764Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2025-07-17T08:07:31.6418454Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2025-07-17T08:07:31.6422524Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2025-07-17T08:07:31.6426285Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6429436Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2025-07-17T08:07:31.6432808Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2025-07-17T08:07:31.6435925Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2025-07-17T08:07:31.6439213Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2025-07-17T08:07:31.6442313Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2025-07-17T08:07:31.6446308Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2025-07-17T08:07:31.6449380Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6452389Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6455558Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2025-07-17T08:07:31.6458830Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2025-07-17T08:07:31.6461881Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2025-07-17T08:07:31.6465150Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2025-07-17T08:07:31.6468320Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2025-07-17T08:07:31.6471819Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2025-07-17T08:07:31.6475175Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2025-07-17T08:07:31.6478544Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6481476Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2025-07-17T08:07:31.6484645Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2025-07-17T08:07:31.6487624Z adding 'torch/include/ATen/ops/values.h' 2025-07-17T08:07:31.6490827Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6493804Z adding 'torch/include/ATen/ops/values_copy.h' 2025-07-17T08:07:31.6497035Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6500143Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6502938Z adding 'torch/include/ATen/ops/values_copy_native.h' 2025-07-17T08:07:31.6506320Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2025-07-17T08:07:31.6509228Z adding 'torch/include/ATen/ops/values_native.h' 2025-07-17T08:07:31.6512382Z adding 'torch/include/ATen/ops/values_ops.h' 2025-07-17T08:07:31.6515487Z adding 'torch/include/ATen/ops/vander.h' 2025-07-17T08:07:31.6519057Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6521686Z adding 'torch/include/ATen/ops/vander_native.h' 2025-07-17T08:07:31.6524875Z adding 'torch/include/ATen/ops/vander_ops.h' 2025-07-17T08:07:31.6528221Z adding 'torch/include/ATen/ops/var.h' 2025-07-17T08:07:31.6531635Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6534686Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2025-07-17T08:07:31.6538101Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2025-07-17T08:07:31.6541203Z adding 'torch/include/ATen/ops/var_mean.h' 2025-07-17T08:07:31.6544572Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6547883Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6551071Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2025-07-17T08:07:31.6554349Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2025-07-17T08:07:31.6557536Z adding 'torch/include/ATen/ops/var_mean_native.h' 2025-07-17T08:07:31.6561372Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2025-07-17T08:07:31.6564836Z adding 'torch/include/ATen/ops/var_native.h' 2025-07-17T08:07:31.6568649Z adding 'torch/include/ATen/ops/var_ops.h' 2025-07-17T08:07:31.6572042Z adding 'torch/include/ATen/ops/vdot.h' 2025-07-17T08:07:31.6575363Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6578477Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2025-07-17T08:07:31.6581932Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2025-07-17T08:07:31.6584737Z adding 'torch/include/ATen/ops/vdot_native.h' 2025-07-17T08:07:31.6588070Z adding 'torch/include/ATen/ops/vdot_ops.h' 2025-07-17T08:07:31.6591348Z adding 'torch/include/ATen/ops/view.h' 2025-07-17T08:07:31.6594542Z adding 'torch/include/ATen/ops/view_as.h' 2025-07-17T08:07:31.6597595Z adding 'torch/include/ATen/ops/view_as_complex.h' 2025-07-17T08:07:31.6600870Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2025-07-17T08:07:31.6604405Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6607537Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6610546Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2025-07-17T08:07:31.6614076Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2025-07-17T08:07:31.6617466Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2025-07-17T08:07:31.6620713Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2025-07-17T08:07:31.6623905Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2025-07-17T08:07:31.6627037Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2025-07-17T08:07:31.6630380Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2025-07-17T08:07:31.6633732Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6636628Z adding 'torch/include/ATen/ops/view_as_native.h' 2025-07-17T08:07:31.6640154Z adding 'torch/include/ATen/ops/view_as_ops.h' 2025-07-17T08:07:31.6665878Z adding 'torch/include/ATen/ops/view_as_real.h' 2025-07-17T08:07:31.6666039Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2025-07-17T08:07:31.6666336Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6666672Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6666827Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2025-07-17T08:07:31.6667071Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2025-07-17T08:07:31.6667242Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2025-07-17T08:07:31.6668481Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2025-07-17T08:07:31.6671898Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2025-07-17T08:07:31.6674942Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2025-07-17T08:07:31.6678319Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2025-07-17T08:07:31.6681471Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6685033Z adding 'torch/include/ATen/ops/view_copy.h' 2025-07-17T08:07:31.6689811Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6691963Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6694844Z adding 'torch/include/ATen/ops/view_copy_native.h' 2025-07-17T08:07:31.6698191Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2025-07-17T08:07:31.6701585Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2025-07-17T08:07:31.6704735Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2025-07-17T08:07:31.6707852Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2025-07-17T08:07:31.6711032Z adding 'torch/include/ATen/ops/view_native.h' 2025-07-17T08:07:31.6714222Z adding 'torch/include/ATen/ops/view_ops.h' 2025-07-17T08:07:31.6717544Z adding 'torch/include/ATen/ops/vsplit.h' 2025-07-17T08:07:31.6720976Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6723810Z adding 'torch/include/ATen/ops/vsplit_native.h' 2025-07-17T08:07:31.6727003Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2025-07-17T08:07:31.6730098Z adding 'torch/include/ATen/ops/vstack.h' 2025-07-17T08:07:31.6733357Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6736238Z adding 'torch/include/ATen/ops/vstack_native.h' 2025-07-17T08:07:31.6739404Z adding 'torch/include/ATen/ops/vstack_ops.h' 2025-07-17T08:07:31.6742635Z adding 'torch/include/ATen/ops/where.h' 2025-07-17T08:07:31.6745991Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6749383Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2025-07-17T08:07:31.6752582Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2025-07-17T08:07:31.6755703Z adding 'torch/include/ATen/ops/where_native.h' 2025-07-17T08:07:31.6759172Z adding 'torch/include/ATen/ops/where_ops.h' 2025-07-17T08:07:31.6762557Z adding 'torch/include/ATen/ops/xlogy.h' 2025-07-17T08:07:31.6765909Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6769136Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2025-07-17T08:07:31.6772144Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2025-07-17T08:07:31.6775283Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2025-07-17T08:07:31.6778295Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2025-07-17T08:07:31.6782048Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2025-07-17T08:07:31.6785227Z adding 'torch/include/ATen/ops/xlogy_native.h' 2025-07-17T08:07:31.6788762Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2025-07-17T08:07:31.6792139Z adding 'torch/include/ATen/ops/xor.h' 2025-07-17T08:07:31.6795535Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2025-07-17T08:07:31.6798432Z adding 'torch/include/ATen/ops/xor_native.h' 2025-07-17T08:07:31.6801885Z adding 'torch/include/ATen/ops/xor_ops.h' 2025-07-17T08:07:31.6805072Z adding 'torch/include/ATen/ops/zero.h' 2025-07-17T08:07:31.6808457Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6811518Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2025-07-17T08:07:31.6814582Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2025-07-17T08:07:31.6817643Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2025-07-17T08:07:31.6820671Z adding 'torch/include/ATen/ops/zero_native.h' 2025-07-17T08:07:31.6823899Z adding 'torch/include/ATen/ops/zero_ops.h' 2025-07-17T08:07:31.6827527Z adding 'torch/include/ATen/ops/zeros.h' 2025-07-17T08:07:31.6831255Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6834444Z adding 'torch/include/ATen/ops/zeros_like.h' 2025-07-17T08:07:31.6837907Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2025-07-17T08:07:31.6841138Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2025-07-17T08:07:31.6844047Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2025-07-17T08:07:31.6847357Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2025-07-17T08:07:31.6850497Z adding 'torch/include/ATen/ops/zeros_native.h' 2025-07-17T08:07:31.6854215Z adding 'torch/include/ATen/ops/zeros_ops.h' 2025-07-17T08:07:31.6860606Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2025-07-17T08:07:31.6865503Z adding 'torch/include/ATen/quantized/Quantizer.h' 2025-07-17T08:07:31.6870005Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2025-07-17T08:07:31.6872998Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2025-07-17T08:07:31.6875912Z adding 'torch/include/ATen/xpu/XPUContext.h' 2025-07-17T08:07:31.6878795Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2025-07-17T08:07:31.6882884Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2025-07-17T08:07:31.6886339Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2025-07-17T08:07:31.6890138Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2025-07-17T08:07:31.6894440Z adding 'torch/include/asmjit/a64.h' 2025-07-17T08:07:31.6898110Z adding 'torch/include/asmjit/arm.h' 2025-07-17T08:07:31.6901207Z adding 'torch/include/asmjit/asmjit-scope-begin.h' 2025-07-17T08:07:31.6904104Z adding 'torch/include/asmjit/asmjit-scope-end.h' 2025-07-17T08:07:31.6907258Z adding 'torch/include/asmjit/asmjit.h' 2025-07-17T08:07:31.6951725Z adding 'torch/include/asmjit/core.h' 2025-07-17T08:07:31.6957978Z adding 'torch/include/asmjit/x86.h' 2025-07-17T08:07:31.6962447Z adding 'torch/include/asmjit/arm/a64assembler.h' 2025-07-17T08:07:31.6965714Z adding 'torch/include/asmjit/arm/a64builder.h' 2025-07-17T08:07:31.6970550Z adding 'torch/include/asmjit/arm/a64compiler.h' 2025-07-17T08:07:31.6984099Z adding 'torch/include/asmjit/arm/a64emitter.h' 2025-07-17T08:07:31.7012954Z adding 'torch/include/asmjit/arm/a64globals.h' 2025-07-17T08:07:31.7019486Z adding 'torch/include/asmjit/arm/a64instdb.h' 2025-07-17T08:07:31.7027160Z adding 'torch/include/asmjit/arm/a64operand.h' 2025-07-17T08:07:31.7031227Z adding 'torch/include/asmjit/arm/armglobals.h' 2025-07-17T08:07:31.7037991Z adding 'torch/include/asmjit/arm/armoperand.h' 2025-07-17T08:07:31.7043615Z adding 'torch/include/asmjit/arm/armutils.h' 2025-07-17T08:07:31.7053038Z adding 'torch/include/asmjit/core/api-config.h' 2025-07-17T08:07:31.7059009Z adding 'torch/include/asmjit/core/archcommons.h' 2025-07-17T08:07:31.7064720Z adding 'torch/include/asmjit/core/archtraits.h' 2025-07-17T08:07:31.7068887Z adding 'torch/include/asmjit/core/assembler.h' 2025-07-17T08:07:31.7087683Z adding 'torch/include/asmjit/core/builder.h' 2025-07-17T08:07:31.7092715Z adding 'torch/include/asmjit/core/codebuffer.h' 2025-07-17T08:07:31.7109876Z adding 'torch/include/asmjit/core/codeholder.h' 2025-07-17T08:07:31.7120625Z adding 'torch/include/asmjit/core/compiler.h' 2025-07-17T08:07:31.7125802Z adding 'torch/include/asmjit/core/compilerdefs.h' 2025-07-17T08:07:31.7130988Z adding 'torch/include/asmjit/core/constpool.h' 2025-07-17T08:07:31.7148197Z adding 'torch/include/asmjit/core/cpuinfo.h' 2025-07-17T08:07:31.7163997Z adding 'torch/include/asmjit/core/emitter.h' 2025-07-17T08:07:31.7171779Z adding 'torch/include/asmjit/core/environment.h' 2025-07-17T08:07:31.7177357Z adding 'torch/include/asmjit/core/errorhandler.h' 2025-07-17T08:07:31.7182351Z adding 'torch/include/asmjit/core/formatter.h' 2025-07-17T08:07:31.7205415Z adding 'torch/include/asmjit/core/func.h' 2025-07-17T08:07:31.7214016Z adding 'torch/include/asmjit/core/globals.h' 2025-07-17T08:07:31.7225851Z adding 'torch/include/asmjit/core/inst.h' 2025-07-17T08:07:31.7236111Z adding 'torch/include/asmjit/core/jitallocator.h' 2025-07-17T08:07:31.7240470Z adding 'torch/include/asmjit/core/jitruntime.h' 2025-07-17T08:07:31.7245254Z adding 'torch/include/asmjit/core/logger.h' 2025-07-17T08:07:31.7270558Z adding 'torch/include/asmjit/core/operand.h' 2025-07-17T08:07:31.7275918Z adding 'torch/include/asmjit/core/osutils.h' 2025-07-17T08:07:31.7281530Z adding 'torch/include/asmjit/core/string.h' 2025-07-17T08:07:31.7301818Z adding 'torch/include/asmjit/core/support.h' 2025-07-17T08:07:31.7306858Z adding 'torch/include/asmjit/core/target.h' 2025-07-17T08:07:31.7313515Z adding 'torch/include/asmjit/core/type.h' 2025-07-17T08:07:31.7320181Z adding 'torch/include/asmjit/core/virtmem.h' 2025-07-17T08:07:31.7328657Z adding 'torch/include/asmjit/core/zone.h' 2025-07-17T08:07:31.7333412Z adding 'torch/include/asmjit/core/zonehash.h' 2025-07-17T08:07:31.7337452Z adding 'torch/include/asmjit/core/zonelist.h' 2025-07-17T08:07:31.7341745Z adding 'torch/include/asmjit/core/zonestack.h' 2025-07-17T08:07:31.7345696Z adding 'torch/include/asmjit/core/zonestring.h' 2025-07-17T08:07:31.7351308Z adding 'torch/include/asmjit/core/zonetree.h' 2025-07-17T08:07:31.7359296Z adding 'torch/include/asmjit/core/zonevector.h' 2025-07-17T08:07:31.7372030Z adding 'torch/include/asmjit/x86/x86assembler.h' 2025-07-17T08:07:31.7379286Z adding 'torch/include/asmjit/x86/x86builder.h' 2025-07-17T08:07:31.7389116Z adding 'torch/include/asmjit/x86/x86compiler.h' 2025-07-17T08:07:31.7454202Z adding 'torch/include/asmjit/x86/x86emitter.h' 2025-07-17T08:07:31.7493201Z adding 'torch/include/asmjit/x86/x86globals.h' 2025-07-17T08:07:31.7505752Z adding 'torch/include/asmjit/x86/x86instdb.h' 2025-07-17T08:07:31.7520596Z adding 'torch/include/asmjit/x86/x86operand.h' 2025-07-17T08:07:31.7531250Z adding 'torch/include/c10/core/Allocator.h' 2025-07-17T08:07:31.7535088Z adding 'torch/include/c10/core/AutogradState.h' 2025-07-17T08:07:31.7540281Z adding 'torch/include/c10/core/Backend.h' 2025-07-17T08:07:31.7543883Z adding 'torch/include/c10/core/CPUAllocator.h' 2025-07-17T08:07:31.7547900Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2025-07-17T08:07:31.7551704Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2025-07-17T08:07:31.7555226Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2025-07-17T08:07:31.7559632Z adding 'torch/include/c10/core/Contiguity.h' 2025-07-17T08:07:31.7563244Z adding 'torch/include/c10/core/CopyBytes.h' 2025-07-17T08:07:31.7566271Z adding 'torch/include/c10/core/DefaultDtype.h' 2025-07-17T08:07:31.7569577Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2025-07-17T08:07:31.7574300Z adding 'torch/include/c10/core/Device.h' 2025-07-17T08:07:31.7577673Z adding 'torch/include/c10/core/DeviceArray.h' 2025-07-17T08:07:31.7582620Z adding 'torch/include/c10/core/DeviceGuard.h' 2025-07-17T08:07:31.7586945Z adding 'torch/include/c10/core/DeviceType.h' 2025-07-17T08:07:31.7600466Z adding 'torch/include/c10/core/DispatchKey.h' 2025-07-17T08:07:31.7617658Z adding 'torch/include/c10/core/DispatchKeySet.h' 2025-07-17T08:07:31.7622883Z adding 'torch/include/c10/core/DynamicCast.h' 2025-07-17T08:07:31.7627138Z adding 'torch/include/c10/core/Event.h' 2025-07-17T08:07:31.7631414Z adding 'torch/include/c10/core/GeneratorImpl.h' 2025-07-17T08:07:31.7634923Z adding 'torch/include/c10/core/GradMode.h' 2025-07-17T08:07:31.7638975Z adding 'torch/include/c10/core/InferenceMode.h' 2025-07-17T08:07:31.7642470Z adding 'torch/include/c10/core/Layout.h' 2025-07-17T08:07:31.7647843Z adding 'torch/include/c10/core/MemoryFormat.h' 2025-07-17T08:07:31.7651403Z adding 'torch/include/c10/core/OptionalRef.h' 2025-07-17T08:07:31.7655289Z adding 'torch/include/c10/core/PyHandleCache.h' 2025-07-17T08:07:31.7658709Z adding 'torch/include/c10/core/QEngine.h' 2025-07-17T08:07:31.7662109Z adding 'torch/include/c10/core/QScheme.h' 2025-07-17T08:07:31.7666157Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2025-07-17T08:07:31.7669962Z adding 'torch/include/c10/core/SafePyObject.h' 2025-07-17T08:07:31.7676390Z adding 'torch/include/c10/core/Scalar.h' 2025-07-17T08:07:31.7685346Z adding 'torch/include/c10/core/ScalarType.h' 2025-07-17T08:07:31.7689538Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2025-07-17T08:07:31.7694200Z adding 'torch/include/c10/core/Storage.h' 2025-07-17T08:07:31.7700209Z adding 'torch/include/c10/core/StorageImpl.h' 2025-07-17T08:07:31.7706367Z adding 'torch/include/c10/core/Stream.h' 2025-07-17T08:07:31.7711218Z adding 'torch/include/c10/core/StreamGuard.h' 2025-07-17T08:07:31.7715281Z adding 'torch/include/c10/core/SymBool.h' 2025-07-17T08:07:31.7719347Z adding 'torch/include/c10/core/SymFloat.h' 2025-07-17T08:07:31.7726033Z adding 'torch/include/c10/core/SymInt.h' 2025-07-17T08:07:31.7730046Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2025-07-17T08:07:31.7734339Z adding 'torch/include/c10/core/SymNodeImpl.h' 2025-07-17T08:07:31.7738818Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2025-07-17T08:07:31.7781539Z adding 'torch/include/c10/core/TensorImpl.h' 2025-07-17T08:07:31.7794317Z adding 'torch/include/c10/core/TensorOptions.h' 2025-07-17T08:07:31.7798416Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2025-07-17T08:07:31.7801640Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2025-07-17T08:07:31.7804798Z adding 'torch/include/c10/core/alignment.h' 2025-07-17T08:07:31.7808361Z adding 'torch/include/c10/core/thread_pool.h' 2025-07-17T08:07:31.7812799Z adding 'torch/include/c10/core/impl/COW.h' 2025-07-17T08:07:31.7816383Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2025-07-17T08:07:31.7822851Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2025-07-17T08:07:31.7826803Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2025-07-17T08:07:31.7830198Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2025-07-17T08:07:31.7833875Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2025-07-17T08:07:31.7840811Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2025-07-17T08:07:31.7845129Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2025-07-17T08:07:31.7850366Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2025-07-17T08:07:31.7855048Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2025-07-17T08:07:31.7861040Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2025-07-17T08:07:31.7865869Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2025-07-17T08:07:31.7869278Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2025-07-17T08:07:31.7874195Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2025-07-17T08:07:31.7877790Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2025-07-17T08:07:31.7881317Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2025-07-17T08:07:31.7884489Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2025-07-17T08:07:31.7888692Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2025-07-17T08:07:31.7892686Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2025-07-17T08:07:31.7900060Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2025-07-17T08:07:31.7904791Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2025-07-17T08:07:31.7909464Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2025-07-17T08:07:31.7913521Z adding 'torch/include/c10/cuda/CUDAException.h' 2025-07-17T08:07:31.7917574Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2025-07-17T08:07:31.7921233Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2025-07-17T08:07:31.7926305Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2025-07-17T08:07:31.7929894Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2025-07-17T08:07:31.7933439Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2025-07-17T08:07:31.7936540Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2025-07-17T08:07:31.7942183Z adding 'torch/include/c10/cuda/CUDAStream.h' 2025-07-17T08:07:31.7946193Z adding 'torch/include/c10/cuda/driver_api.h' 2025-07-17T08:07:31.7952069Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2025-07-17T08:07:31.7955470Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2025-07-17T08:07:31.7959465Z adding 'torch/include/c10/macros/Export.h' 2025-07-17T08:07:31.7962147Z adding 'torch/include/c10/macros/Macros.h' 2025-07-17T08:07:31.7965220Z adding 'torch/include/c10/macros/cmake_macros.h' 2025-07-17T08:07:31.7969496Z adding 'torch/include/c10/metal/atomic.h' 2025-07-17T08:07:31.7973031Z adding 'torch/include/c10/metal/common.h' 2025-07-17T08:07:31.7977063Z adding 'torch/include/c10/metal/expm1f.h' 2025-07-17T08:07:31.7983500Z adding 'torch/include/c10/metal/indexing.h' 2025-07-17T08:07:31.7988066Z adding 'torch/include/c10/metal/random.h' 2025-07-17T08:07:31.7991914Z adding 'torch/include/c10/metal/reduction_utils.h' 2025-07-17T08:07:31.8007506Z adding 'torch/include/c10/metal/special_math.h' 2025-07-17T08:07:31.8013309Z adding 'torch/include/c10/metal/utils.h' 2025-07-17T08:07:31.8018692Z adding 'torch/include/c10/mobile/CPUCachingAllocator.h' 2025-07-17T08:07:31.8023046Z adding 'torch/include/c10/mobile/CPUProfilingAllocator.h' 2025-07-17T08:07:31.8028007Z adding 'torch/include/c10/test/util/Macros.h' 2025-07-17T08:07:31.8033842Z adding 'torch/include/c10/test/util/complex_math_test_common.h' 2025-07-17T08:07:31.8040322Z adding 'torch/include/c10/test/util/complex_test_common.h' 2025-07-17T08:07:31.8047052Z adding 'torch/include/c10/util/AbortHandler.h' 2025-07-17T08:07:31.8051362Z adding 'torch/include/c10/util/AlignOf.h' 2025-07-17T08:07:31.8055375Z adding 'torch/include/c10/util/ApproximateClock.h' 2025-07-17T08:07:31.8058666Z adding 'torch/include/c10/util/Array.h' 2025-07-17T08:07:31.8064135Z adding 'torch/include/c10/util/ArrayRef.h' 2025-07-17T08:07:31.8068980Z adding 'torch/include/c10/util/BFloat16-inl.h' 2025-07-17T08:07:31.8074018Z adding 'torch/include/c10/util/BFloat16-math.h' 2025-07-17T08:07:31.8077873Z adding 'torch/include/c10/util/BFloat16.h' 2025-07-17T08:07:31.8081346Z adding 'torch/include/c10/util/Backtrace.h' 2025-07-17T08:07:31.8085427Z adding 'torch/include/c10/util/Bitset.h' 2025-07-17T08:07:31.8088818Z adding 'torch/include/c10/util/C++17.h' 2025-07-17T08:07:31.8092458Z adding 'torch/include/c10/util/CallOnce.h' 2025-07-17T08:07:31.8097646Z adding 'torch/include/c10/util/ConstexprCrc.h' 2025-07-17T08:07:31.8101918Z adding 'torch/include/c10/util/DeadlockDetection.h' 2025-07-17T08:07:31.8105252Z adding 'torch/include/c10/util/Deprecated.h' 2025-07-17T08:07:31.8108526Z adding 'torch/include/c10/util/DimVector.h' 2025-07-17T08:07:31.8111927Z adding 'torch/include/c10/util/DynamicCounter.h' 2025-07-17T08:07:31.8115898Z adding 'torch/include/c10/util/Enumerate.h' 2025-07-17T08:07:31.8127000Z adding 'torch/include/c10/util/Exception.h' 2025-07-17T08:07:31.8131919Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2025-07-17T08:07:31.8135562Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2025-07-17T08:07:31.8138809Z adding 'torch/include/c10/util/FbcodeMaps.h' 2025-07-17T08:07:31.8144266Z adding 'torch/include/c10/util/Flags.h' 2025-07-17T08:07:31.8148751Z adding 'torch/include/c10/util/Float4_e2m1fn_x2.h' 2025-07-17T08:07:31.8152130Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2025-07-17T08:07:31.8157529Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2025-07-17T08:07:31.8162230Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2025-07-17T08:07:31.8168202Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2025-07-17T08:07:31.8170903Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2025-07-17T08:07:31.8175283Z adding 'torch/include/c10/util/Float8_e5m2.h' 2025-07-17T08:07:31.8179945Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2025-07-17T08:07:31.8184014Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2025-07-17T08:07:31.8188095Z adding 'torch/include/c10/util/Float8_e8m0fnu-inl.h' 2025-07-17T08:07:31.8192784Z adding 'torch/include/c10/util/Float8_e8m0fnu.h' 2025-07-17T08:07:31.8196538Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2025-07-17T08:07:31.8200238Z adding 'torch/include/c10/util/FunctionRef.h' 2025-07-17T08:07:31.8204095Z adding 'torch/include/c10/util/Gauge.h' 2025-07-17T08:07:31.8208183Z adding 'torch/include/c10/util/Half-inl.h' 2025-07-17T08:07:31.8216259Z adding 'torch/include/c10/util/Half.h' 2025-07-17T08:07:31.8219759Z adding 'torch/include/c10/util/IdWrapper.h' 2025-07-17T08:07:31.8224719Z adding 'torch/include/c10/util/IntrusiveList.h' 2025-07-17T08:07:31.8228636Z adding 'torch/include/c10/util/Lazy.h' 2025-07-17T08:07:31.8233911Z adding 'torch/include/c10/util/LeftRight.h' 2025-07-17T08:07:31.8237107Z adding 'torch/include/c10/util/Load.h' 2025-07-17T08:07:31.8243046Z adding 'torch/include/c10/util/Logging.h' 2025-07-17T08:07:31.8247147Z adding 'torch/include/c10/util/MathConstants.h' 2025-07-17T08:07:31.8251642Z adding 'torch/include/c10/util/MaybeOwned.h' 2025-07-17T08:07:31.8256320Z adding 'torch/include/c10/util/Metaprogramming.h' 2025-07-17T08:07:31.8260109Z adding 'torch/include/c10/util/NetworkFlow.h' 2025-07-17T08:07:31.8263341Z adding 'torch/include/c10/util/Optional.h' 2025-07-17T08:07:31.8267469Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2025-07-17T08:07:31.8270837Z adding 'torch/include/c10/util/ParallelGuard.h' 2025-07-17T08:07:31.8276334Z adding 'torch/include/c10/util/Registry.h' 2025-07-17T08:07:31.8280010Z adding 'torch/include/c10/util/ScopeExit.h' 2025-07-17T08:07:31.8283195Z adding 'torch/include/c10/util/Semaphore.h' 2025-07-17T08:07:31.8286606Z adding 'torch/include/c10/util/SmallBuffer.h' 2025-07-17T08:07:31.8304018Z adding 'torch/include/c10/util/SmallVector.h' 2025-07-17T08:07:31.8309913Z adding 'torch/include/c10/util/StringUtil.h' 2025-07-17T08:07:31.8313526Z adding 'torch/include/c10/util/Synchronized.h' 2025-07-17T08:07:31.8317338Z adding 'torch/include/c10/util/ThreadLocal.h' 2025-07-17T08:07:31.8321124Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2025-07-17T08:07:31.8324260Z adding 'torch/include/c10/util/Type.h' 2025-07-17T08:07:31.8328283Z adding 'torch/include/c10/util/TypeCast.h' 2025-07-17T08:07:31.8332375Z adding 'torch/include/c10/util/TypeIndex.h' 2025-07-17T08:07:31.8338716Z adding 'torch/include/c10/util/TypeList.h' 2025-07-17T08:07:31.8342849Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2025-07-17T08:07:31.8347024Z adding 'torch/include/c10/util/TypeTraits.h' 2025-07-17T08:07:31.8350337Z adding 'torch/include/c10/util/Unicode.h' 2025-07-17T08:07:31.8354363Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2025-07-17T08:07:31.8357633Z adding 'torch/include/c10/util/Unroll.h' 2025-07-17T08:07:31.8361224Z adding 'torch/include/c10/util/WaitCounter.h' 2025-07-17T08:07:31.8364437Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2025-07-17T08:07:31.8367943Z adding 'torch/include/c10/util/accumulate.h' 2025-07-17T08:07:31.8371843Z adding 'torch/include/c10/util/bit_cast.h' 2025-07-17T08:07:31.8375056Z adding 'torch/include/c10/util/bits.h' 2025-07-17T08:07:31.8382425Z adding 'torch/include/c10/util/complex.h' 2025-07-17T08:07:31.8387628Z adding 'torch/include/c10/util/complex_math.h' 2025-07-17T08:07:31.8391260Z adding 'torch/include/c10/util/complex_utils.h' 2025-07-17T08:07:31.8394435Z adding 'torch/include/c10/util/copysign.h' 2025-07-17T08:07:31.8397551Z adding 'torch/include/c10/util/env.h' 2025-07-17T08:07:31.8400456Z adding 'torch/include/c10/util/error.h' 2025-07-17T08:07:31.8416276Z adding 'torch/include/c10/util/flat_hash_map.h' 2025-07-17T08:07:31.8420893Z adding 'torch/include/c10/util/floating_point_utils.h' 2025-07-17T08:07:31.8424503Z adding 'torch/include/c10/util/generic_math.h' 2025-07-17T08:07:31.8430371Z adding 'torch/include/c10/util/hash.h' 2025-07-17T08:07:31.8436455Z adding 'torch/include/c10/util/int128.h' 2025-07-17T08:07:31.8449747Z adding 'torch/include/c10/util/intrusive_ptr.h' 2025-07-17T08:07:31.8454588Z adding 'torch/include/c10/util/irange.h' 2025-07-17T08:07:31.8465275Z adding 'torch/include/c10/util/llvmMathExtras.h' 2025-07-17T08:07:31.8469971Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2025-07-17T08:07:31.8475063Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2025-07-17T08:07:31.8478450Z adding 'torch/include/c10/util/numa.h' 2025-07-17T08:07:31.8496784Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2025-07-17T08:07:31.8502393Z adding 'torch/include/c10/util/overflows.h' 2025-07-17T08:07:31.8505834Z adding 'torch/include/c10/util/overloaded.h' 2025-07-17T08:07:31.8508674Z adding 'torch/include/c10/util/python_stub.h' 2025-07-17T08:07:31.8511910Z adding 'torch/include/c10/util/qint32.h' 2025-07-17T08:07:31.8514905Z adding 'torch/include/c10/util/qint8.h' 2025-07-17T08:07:31.8518054Z adding 'torch/include/c10/util/quint2x4.h' 2025-07-17T08:07:31.8521000Z adding 'torch/include/c10/util/quint4x2.h' 2025-07-17T08:07:31.8524114Z adding 'torch/include/c10/util/quint8.h' 2025-07-17T08:07:31.8528250Z adding 'torch/include/c10/util/safe_numerics.h' 2025-07-17T08:07:31.8531698Z adding 'torch/include/c10/util/signal_handler.h' 2025-07-17T08:07:31.8541092Z adding 'torch/include/c10/util/sparse_bitset.h' 2025-07-17T08:07:31.8545414Z adding 'torch/include/c10/util/ssize.h' 2025-07-17T08:07:31.8548471Z adding 'torch/include/c10/util/static_tracepoint.h' 2025-07-17T08:07:31.8553200Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2025-07-17T08:07:31.8556942Z adding 'torch/include/c10/util/strides.h' 2025-07-17T08:07:31.8559608Z adding 'torch/include/c10/util/string_utils.h' 2025-07-17T08:07:31.8566376Z adding 'torch/include/c10/util/string_view.h' 2025-07-17T08:07:31.8576202Z adding 'torch/include/c10/util/strong_type.h' 2025-07-17T08:07:31.8580775Z adding 'torch/include/c10/util/tempfile.h' 2025-07-17T08:07:31.8583819Z adding 'torch/include/c10/util/thread_name.h' 2025-07-17T08:07:31.8593345Z adding 'torch/include/c10/util/typeid.h' 2025-07-17T08:07:31.8597278Z adding 'torch/include/c10/util/win32-headers.h' 2025-07-17T08:07:31.8601939Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2025-07-17T08:07:31.8606472Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2025-07-17T08:07:31.8610049Z adding 'torch/include/c10/xpu/XPUException.h' 2025-07-17T08:07:31.8614003Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2025-07-17T08:07:31.8616570Z adding 'torch/include/c10/xpu/XPUMacros.h' 2025-07-17T08:07:31.8621440Z adding 'torch/include/c10/xpu/XPUStream.h' 2025-07-17T08:07:31.8626973Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2025-07-17T08:07:31.8631825Z adding 'torch/include/c10/xpu/test/impl/XPUTest.h' 2025-07-17T08:07:31.8637029Z adding 'torch/include/caffe2/core/common.h' 2025-07-17T08:07:31.8640174Z adding 'torch/include/caffe2/core/macros.h' 2025-07-17T08:07:31.8643649Z adding 'torch/include/caffe2/core/timer.h' 2025-07-17T08:07:31.8664160Z adding 'torch/include/caffe2/perfkernels/batch_box_cox_vec.h' 2025-07-17T08:07:31.8664319Z adding 'torch/include/caffe2/perfkernels/common.h' 2025-07-17T08:07:31.8664504Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2025-07-17T08:07:31.8699575Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2025-07-17T08:07:31.8704642Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2025-07-17T08:07:31.8707844Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2025-07-17T08:07:31.8713523Z adding 'torch/include/caffe2/serialize/inline_container.h' 2025-07-17T08:07:31.8717217Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2025-07-17T08:07:31.8720331Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2025-07-17T08:07:31.8724863Z adding 'torch/include/caffe2/serialize/versions.h' 2025-07-17T08:07:31.8729587Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2025-07-17T08:07:31.8732821Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2025-07-17T08:07:31.8735995Z adding 'torch/include/caffe2/utils/string_utils.h' 2025-07-17T08:07:31.8740443Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2025-07-17T08:07:31.8743615Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2025-07-17T08:07:31.8749930Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2025-07-17T08:07:31.8753638Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2025-07-17T08:07:31.8757872Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2025-07-17T08:07:31.8761098Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2025-07-17T08:07:31.8766471Z adding 'torch/include/fbgemm/ConvUtils.h' 2025-07-17T08:07:31.8779200Z adding 'torch/include/fbgemm/Fbgemm.h' 2025-07-17T08:07:31.8783893Z adding 'torch/include/fbgemm/FbgemmBuild.h' 2025-07-17T08:07:31.8787587Z adding 'torch/include/fbgemm/FbgemmConvert.h' 2025-07-17T08:07:31.8800708Z adding 'torch/include/fbgemm/FbgemmEmbedding.h' 2025-07-17T08:07:31.8804584Z adding 'torch/include/fbgemm/FbgemmFP16.h' 2025-07-17T08:07:31.8807989Z adding 'torch/include/fbgemm/FbgemmFP32.h' 2025-07-17T08:07:31.8813265Z adding 'torch/include/fbgemm/FbgemmFPCommon.h' 2025-07-17T08:07:31.8816626Z adding 'torch/include/fbgemm/FbgemmI64.h' 2025-07-17T08:07:31.8820357Z adding 'torch/include/fbgemm/FbgemmI8DepthwiseAvx2.h' 2025-07-17T08:07:31.8823698Z adding 'torch/include/fbgemm/FbgemmI8DirectconvAvx2.h' 2025-07-17T08:07:31.8827435Z adding 'torch/include/fbgemm/FbgemmI8Spmdm.h' 2025-07-17T08:07:31.8832710Z adding 'torch/include/fbgemm/FbgemmPackMatrixB.h' 2025-07-17T08:07:31.8837275Z adding 'torch/include/fbgemm/FbgemmSparse.h' 2025-07-17T08:07:31.8842952Z adding 'torch/include/fbgemm/FloatConversion.h' 2025-07-17T08:07:31.8847662Z adding 'torch/include/fbgemm/OutputProcessing-inl.h' 2025-07-17T08:07:31.8853155Z adding 'torch/include/fbgemm/PackingTraits-inl.h' 2025-07-17T08:07:31.8858903Z adding 'torch/include/fbgemm/QuantUtils.h' 2025-07-17T08:07:31.8863041Z adding 'torch/include/fbgemm/QuantUtilsAvx2.h' 2025-07-17T08:07:31.8866382Z adding 'torch/include/fbgemm/QuantUtilsAvx512.h' 2025-07-17T08:07:31.8869598Z adding 'torch/include/fbgemm/QuantUtilsNeon.h' 2025-07-17T08:07:31.8872843Z adding 'torch/include/fbgemm/SimdUtils.h' 2025-07-17T08:07:31.8875869Z adding 'torch/include/fbgemm/Types.h' 2025-07-17T08:07:31.8882074Z adding 'torch/include/fbgemm/Utils.h' 2025-07-17T08:07:31.8885990Z adding 'torch/include/fbgemm/UtilsAvx2.h' 2025-07-17T08:07:31.8889470Z adding 'torch/include/fbgemm/spmmUtils.h' 2025-07-17T08:07:31.8892470Z adding 'torch/include/fbgemm/spmmUtilsAvx2.h' 2025-07-17T08:07:31.8898018Z adding 'torch/include/fmt/args.h' 2025-07-17T08:07:31.8938245Z adding 'torch/include/fmt/base.h' 2025-07-17T08:07:31.8966818Z adding 'torch/include/fmt/chrono.h' 2025-07-17T08:07:31.8978331Z adding 'torch/include/fmt/color.h' 2025-07-17T08:07:31.8987121Z adding 'torch/include/fmt/compile.h' 2025-07-17T08:07:31.8990438Z adding 'torch/include/fmt/core.h' 2025-07-17T08:07:31.9020629Z adding 'torch/include/fmt/format-inl.h' 2025-07-17T08:07:31.9081113Z adding 'torch/include/fmt/format.h' 2025-07-17T08:07:31.9090971Z adding 'torch/include/fmt/os.h' 2025-07-17T08:07:31.9095514Z adding 'torch/include/fmt/ostream.h' 2025-07-17T08:07:31.9103922Z adding 'torch/include/fmt/printf.h' 2025-07-17T08:07:31.9113820Z adding 'torch/include/fmt/ranges.h' 2025-07-17T08:07:31.9122501Z adding 'torch/include/fmt/std.h' 2025-07-17T08:07:31.9128493Z adding 'torch/include/fmt/xchar.h' 2025-07-17T08:07:31.9132975Z adding 'torch/include/fp16/bitcasts.h' 2025-07-17T08:07:31.9139420Z adding 'torch/include/fp16/fp16.h' 2025-07-17T08:07:31.9143854Z adding 'torch/include/fp16/psimd.h' 2025-07-17T08:07:31.9150807Z adding 'torch/include/google/protobuf/any.h' 2025-07-17T08:07:31.9156712Z adding 'torch/include/google/protobuf/any.pb.h' 2025-07-17T08:07:31.9168576Z adding 'torch/include/google/protobuf/api.pb.h' 2025-07-17T08:07:31.9181665Z adding 'torch/include/google/protobuf/arena.h' 2025-07-17T08:07:31.9190115Z adding 'torch/include/google/protobuf/arena_impl.h' 2025-07-17T08:07:31.9197099Z adding 'torch/include/google/protobuf/arenastring.h' 2025-07-17T08:07:31.9230632Z adding 'torch/include/google/protobuf/descriptor.h' 2025-07-17T08:07:31.9315448Z adding 'torch/include/google/protobuf/descriptor.pb.h' 2025-07-17T08:07:31.9335555Z adding 'torch/include/google/protobuf/descriptor_database.h' 2025-07-17T08:07:31.9341022Z adding 'torch/include/google/protobuf/duration.pb.h' 2025-07-17T08:07:31.9346887Z adding 'torch/include/google/protobuf/dynamic_message.h' 2025-07-17T08:07:31.9351808Z adding 'torch/include/google/protobuf/empty.pb.h' 2025-07-17T08:07:31.9379106Z adding 'torch/include/google/protobuf/extension_set.h' 2025-07-17T08:07:31.9386660Z adding 'torch/include/google/protobuf/extension_set_inl.h' 2025-07-17T08:07:31.9393726Z adding 'torch/include/google/protobuf/field_mask.pb.h' 2025-07-17T08:07:31.9399089Z adding 'torch/include/google/protobuf/generated_enum_reflection.h' 2025-07-17T08:07:31.9403287Z adding 'torch/include/google/protobuf/generated_enum_util.h' 2025-07-17T08:07:31.9409998Z adding 'torch/include/google/protobuf/generated_message_reflection.h' 2025-07-17T08:07:31.9416819Z adding 'torch/include/google/protobuf/generated_message_table_driven.h' 2025-07-17T08:07:31.9422730Z adding 'torch/include/google/protobuf/generated_message_util.h' 2025-07-17T08:07:31.9427233Z adding 'torch/include/google/protobuf/has_bits.h' 2025-07-17T08:07:31.9432637Z adding 'torch/include/google/protobuf/implicit_weak_message.h' 2025-07-17T08:07:31.9437917Z adding 'torch/include/google/protobuf/inlined_string_field.h' 2025-07-17T08:07:31.9456191Z adding 'torch/include/google/protobuf/map.h' 2025-07-17T08:07:31.9462424Z adding 'torch/include/google/protobuf/map_entry.h' 2025-07-17T08:07:31.9472741Z adding 'torch/include/google/protobuf/map_entry_lite.h' 2025-07-17T08:07:31.9484111Z adding 'torch/include/google/protobuf/map_field.h' 2025-07-17T08:07:31.9491034Z adding 'torch/include/google/protobuf/map_field_inl.h' 2025-07-17T08:07:31.9496342Z adding 'torch/include/google/protobuf/map_field_lite.h' 2025-07-17T08:07:31.9506621Z adding 'torch/include/google/protobuf/map_type_handler.h' 2025-07-17T08:07:31.9529999Z adding 'torch/include/google/protobuf/message.h' 2025-07-17T08:07:31.9542193Z adding 'torch/include/google/protobuf/message_lite.h' 2025-07-17T08:07:31.9546294Z adding 'torch/include/google/protobuf/metadata.h' 2025-07-17T08:07:31.9551379Z adding 'torch/include/google/protobuf/metadata_lite.h' 2025-07-17T08:07:31.9562774Z adding 'torch/include/google/protobuf/parse_context.h' 2025-07-17T08:07:31.9566972Z adding 'torch/include/google/protobuf/port.h' 2025-07-17T08:07:31.9575197Z adding 'torch/include/google/protobuf/reflection.h' 2025-07-17T08:07:31.9579721Z adding 'torch/include/google/protobuf/reflection_ops.h' 2025-07-17T08:07:31.9614441Z adding 'torch/include/google/protobuf/repeated_field.h' 2025-07-17T08:07:31.9623425Z adding 'torch/include/google/protobuf/service.h' 2025-07-17T08:07:31.9628854Z adding 'torch/include/google/protobuf/source_context.pb.h' 2025-07-17T08:07:31.9640030Z adding 'torch/include/google/protobuf/struct.pb.h' 2025-07-17T08:07:31.9652004Z adding 'torch/include/google/protobuf/text_format.h' 2025-07-17T08:07:31.9657475Z adding 'torch/include/google/protobuf/timestamp.pb.h' 2025-07-17T08:07:31.9676651Z adding 'torch/include/google/protobuf/type.pb.h' 2025-07-17T08:07:31.9685299Z adding 'torch/include/google/protobuf/unknown_field_set.h' 2025-07-17T08:07:31.9692582Z adding 'torch/include/google/protobuf/wire_format.h' 2025-07-17T08:07:31.9714734Z adding 'torch/include/google/protobuf/wire_format_lite.h' 2025-07-17T08:07:31.9727763Z adding 'torch/include/google/protobuf/wrappers.pb.h' 2025-07-17T08:07:31.9735400Z adding 'torch/include/google/protobuf/compiler/code_generator.h' 2025-07-17T08:07:31.9745280Z adding 'torch/include/google/protobuf/compiler/command_line_interface.h' 2025-07-17T08:07:31.9753364Z adding 'torch/include/google/protobuf/compiler/importer.h' 2025-07-17T08:07:31.9765513Z adding 'torch/include/google/protobuf/compiler/parser.h' 2025-07-17T08:07:31.9770887Z adding 'torch/include/google/protobuf/compiler/plugin.h' 2025-07-17T08:07:31.9786495Z adding 'torch/include/google/protobuf/compiler/plugin.pb.h' 2025-07-17T08:07:31.9793417Z adding 'torch/include/google/protobuf/compiler/cpp/cpp_generator.h' 2025-07-17T08:07:31.9798182Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_generator.h' 2025-07-17T08:07:31.9802345Z adding 'torch/include/google/protobuf/compiler/csharp/csharp_names.h' 2025-07-17T08:07:31.9806877Z adding 'torch/include/google/protobuf/compiler/java/java_generator.h' 2025-07-17T08:07:31.9811138Z adding 'torch/include/google/protobuf/compiler/java/java_names.h' 2025-07-17T08:07:31.9817957Z adding 'torch/include/google/protobuf/compiler/js/js_generator.h' 2025-07-17T08:07:31.9821935Z adding 'torch/include/google/protobuf/compiler/js/well_known_types_embed.h' 2025-07-17T08:07:31.9826893Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_generator.h' 2025-07-17T08:07:31.9832878Z adding 'torch/include/google/protobuf/compiler/objectivec/objectivec_helpers.h' 2025-07-17T08:07:31.9837730Z adding 'torch/include/google/protobuf/compiler/php/php_generator.h' 2025-07-17T08:07:31.9843099Z adding 'torch/include/google/protobuf/compiler/python/python_generator.h' 2025-07-17T08:07:31.9847728Z adding 'torch/include/google/protobuf/compiler/ruby/ruby_generator.h' 2025-07-17T08:07:31.9876159Z adding 'torch/include/google/protobuf/io/coded_stream.h' 2025-07-17T08:07:31.9882767Z adding 'torch/include/google/protobuf/io/gzip_stream.h' 2025-07-17T08:07:31.9886873Z adding 'torch/include/google/protobuf/io/io_win32.h' 2025-07-17T08:07:31.9894263Z adding 'torch/include/google/protobuf/io/printer.h' 2025-07-17T08:07:31.9898237Z adding 'torch/include/google/protobuf/io/strtod.h' 2025-07-17T08:07:31.9906242Z adding 'torch/include/google/protobuf/io/tokenizer.h' 2025-07-17T08:07:31.9912494Z adding 'torch/include/google/protobuf/io/zero_copy_stream.h' 2025-07-17T08:07:31.9918351Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl.h' 2025-07-17T08:07:31.9925820Z adding 'torch/include/google/protobuf/io/zero_copy_stream_impl_lite.h' 2025-07-17T08:07:31.9934114Z adding 'torch/include/google/protobuf/stubs/bytestream.h' 2025-07-17T08:07:31.9940020Z adding 'torch/include/google/protobuf/stubs/callback.h' 2025-07-17T08:07:31.9944872Z adding 'torch/include/google/protobuf/stubs/casts.h' 2025-07-17T08:07:31.9949932Z adding 'torch/include/google/protobuf/stubs/common.h' 2025-07-17T08:07:31.9955425Z adding 'torch/include/google/protobuf/stubs/fastmem.h' 2025-07-17T08:07:31.9959527Z adding 'torch/include/google/protobuf/stubs/hash.h' 2025-07-17T08:07:31.9964704Z adding 'torch/include/google/protobuf/stubs/logging.h' 2025-07-17T08:07:31.9969221Z adding 'torch/include/google/protobuf/stubs/macros.h' 2025-07-17T08:07:31.9979348Z adding 'torch/include/google/protobuf/stubs/map_util.h' 2025-07-17T08:07:31.9984410Z adding 'torch/include/google/protobuf/stubs/mutex.h' 2025-07-17T08:07:31.9988002Z adding 'torch/include/google/protobuf/stubs/once.h' 2025-07-17T08:07:31.9992223Z adding 'torch/include/google/protobuf/stubs/platform_macros.h' 2025-07-17T08:07:31.9998050Z adding 'torch/include/google/protobuf/stubs/port.h' 2025-07-17T08:07:32.0002325Z adding 'torch/include/google/protobuf/stubs/status.h' 2025-07-17T08:07:32.0006255Z adding 'torch/include/google/protobuf/stubs/stl_util.h' 2025-07-17T08:07:32.0014273Z adding 'torch/include/google/protobuf/stubs/stringpiece.h' 2025-07-17T08:07:32.0028416Z adding 'torch/include/google/protobuf/stubs/strutil.h' 2025-07-17T08:07:32.0033832Z adding 'torch/include/google/protobuf/stubs/template_util.h' 2025-07-17T08:07:32.0039207Z adding 'torch/include/google/protobuf/util/delimited_message_util.h' 2025-07-17T08:07:32.0044878Z adding 'torch/include/google/protobuf/util/field_comparator.h' 2025-07-17T08:07:32.0051163Z adding 'torch/include/google/protobuf/util/field_mask_util.h' 2025-07-17T08:07:32.0056315Z adding 'torch/include/google/protobuf/util/json_util.h' 2025-07-17T08:07:32.0075272Z adding 'torch/include/google/protobuf/util/message_differencer.h' 2025-07-17T08:07:32.0081833Z adding 'torch/include/google/protobuf/util/time_util.h' 2025-07-17T08:07:32.0085723Z adding 'torch/include/google/protobuf/util/type_resolver.h' 2025-07-17T08:07:32.0089450Z adding 'torch/include/google/protobuf/util/type_resolver_util.h' 2025-07-17T08:07:32.0094910Z adding 'torch/include/kineto/AbstractConfig.h' 2025-07-17T08:07:32.0098462Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2025-07-17T08:07:32.0101575Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2025-07-17T08:07:32.0105067Z adding 'torch/include/kineto/ActivityType.h' 2025-07-17T08:07:32.0108118Z adding 'torch/include/kineto/ClientInterface.h' 2025-07-17T08:07:32.0115070Z adding 'torch/include/kineto/Config.h' 2025-07-17T08:07:32.0119442Z adding 'torch/include/kineto/GenericTraceActivity.h' 2025-07-17T08:07:32.0123760Z adding 'torch/include/kineto/IActivityProfiler.h' 2025-07-17T08:07:32.0127570Z adding 'torch/include/kineto/ILoggerObserver.h' 2025-07-17T08:07:32.0130992Z adding 'torch/include/kineto/ITraceActivity.h' 2025-07-17T08:07:32.0134093Z adding 'torch/include/kineto/LoggingAPI.h' 2025-07-17T08:07:32.0137122Z adding 'torch/include/kineto/ThreadUtil.h' 2025-07-17T08:07:32.0140368Z adding 'torch/include/kineto/TraceSpan.h' 2025-07-17T08:07:32.0144201Z adding 'torch/include/kineto/libkineto.h' 2025-07-17T08:07:32.0147783Z adding 'torch/include/kineto/output_base.h' 2025-07-17T08:07:32.0151009Z adding 'torch/include/kineto/time_since_epoch.h' 2025-07-17T08:07:32.0161476Z adding 'torch/include/legacy/ittnotify.h' 2025-07-17T08:07:32.0167601Z adding 'torch/include/mimalloc-2.2/mimalloc-new-delete.h' 2025-07-17T08:07:32.0172763Z adding 'torch/include/mimalloc-2.2/mimalloc-override.h' 2025-07-17T08:07:32.0174992Z adding 'torch/include/mimalloc-2.2/mimalloc-stats.h' 2025-07-17T08:07:32.0186956Z adding 'torch/include/mimalloc-2.2/mimalloc.h' 2025-07-17T08:07:32.0226602Z adding 'torch/include/oneapi/dnnl/dnnl.h' 2025-07-17T08:07:32.0339378Z adding 'torch/include/oneapi/dnnl/dnnl.hpp' 2025-07-17T08:07:32.0359803Z adding 'torch/include/oneapi/dnnl/dnnl_common.h' 2025-07-17T08:07:32.0366823Z adding 'torch/include/oneapi/dnnl/dnnl_common.hpp' 2025-07-17T08:07:32.0372064Z adding 'torch/include/oneapi/dnnl/dnnl_common_types.h' 2025-07-17T08:07:32.0376384Z adding 'torch/include/oneapi/dnnl/dnnl_config.h' 2025-07-17T08:07:32.0379911Z adding 'torch/include/oneapi/dnnl/dnnl_debug.h' 2025-07-17T08:07:32.0390404Z adding 'torch/include/oneapi/dnnl/dnnl_graph.h' 2025-07-17T08:07:32.0412604Z adding 'torch/include/oneapi/dnnl/dnnl_graph.hpp' 2025-07-17T08:07:32.0418207Z adding 'torch/include/oneapi/dnnl/dnnl_graph_ocl.h' 2025-07-17T08:07:32.0422333Z adding 'torch/include/oneapi/dnnl/dnnl_graph_ocl.hpp' 2025-07-17T08:07:32.0426100Z adding 'torch/include/oneapi/dnnl/dnnl_graph_sycl.h' 2025-07-17T08:07:32.0430123Z adding 'torch/include/oneapi/dnnl/dnnl_graph_sycl.hpp' 2025-07-17T08:07:32.0436514Z adding 'torch/include/oneapi/dnnl/dnnl_graph_types.h' 2025-07-17T08:07:32.0442041Z adding 'torch/include/oneapi/dnnl/dnnl_ocl.h' 2025-07-17T08:07:32.0448640Z adding 'torch/include/oneapi/dnnl/dnnl_ocl.hpp' 2025-07-17T08:07:32.0452280Z adding 'torch/include/oneapi/dnnl/dnnl_ocl_types.h' 2025-07-17T08:07:32.0456593Z adding 'torch/include/oneapi/dnnl/dnnl_sycl.h' 2025-07-17T08:07:32.0462605Z adding 'torch/include/oneapi/dnnl/dnnl_sycl.hpp' 2025-07-17T08:07:32.0467523Z adding 'torch/include/oneapi/dnnl/dnnl_sycl_types.h' 2025-07-17T08:07:32.0470440Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool.h' 2025-07-17T08:07:32.0474690Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool.hpp' 2025-07-17T08:07:32.0477981Z adding 'torch/include/oneapi/dnnl/dnnl_threadpool_iface.hpp' 2025-07-17T08:07:32.0506060Z adding 'torch/include/oneapi/dnnl/dnnl_types.h' 2025-07-17T08:07:32.0513728Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel.h' 2025-07-17T08:07:32.0520385Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel.hpp' 2025-07-17T08:07:32.0524385Z adding 'torch/include/oneapi/dnnl/dnnl_ukernel_types.h' 2025-07-17T08:07:32.0527672Z adding 'torch/include/oneapi/dnnl/dnnl_version.h' 2025-07-17T08:07:32.0530889Z adding 'torch/include/oneapi/dnnl/dnnl_version_hash.h' 2025-07-17T08:07:32.0540943Z adding 'torch/include/pybind11/attr.h' 2025-07-17T08:07:32.0546325Z adding 'torch/include/pybind11/buffer_info.h' 2025-07-17T08:07:32.0570568Z adding 'torch/include/pybind11/cast.h' 2025-07-17T08:07:32.0577093Z adding 'torch/include/pybind11/chrono.h' 2025-07-17T08:07:32.0580316Z adding 'torch/include/pybind11/common.h' 2025-07-17T08:07:32.0583689Z adding 'torch/include/pybind11/complex.h' 2025-07-17T08:07:32.0586902Z adding 'torch/include/pybind11/eigen.h' 2025-07-17T08:07:32.0593046Z adding 'torch/include/pybind11/embed.h' 2025-07-17T08:07:32.0597234Z adding 'torch/include/pybind11/eval.h' 2025-07-17T08:07:32.0601724Z adding 'torch/include/pybind11/functional.h' 2025-07-17T08:07:32.0606533Z adding 'torch/include/pybind11/gil.h' 2025-07-17T08:07:32.0610834Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2025-07-17T08:07:32.0615973Z adding 'torch/include/pybind11/iostream.h' 2025-07-17T08:07:32.0643467Z adding 'torch/include/pybind11/numpy.h' 2025-07-17T08:07:32.0650012Z adding 'torch/include/pybind11/operators.h' 2025-07-17T08:07:32.0653815Z adding 'torch/include/pybind11/options.h' 2025-07-17T08:07:32.0697619Z adding 'torch/include/pybind11/pybind11.h' 2025-07-17T08:07:32.0732016Z adding 'torch/include/pybind11/pytypes.h' 2025-07-17T08:07:32.0740263Z adding 'torch/include/pybind11/stl.h' 2025-07-17T08:07:32.0750202Z adding 'torch/include/pybind11/stl_bind.h' 2025-07-17T08:07:32.0754354Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2025-07-17T08:07:32.0758561Z adding 'torch/include/pybind11/typing.h' 2025-07-17T08:07:32.0770495Z adding 'torch/include/pybind11/detail/class.h' 2025-07-17T08:07:32.0792859Z adding 'torch/include/pybind11/detail/common.h' 2025-07-17T08:07:32.0797724Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2025-07-17T08:07:32.0801531Z adding 'torch/include/pybind11/detail/descr.h' 2025-07-17T08:07:32.0805303Z adding 'torch/include/pybind11/detail/exception_translation.h' 2025-07-17T08:07:32.0812383Z adding 'torch/include/pybind11/detail/init.h' 2025-07-17T08:07:32.0824421Z adding 'torch/include/pybind11/detail/internals.h' 2025-07-17T08:07:32.0843099Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2025-07-17T08:07:32.0847550Z adding 'torch/include/pybind11/detail/typeid.h' 2025-07-17T08:07:32.0851099Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2025-07-17T08:07:32.0854872Z adding 'torch/include/pybind11/eigen/common.h' 2025-07-17T08:07:32.0866162Z adding 'torch/include/pybind11/eigen/matrix.h' 2025-07-17T08:07:32.0873293Z adding 'torch/include/pybind11/eigen/tensor.h' 2025-07-17T08:07:32.0878328Z adding 'torch/include/pybind11/stl/filesystem.h' 2025-07-17T08:07:32.0887075Z adding 'torch/include/torch/custom_class.h' 2025-07-17T08:07:32.0892391Z adding 'torch/include/torch/custom_class_detail.h' 2025-07-17T08:07:32.0895488Z adding 'torch/include/torch/extension.h' 2025-07-17T08:07:32.0911049Z adding 'torch/include/torch/library.h' 2025-07-17T08:07:32.0915157Z adding 'torch/include/torch/script.h' 2025-07-17T08:07:32.0920224Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2025-07-17T08:07:32.0923213Z adding 'torch/include/torch/csrc/DataLoader.h' 2025-07-17T08:07:32.0926147Z adding 'torch/include/torch/csrc/Device.h' 2025-07-17T08:07:32.0929006Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2025-07-17T08:07:32.0931950Z adding 'torch/include/torch/csrc/Dtype.h' 2025-07-17T08:07:32.0935208Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2025-07-17T08:07:32.0938232Z adding 'torch/include/torch/csrc/Event.h' 2025-07-17T08:07:32.0944527Z adding 'torch/include/torch/csrc/Exceptions.h' 2025-07-17T08:07:32.0947792Z adding 'torch/include/torch/csrc/Export.h' 2025-07-17T08:07:32.0950997Z adding 'torch/include/torch/csrc/Generator.h' 2025-07-17T08:07:32.0953970Z adding 'torch/include/torch/csrc/Layout.h' 2025-07-17T08:07:32.0956994Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2025-07-17T08:07:32.0959722Z adding 'torch/include/torch/csrc/Module.h' 2025-07-17T08:07:32.0962576Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2025-07-17T08:07:32.0965783Z adding 'torch/include/torch/csrc/QScheme.h' 2025-07-17T08:07:32.0968784Z adding 'torch/include/torch/csrc/Size.h' 2025-07-17T08:07:32.0971886Z adding 'torch/include/torch/csrc/Storage.h' 2025-07-17T08:07:32.0974935Z adding 'torch/include/torch/csrc/StorageMethods.h' 2025-07-17T08:07:32.0977699Z adding 'torch/include/torch/csrc/StorageSharing.h' 2025-07-17T08:07:32.0980617Z adding 'torch/include/torch/csrc/Stream.h' 2025-07-17T08:07:32.0983450Z adding 'torch/include/torch/csrc/THConcat.h' 2025-07-17T08:07:32.0986431Z adding 'torch/include/torch/csrc/THP.h' 2025-07-17T08:07:32.0989399Z adding 'torch/include/torch/csrc/TypeInfo.h' 2025-07-17T08:07:32.0992238Z adding 'torch/include/torch/csrc/Types.h' 2025-07-17T08:07:32.0995346Z adding 'torch/include/torch/csrc/copy_utils.h' 2025-07-17T08:07:32.0998152Z adding 'torch/include/torch/csrc/itt.h' 2025-07-17T08:07:32.1001014Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2025-07-17T08:07:32.1003755Z adding 'torch/include/torch/csrc/python_dimname.h' 2025-07-17T08:07:32.1006686Z adding 'torch/include/torch/csrc/python_headers.h' 2025-07-17T08:07:32.1010360Z adding 'torch/include/torch/csrc/serialization.h' 2025-07-17T08:07:32.1013981Z adding 'torch/include/torch/csrc/utils.h' 2025-07-17T08:07:32.1019543Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2025-07-17T08:07:32.1022862Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2025-07-17T08:07:32.1025756Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2025-07-17T08:07:32.1028893Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2025-07-17T08:07:32.1031960Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2025-07-17T08:07:32.1036320Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2025-07-17T08:07:32.1040815Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2025-07-17T08:07:32.1045409Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2025-07-17T08:07:32.1049173Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2025-07-17T08:07:32.1052437Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2025-07-17T08:07:32.1055631Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2025-07-17T08:07:32.1059302Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2025-07-17T08:07:32.1062247Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2025-07-17T08:07:32.1065305Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2025-07-17T08:07:32.1071831Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2025-07-17T08:07:32.1077334Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2025-07-17T08:07:32.1081540Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2025-07-17T08:07:32.1084576Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2025-07-17T08:07:32.1091589Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2025-07-17T08:07:32.1095586Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2025-07-17T08:07:32.1099070Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2025-07-17T08:07:32.1102975Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2025-07-17T08:07:32.1106333Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2025-07-17T08:07:32.1109437Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2025-07-17T08:07:32.1114036Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2025-07-17T08:07:32.1117809Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2025-07-17T08:07:32.1120768Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2025-07-17T08:07:32.1124108Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2025-07-17T08:07:32.1128249Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2025-07-17T08:07:32.1131514Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2025-07-17T08:07:32.1134441Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2025-07-17T08:07:32.1137906Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2025-07-17T08:07:32.1144056Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2025-07-17T08:07:32.1148120Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2025-07-17T08:07:32.1152099Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2025-07-17T08:07:32.1156871Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2025-07-17T08:07:32.1166226Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2025-07-17T08:07:32.1171166Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2025-07-17T08:07:32.1175041Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2025-07-17T08:07:32.1179017Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2025-07-17T08:07:32.1183029Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2025-07-17T08:07:32.1187338Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2025-07-17T08:07:32.1191686Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2025-07-17T08:07:32.1195640Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2025-07-17T08:07:32.1199763Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2025-07-17T08:07:32.1204252Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2025-07-17T08:07:32.1207560Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2025-07-17T08:07:32.1211390Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2025-07-17T08:07:32.1214991Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2025-07-17T08:07:32.1218624Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2025-07-17T08:07:32.1221748Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2025-07-17T08:07:32.1225258Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2025-07-17T08:07:32.1229711Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2025-07-17T08:07:32.1232997Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2025-07-17T08:07:32.1236253Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2025-07-17T08:07:32.1239503Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2025-07-17T08:07:32.1243216Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2025-07-17T08:07:32.1250102Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2025-07-17T08:07:32.1253918Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2025-07-17T08:07:32.1258738Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2025-07-17T08:07:32.1261863Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2025-07-17T08:07:32.1265619Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2025-07-17T08:07:32.1275179Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2025-07-17T08:07:32.1278975Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2025-07-17T08:07:32.1281990Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2025-07-17T08:07:32.1285604Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2025-07-17T08:07:32.1290236Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2025-07-17T08:07:32.1293343Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2025-07-17T08:07:32.1301962Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2025-07-17T08:07:32.1306155Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2025-07-17T08:07:32.1310175Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2025-07-17T08:07:32.1313823Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2025-07-17T08:07:32.1317822Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2025-07-17T08:07:32.1322178Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2025-07-17T08:07:32.1325766Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2025-07-17T08:07:32.1329181Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2025-07-17T08:07:32.1332321Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2025-07-17T08:07:32.1339410Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2025-07-17T08:07:32.1344182Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2025-07-17T08:07:32.1347723Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2025-07-17T08:07:32.1351658Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2025-07-17T08:07:32.1358156Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2025-07-17T08:07:32.1364600Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2025-07-17T08:07:32.1368694Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2025-07-17T08:07:32.1373016Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2025-07-17T08:07:32.1379535Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2025-07-17T08:07:32.1384100Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2025-07-17T08:07:32.1388557Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2025-07-17T08:07:32.1392848Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2025-07-17T08:07:32.1398480Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2025-07-17T08:07:32.1402446Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2025-07-17T08:07:32.1406334Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2025-07-17T08:07:32.1410574Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2025-07-17T08:07:32.1414236Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2025-07-17T08:07:32.1418270Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2025-07-17T08:07:32.1422481Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2025-07-17T08:07:32.1430238Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2025-07-17T08:07:32.1435109Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2025-07-17T08:07:32.1439880Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2025-07-17T08:07:32.1443862Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2025-07-17T08:07:32.1450405Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2025-07-17T08:07:32.1456123Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2025-07-17T08:07:32.1460744Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2025-07-17T08:07:32.1464948Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2025-07-17T08:07:32.1469371Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2025-07-17T08:07:32.1473233Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2025-07-17T08:07:32.1476588Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2025-07-17T08:07:32.1484387Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2025-07-17T08:07:32.1488981Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2025-07-17T08:07:32.1493309Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2025-07-17T08:07:32.1497470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2025-07-17T08:07:32.1502551Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2025-07-17T08:07:32.1507972Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2025-07-17T08:07:32.1512069Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2025-07-17T08:07:32.1516217Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2025-07-17T08:07:32.1520595Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2025-07-17T08:07:32.1527768Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2025-07-17T08:07:32.1535571Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2025-07-17T08:07:32.1540387Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2025-07-17T08:07:32.1543807Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2025-07-17T08:07:32.1548923Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2025-07-17T08:07:32.1553310Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2025-07-17T08:07:32.1557207Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2025-07-17T08:07:32.1562227Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2025-07-17T08:07:32.1566340Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2025-07-17T08:07:32.1569963Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2025-07-17T08:07:32.1573759Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2025-07-17T08:07:32.1580644Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2025-07-17T08:07:32.1585545Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2025-07-17T08:07:32.1589787Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2025-07-17T08:07:32.1593339Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2025-07-17T08:07:32.1598854Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2025-07-17T08:07:32.1603422Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2025-07-17T08:07:32.1607112Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2025-07-17T08:07:32.1610688Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2025-07-17T08:07:32.1614264Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2025-07-17T08:07:32.1618151Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2025-07-17T08:07:32.1621489Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2025-07-17T08:07:32.1628464Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2025-07-17T08:07:32.1633680Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2025-07-17T08:07:32.1637499Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2025-07-17T08:07:32.1643697Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2025-07-17T08:07:32.1648580Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2025-07-17T08:07:32.1652228Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2025-07-17T08:07:32.1655940Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2025-07-17T08:07:32.1659732Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2025-07-17T08:07:32.1664468Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2025-07-17T08:07:32.1668297Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2025-07-17T08:07:32.1673814Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2025-07-17T08:07:32.1677673Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2025-07-17T08:07:32.1682177Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2025-07-17T08:07:32.1685636Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2025-07-17T08:07:32.1688640Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2025-07-17T08:07:32.1692249Z adding 'torch/include/torch/csrc/api/include/torch/python/init.h' 2025-07-17T08:07:32.1696221Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2025-07-17T08:07:32.1700543Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2025-07-17T08:07:32.1704408Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2025-07-17T08:07:32.1707595Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2025-07-17T08:07:32.1720276Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2025-07-17T08:07:32.1723857Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2025-07-17T08:07:32.1730841Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2025-07-17T08:07:32.1734986Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2025-07-17T08:07:32.1739772Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2025-07-17T08:07:32.1743642Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2025-07-17T08:07:32.1746994Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2025-07-17T08:07:32.1756986Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2025-07-17T08:07:32.1760977Z adding 'torch/include/torch/csrc/autograd/edge.h' 2025-07-17T08:07:32.1766940Z adding 'torch/include/torch/csrc/autograd/engine.h' 2025-07-17T08:07:32.1772893Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2025-07-17T08:07:32.1786253Z adding 'torch/include/torch/csrc/autograd/function.h' 2025-07-17T08:07:32.1790750Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2025-07-17T08:07:32.1793742Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2025-07-17T08:07:32.1799762Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2025-07-17T08:07:32.1803462Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2025-07-17T08:07:32.1807370Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2025-07-17T08:07:32.1810921Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2025-07-17T08:07:32.1813750Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2025-07-17T08:07:32.1818761Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2025-07-17T08:07:32.1824597Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2025-07-17T08:07:32.1827782Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2025-07-17T08:07:32.1831106Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2025-07-17T08:07:32.1834089Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2025-07-17T08:07:32.1837857Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2025-07-17T08:07:32.1841208Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2025-07-17T08:07:32.1844106Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2025-07-17T08:07:32.1846944Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2025-07-17T08:07:32.1851083Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2025-07-17T08:07:32.1854428Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2025-07-17T08:07:32.1857457Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2025-07-17T08:07:32.1860302Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2025-07-17T08:07:32.1863133Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2025-07-17T08:07:32.1865918Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2025-07-17T08:07:32.1868925Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2025-07-17T08:07:32.1871931Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2025-07-17T08:07:32.1874732Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2025-07-17T08:07:32.1877729Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2025-07-17T08:07:32.1881384Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2025-07-17T08:07:32.1885065Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2025-07-17T08:07:32.1888215Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2025-07-17T08:07:32.1892416Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2025-07-17T08:07:32.1895643Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2025-07-17T08:07:32.1898525Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2025-07-17T08:07:32.1914385Z adding 'torch/include/torch/csrc/autograd/variable.h' 2025-07-17T08:07:32.1918972Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2025-07-17T08:07:32.1926081Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2025-07-17T08:07:32.1930050Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2025-07-17T08:07:32.1933337Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2025-07-17T08:07:32.1936340Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2025-07-17T08:07:32.1941256Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2025-07-17T08:07:32.1945164Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2025-07-17T08:07:32.1999342Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2025-07-17T08:07:32.2014300Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2025-07-17T08:07:32.2020725Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2025-07-17T08:07:32.2024891Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2025-07-17T08:07:32.2028401Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2025-07-17T08:07:32.2036685Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2025-07-17T08:07:32.2042016Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2025-07-17T08:07:32.2045830Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2025-07-17T08:07:32.2049148Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2025-07-17T08:07:32.2052535Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2025-07-17T08:07:32.2055604Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2025-07-17T08:07:32.2059490Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2025-07-17T08:07:32.2063442Z adding 'torch/include/torch/csrc/cpu/Module.h' 2025-07-17T08:07:32.2069203Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2025-07-17T08:07:32.2072435Z adding 'torch/include/torch/csrc/cuda/Event.h' 2025-07-17T08:07:32.2075498Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2025-07-17T08:07:32.2078423Z adding 'torch/include/torch/csrc/cuda/Module.h' 2025-07-17T08:07:32.2081542Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2025-07-17T08:07:32.2084382Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2025-07-17T08:07:32.2087665Z adding 'torch/include/torch/csrc/cuda/comm.h' 2025-07-17T08:07:32.2090619Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2025-07-17T08:07:32.2093916Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2025-07-17T08:07:32.2098092Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2025-07-17T08:07:32.2101215Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2025-07-17T08:07:32.2104240Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2025-07-17T08:07:32.2107133Z adding 'torch/include/torch/csrc/cuda/utils.h' 2025-07-17T08:07:32.2112293Z adding 'torch/include/torch/csrc/distributed/autograd/autograd.h' 2025-07-17T08:07:32.2115273Z adding 'torch/include/torch/csrc/distributed/autograd/python_autograd.h' 2025-07-17T08:07:32.2118899Z adding 'torch/include/torch/csrc/distributed/autograd/utils.h' 2025-07-17T08:07:32.2124383Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2025-07-17T08:07:32.2129321Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2025-07-17T08:07:32.2135204Z adding 'torch/include/torch/csrc/distributed/autograd/engine/dist_engine.h' 2025-07-17T08:07:32.2139720Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2025-07-17T08:07:32.2143105Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2025-07-17T08:07:32.2147344Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2025-07-17T08:07:32.2150791Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2025-07-17T08:07:32.2154529Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2025-07-17T08:07:32.2157391Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2025-07-17T08:07:32.2166361Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2025-07-17T08:07:32.2167254Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2025-07-17T08:07:32.2178078Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2025-07-17T08:07:32.2178827Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2025-07-17T08:07:32.2179531Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2025-07-17T08:07:32.2180203Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2025-07-17T08:07:32.2187239Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2025-07-17T08:07:32.2191141Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2025-07-17T08:07:32.2196356Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2025-07-17T08:07:32.2200801Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2025-07-17T08:07:32.2206499Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorder.hpp' 2025-07-17T08:07:32.2214312Z adding 'torch/include/torch/csrc/distributed/c10d/FlightRecorderDetail.hpp' 2025-07-17T08:07:32.2217965Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2025-07-17T08:07:32.2221179Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2025-07-17T08:07:32.2224177Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2025-07-17T08:07:32.2227445Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2025-07-17T08:07:32.2234254Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2025-07-17T08:07:32.2237728Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2025-07-17T08:07:32.2241981Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2025-07-17T08:07:32.2245537Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2025-07-17T08:07:32.2256139Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2025-07-17T08:07:32.2263965Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2025-07-17T08:07:32.2272258Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGlooDetail.hpp' 2025-07-17T08:07:32.2277455Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2025-07-17T08:07:32.2299899Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2025-07-17T08:07:32.2306622Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2025-07-17T08:07:32.2311065Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2025-07-17T08:07:32.2315940Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2025-07-17T08:07:32.2319772Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2025-07-17T08:07:32.2323841Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2025-07-17T08:07:32.2328034Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2025-07-17T08:07:32.2331529Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2025-07-17T08:07:32.2336602Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2025-07-17T08:07:32.2341295Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2025-07-17T08:07:32.2344948Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2025-07-17T08:07:32.2349394Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2025-07-17T08:07:32.2352727Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2025-07-17T08:07:32.2361060Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2025-07-17T08:07:32.2365368Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2025-07-17T08:07:32.2369183Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2025-07-17T08:07:32.2372267Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2025-07-17T08:07:32.2376203Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2025-07-17T08:07:32.2379413Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2025-07-17T08:07:32.2382691Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2025-07-17T08:07:32.2385812Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2025-07-17T08:07:32.2389081Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2025-07-17T08:07:32.2394145Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2025-07-17T08:07:32.2397592Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2025-07-17T08:07:32.2400896Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2025-07-17T08:07:32.2412065Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2025-07-17T08:07:32.2416212Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2025-07-17T08:07:32.2419608Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2025-07-17T08:07:32.2423250Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2025-07-17T08:07:32.2427309Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2025-07-17T08:07:32.2430838Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/ControlCollectives.hpp' 2025-07-17T08:07:32.2434276Z adding 'torch/include/torch/csrc/distributed/c10d/control_collectives/StoreCollectives.hpp' 2025-07-17T08:07:32.2438892Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/Handlers.hpp' 2025-07-17T08:07:32.2441758Z adding 'torch/include/torch/csrc/distributed/c10d/control_plane/WorkerServer.hpp' 2025-07-17T08:07:32.2446001Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/StreamBlock.hpp' 2025-07-17T08:07:32.2448722Z adding 'torch/include/torch/csrc/distributed/c10d/cuda/utils.hpp' 2025-07-17T08:07:32.2452762Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization.h' 2025-07-17T08:07:32.2455990Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_gpu.h' 2025-07-17T08:07:32.2459133Z adding 'torch/include/torch/csrc/distributed/c10d/quantization/quantization_utils.h' 2025-07-17T08:07:32.2465801Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory-inl.h' 2025-07-17T08:07:32.2470734Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemory.hpp' 2025-07-17T08:07:32.2474121Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryTypes.hpp' 2025-07-17T08:07:32.2477858Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/CUDASymmetricMemoryUtils.hpp' 2025-07-17T08:07:32.2481494Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/DMAConnectivity.hpp' 2025-07-17T08:07:32.2486347Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/SymmetricMemory.hpp' 2025-07-17T08:07:32.2490282Z adding 'torch/include/torch/csrc/distributed/c10d/symm_mem/intra_node_comm.hpp' 2025-07-17T08:07:32.2494871Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2025-07-17T08:07:32.2499674Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2025-07-17T08:07:32.2503713Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2025-07-17T08:07:32.2507070Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2025-07-17T08:07:32.2510609Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2025-07-17T08:07:32.2513997Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2025-07-17T08:07:32.2517013Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2025-07-17T08:07:32.2521372Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2025-07-17T08:07:32.2525101Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2025-07-17T08:07:32.2528380Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2025-07-17T08:07:32.2532026Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2025-07-17T08:07:32.2534942Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2025-07-17T08:07:32.2541818Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2025-07-17T08:07:32.2545466Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2025-07-17T08:07:32.2553614Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2025-07-17T08:07:32.2562025Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2025-07-17T08:07:32.2566494Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2025-07-17T08:07:32.2570279Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2025-07-17T08:07:32.2573666Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2025-07-17T08:07:32.2576994Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2025-07-17T08:07:32.2584908Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2025-07-17T08:07:32.2591214Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2025-07-17T08:07:32.2594903Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2025-07-17T08:07:32.2598375Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2025-07-17T08:07:32.2601930Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2025-07-17T08:07:32.2605248Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2025-07-17T08:07:32.2608990Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2025-07-17T08:07:32.2613490Z adding 'torch/include/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h' 2025-07-17T08:07:32.2617910Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h' 2025-07-17T08:07:32.2622114Z adding 'torch/include/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h' 2025-07-17T08:07:32.2627665Z adding 'torch/include/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h' 2025-07-17T08:07:32.2630262Z adding 'torch/include/torch/csrc/distributed/rpc/testing/testing.h' 2025-07-17T08:07:32.2634788Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2025-07-17T08:07:32.2652160Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2025-07-17T08:07:32.2656469Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2025-07-17T08:07:32.2659622Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2025-07-17T08:07:32.2663027Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2025-07-17T08:07:32.2666724Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2025-07-17T08:07:32.2670394Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2025-07-17T08:07:32.2673694Z adding 'torch/include/torch/csrc/dynamo/eval_frame_cpp.h' 2025-07-17T08:07:32.2678308Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2025-07-17T08:07:32.2682322Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2025-07-17T08:07:32.2686035Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2025-07-17T08:07:32.2689221Z adding 'torch/include/torch/csrc/dynamo/init.h' 2025-07-17T08:07:32.2692251Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2025-07-17T08:07:32.2695374Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2025-07-17T08:07:32.2699356Z adding 'torch/include/torch/csrc/export/example_upgraders.h' 2025-07-17T08:07:32.2703311Z adding 'torch/include/torch/csrc/export/pt2_archive_constants.h' 2025-07-17T08:07:32.2706480Z adding 'torch/include/torch/csrc/export/pybind.h' 2025-07-17T08:07:32.2710655Z adding 'torch/include/torch/csrc/export/upgrader.h' 2025-07-17T08:07:32.2714607Z adding 'torch/include/torch/csrc/functorch/init.h' 2025-07-17T08:07:32.2718295Z adding 'torch/include/torch/csrc/fx/node.h' 2025-07-17T08:07:32.2722743Z adding 'torch/include/torch/csrc/inductor/array_ref_impl.h' 2025-07-17T08:07:32.2735257Z adding 'torch/include/torch/csrc/inductor/cpp_prefix.h' 2025-07-17T08:07:32.2739219Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2025-07-17T08:07:32.2742286Z adding 'torch/include/torch/csrc/inductor/static_cuda_launcher.h' 2025-07-17T08:07:32.2746841Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_holder.h' 2025-07-17T08:07:32.2751663Z adding 'torch/include/torch/csrc/inductor/aoti_eager/kernel_meta_info.h' 2025-07-17T08:07:32.2755851Z adding 'torch/include/torch/csrc/inductor/aoti_include/array_ref.h' 2025-07-17T08:07:32.2758552Z adding 'torch/include/torch/csrc/inductor/aoti_include/common.h' 2025-07-17T08:07:32.2761349Z adding 'torch/include/torch/csrc/inductor/aoti_include/cpu.h' 2025-07-17T08:07:32.2764145Z adding 'torch/include/torch/csrc/inductor/aoti_include/cuda.h' 2025-07-17T08:07:32.2766915Z adding 'torch/include/torch/csrc/inductor/aoti_include/mps.h' 2025-07-17T08:07:32.2769699Z adding 'torch/include/torch/csrc/inductor/aoti_include/xpu.h' 2025-07-17T08:07:32.2773729Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2025-07-17T08:07:32.2776624Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2025-07-17T08:07:32.2781526Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2025-07-17T08:07:32.2784822Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2025-07-17T08:07:32.2788061Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2025-07-17T08:07:32.2791227Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_mps.h' 2025-07-17T08:07:32.2794401Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_xpu.h' 2025-07-17T08:07:32.2797231Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2025-07-17T08:07:32.2802352Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2025-07-17T08:07:32.2805573Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/constant_type.h' 2025-07-17T08:07:32.2809040Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2025-07-17T08:07:32.2813627Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2025-07-17T08:07:32.2817899Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/mini_array_ref.h' 2025-07-17T08:07:32.2821405Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2025-07-17T08:07:32.2830473Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_base.h' 2025-07-17T08:07:32.2840745Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2025-07-17T08:07:32.2844880Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2025-07-17T08:07:32.2849445Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/sycl_runtime_wrappers.h' 2025-07-17T08:07:32.2853373Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2025-07-17T08:07:32.2858621Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2025-07-17T08:07:32.2862305Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2025-07-17T08:07:32.2865656Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_xpu.h' 2025-07-17T08:07:32.2869943Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2025-07-17T08:07:32.2873991Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2025-07-17T08:07:32.2877371Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2025-07-17T08:07:32.2880720Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2025-07-17T08:07:32.2885042Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2025-07-17T08:07:32.2895151Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2025-07-17T08:07:32.2899737Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_cpu.h' 2025-07-17T08:07:32.2903367Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mps.h' 2025-07-17T08:07:32.2906847Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_xpu.h' 2025-07-17T08:07:32.2914797Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2025-07-17T08:07:32.2922921Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2025-07-17T08:07:32.2929612Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_mps.h' 2025-07-17T08:07:32.2934619Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_xpu.h' 2025-07-17T08:07:32.2938776Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/array_ref.h' 2025-07-17T08:07:32.2942307Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/common.h' 2025-07-17T08:07:32.2945254Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cpu.h' 2025-07-17T08:07:32.2948220Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/cuda.h' 2025-07-17T08:07:32.2951150Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/mps.h' 2025-07-17T08:07:32.2954252Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/xpu.h' 2025-07-17T08:07:32.2958216Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cpu.h' 2025-07-17T08:07:32.2960725Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/cuda.h' 2025-07-17T08:07:32.2963904Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/mps.h' 2025-07-17T08:07:32.2966498Z adding 'torch/include/torch/csrc/inductor/cpp_wrapper/device_internal/xpu.h' 2025-07-17T08:07:32.2970190Z adding 'torch/include/torch/csrc/instruction_counter/Module.h' 2025-07-17T08:07:32.2975236Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2025-07-17T08:07:32.2978516Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2025-07-17T08:07:32.2981703Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2025-07-17T08:07:32.2988584Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2025-07-17T08:07:32.2993607Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2025-07-17T08:07:32.2998045Z adding 'torch/include/torch/csrc/jit/api/method.h' 2025-07-17T08:07:32.3007297Z adding 'torch/include/torch/csrc/jit/api/module.h' 2025-07-17T08:07:32.3012446Z adding 'torch/include/torch/csrc/jit/api/object.h' 2025-07-17T08:07:32.3017354Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2025-07-17T08:07:32.3022623Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2025-07-17T08:07:32.3026782Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2025-07-17T08:07:32.3029830Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2025-07-17T08:07:32.3033499Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2025-07-17T08:07:32.3036461Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2025-07-17T08:07:32.3039823Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2025-07-17T08:07:32.3043845Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2025-07-17T08:07:32.3045925Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2025-07-17T08:07:32.3050385Z adding 'torch/include/torch/csrc/jit/backends/coreml/cpp/context.h' 2025-07-17T08:07:32.3055334Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h' 2025-07-17T08:07:32.3057545Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h' 2025-07-17T08:07:32.3061080Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h' 2025-07-17T08:07:32.3063810Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h' 2025-07-17T08:07:32.3067145Z adding 'torch/include/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h' 2025-07-17T08:07:32.3072513Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h' 2025-07-17T08:07:32.3076173Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h' 2025-07-17T08:07:32.3080275Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h' 2025-07-17T08:07:32.3084736Z adding 'torch/include/torch/csrc/jit/backends/xnnpack/serialization/serializer.h' 2025-07-17T08:07:32.3089932Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2025-07-17T08:07:32.3094146Z adding 'torch/include/torch/csrc/jit/codegen/fuser/arg_spec.h' 2025-07-17T08:07:32.3097440Z adding 'torch/include/torch/csrc/jit/codegen/fuser/codegen.h' 2025-07-17T08:07:32.3100961Z adding 'torch/include/torch/csrc/jit/codegen/fuser/compiler.h' 2025-07-17T08:07:32.3104109Z adding 'torch/include/torch/csrc/jit/codegen/fuser/executor.h' 2025-07-17T08:07:32.3107165Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fallback.h' 2025-07-17T08:07:32.3110912Z adding 'torch/include/torch/csrc/jit/codegen/fuser/fused_kernel.h' 2025-07-17T08:07:32.3114643Z adding 'torch/include/torch/csrc/jit/codegen/fuser/interface.h' 2025-07-17T08:07:32.3117868Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_cache.h' 2025-07-17T08:07:32.3121938Z adding 'torch/include/torch/csrc/jit/codegen/fuser/kernel_spec.h' 2025-07-17T08:07:32.3125576Z adding 'torch/include/torch/csrc/jit/codegen/fuser/partition_desc.h' 2025-07-17T08:07:32.3129295Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_desc.h' 2025-07-17T08:07:32.3132575Z adding 'torch/include/torch/csrc/jit/codegen/fuser/tensor_info.h' 2025-07-17T08:07:32.3136640Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h' 2025-07-17T08:07:32.3141203Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h' 2025-07-17T08:07:32.3144150Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cpu/temp_file.h' 2025-07-17T08:07:32.3148820Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h' 2025-07-17T08:07:32.3154626Z adding 'torch/include/torch/csrc/jit/codegen/fuser/cuda/resource_strings.h' 2025-07-17T08:07:32.3160811Z adding 'torch/include/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h' 2025-07-17T08:07:32.3164153Z adding 'torch/include/torch/csrc/jit/codegen/onednn/decompose_silu.h' 2025-07-17T08:07:32.3167069Z adding 'torch/include/torch/csrc/jit/codegen/onednn/defer_size_check.h' 2025-07-17T08:07:32.3170317Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_fuser.h' 2025-07-17T08:07:32.3175152Z adding 'torch/include/torch/csrc/jit/codegen/onednn/graph_helper.h' 2025-07-17T08:07:32.3177047Z adding 'torch/include/torch/csrc/jit/codegen/onednn/guard_shape.h' 2025-07-17T08:07:32.3180323Z adding 'torch/include/torch/csrc/jit/codegen/onednn/interface.h' 2025-07-17T08:07:32.3183961Z adding 'torch/include/torch/csrc/jit/codegen/onednn/kernel.h' 2025-07-17T08:07:32.3187055Z adding 'torch/include/torch/csrc/jit/codegen/onednn/layout_propagation.h' 2025-07-17T08:07:32.3191196Z adding 'torch/include/torch/csrc/jit/codegen/onednn/operator.h' 2025-07-17T08:07:32.3194286Z adding 'torch/include/torch/csrc/jit/codegen/onednn/prepare_binary.h' 2025-07-17T08:07:32.3199037Z adding 'torch/include/torch/csrc/jit/cuda/cuda.h' 2025-07-17T08:07:32.3203304Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2025-07-17T08:07:32.3206297Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2025-07-17T08:07:32.3211486Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2025-07-17T08:07:32.3214716Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2025-07-17T08:07:32.3217674Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2025-07-17T08:07:32.3222248Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2025-07-17T08:07:32.3224166Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2025-07-17T08:07:32.3227305Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2025-07-17T08:07:32.3230382Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2025-07-17T08:07:32.3233285Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2025-07-17T08:07:32.3241557Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2025-07-17T08:07:32.3245348Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2025-07-17T08:07:32.3248492Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2025-07-17T08:07:32.3252014Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2025-07-17T08:07:32.3255115Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2025-07-17T08:07:32.3258040Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2025-07-17T08:07:32.3261426Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2025-07-17T08:07:32.3265047Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2025-07-17T08:07:32.3268179Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2025-07-17T08:07:32.3271705Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2025-07-17T08:07:32.3279127Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2025-07-17T08:07:32.3282912Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2025-07-17T08:07:32.3285751Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2025-07-17T08:07:32.3295852Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2025-07-17T08:07:32.3302047Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2025-07-17T08:07:32.3307037Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2025-07-17T08:07:32.3318746Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2025-07-17T08:07:32.3322802Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2025-07-17T08:07:32.3331450Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2025-07-17T08:07:32.3335796Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2025-07-17T08:07:32.3339341Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2025-07-17T08:07:32.3343525Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2025-07-17T08:07:32.3346752Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2025-07-17T08:07:32.3367429Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2025-07-17T08:07:32.3372728Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2025-07-17T08:07:32.3376055Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2025-07-17T08:07:32.3379695Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2025-07-17T08:07:32.3382790Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2025-07-17T08:07:32.3387504Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2025-07-17T08:07:32.3391835Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2025-07-17T08:07:32.3394931Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2025-07-17T08:07:32.3399394Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2025-07-17T08:07:32.3402971Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2025-07-17T08:07:32.3407627Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2025-07-17T08:07:32.3412037Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2025-07-17T08:07:32.3415397Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2025-07-17T08:07:32.3419167Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2025-07-17T08:07:32.3423034Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2025-07-17T08:07:32.3426442Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2025-07-17T08:07:32.3429696Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2025-07-17T08:07:32.3433051Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2025-07-17T08:07:32.3436610Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2025-07-17T08:07:32.3440480Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2025-07-17T08:07:32.3444605Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2025-07-17T08:07:32.3448138Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2025-07-17T08:07:32.3451046Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2025-07-17T08:07:32.3454424Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2025-07-17T08:07:32.3458944Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2025-07-17T08:07:32.3462387Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2025-07-17T08:07:32.3465749Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2025-07-17T08:07:32.3469306Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2025-07-17T08:07:32.3472785Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2025-07-17T08:07:32.3476061Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2025-07-17T08:07:32.3480120Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport.h' 2025-07-17T08:07:32.3483447Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/backport_manager.h' 2025-07-17T08:07:32.3488176Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/model_compatibility.h' 2025-07-17T08:07:32.3491043Z adding 'torch/include/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h' 2025-07-17T08:07:32.3495275Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h' 2025-07-17T08:07:32.3499382Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h' 2025-07-17T08:07:32.3501885Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h' 2025-07-17T08:07:32.3506093Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h' 2025-07-17T08:07:32.3509484Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h' 2025-07-17T08:07:32.3512742Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TensorUtils.h' 2025-07-17T08:07:32.3516835Z adding 'torch/include/torch/csrc/jit/mobile/model_tracer/TracerRunner.h' 2025-07-17T08:07:32.3519896Z adding 'torch/include/torch/csrc/jit/mobile/nnc/aot_compiler.h' 2025-07-17T08:07:32.3524325Z adding 'torch/include/torch/csrc/jit/mobile/nnc/context.h' 2025-07-17T08:07:32.3528917Z adding 'torch/include/torch/csrc/jit/mobile/nnc/registry.h' 2025-07-17T08:07:32.3536840Z adding 'torch/include/torch/csrc/jit/mobile/train/export_data.h' 2025-07-17T08:07:32.3538403Z adding 'torch/include/torch/csrc/jit/mobile/train/random.h' 2025-07-17T08:07:32.3541686Z adding 'torch/include/torch/csrc/jit/mobile/train/sequential.h' 2025-07-17T08:07:32.3546766Z adding 'torch/include/torch/csrc/jit/mobile/train/optim/sgd.h' 2025-07-17T08:07:32.3551024Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders.h' 2025-07-17T08:07:32.3554472Z adding 'torch/include/torch/csrc/jit/operator_upgraders/upgraders_entry.h' 2025-07-17T08:07:32.3557550Z adding 'torch/include/torch/csrc/jit/operator_upgraders/utils.h' 2025-07-17T08:07:32.3560886Z adding 'torch/include/torch/csrc/jit/operator_upgraders/version_map.h' 2025-07-17T08:07:32.3566272Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2025-07-17T08:07:32.3569704Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2025-07-17T08:07:32.3573355Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2025-07-17T08:07:32.3576683Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2025-07-17T08:07:32.3579030Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2025-07-17T08:07:32.3583022Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2025-07-17T08:07:32.3585170Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2025-07-17T08:07:32.3588810Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2025-07-17T08:07:32.3591185Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2025-07-17T08:07:32.3594595Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2025-07-17T08:07:32.3597435Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2025-07-17T08:07:32.3600417Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2025-07-17T08:07:32.3603318Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2025-07-17T08:07:32.3606793Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2025-07-17T08:07:32.3609762Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2025-07-17T08:07:32.3612837Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2025-07-17T08:07:32.3616073Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2025-07-17T08:07:32.3619147Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2025-07-17T08:07:32.3623067Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2025-07-17T08:07:32.3625186Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2025-07-17T08:07:32.3628813Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2025-07-17T08:07:32.3631563Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2025-07-17T08:07:32.3635254Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2025-07-17T08:07:32.3638399Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2025-07-17T08:07:32.3641651Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2025-07-17T08:07:32.3645818Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2025-07-17T08:07:32.3648081Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2025-07-17T08:07:32.3651743Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2025-07-17T08:07:32.3654173Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2025-07-17T08:07:32.3657523Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2025-07-17T08:07:32.3660235Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2025-07-17T08:07:32.3663289Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2025-07-17T08:07:32.3666201Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2025-07-17T08:07:32.3669422Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2025-07-17T08:07:32.3672382Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2025-07-17T08:07:32.3675752Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2025-07-17T08:07:32.3679131Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2025-07-17T08:07:32.3682371Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2025-07-17T08:07:32.3685244Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2025-07-17T08:07:32.3688410Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2025-07-17T08:07:32.3691364Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2025-07-17T08:07:32.3694473Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2025-07-17T08:07:32.3697266Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2025-07-17T08:07:32.3700368Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2025-07-17T08:07:32.3703667Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2025-07-17T08:07:32.3706175Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2025-07-17T08:07:32.3710300Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2025-07-17T08:07:32.3712313Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2025-07-17T08:07:32.3715500Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2025-07-17T08:07:32.3718485Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2025-07-17T08:07:32.3721523Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2025-07-17T08:07:32.3724544Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2025-07-17T08:07:32.3727793Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2025-07-17T08:07:32.3730820Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2025-07-17T08:07:32.3733775Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2025-07-17T08:07:32.3736733Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2025-07-17T08:07:32.3740034Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2025-07-17T08:07:32.3742976Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2025-07-17T08:07:32.3747167Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2025-07-17T08:07:32.3750880Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2025-07-17T08:07:32.3753945Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2025-07-17T08:07:32.3757420Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2025-07-17T08:07:32.3760600Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2025-07-17T08:07:32.3763608Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2025-07-17T08:07:32.3766499Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2025-07-17T08:07:32.3769425Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2025-07-17T08:07:32.3772316Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2025-07-17T08:07:32.3775439Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2025-07-17T08:07:32.3778290Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2025-07-17T08:07:32.3781189Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2025-07-17T08:07:32.3784578Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2025-07-17T08:07:32.3787603Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2025-07-17T08:07:32.3790822Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2025-07-17T08:07:32.3793712Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2025-07-17T08:07:32.3796968Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2025-07-17T08:07:32.3800179Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2025-07-17T08:07:32.3803273Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2025-07-17T08:07:32.3807144Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2025-07-17T08:07:32.3810644Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2025-07-17T08:07:32.3814134Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2025-07-17T08:07:32.3817792Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2025-07-17T08:07:32.3821396Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2025-07-17T08:07:32.3824717Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2025-07-17T08:07:32.3828037Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2025-07-17T08:07:32.3831266Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2025-07-17T08:07:32.3834476Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2025-07-17T08:07:32.3837565Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2025-07-17T08:07:32.3841946Z adding 'torch/include/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h' 2025-07-17T08:07:32.3845461Z adding 'torch/include/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h' 2025-07-17T08:07:32.3848441Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_fold.h' 2025-07-17T08:07:32.3852294Z adding 'torch/include/torch/csrc/jit/passes/onnx/constant_map.h' 2025-07-17T08:07:32.3855445Z adding 'torch/include/torch/csrc/jit/passes/onnx/deduplicate_initializers.h' 2025-07-17T08:07:32.3858373Z adding 'torch/include/torch/csrc/jit/passes/onnx/eliminate_unused_items.h' 2025-07-17T08:07:32.3861264Z adding 'torch/include/torch/csrc/jit/passes/onnx/eval_peephole.h' 2025-07-17T08:07:32.3864161Z adding 'torch/include/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h' 2025-07-17T08:07:32.3867600Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_extraction.h' 2025-07-17T08:07:32.3870675Z adding 'torch/include/torch/csrc/jit/passes/onnx/function_substitution.h' 2025-07-17T08:07:32.3874052Z adding 'torch/include/torch/csrc/jit/passes/onnx/helper.h' 2025-07-17T08:07:32.3877169Z adding 'torch/include/torch/csrc/jit/passes/onnx/list_model_parameters.h' 2025-07-17T08:07:32.3880116Z adding 'torch/include/torch/csrc/jit/passes/onnx/naming.h' 2025-07-17T08:07:32.3883124Z adding 'torch/include/torch/csrc/jit/passes/onnx/onnx_log.h' 2025-07-17T08:07:32.3886028Z adding 'torch/include/torch/csrc/jit/passes/onnx/peephole.h' 2025-07-17T08:07:32.3889094Z adding 'torch/include/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h' 2025-07-17T08:07:32.3891926Z adding 'torch/include/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h' 2025-07-17T08:07:32.3894845Z adding 'torch/include/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h' 2025-07-17T08:07:32.3897702Z adding 'torch/include/torch/csrc/jit/passes/onnx/scalar_type_analysis.h' 2025-07-17T08:07:32.3901585Z adding 'torch/include/torch/csrc/jit/passes/onnx/shape_type_inference.h' 2025-07-17T08:07:32.3904696Z adding 'torch/include/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h' 2025-07-17T08:07:32.3908586Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h' 2025-07-17T08:07:32.3911647Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/common.h' 2025-07-17T08:07:32.3915672Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h' 2025-07-17T08:07:32.3919686Z adding 'torch/include/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h' 2025-07-17T08:07:32.3923321Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2025-07-17T08:07:32.3926953Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2025-07-17T08:07:32.3929968Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2025-07-17T08:07:32.3934625Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2025-07-17T08:07:32.3938459Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2025-07-17T08:07:32.3943083Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2025-07-17T08:07:32.3953173Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2025-07-17T08:07:32.3957631Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2025-07-17T08:07:32.3960873Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2025-07-17T08:07:32.3964777Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2025-07-17T08:07:32.3969460Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2025-07-17T08:07:32.3972947Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2025-07-17T08:07:32.3976019Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2025-07-17T08:07:32.3979650Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2025-07-17T08:07:32.3983670Z adding 'torch/include/torch/csrc/jit/python/init.h' 2025-07-17T08:07:32.3987435Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2025-07-17T08:07:32.3991917Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2025-07-17T08:07:32.4008663Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2025-07-17T08:07:32.4013756Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2025-07-17T08:07:32.4017925Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2025-07-17T08:07:32.4020706Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2025-07-17T08:07:32.4024280Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2025-07-17T08:07:32.4029240Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2025-07-17T08:07:32.4032935Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2025-07-17T08:07:32.4038277Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2025-07-17T08:07:32.4041947Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2025-07-17T08:07:32.4044908Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2025-07-17T08:07:32.4048060Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2025-07-17T08:07:32.4050903Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2025-07-17T08:07:32.4053924Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2025-07-17T08:07:32.4063469Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2025-07-17T08:07:32.4067069Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2025-07-17T08:07:32.4071108Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2025-07-17T08:07:32.4075110Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2025-07-17T08:07:32.4077699Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2025-07-17T08:07:32.4080916Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2025-07-17T08:07:32.4083905Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2025-07-17T08:07:32.4088148Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2025-07-17T08:07:32.4092323Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2025-07-17T08:07:32.4096647Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2025-07-17T08:07:32.4101203Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2025-07-17T08:07:32.4105653Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2025-07-17T08:07:32.4109591Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2025-07-17T08:07:32.4112204Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2025-07-17T08:07:32.4115853Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2025-07-17T08:07:32.4121897Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2025-07-17T08:07:32.4125181Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2025-07-17T08:07:32.4128431Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2025-07-17T08:07:32.4132663Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2025-07-17T08:07:32.4138239Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2025-07-17T08:07:32.4147403Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2025-07-17T08:07:32.4152316Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2025-07-17T08:07:32.4155628Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2025-07-17T08:07:32.4158536Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2025-07-17T08:07:32.4161769Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2025-07-17T08:07:32.4164854Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2025-07-17T08:07:32.4168028Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2025-07-17T08:07:32.4172640Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2025-07-17T08:07:32.4175391Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2025-07-17T08:07:32.4178538Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2025-07-17T08:07:32.4181363Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2025-07-17T08:07:32.4193356Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/can_emit_inline.h' 2025-07-17T08:07:32.4199306Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/code_impl.h' 2025-07-17T08:07:32.4205647Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/frame.h' 2025-07-17T08:07:32.4207269Z adding 'torch/include/torch/csrc/jit/runtime/interpreter/preprocess_graph.h' 2025-07-17T08:07:32.4212620Z adding 'torch/include/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h' 2025-07-17T08:07:32.4215839Z adding 'torch/include/torch/csrc/jit/runtime/static/fusion.h' 2025-07-17T08:07:32.4230057Z adding 'torch/include/torch/csrc/jit/runtime/static/impl.h' 2025-07-17T08:07:32.4233908Z adding 'torch/include/torch/csrc/jit/runtime/static/init.h' 2025-07-17T08:07:32.4239659Z adding 'torch/include/torch/csrc/jit/runtime/static/memory_planner.h' 2025-07-17T08:07:32.4244312Z adding 'torch/include/torch/csrc/jit/runtime/static/ops.h' 2025-07-17T08:07:32.4248071Z adding 'torch/include/torch/csrc/jit/runtime/static/passes.h' 2025-07-17T08:07:32.4252477Z adding 'torch/include/torch/csrc/jit/runtime/static/processed_node_wrapper.h' 2025-07-17T08:07:32.4255877Z adding 'torch/include/torch/csrc/jit/runtime/static/static_method.h' 2025-07-17T08:07:32.4259063Z adding 'torch/include/torch/csrc/jit/runtime/static/te_wrapper.h' 2025-07-17T08:07:32.4263871Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2025-07-17T08:07:32.4269426Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2025-07-17T08:07:32.4273113Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2025-07-17T08:07:32.4277086Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2025-07-17T08:07:32.4280112Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2025-07-17T08:07:32.4283636Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2025-07-17T08:07:32.4286911Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2025-07-17T08:07:32.4289887Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2025-07-17T08:07:32.4292941Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2025-07-17T08:07:32.4295962Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2025-07-17T08:07:32.4299584Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2025-07-17T08:07:32.4319957Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2025-07-17T08:07:32.4325205Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2025-07-17T08:07:32.4329128Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2025-07-17T08:07:32.4334734Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2025-07-17T08:07:32.4339801Z adding 'torch/include/torch/csrc/jit/serialization/pickler_helper.h' 2025-07-17T08:07:32.4343255Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2025-07-17T08:07:32.4346681Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2025-07-17T08:07:32.4349942Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2025-07-17T08:07:32.4353296Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2025-07-17T08:07:32.4356492Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2025-07-17T08:07:32.4361335Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2025-07-17T08:07:32.4367501Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2025-07-17T08:07:32.4371693Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2025-07-17T08:07:32.4375616Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2025-07-17T08:07:32.4379319Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2025-07-17T08:07:32.4384135Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2025-07-17T08:07:32.4387834Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2025-07-17T08:07:32.4391117Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2025-07-17T08:07:32.4396097Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2025-07-17T08:07:32.4399600Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2025-07-17T08:07:32.4404554Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2025-07-17T08:07:32.4408183Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2025-07-17T08:07:32.4414129Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2025-07-17T08:07:32.4418180Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2025-07-17T08:07:32.4421339Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2025-07-17T08:07:32.4425010Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2025-07-17T08:07:32.4428551Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2025-07-17T08:07:32.4432781Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2025-07-17T08:07:32.4437003Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2025-07-17T08:07:32.4441788Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2025-07-17T08:07:32.4445055Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2025-07-17T08:07:32.4452718Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2025-07-17T08:07:32.4456570Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2025-07-17T08:07:32.4459912Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2025-07-17T08:07:32.4463635Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2025-07-17T08:07:32.4470505Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2025-07-17T08:07:32.4474106Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2025-07-17T08:07:32.4477356Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2025-07-17T08:07:32.4483633Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2025-07-17T08:07:32.4487776Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2025-07-17T08:07:32.4491573Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2025-07-17T08:07:32.4500778Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2025-07-17T08:07:32.4504414Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2025-07-17T08:07:32.4507543Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2025-07-17T08:07:32.4513911Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2025-07-17T08:07:32.4519487Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2025-07-17T08:07:32.4526130Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2025-07-17T08:07:32.4534757Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2025-07-17T08:07:32.4539958Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2025-07-17T08:07:32.4543285Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2025-07-17T08:07:32.4547189Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2025-07-17T08:07:32.4550651Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2025-07-17T08:07:32.4554017Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2025-07-17T08:07:32.4558215Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2025-07-17T08:07:32.4561298Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2025-07-17T08:07:32.4564642Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2025-07-17T08:07:32.4567669Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2025-07-17T08:07:32.4571030Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2025-07-17T08:07:32.4573843Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2025-07-17T08:07:32.4577360Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2025-07-17T08:07:32.4580481Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2025-07-17T08:07:32.4583402Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2025-07-17T08:07:32.4587113Z adding 'torch/include/torch/csrc/jit/testing/catch_utils.hpp' 2025-07-17T08:07:32.4590642Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2025-07-17T08:07:32.4593944Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2025-07-17T08:07:32.4600526Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2025-07-17T08:07:32.4606073Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2025-07-17T08:07:32.4610239Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2025-07-17T08:07:32.4614047Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2025-07-17T08:07:32.4619031Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2025-07-17T08:07:32.4622351Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2025-07-17T08:07:32.4625702Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2025-07-17T08:07:32.4629114Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2025-07-17T08:07:32.4633808Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2025-07-17T08:07:32.4637666Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2025-07-17T08:07:32.4642807Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2025-07-17T08:07:32.4647040Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2025-07-17T08:07:32.4650255Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2025-07-17T08:07:32.4653656Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2025-07-17T08:07:32.4657021Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2025-07-17T08:07:32.4663606Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2025-07-17T08:07:32.4668972Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2025-07-17T08:07:32.4672739Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2025-07-17T08:07:32.4676209Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2025-07-17T08:07:32.4679744Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2025-07-17T08:07:32.4684730Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2025-07-17T08:07:32.4691141Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2025-07-17T08:07:32.4695027Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2025-07-17T08:07:32.4698638Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2025-07-17T08:07:32.4702021Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2025-07-17T08:07:32.4705970Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2025-07-17T08:07:32.4709767Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2025-07-17T08:07:32.4714204Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2025-07-17T08:07:32.4718101Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2025-07-17T08:07:32.4722054Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2025-07-17T08:07:32.4754296Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2025-07-17T08:07:32.4764137Z adding 'torch/include/torch/csrc/lazy/generated/LazyIr.h' 2025-07-17T08:07:32.4778499Z adding 'torch/include/torch/csrc/lazy/generated/LazyNativeFunctions.h' 2025-07-17T08:07:32.4781617Z adding 'torch/include/torch/csrc/lazy/generated/LazyNonNativeIr.h' 2025-07-17T08:07:32.4785434Z adding 'torch/include/torch/csrc/lazy/python/init.h' 2025-07-17T08:07:32.4789532Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2025-07-17T08:07:32.4792572Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2025-07-17T08:07:32.4796404Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2025-07-17T08:07:32.4799406Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2025-07-17T08:07:32.4802425Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2025-07-17T08:07:32.4805694Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2025-07-17T08:07:32.4808855Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2025-07-17T08:07:32.4811991Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2025-07-17T08:07:32.4815980Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2025-07-17T08:07:32.4819785Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2025-07-17T08:07:32.4822953Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2025-07-17T08:07:32.4827070Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/device_data.h' 2025-07-17T08:07:32.4830468Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/generic.h' 2025-07-17T08:07:32.4834244Z adding 'torch/include/torch/csrc/lazy/ts_backend/ops/to_copy.h' 2025-07-17T08:07:32.4840156Z adding 'torch/include/torch/csrc/monitor/counters.h' 2025-07-17T08:07:32.4844045Z adding 'torch/include/torch/csrc/monitor/events.h' 2025-07-17T08:07:32.4847062Z adding 'torch/include/torch/csrc/monitor/python_init.h' 2025-07-17T08:07:32.4850629Z adding 'torch/include/torch/csrc/mps/Module.h' 2025-07-17T08:07:32.4854222Z adding 'torch/include/torch/csrc/mtia/Module.h' 2025-07-17T08:07:32.4858016Z adding 'torch/include/torch/csrc/mtia/profiler/MTIAMemoryProfiler.h' 2025-07-17T08:07:32.4861540Z adding 'torch/include/torch/csrc/multiprocessing/init.h' 2025-07-17T08:07:32.4865279Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2025-07-17T08:07:32.4868115Z adding 'torch/include/torch/csrc/onnx/init.h' 2025-07-17T08:07:32.4871206Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2025-07-17T08:07:32.4875108Z adding 'torch/include/torch/csrc/profiler/api.h' 2025-07-17T08:07:32.4887392Z adding 'torch/include/torch/csrc/profiler/collection.h' 2025-07-17T08:07:32.4887883Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2025-07-17T08:07:32.4892158Z adding 'torch/include/torch/csrc/profiler/containers.h' 2025-07-17T08:07:32.4896026Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2025-07-17T08:07:32.4899248Z adding 'torch/include/torch/csrc/profiler/events.h' 2025-07-17T08:07:32.4902248Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2025-07-17T08:07:32.4905942Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2025-07-17T08:07:32.4909432Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2025-07-17T08:07:32.4912957Z adding 'torch/include/torch/csrc/profiler/perf.h' 2025-07-17T08:07:32.4917371Z adding 'torch/include/torch/csrc/profiler/util.h' 2025-07-17T08:07:32.4922942Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2025-07-17T08:07:32.4926651Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2025-07-17T08:07:32.4929824Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2025-07-17T08:07:32.4933740Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2025-07-17T08:07:32.4936793Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2025-07-17T08:07:32.4939985Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2025-07-17T08:07:32.4943913Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2025-07-17T08:07:32.4946760Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2025-07-17T08:07:32.4949783Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2025-07-17T08:07:32.4952991Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2025-07-17T08:07:32.4956893Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2025-07-17T08:07:32.4961413Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2025-07-17T08:07:32.4964910Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2025-07-17T08:07:32.4969701Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2025-07-17T08:07:32.4973149Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2025-07-17T08:07:32.4977136Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2025-07-17T08:07:32.4980815Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2025-07-17T08:07:32.4984571Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2025-07-17T08:07:32.4990629Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2025-07-17T08:07:32.4994803Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2025-07-17T08:07:32.5000305Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2025-07-17T08:07:32.5004852Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2025-07-17T08:07:32.5008467Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2025-07-17T08:07:32.5012475Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2025-07-17T08:07:32.5015959Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2025-07-17T08:07:32.5019144Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2025-07-17T08:07:32.5022735Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2025-07-17T08:07:32.5029685Z adding 'torch/include/torch/csrc/stable/library.h' 2025-07-17T08:07:32.5033316Z adding 'torch/include/torch/csrc/stable/ops.h' 2025-07-17T08:07:32.5037253Z adding 'torch/include/torch/csrc/stable/tensor.h' 2025-07-17T08:07:32.5041524Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2025-07-17T08:07:32.5046695Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2025-07-17T08:07:32.5049855Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2025-07-17T08:07:32.5052768Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2025-07-17T08:07:32.5056425Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2025-07-17T08:07:32.5060846Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2025-07-17T08:07:32.5082688Z adding 'torch/include/torch/csrc/utils/generated_serialization_types.h' 2025-07-17T08:07:32.5088344Z adding 'torch/include/torch/csrc/utils/init.h' 2025-07-17T08:07:32.5091516Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2025-07-17T08:07:32.5094423Z adding 'torch/include/torch/csrc/utils/nested.h' 2025-07-17T08:07:32.5097586Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2025-07-17T08:07:32.5100945Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2025-07-17T08:07:32.5104294Z adding 'torch/include/torch/csrc/utils/out_types.h' 2025-07-17T08:07:32.5109843Z adding 'torch/include/torch/csrc/utils/pybind.h' 2025-07-17T08:07:32.5113421Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2025-07-17T08:07:32.5116333Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2025-07-17T08:07:32.5130368Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2025-07-17T08:07:32.5134227Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2025-07-17T08:07:32.5137593Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2025-07-17T08:07:32.5141996Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2025-07-17T08:07:32.5145341Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2025-07-17T08:07:32.5149520Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2025-07-17T08:07:32.5153825Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2025-07-17T08:07:32.5156818Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2025-07-17T08:07:32.5161512Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2025-07-17T08:07:32.5165099Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2025-07-17T08:07:32.5168262Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2025-07-17T08:07:32.5182164Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2025-07-17T08:07:32.5186279Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2025-07-17T08:07:32.5202221Z adding 'torch/include/torch/csrc/utils/six.h' 2025-07-17T08:07:32.5202714Z adding 'torch/include/torch/csrc/utils/structseq.h' 2025-07-17T08:07:32.5203068Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2025-07-17T08:07:32.5203445Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2025-07-17T08:07:32.5204165Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2025-07-17T08:07:32.5208341Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2025-07-17T08:07:32.5210152Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2025-07-17T08:07:32.5214426Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2025-07-17T08:07:32.5216778Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2025-07-17T08:07:32.5220430Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2025-07-17T08:07:32.5223062Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2025-07-17T08:07:32.5226475Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2025-07-17T08:07:32.5231282Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2025-07-17T08:07:32.5235782Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2025-07-17T08:07:32.5239502Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2025-07-17T08:07:32.5243198Z adding 'torch/include/torch/csrc/utils/variadic.h' 2025-07-17T08:07:32.5246206Z adding 'torch/include/torch/csrc/utils/verbose.h' 2025-07-17T08:07:32.5249942Z adding 'torch/include/torch/csrc/xpu/Event.h' 2025-07-17T08:07:32.5253399Z adding 'torch/include/torch/csrc/xpu/Module.h' 2025-07-17T08:07:32.5256415Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2025-07-17T08:07:32.5262150Z adding 'torch/include/torch/headeronly/macros/Export.h' 2025-07-17T08:07:32.5270122Z adding 'torch/include/torch/headeronly/macros/Macros.h' 2025-07-17T08:07:32.5273741Z adding 'torch/include/torch/headeronly/macros/cmake_macros.h' 2025-07-17T08:07:32.5280132Z adding 'torch/jit/__init__.py' 2025-07-17T08:07:32.5284435Z adding 'torch/jit/_async.py' 2025-07-17T08:07:32.5288009Z adding 'torch/jit/_await.py' 2025-07-17T08:07:32.5292138Z adding 'torch/jit/_builtins.py' 2025-07-17T08:07:32.5297350Z adding 'torch/jit/_check.py' 2025-07-17T08:07:32.5302104Z adding 'torch/jit/_dataclass_impls.py' 2025-07-17T08:07:32.5305222Z adding 'torch/jit/_decomposition_utils.py' 2025-07-17T08:07:32.5309197Z adding 'torch/jit/_decompositions.py' 2025-07-17T08:07:32.5314508Z adding 'torch/jit/_freeze.py' 2025-07-17T08:07:32.5319150Z adding 'torch/jit/_fuser.py' 2025-07-17T08:07:32.5322413Z adding 'torch/jit/_ir_utils.py' 2025-07-17T08:07:32.5325301Z adding 'torch/jit/_logging.py' 2025-07-17T08:07:32.5329983Z adding 'torch/jit/_monkeytype_config.py' 2025-07-17T08:07:32.5333325Z adding 'torch/jit/_pickle.py' 2025-07-17T08:07:32.5350663Z adding 'torch/jit/_recursive.py' 2025-07-17T08:07:32.5377613Z adding 'torch/jit/_script.py' 2025-07-17T08:07:32.5384095Z adding 'torch/jit/_script.pyi' 2025-07-17T08:07:32.5389746Z adding 'torch/jit/_serialization.py' 2025-07-17T08:07:32.5413306Z adding 'torch/jit/_shape_functions.py' 2025-07-17T08:07:32.5413625Z adding 'torch/jit/_state.py' 2025-07-17T08:07:32.5433359Z adding 'torch/jit/_trace.py' 2025-07-17T08:07:32.5442872Z adding 'torch/jit/annotations.py' 2025-07-17T08:07:32.5459144Z adding 'torch/jit/frontend.py' 2025-07-17T08:07:32.5463517Z adding 'torch/jit/generate_bytecode.py' 2025-07-17T08:07:32.5466810Z adding 'torch/jit/quantized.py' 2025-07-17T08:07:32.5472427Z adding 'torch/jit/supported_ops.py' 2025-07-17T08:07:32.5476191Z adding 'torch/jit/unsupported_tensor_ops.py' 2025-07-17T08:07:32.5479966Z adding 'torch/jit/_passes/__init__.py' 2025-07-17T08:07:32.5483235Z adding 'torch/jit/_passes/_property_propagation.py' 2025-07-17T08:07:32.5488295Z adding 'torch/jit/mobile/__init__.py' 2025-07-17T08:07:33.0852127Z adding 'torch/lib/XNNPACK.lib' 2025-07-17T08:07:33.1168802Z adding 'torch/lib/_C.lib' 2025-07-17T08:07:33.1282889Z adding 'torch/lib/aoti_custom_ops.dll' 2025-07-17T08:07:33.1296347Z adding 'torch/lib/aoti_custom_ops.lib' 2025-07-17T08:07:33.1516068Z adding 'torch/lib/asmjit.dll' 2025-07-17T08:07:33.1551307Z adding 'torch/lib/asmjit.lib' 2025-07-17T08:07:33.1659682Z adding 'torch/lib/backend_with_compiler.dll' 2025-07-17T08:07:33.1673781Z adding 'torch/lib/backend_with_compiler.lib' 2025-07-17T08:07:33.2141980Z adding 'torch/lib/c10.dll' 2025-07-17T08:07:33.2323813Z adding 'torch/lib/c10.lib' 2025-07-17T08:07:33.2566493Z adding 'torch/lib/cpuinfo.lib' 2025-07-17T08:08:51.5583994Z adding 'torch/lib/dnnl.lib' 2025-07-17T08:08:57.6005135Z adding 'torch/lib/fbgemm.dll' 2025-07-17T08:08:57.6434078Z adding 'torch/lib/fbgemm.lib' 2025-07-17T08:08:57.8179541Z adding 'torch/lib/fmt.lib' 2025-07-17T08:08:57.8391607Z adding 'torch/lib/jitbackend_test.dll' 2025-07-17T08:08:57.8409650Z adding 'torch/lib/jitbackend_test.lib' 2025-07-17T08:09:00.0735082Z adding 'torch/lib/kineto.lib' 2025-07-17T08:09:00.2246057Z adding 'torch/lib/libittnotify.lib' 2025-07-17T08:09:00.9130200Z adding 'torch/lib/libprotobuf-lite.lib' 2025-07-17T08:09:04.7929874Z adding 'torch/lib/libprotobuf.lib' 2025-07-17T08:09:10.4813309Z adding 'torch/lib/libprotoc.lib' 2025-07-17T08:09:11.4803696Z adding 'torch/lib/microkernels-prod.lib' 2025-07-17T08:09:11.5592622Z adding 'torch/lib/pthreadpool.lib' 2025-07-17T08:09:11.5620311Z adding 'torch/lib/shm.dll' 2025-07-17T08:09:11.5624672Z adding 'torch/lib/shm.lib' 2025-07-17T08:09:12.7245253Z adding 'torch/lib/sleef.lib' 2025-07-17T08:09:12.7868767Z adding 'torch/lib/torch.dll' 2025-07-17T08:09:12.7872888Z adding 'torch/lib/torch.lib' 2025-07-17T08:09:23.5209157Z adding 'torch/lib/torch_cpu.dll' 2025-07-17T08:09:24.5775401Z adding 'torch/lib/torch_cpu.lib' 2025-07-17T08:09:24.6431106Z adding 'torch/lib/torch_global_deps.dll' 2025-07-17T08:09:25.3568408Z adding 'torch/lib/torch_python.dll' 2025-07-17T08:09:25.4002528Z adding 'torch/lib/torch_python.lib' 2025-07-17T08:09:25.4228505Z adding 'torch/lib/torchbind_test.dll' 2025-07-17T08:09:25.4253623Z adding 'torch/lib/torchbind_test.lib' 2025-07-17T08:09:25.4258745Z adding 'torch/lib/libshm/alloc_info.h' 2025-07-17T08:09:25.4262078Z adding 'torch/lib/libshm/err.h' 2025-07-17T08:09:25.4265332Z adding 'torch/lib/libshm/libshm.h' 2025-07-17T08:09:25.4269549Z adding 'torch/lib/libshm/socket.h' 2025-07-17T08:09:25.4273719Z adding 'torch/lib/libshm_windows/libshm.h' 2025-07-17T08:09:25.4309634Z adding 'torch/linalg/__init__.py' 2025-07-17T08:09:25.4316237Z adding 'torch/masked/__init__.py' 2025-07-17T08:09:25.4323665Z adding 'torch/masked/_docs.py' 2025-07-17T08:09:25.4345681Z adding 'torch/masked/_ops.py' 2025-07-17T08:09:25.4351323Z adding 'torch/masked/maskedtensor/__init__.py' 2025-07-17T08:09:25.4357565Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2025-07-17T08:09:25.4362198Z adding 'torch/masked/maskedtensor/binary.py' 2025-07-17T08:09:25.4368470Z adding 'torch/masked/maskedtensor/core.py' 2025-07-17T08:09:25.4372054Z adding 'torch/masked/maskedtensor/creation.py' 2025-07-17T08:09:25.4375274Z adding 'torch/masked/maskedtensor/passthrough.py' 2025-07-17T08:09:25.4379383Z adding 'torch/masked/maskedtensor/reductions.py' 2025-07-17T08:09:25.4383422Z adding 'torch/masked/maskedtensor/unary.py' 2025-07-17T08:09:25.4387554Z adding 'torch/monitor/__init__.py' 2025-07-17T08:09:25.4392894Z adding 'torch/mps/__init__.py' 2025-07-17T08:09:25.4396530Z adding 'torch/mps/event.py' 2025-07-17T08:09:25.4400263Z adding 'torch/mps/profiler.py' 2025-07-17T08:09:25.4407219Z adding 'torch/mtia/__init__.py' 2025-07-17T08:09:25.4410901Z adding 'torch/mtia/_utils.py' 2025-07-17T08:09:25.4414201Z adding 'torch/mtia/memory.py' 2025-07-17T08:09:25.4418864Z adding 'torch/multiprocessing/__init__.py' 2025-07-17T08:09:25.4422111Z adding 'torch/multiprocessing/_atfork.py' 2025-07-17T08:09:25.4425441Z adding 'torch/multiprocessing/pool.py' 2025-07-17T08:09:25.4428874Z adding 'torch/multiprocessing/queue.py' 2025-07-17T08:09:25.4437943Z adding 'torch/multiprocessing/reductions.py' 2025-07-17T08:09:25.4445029Z adding 'torch/multiprocessing/spawn.py' 2025-07-17T08:09:25.4454653Z adding 'torch/nested/__init__.py' 2025-07-17T08:09:25.4459237Z adding 'torch/nested/_internal/__init__.py' 2025-07-17T08:09:25.4462953Z adding 'torch/nested/_internal/nested_int.py' 2025-07-17T08:09:25.4472713Z adding 'torch/nested/_internal/nested_tensor.py' 2025-07-17T08:09:25.4502490Z adding 'torch/nested/_internal/ops.py' 2025-07-17T08:09:25.4516645Z adding 'torch/nested/_internal/sdpa.py' 2025-07-17T08:09:25.4522230Z adding 'torch/nn/__init__.py' 2025-07-17T08:09:25.4525919Z adding 'torch/nn/_reduction.py' 2025-07-17T08:09:25.4529452Z adding 'torch/nn/common_types.py' 2025-07-17T08:09:25.4533148Z adding 'torch/nn/cpp.py' 2025-07-17T08:09:25.4603094Z adding 'torch/nn/functional.py' 2025-07-17T08:09:25.4615731Z adding 'torch/nn/functional.pyi' 2025-07-17T08:09:25.4620489Z adding 'torch/nn/grad.py' 2025-07-17T08:09:25.4629565Z adding 'torch/nn/init.py' 2025-07-17T08:09:25.4635760Z adding 'torch/nn/parameter.py' 2025-07-17T08:09:25.4639492Z adding 'torch/nn/parameter.pyi' 2025-07-17T08:09:25.4644969Z adding 'torch/nn/attention/__init__.py' 2025-07-17T08:09:25.4648554Z adding 'torch/nn/attention/_utils.py' 2025-07-17T08:09:25.4654543Z adding 'torch/nn/attention/bias.py' 2025-07-17T08:09:25.4677658Z adding 'torch/nn/attention/flex_attention.py' 2025-07-17T08:09:25.4683110Z adding 'torch/nn/attention/experimental/__init__.py' 2025-07-17T08:09:25.4688882Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2025-07-17T08:09:25.4692959Z adding 'torch/nn/backends/__init__.py' 2025-07-17T08:09:25.4695935Z adding 'torch/nn/backends/thnn.py' 2025-07-17T08:09:25.4699815Z adding 'torch/nn/intrinsic/__init__.py' 2025-07-17T08:09:25.4703783Z adding 'torch/nn/intrinsic/modules/__init__.py' 2025-07-17T08:09:25.4707041Z adding 'torch/nn/intrinsic/modules/fused.py' 2025-07-17T08:09:25.4710796Z adding 'torch/nn/intrinsic/qat/__init__.py' 2025-07-17T08:09:25.4715060Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2025-07-17T08:09:25.4718401Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2025-07-17T08:09:25.4721476Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2025-07-17T08:09:25.4724495Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2025-07-17T08:09:25.4728384Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2025-07-17T08:09:25.4732156Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2025-07-17T08:09:25.4735906Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2025-07-17T08:09:25.4739038Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2025-07-17T08:09:25.4742886Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2025-07-17T08:09:25.4745842Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2025-07-17T08:09:25.4748788Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2025-07-17T08:09:25.4751612Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2025-07-17T08:09:25.4757023Z adding 'torch/nn/modules/__init__.py' 2025-07-17T08:09:25.4762819Z adding 'torch/nn/modules/_functions.py' 2025-07-17T08:09:25.4779966Z adding 'torch/nn/modules/activation.py' 2025-07-17T08:09:25.4787282Z adding 'torch/nn/modules/adaptive.py' 2025-07-17T08:09:25.4797617Z adding 'torch/nn/modules/batchnorm.py' 2025-07-17T08:09:25.4802030Z adding 'torch/nn/modules/channelshuffle.py' 2025-07-17T08:09:25.4813947Z adding 'torch/nn/modules/container.py' 2025-07-17T08:09:25.4830920Z adding 'torch/nn/modules/conv.py' 2025-07-17T08:09:25.4836460Z adding 'torch/nn/modules/distance.py' 2025-07-17T08:09:25.4841418Z adding 'torch/nn/modules/dropout.py' 2025-07-17T08:09:25.4845752Z adding 'torch/nn/modules/flatten.py' 2025-07-17T08:09:25.4851322Z adding 'torch/nn/modules/fold.py' 2025-07-17T08:09:25.4857439Z adding 'torch/nn/modules/instancenorm.py' 2025-07-17T08:09:25.4863941Z adding 'torch/nn/modules/lazy.py' 2025-07-17T08:09:25.4869613Z adding 'torch/nn/modules/linear.py' 2025-07-17T08:09:25.4894918Z adding 'torch/nn/modules/loss.py' 2025-07-17T08:09:25.4936787Z adding 'torch/nn/modules/module.py' 2025-07-17T08:09:25.4945439Z adding 'torch/nn/modules/normalization.py' 2025-07-17T08:09:25.4952090Z adding 'torch/nn/modules/padding.py' 2025-07-17T08:09:25.4956454Z adding 'torch/nn/modules/pixelshuffle.py' 2025-07-17T08:09:25.4969104Z adding 'torch/nn/modules/pooling.py' 2025-07-17T08:09:25.4988966Z adding 'torch/nn/modules/rnn.py' 2025-07-17T08:09:25.4999574Z adding 'torch/nn/modules/sparse.py' 2025-07-17T08:09:25.5014445Z adding 'torch/nn/modules/transformer.py' 2025-07-17T08:09:25.5021149Z adding 'torch/nn/modules/upsampling.py' 2025-07-17T08:09:25.5025154Z adding 'torch/nn/modules/utils.py' 2025-07-17T08:09:25.5029479Z adding 'torch/nn/parallel/__init__.py' 2025-07-17T08:09:25.5033677Z adding 'torch/nn/parallel/_functions.py' 2025-07-17T08:09:25.5039334Z adding 'torch/nn/parallel/comm.py' 2025-07-17T08:09:25.5045604Z adding 'torch/nn/parallel/data_parallel.py' 2025-07-17T08:09:25.5087713Z adding 'torch/nn/parallel/distributed.py' 2025-07-17T08:09:25.5094715Z adding 'torch/nn/parallel/parallel_apply.py' 2025-07-17T08:09:25.5099352Z adding 'torch/nn/parallel/replicate.py' 2025-07-17T08:09:25.5103863Z adding 'torch/nn/parallel/scatter_gather.py' 2025-07-17T08:09:25.5108056Z adding 'torch/nn/qat/__init__.py' 2025-07-17T08:09:25.5111885Z adding 'torch/nn/qat/dynamic/__init__.py' 2025-07-17T08:09:25.5115504Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2025-07-17T08:09:25.5118645Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2025-07-17T08:09:25.5122583Z adding 'torch/nn/qat/modules/__init__.py' 2025-07-17T08:09:25.5125654Z adding 'torch/nn/qat/modules/conv.py' 2025-07-17T08:09:25.5128811Z adding 'torch/nn/qat/modules/embedding_ops.py' 2025-07-17T08:09:25.5131787Z adding 'torch/nn/qat/modules/linear.py' 2025-07-17T08:09:25.5135524Z adding 'torch/nn/quantizable/__init__.py' 2025-07-17T08:09:25.5139182Z adding 'torch/nn/quantizable/modules/__init__.py' 2025-07-17T08:09:25.5142300Z adding 'torch/nn/quantizable/modules/activation.py' 2025-07-17T08:09:25.5145852Z adding 'torch/nn/quantizable/modules/rnn.py' 2025-07-17T08:09:25.5149428Z adding 'torch/nn/quantized/__init__.py' 2025-07-17T08:09:25.5152581Z adding 'torch/nn/quantized/functional.py' 2025-07-17T08:09:25.5156148Z adding 'torch/nn/quantized/_reference/__init__.py' 2025-07-17T08:09:25.5160263Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2025-07-17T08:09:25.5163529Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2025-07-17T08:09:25.5166613Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2025-07-17T08:09:25.5170029Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2025-07-17T08:09:25.5173089Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2025-07-17T08:09:25.5176289Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2025-07-17T08:09:25.5180044Z adding 'torch/nn/quantized/dynamic/__init__.py' 2025-07-17T08:09:25.5183957Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2025-07-17T08:09:25.5187264Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2025-07-17T08:09:25.5190491Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2025-07-17T08:09:25.5193674Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2025-07-17T08:09:25.5198017Z adding 'torch/nn/quantized/modules/__init__.py' 2025-07-17T08:09:25.5201173Z adding 'torch/nn/quantized/modules/activation.py' 2025-07-17T08:09:25.5204351Z adding 'torch/nn/quantized/modules/batchnorm.py' 2025-07-17T08:09:25.5207414Z adding 'torch/nn/quantized/modules/conv.py' 2025-07-17T08:09:25.5210852Z adding 'torch/nn/quantized/modules/dropout.py' 2025-07-17T08:09:25.5214455Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2025-07-17T08:09:25.5217965Z adding 'torch/nn/quantized/modules/functional_modules.py' 2025-07-17T08:09:25.5221532Z adding 'torch/nn/quantized/modules/linear.py' 2025-07-17T08:09:25.5224641Z adding 'torch/nn/quantized/modules/normalization.py' 2025-07-17T08:09:25.5227695Z adding 'torch/nn/quantized/modules/rnn.py' 2025-07-17T08:09:25.5230916Z adding 'torch/nn/quantized/modules/utils.py' 2025-07-17T08:09:25.5235193Z adding 'torch/nn/utils/__init__.py' 2025-07-17T08:09:25.5238626Z adding 'torch/nn/utils/_deprecation_utils.py' 2025-07-17T08:09:25.5244355Z adding 'torch/nn/utils/_named_member_accessor.py' 2025-07-17T08:09:25.5249128Z adding 'torch/nn/utils/_per_sample_grad.py' 2025-07-17T08:09:25.5254568Z adding 'torch/nn/utils/clip_grad.py' 2025-07-17T08:09:25.5258912Z adding 'torch/nn/utils/convert_parameters.py' 2025-07-17T08:09:25.5263349Z adding 'torch/nn/utils/fusion.py' 2025-07-17T08:09:25.5267036Z adding 'torch/nn/utils/init.py' 2025-07-17T08:09:25.5271582Z adding 'torch/nn/utils/memory_format.py' 2025-07-17T08:09:25.5282157Z adding 'torch/nn/utils/parametrizations.py' 2025-07-17T08:09:25.5295885Z adding 'torch/nn/utils/parametrize.py' 2025-07-17T08:09:25.5314306Z adding 'torch/nn/utils/prune.py' 2025-07-17T08:09:25.5324306Z adding 'torch/nn/utils/rnn.py' 2025-07-17T08:09:25.5331630Z adding 'torch/nn/utils/spectral_norm.py' 2025-07-17T08:09:25.5337783Z adding 'torch/nn/utils/stateless.py' 2025-07-17T08:09:25.5342401Z adding 'torch/nn/utils/weight_norm.py' 2025-07-17T08:09:25.5346615Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2025-07-17T08:09:25.5350351Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2025-07-17T08:09:25.5355861Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2025-07-17T08:09:25.5360022Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2025-07-17T08:09:25.5364443Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2025-07-17T08:09:25.5369502Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2025-07-17T08:09:25.5373482Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2025-07-17T08:09:25.5377334Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2025-07-17T08:09:25.5381282Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2025-07-17T08:09:25.5384859Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2025-07-17T08:09:25.5393724Z adding 'torch/onnx/__init__.py' 2025-07-17T08:09:25.5397282Z adding 'torch/onnx/_constants.py' 2025-07-17T08:09:25.5400424Z adding 'torch/onnx/_experimental.py' 2025-07-17T08:09:25.5403711Z adding 'torch/onnx/_flags.py' 2025-07-17T08:09:25.5407228Z adding 'torch/onnx/_globals.py' 2025-07-17T08:09:25.5410976Z adding 'torch/onnx/_onnx_supported_ops.py' 2025-07-17T08:09:25.5416897Z adding 'torch/onnx/_type_utils.py' 2025-07-17T08:09:25.5420961Z adding 'torch/onnx/errors.py' 2025-07-17T08:09:25.5424242Z adding 'torch/onnx/operators.py' 2025-07-17T08:09:25.5451790Z adding 'torch/onnx/symbolic_helper.py' 2025-07-17T08:09:25.5464052Z adding 'torch/onnx/symbolic_opset10.py' 2025-07-17T08:09:25.5481762Z adding 'torch/onnx/symbolic_opset11.py' 2025-07-17T08:09:25.5489137Z adding 'torch/onnx/symbolic_opset12.py' 2025-07-17T08:09:25.5501751Z adding 'torch/onnx/symbolic_opset13.py' 2025-07-17T08:09:25.5508796Z adding 'torch/onnx/symbolic_opset14.py' 2025-07-17T08:09:25.5516357Z adding 'torch/onnx/symbolic_opset15.py' 2025-07-17T08:09:25.5528282Z adding 'torch/onnx/symbolic_opset16.py' 2025-07-17T08:09:25.5533474Z adding 'torch/onnx/symbolic_opset17.py' 2025-07-17T08:09:25.5538296Z adding 'torch/onnx/symbolic_opset18.py' 2025-07-17T08:09:25.5541599Z adding 'torch/onnx/symbolic_opset19.py' 2025-07-17T08:09:25.5545144Z adding 'torch/onnx/symbolic_opset20.py' 2025-07-17T08:09:25.5548626Z adding 'torch/onnx/symbolic_opset7.py' 2025-07-17T08:09:25.5554733Z adding 'torch/onnx/symbolic_opset8.py' 2025-07-17T08:09:25.5623920Z adding 'torch/onnx/symbolic_opset9.py' 2025-07-17T08:09:25.5657681Z adding 'torch/onnx/utils.py' 2025-07-17T08:09:25.5684469Z adding 'torch/onnx/verification.py' 2025-07-17T08:09:25.5690065Z adding 'torch/onnx/_internal/__init__.py' 2025-07-17T08:09:25.5694515Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2025-07-17T08:09:25.5697945Z adding 'torch/onnx/_internal/_lazy_import.py' 2025-07-17T08:09:25.5704381Z adding 'torch/onnx/_internal/jit_utils.py' 2025-07-17T08:09:25.5710088Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2025-07-17T08:09:25.5716138Z adding 'torch/onnx/_internal/registration.py' 2025-07-17T08:09:25.5720506Z adding 'torch/onnx/_internal/exporter/__init__.py' 2025-07-17T08:09:25.5725854Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2025-07-17T08:09:25.5737547Z adding 'torch/onnx/_internal/exporter/_building.py' 2025-07-17T08:09:25.5743057Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2025-07-17T08:09:25.5748330Z adding 'torch/onnx/_internal/exporter/_compat.py' 2025-07-17T08:09:25.5751769Z adding 'torch/onnx/_internal/exporter/_constants.py' 2025-07-17T08:09:25.5776200Z adding 'torch/onnx/_internal/exporter/_core.py' 2025-07-17T08:09:25.5781490Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2025-07-17T08:09:25.5788128Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2025-07-17T08:09:25.5795296Z adding 'torch/onnx/_internal/exporter/_dynamic_shapes.py' 2025-07-17T08:09:25.5799040Z adding 'torch/onnx/_internal/exporter/_errors.py' 2025-07-17T08:09:25.5802115Z adding 'torch/onnx/_internal/exporter/_flags.py' 2025-07-17T08:09:25.5805549Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2025-07-17T08:09:25.5809992Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2025-07-17T08:09:25.5813704Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2025-07-17T08:09:25.5821301Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2025-07-17T08:09:25.5827948Z adding 'torch/onnx/_internal/exporter/_registration.py' 2025-07-17T08:09:25.5832934Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2025-07-17T08:09:25.5841312Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2025-07-17T08:09:25.5845468Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2025-07-17T08:09:25.5849255Z adding 'torch/onnx/_internal/exporter/_testing.py' 2025-07-17T08:09:25.5852837Z adding 'torch/onnx/_internal/exporter/_type_casting.py' 2025-07-17T08:09:25.5858676Z adding 'torch/onnx/_internal/exporter/_verification.py' 2025-07-17T08:09:25.5862891Z adding 'torch/onnx/_internal/exporter/_torchlib/__init__.py' 2025-07-17T08:09:25.5866335Z adding 'torch/onnx/_internal/exporter/_torchlib/_tensor_typing.py' 2025-07-17T08:09:25.5870262Z adding 'torch/onnx/_internal/exporter/_torchlib/_torchlib_registry.py' 2025-07-17T08:09:25.5874422Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/__init__.py' 2025-07-17T08:09:25.5877644Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/core.py' 2025-07-17T08:09:25.5882186Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/hop.py' 2025-07-17T08:09:25.5887294Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/nn.py' 2025-07-17T08:09:25.5891597Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symbolic.py' 2025-07-17T08:09:25.5895021Z adding 'torch/onnx/_internal/exporter/_torchlib/ops/symops.py' 2025-07-17T08:09:25.5898732Z adding 'torch/onnx/_internal/fx/__init__.py' 2025-07-17T08:09:25.5903926Z adding 'torch/onnx/_internal/fx/_pass.py' 2025-07-17T08:09:25.5908637Z adding 'torch/onnx/_internal/fx/patcher.py' 2025-07-17T08:09:25.5914940Z adding 'torch/onnx/_internal/fx/serialization.py' 2025-07-17T08:09:25.5919482Z adding 'torch/onnx/_internal/fx/type_utils.py' 2025-07-17T08:09:25.5923330Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2025-07-17T08:09:25.5927276Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2025-07-17T08:09:25.5943224Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2025-07-17T08:09:25.5953242Z adding 'torch/onnx/ops/__init__.py' 2025-07-17T08:09:25.5957054Z adding 'torch/onnx/ops/_dtype_mappings.py' 2025-07-17T08:09:25.5963157Z adding 'torch/onnx/ops/_impl.py' 2025-07-17T08:09:25.5968692Z adding 'torch/onnx/ops/_symbolic_impl.py' 2025-07-17T08:09:25.5973321Z adding 'torch/optim/__init__.py' 2025-07-17T08:09:25.5982798Z adding 'torch/optim/_adafactor.py' 2025-07-17T08:09:25.5987132Z adding 'torch/optim/_functional.py' 2025-07-17T08:09:25.5993928Z adding 'torch/optim/adadelta.py' 2025-07-17T08:09:25.6002064Z adding 'torch/optim/adagrad.py' 2025-07-17T08:09:25.6015085Z adding 'torch/optim/adam.py' 2025-07-17T08:09:25.6022544Z adding 'torch/optim/adamax.py' 2025-07-17T08:09:25.6027510Z adding 'torch/optim/adamw.py' 2025-07-17T08:09:25.6034626Z adding 'torch/optim/asgd.py' 2025-07-17T08:09:25.6042415Z adding 'torch/optim/lbfgs.py' 2025-07-17T08:09:25.6066570Z adding 'torch/optim/lr_scheduler.py' 2025-07-17T08:09:25.6077339Z adding 'torch/optim/nadam.py' 2025-07-17T08:09:25.6095578Z adding 'torch/optim/optimizer.py' 2025-07-17T08:09:25.6105259Z adding 'torch/optim/radam.py' 2025-07-17T08:09:25.6113559Z adding 'torch/optim/rmsprop.py' 2025-07-17T08:09:25.6121055Z adding 'torch/optim/rprop.py' 2025-07-17T08:09:25.6129170Z adding 'torch/optim/sgd.py' 2025-07-17T08:09:25.6134844Z adding 'torch/optim/sparse_adam.py' 2025-07-17T08:09:25.6143014Z adding 'torch/optim/swa_utils.py' 2025-07-17T08:09:25.6147378Z adding 'torch/optim/_multi_tensor/__init__.py' 2025-07-17T08:09:25.6150616Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2025-07-17T08:09:25.6154585Z adding 'torch/package/__init__.py' 2025-07-17T08:09:25.6158897Z adding 'torch/package/_digraph.py' 2025-07-17T08:09:25.6162517Z adding 'torch/package/_directory_reader.py' 2025-07-17T08:09:25.6166420Z adding 'torch/package/_importlib.py' 2025-07-17T08:09:25.6170105Z adding 'torch/package/_mangling.py' 2025-07-17T08:09:25.6173735Z adding 'torch/package/_mock.py' 2025-07-17T08:09:25.6178064Z adding 'torch/package/_package_pickler.py' 2025-07-17T08:09:25.6181470Z adding 'torch/package/_package_unpickler.py' 2025-07-17T08:09:25.6185396Z adding 'torch/package/_stdlib.py' 2025-07-17T08:09:25.6189929Z adding 'torch/package/file_structure_representation.py' 2025-07-17T08:09:25.6193945Z adding 'torch/package/find_file_dependencies.py' 2025-07-17T08:09:25.6198032Z adding 'torch/package/glob_group.py' 2025-07-17T08:09:25.6204192Z adding 'torch/package/importer.py' 2025-07-17T08:09:25.6237701Z adding 'torch/package/package_exporter.py' 2025-07-17T08:09:25.6238065Z adding 'torch/package/package_importer.py' 2025-07-17T08:09:25.6241896Z adding 'torch/package/analyze/__init__.py' 2025-07-17T08:09:25.6245466Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2025-07-17T08:09:25.6249712Z adding 'torch/package/analyze/is_from_package.py' 2025-07-17T08:09:25.6252056Z adding 'torch/package/analyze/trace_dependencies.py' 2025-07-17T08:09:25.6256401Z adding 'torch/profiler/__init__.py' 2025-07-17T08:09:25.6274350Z adding 'torch/profiler/_memory_profiler.py' 2025-07-17T08:09:25.6284094Z adding 'torch/profiler/_pattern_matcher.py' 2025-07-17T08:09:25.6291316Z adding 'torch/profiler/_utils.py' 2025-07-17T08:09:25.6295098Z adding 'torch/profiler/itt.py' 2025-07-17T08:09:25.6310606Z adding 'torch/profiler/profiler.py' 2025-07-17T08:09:25.6314465Z adding 'torch/profiler/python_tracer.py' 2025-07-17T08:09:25.6318969Z adding 'torch/quantization/__init__.py' 2025-07-17T08:09:25.6322264Z adding 'torch/quantization/_numeric_suite.py' 2025-07-17T08:09:25.6325283Z adding 'torch/quantization/_numeric_suite_fx.py' 2025-07-17T08:09:25.6329456Z adding 'torch/quantization/_quantized_conversions.py' 2025-07-17T08:09:25.6332694Z adding 'torch/quantization/fake_quantize.py' 2025-07-17T08:09:25.6335842Z adding 'torch/quantization/fuse_modules.py' 2025-07-17T08:09:25.6339147Z adding 'torch/quantization/fuser_method_mappings.py' 2025-07-17T08:09:25.6342028Z adding 'torch/quantization/observer.py' 2025-07-17T08:09:25.6345090Z adding 'torch/quantization/qconfig.py' 2025-07-17T08:09:25.6348142Z adding 'torch/quantization/quant_type.py' 2025-07-17T08:09:25.6351376Z adding 'torch/quantization/quantization_mappings.py' 2025-07-17T08:09:25.6354409Z adding 'torch/quantization/quantize.py' 2025-07-17T08:09:25.6357485Z adding 'torch/quantization/quantize_fx.py' 2025-07-17T08:09:25.6360611Z adding 'torch/quantization/quantize_jit.py' 2025-07-17T08:09:25.6363472Z adding 'torch/quantization/stubs.py' 2025-07-17T08:09:25.6366449Z adding 'torch/quantization/utils.py' 2025-07-17T08:09:25.6370723Z adding 'torch/quantization/fx/__init__.py' 2025-07-17T08:09:25.6373742Z adding 'torch/quantization/fx/_equalize.py' 2025-07-17T08:09:25.6377107Z adding 'torch/quantization/fx/convert.py' 2025-07-17T08:09:25.6379749Z adding 'torch/quantization/fx/fuse.py' 2025-07-17T08:09:25.6382751Z adding 'torch/quantization/fx/fusion_patterns.py' 2025-07-17T08:09:25.6385693Z adding 'torch/quantization/fx/graph_module.py' 2025-07-17T08:09:25.6388772Z adding 'torch/quantization/fx/match_utils.py' 2025-07-17T08:09:25.6391882Z adding 'torch/quantization/fx/pattern_utils.py' 2025-07-17T08:09:25.6394827Z adding 'torch/quantization/fx/prepare.py' 2025-07-17T08:09:25.6398011Z adding 'torch/quantization/fx/quantization_patterns.py' 2025-07-17T08:09:25.6400935Z adding 'torch/quantization/fx/quantization_types.py' 2025-07-17T08:09:25.6403860Z adding 'torch/quantization/fx/utils.py' 2025-07-17T08:09:25.6408756Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2025-07-17T08:09:25.6413843Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2025-07-17T08:09:25.6417152Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2025-07-17T08:09:25.6421403Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2025-07-17T08:09:25.6434699Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2025-07-17T08:09:25.6439188Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2025-07-17T08:09:25.6442836Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2025-07-17T08:09:25.6446957Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2025-07-17T08:09:25.6451030Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2025-07-17T08:09:25.6454683Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2025-07-17T08:09:25.6459151Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2025-07-17T08:09:25.6491005Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2025-07-17T08:09:25.6500272Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2025-07-17T08:09:25.6503154Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2025-07-17T08:09:25.6508693Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2025-07-17T08:09:25.6518297Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2025-07-17T08:09:25.6523274Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2025-07-17T08:09:25.6529280Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2025-07-17T08:09:25.6536163Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2025-07-17T08:09:25.6542844Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2025-07-17T08:09:25.6547340Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2025-07-17T08:09:25.6551542Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2025-07-17T08:09:25.6555047Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2025-07-17T08:09:25.6558212Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2025-07-17T08:09:25.6563237Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2025-07-17T08:09:25.6572561Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2025-07-17T08:09:25.6576859Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2025-07-17T08:09:25.6582104Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2025-07-17T08:09:25.6585431Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2025-07-17T08:09:25.6589088Z adding 'torch/signal/__init__.py' 2025-07-17T08:09:25.6593057Z adding 'torch/signal/windows/__init__.py' 2025-07-17T08:09:25.6600025Z adding 'torch/signal/windows/windows.py' 2025-07-17T08:09:25.6610912Z adding 'torch/sparse/__init__.py' 2025-07-17T08:09:25.6618074Z adding 'torch/sparse/_semi_structured_conversions.py' 2025-07-17T08:09:25.6622626Z adding 'torch/sparse/_semi_structured_ops.py' 2025-07-17T08:09:25.6647643Z adding 'torch/sparse/_triton_ops.py' 2025-07-17T08:09:25.6768101Z adding 'torch/sparse/_triton_ops_meta.py' 2025-07-17T08:09:25.6788369Z adding 'torch/sparse/semi_structured.py' 2025-07-17T08:09:25.6798467Z adding 'torch/special/__init__.py' 2025-07-17T08:09:25.6967335Z adding 'torch/test/CppSignature_test.exe' 2025-07-17T08:09:25.7233055Z adding 'torch/test/Dict_test.exe' 2025-07-17T08:09:25.7419025Z adding 'torch/test/Dimname_test.exe' 2025-07-17T08:09:25.7650199Z adding 'torch/test/IListRef_test.exe' 2025-07-17T08:09:25.7891115Z adding 'torch/test/KernelFunction_test.exe' 2025-07-17T08:09:25.8236309Z adding 'torch/test/List_test.exe' 2025-07-17T08:09:25.8493907Z adding 'torch/test/MaybeOwned_test.exe' 2025-07-17T08:09:25.8727174Z adding 'torch/test/NamedTensor_test.exe' 2025-07-17T08:09:25.8938994Z adding 'torch/test/StorageUtils_test.exe' 2025-07-17T08:09:25.9159268Z adding 'torch/test/apply_utils_test.exe' 2025-07-17T08:09:25.9391145Z adding 'torch/test/atest.exe' 2025-07-17T08:09:25.9607097Z adding 'torch/test/backend_fallback_test.exe' 2025-07-17T08:09:25.9851489Z adding 'torch/test/basic.exe' 2025-07-17T08:09:26.0060373Z adding 'torch/test/broadcast_test.exe' 2025-07-17T08:09:26.0228684Z adding 'torch/test/c10_ArrayRef_test.exe' 2025-07-17T08:09:26.0404946Z adding 'torch/test/c10_Bitset_test.exe' 2025-07-17T08:09:26.0564447Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2025-07-17T08:09:26.0719793Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2025-07-17T08:09:26.0882442Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2025-07-17T08:09:26.1056091Z adding 'torch/test/c10_DeviceGuard_test.exe' 2025-07-17T08:09:26.1234091Z adding 'torch/test/c10_Device_test.exe' 2025-07-17T08:09:26.1437792Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2025-07-17T08:09:26.1626942Z adding 'torch/test/c10_Enumerate_test.exe' 2025-07-17T08:09:26.1800188Z adding 'torch/test/c10_Half_test.exe' 2025-07-17T08:09:26.1989766Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2025-07-17T08:09:26.2181952Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2025-07-17T08:09:26.2360242Z adding 'torch/test/c10_IntrusiveList_test.exe' 2025-07-17T08:09:26.2549951Z adding 'torch/test/c10_LeftRight_test.exe' 2025-07-17T08:09:26.2731639Z adding 'torch/test/c10_Metaprogramming_test.exe' 2025-07-17T08:09:26.2909345Z adding 'torch/test/c10_NetworkFlow_test.exe' 2025-07-17T08:09:26.3084981Z adding 'torch/test/c10_Scalar_test.exe' 2025-07-17T08:09:26.3244888Z adding 'torch/test/c10_Semaphore_test.exe' 2025-07-17T08:09:26.3431311Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2025-07-17T08:09:26.3587463Z adding 'torch/test/c10_StreamGuard_test.exe' 2025-07-17T08:09:26.3756835Z adding 'torch/test/c10_SymInt_test.exe' 2025-07-17T08:09:26.3926315Z adding 'torch/test/c10_Synchronized_test.exe' 2025-07-17T08:09:26.4111268Z adding 'torch/test/c10_ThreadLocal_test.exe' 2025-07-17T08:09:26.4285947Z adding 'torch/test/c10_TypeIndex_test.exe' 2025-07-17T08:09:26.4449455Z adding 'torch/test/c10_TypeList_test.exe' 2025-07-17T08:09:26.4604005Z adding 'torch/test/c10_TypeTraits_test.exe' 2025-07-17T08:09:26.4779915Z adding 'torch/test/c10_accumulate_test.exe' 2025-07-17T08:09:26.4970659Z adding 'torch/test/c10_bfloat16_test.exe' 2025-07-17T08:09:26.5135561Z adding 'torch/test/c10_bit_cast_test.exe' 2025-07-17T08:09:26.5337391Z adding 'torch/test/c10_complex_math_test.exe' 2025-07-17T08:09:26.5527535Z adding 'torch/test/c10_complex_test.exe' 2025-07-17T08:09:26.5722871Z adding 'torch/test/c10_cow_test.exe' 2025-07-17T08:09:26.5892976Z adding 'torch/test/c10_error_test.exe' 2025-07-17T08:09:26.6072455Z adding 'torch/test/c10_exception_test.exe' 2025-07-17T08:09:26.6236432Z adding 'torch/test/c10_flags_test.exe' 2025-07-17T08:09:26.6406386Z adding 'torch/test/c10_generic_math_test.exe' 2025-07-17T08:09:26.6551694Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2025-07-17T08:09:26.6989334Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2025-07-17T08:09:26.7177370Z adding 'torch/test/c10_irange_test.exe' 2025-07-17T08:09:26.7356824Z adding 'torch/test/c10_lazy_test.exe' 2025-07-17T08:09:26.7545896Z adding 'torch/test/c10_logging_test.exe' 2025-07-17T08:09:26.7899688Z adding 'torch/test/c10_optional_test.exe' 2025-07-17T08:09:26.8111051Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2025-07-17T08:09:26.8290434Z adding 'torch/test/c10_registry_test.exe' 2025-07-17T08:09:26.8651314Z adding 'torch/test/c10_small_vector_test.exe' 2025-07-17T08:09:26.8836811Z adding 'torch/test/c10_ssize_test.exe' 2025-07-17T08:09:26.9028916Z adding 'torch/test/c10_string_util_test.exe' 2025-07-17T08:09:26.9185731Z adding 'torch/test/c10_string_view_test.exe' 2025-07-17T08:09:26.9346456Z adding 'torch/test/c10_tempfile_test.exe' 2025-07-17T08:09:26.9534425Z adding 'torch/test/c10_typeid_test.exe' 2025-07-17T08:09:26.9737971Z adding 'torch/test/cpu_allocator_test.exe' 2025-07-17T08:09:26.9958988Z adding 'torch/test/cpu_generator_test.exe' 2025-07-17T08:09:27.0166661Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2025-07-17T08:09:27.0508067Z adding 'torch/test/cpu_rng_test.exe' 2025-07-17T08:09:27.0718113Z adding 'torch/test/dlconvertor_test.exe' 2025-07-17T08:09:27.0939518Z adding 'torch/test/extension_backend_test.exe' 2025-07-17T08:09:27.1157063Z adding 'torch/test/half_test.exe' 2025-07-17T08:09:27.1408209Z adding 'torch/test/inline_container_test.exe' 2025-07-17T08:09:27.1773272Z adding 'torch/test/ivalue_test.exe' 2025-07-17T08:09:27.2193119Z adding 'torch/test/kernel_function_legacy_test.exe' 2025-07-17T08:09:27.2548148Z adding 'torch/test/kernel_function_test.exe' 2025-07-17T08:09:27.2981621Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2025-07-17T08:09:27.3341913Z adding 'torch/test/kernel_lambda_test.exe' 2025-07-17T08:09:27.3586653Z adding 'torch/test/kernel_stackbased_test.exe' 2025-07-17T08:09:27.3788014Z adding 'torch/test/lazy_tensor_test.exe' 2025-07-17T08:09:27.4075155Z adding 'torch/test/legacy_vmap_test.exe' 2025-07-17T08:09:27.4420088Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2025-07-17T08:09:27.4637234Z adding 'torch/test/math_kernel_test.exe' 2025-07-17T08:09:27.4843403Z adding 'torch/test/memory_format_test.exe' 2025-07-17T08:09:27.5050181Z adding 'torch/test/memory_overlapping_test.exe' 2025-07-17T08:09:27.5254159Z adding 'torch/test/mobile_memory_cleanup.exe' 2025-07-17T08:09:27.5482849Z adding 'torch/test/native_test.exe' 2025-07-17T08:09:27.5640552Z adding 'torch/test/op_allowlist_test.exe' 2025-07-17T08:09:27.6448822Z adding 'torch/test/op_registration_test.exe' 2025-07-17T08:09:27.6667159Z adding 'torch/test/operator_name_test.exe' 2025-07-17T08:09:27.6867642Z adding 'torch/test/operators_test.exe' 2025-07-17T08:09:27.7075570Z adding 'torch/test/packedtensoraccessor_test.exe' 2025-07-17T08:09:27.7345931Z adding 'torch/test/pow_test.exe' 2025-07-17T08:09:27.7579963Z adding 'torch/test/quantized_test.exe' 2025-07-17T08:09:27.7785952Z adding 'torch/test/reduce_ops_test.exe' 2025-07-17T08:09:27.7996422Z adding 'torch/test/reportMemoryUsage_test.exe' 2025-07-17T08:09:27.8225864Z adding 'torch/test/scalar_tensor_test.exe' 2025-07-17T08:09:27.8467968Z adding 'torch/test/scalar_test.exe' 2025-07-17T08:09:27.8676300Z adding 'torch/test/stride_properties_test.exe' 2025-07-17T08:09:27.8954505Z adding 'torch/test/tensor_iterator_test.exe' 2025-07-17T08:09:27.9173822Z adding 'torch/test/test_parallel.exe' 2025-07-17T08:09:27.9232221Z adding 'torch/test/thread_init_test.exe' 2025-07-17T08:09:27.9408394Z adding 'torch/test/type_ptr_test.exe' 2025-07-17T08:09:27.9635292Z adding 'torch/test/type_test.exe' 2025-07-17T08:09:27.9851707Z adding 'torch/test/undefined_tensor_test.exe' 2025-07-17T08:09:27.9908825Z adding 'torch/test/verify_api_visibility.exe' 2025-07-17T08:09:28.0107582Z adding 'torch/test/weakref_test.exe' 2025-07-17T08:09:28.0341553Z adding 'torch/test/wrapdim_test.exe' 2025-07-17T08:09:28.0589463Z adding 'torch/test/xla_tensor_test.exe' 2025-07-17T08:09:28.0601849Z adding 'torch/testing/__init__.py' 2025-07-17T08:09:28.0626350Z adding 'torch/testing/_comparison.py' 2025-07-17T08:09:28.0634826Z adding 'torch/testing/_creation.py' 2025-07-17T08:09:28.0638969Z adding 'torch/testing/_utils.py' 2025-07-17T08:09:28.0644339Z adding 'torch/testing/_internal/__init__.py' 2025-07-17T08:09:28.0653550Z adding 'torch/testing/_internal/autocast_test_lists.py' 2025-07-17T08:09:28.0662734Z adding 'torch/testing/_internal/autograd_function_db.py' 2025-07-17T08:09:28.0669842Z adding 'torch/testing/_internal/check_kernel_launches.py' 2025-07-17T08:09:28.0679728Z adding 'torch/testing/_internal/common_cuda.py' 2025-07-17T08:09:28.0716954Z adding 'torch/testing/_internal/common_device_type.py' 2025-07-17T08:09:28.0725032Z adding 'torch/testing/_internal/common_dist_composable.py' 2025-07-17T08:09:28.0758071Z adding 'torch/testing/_internal/common_distributed.py' 2025-07-17T08:09:28.0766463Z adding 'torch/testing/_internal/common_dtype.py' 2025-07-17T08:09:28.0793205Z adding 'torch/testing/_internal/common_fsdp.py' 2025-07-17T08:09:28.0804430Z adding 'torch/testing/_internal/common_jit.py' 2025-07-17T08:09:28.1137772Z adding 'torch/testing/_internal/common_methods_invocations.py' 2025-07-17T08:09:28.1172166Z adding 'torch/testing/_internal/common_mkldnn.py' 2025-07-17T08:09:28.1225325Z adding 'torch/testing/_internal/common_modules.py' 2025-07-17T08:09:28.1245985Z adding 'torch/testing/_internal/common_mps.py' 2025-07-17T08:09:28.1298857Z adding 'torch/testing/_internal/common_nn.py' 2025-07-17T08:09:28.1328878Z adding 'torch/testing/_internal/common_optimizers.py' 2025-07-17T08:09:28.1339081Z adding 'torch/testing/_internal/common_pruning.py' 2025-07-17T08:09:28.1388998Z adding 'torch/testing/_internal/common_quantization.py' 2025-07-17T08:09:28.1405416Z adding 'torch/testing/_internal/common_quantized.py' 2025-07-17T08:09:28.1417980Z adding 'torch/testing/_internal/common_subclass.py' 2025-07-17T08:09:28.1532799Z adding 'torch/testing/_internal/common_utils.py' 2025-07-17T08:09:28.1549117Z adding 'torch/testing/_internal/composite_compliance.py' 2025-07-17T08:09:28.1558472Z adding 'torch/testing/_internal/custom_op_db.py' 2025-07-17T08:09:28.1563307Z adding 'torch/testing/_internal/custom_tensor.py' 2025-07-17T08:09:28.1568887Z adding 'torch/testing/_internal/dist_utils.py' 2025-07-17T08:09:28.1573788Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2025-07-17T08:09:28.1577567Z adding 'torch/testing/_internal/fake_config_module.py' 2025-07-17T08:09:28.1580762Z adding 'torch/testing/_internal/fake_config_module2.py' 2025-07-17T08:09:28.1583913Z adding 'torch/testing/_internal/fake_config_module3.py' 2025-07-17T08:09:28.1589863Z adding 'torch/testing/_internal/hop_db.py' 2025-07-17T08:09:28.1597568Z adding 'torch/testing/_internal/hypothesis_utils.py' 2025-07-17T08:09:28.1604931Z adding 'torch/testing/_internal/inductor_utils.py' 2025-07-17T08:09:28.1618123Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2025-07-17T08:09:28.1633082Z adding 'torch/testing/_internal/jit_utils.py' 2025-07-17T08:09:28.1639246Z adding 'torch/testing/_internal/logging_tensor.py' 2025-07-17T08:09:28.1644948Z adding 'torch/testing/_internal/logging_utils.py' 2025-07-17T08:09:28.1648965Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2025-07-17T08:09:28.1652295Z adding 'torch/testing/_internal/static_module.py' 2025-07-17T08:09:28.1656125Z adding 'torch/testing/_internal/subclasses.py' 2025-07-17T08:09:28.1660678Z adding 'torch/testing/_internal/torchbind_impls.py' 2025-07-17T08:09:28.1674423Z adding 'torch/testing/_internal/triton_utils.py' 2025-07-17T08:09:28.1680605Z adding 'torch/testing/_internal/two_tensor.py' 2025-07-17T08:09:28.1685992Z adding 'torch/testing/_internal/codegen/__init__.py' 2025-07-17T08:09:28.1691439Z adding 'torch/testing/_internal/data/__init__.py' 2025-07-17T08:09:28.1695746Z adding 'torch/testing/_internal/data/network1.py' 2025-07-17T08:09:28.1698822Z adding 'torch/testing/_internal/data/network2.py' 2025-07-17T08:09:28.1704191Z adding 'torch/testing/_internal/distributed/__init__.py' 2025-07-17T08:09:28.1710560Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2025-07-17T08:09:28.1718437Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2025-07-17T08:09:28.1731364Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2025-07-17T08:09:28.1883600Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2025-07-17T08:09:28.1907336Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2025-07-17T08:09:28.1912655Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2025-07-17T08:09:28.1923099Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2025-07-17T08:09:28.1930579Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2025-07-17T08:09:28.1934717Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2025-07-17T08:09:28.1938175Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2025-07-17T08:09:28.1944984Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2025-07-17T08:09:28.1949548Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2025-07-17T08:09:28.1953289Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2025-07-17T08:09:28.1957080Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2025-07-17T08:09:28.1967401Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2025-07-17T08:09:28.1971762Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2025-07-17T08:09:28.1977010Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2025-07-17T08:09:28.1986191Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2025-07-17T08:09:28.1991007Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2025-07-17T08:09:28.2025234Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2025-07-17T08:09:28.2033143Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2025-07-17T08:09:28.2039663Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2025-07-17T08:09:28.2043930Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2025-07-17T08:09:28.2047701Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2025-07-17T08:09:28.2117070Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2025-07-17T08:09:28.2125855Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2025-07-17T08:09:28.2129647Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2025-07-17T08:09:28.2134178Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2025-07-17T08:09:28.2140317Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2025-07-17T08:09:28.2144413Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2025-07-17T08:09:28.2148706Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2025-07-17T08:09:28.2165245Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2025-07-17T08:09:28.2172713Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2025-07-17T08:09:28.2178040Z adding 'torch/testing/_internal/generated/__init__.py' 2025-07-17T08:09:28.2270470Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2025-07-17T08:09:28.2289512Z adding 'torch/testing/_internal/opinfo/__init__.py' 2025-07-17T08:09:28.2348105Z adding 'torch/testing/_internal/opinfo/core.py' 2025-07-17T08:09:28.2358638Z adding 'torch/testing/_internal/opinfo/refs.py' 2025-07-17T08:09:28.2381130Z adding 'torch/testing/_internal/opinfo/utils.py' 2025-07-17T08:09:28.2387366Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2025-07-17T08:09:28.2403926Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2025-07-17T08:09:28.2414564Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2025-07-17T08:09:28.2440879Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2025-07-17T08:09:28.2464571Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2025-07-17T08:09:28.2472512Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2025-07-17T08:09:28.2483899Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2025-07-17T08:09:28.2492397Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2025-07-17T08:09:28.2497139Z adding 'torch/testing/_internal/optests/__init__.py' 2025-07-17T08:09:28.2502147Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2025-07-17T08:09:28.2507287Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2025-07-17T08:09:28.2510755Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2025-07-17T08:09:28.2526052Z adding 'torch/testing/_internal/optests/generate_tests.py' 2025-07-17T08:09:28.2531116Z adding 'torch/testing/_internal/optests/make_fx.py' 2025-07-17T08:09:28.2535019Z adding 'torch/testing/_internal/test_module/__init__.py' 2025-07-17T08:09:28.2538042Z adding 'torch/testing/_internal/test_module/future_div.py' 2025-07-17T08:09:28.2541074Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2025-07-17T08:09:28.2546895Z adding 'torch/utils/__init__.py' 2025-07-17T08:09:28.2551360Z adding 'torch/utils/_appending_byte_serializer.py' 2025-07-17T08:09:28.2555963Z adding 'torch/utils/_backport_slots.py' 2025-07-17T08:09:28.2569007Z adding 'torch/utils/_config_module.py' 2025-07-17T08:09:28.2573253Z adding 'torch/utils/_config_typing.pyi' 2025-07-17T08:09:28.2579425Z adding 'torch/utils/_content_store.py' 2025-07-17T08:09:28.2584659Z adding 'torch/utils/_contextlib.py' 2025-07-17T08:09:28.2588604Z adding 'torch/utils/_cpp_embed_headers.py' 2025-07-17T08:09:28.2592340Z adding 'torch/utils/_cpp_extension_versioner.py' 2025-07-17T08:09:28.2605748Z adding 'torch/utils/_cxx_pytree.py' 2025-07-17T08:09:28.2610755Z adding 'torch/utils/_device.py' 2025-07-17T08:09:28.2614176Z adding 'torch/utils/_dtype_abbrs.py' 2025-07-17T08:09:28.2618824Z adding 'torch/utils/_exposed_in.py' 2025-07-17T08:09:28.2623477Z adding 'torch/utils/_filelock.py' 2025-07-17T08:09:28.2628087Z adding 'torch/utils/_foreach_utils.py' 2025-07-17T08:09:28.2633086Z adding 'torch/utils/_functools.py' 2025-07-17T08:09:28.2639686Z adding 'torch/utils/_get_clean_triton.py' 2025-07-17T08:09:28.2644484Z adding 'torch/utils/_helion.py' 2025-07-17T08:09:28.2649332Z adding 'torch/utils/_import_utils.py' 2025-07-17T08:09:28.2652560Z adding 'torch/utils/_mode_utils.py' 2025-07-17T08:09:28.2658436Z adding 'torch/utils/_ordered_set.py' 2025-07-17T08:09:28.2675564Z adding 'torch/utils/_python_dispatch.py' 2025-07-17T08:09:28.2709844Z adding 'torch/utils/_pytree.py' 2025-07-17T08:09:28.2716374Z adding 'torch/utils/_stats.py' 2025-07-17T08:09:28.2721453Z adding 'torch/utils/_thunk.py' 2025-07-17T08:09:28.2730317Z adding 'torch/utils/_traceback.py' 2025-07-17T08:09:28.2736081Z adding 'torch/utils/_triton.py' 2025-07-17T08:09:28.2739555Z adding 'torch/utils/_typing_utils.py' 2025-07-17T08:09:28.2744900Z adding 'torch/utils/_zip.py' 2025-07-17T08:09:28.2756598Z adding 'torch/utils/backend_registration.py' 2025-07-17T08:09:28.2769165Z adding 'torch/utils/bundled_inputs.py' 2025-07-17T08:09:28.2808043Z adding 'torch/utils/checkpoint.py' 2025-07-17T08:09:28.2826227Z adding 'torch/utils/collect_env.py' 2025-07-17T08:09:28.2831736Z adding 'torch/utils/cpp_backtrace.py' 2025-07-17T08:09:28.2898175Z adding 'torch/utils/cpp_extension.py' 2025-07-17T08:09:28.2910238Z adding 'torch/utils/deterministic.py' 2025-07-17T08:09:28.2914998Z adding 'torch/utils/dlpack.py' 2025-07-17T08:09:28.2920459Z adding 'torch/utils/file_baton.py' 2025-07-17T08:09:28.2938425Z adding 'torch/utils/flop_counter.py' 2025-07-17T08:09:28.2946905Z adding 'torch/utils/hooks.py' 2025-07-17T08:09:28.2952146Z adding 'torch/utils/mkldnn.py' 2025-07-17T08:09:28.2957219Z adding 'torch/utils/mobile_optimizer.py' 2025-07-17T08:09:28.2960498Z adding 'torch/utils/model_zoo.py' 2025-07-17T08:09:28.2966839Z adding 'torch/utils/module_tracker.py' 2025-07-17T08:09:28.2971649Z adding 'torch/utils/show_pickle.py' 2025-07-17T08:09:28.2976921Z adding 'torch/utils/throughput_benchmark.py' 2025-07-17T08:09:28.2983750Z adding 'torch/utils/weak.py' 2025-07-17T08:09:28.2988071Z adding 'torch/utils/_strobelight/__init__.py' 2025-07-17T08:09:28.2995492Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2025-07-17T08:09:28.2999697Z adding 'torch/utils/_sympy/__init__.py' 2025-07-17T08:09:28.3021825Z adding 'torch/utils/_sympy/functions.py' 2025-07-17T08:09:28.3028699Z adding 'torch/utils/_sympy/interp.py' 2025-07-17T08:09:28.3034304Z adding 'torch/utils/_sympy/numbers.py' 2025-07-17T08:09:28.3042393Z adding 'torch/utils/_sympy/printers.py' 2025-07-17T08:09:28.3049151Z adding 'torch/utils/_sympy/reference.py' 2025-07-17T08:09:28.3053414Z adding 'torch/utils/_sympy/singleton_int.py' 2025-07-17T08:09:28.3058535Z adding 'torch/utils/_sympy/solve.py' 2025-07-17T08:09:28.3063217Z adding 'torch/utils/_sympy/symbol.py' 2025-07-17T08:09:28.3077989Z adding 'torch/utils/_sympy/value_ranges.py' 2025-07-17T08:09:28.3082915Z adding 'torch/utils/backcompat/__init__.py' 2025-07-17T08:09:28.3086975Z adding 'torch/utils/benchmark/__init__.py' 2025-07-17T08:09:28.3090785Z adding 'torch/utils/benchmark/examples/__init__.py' 2025-07-17T08:09:28.3094690Z adding 'torch/utils/benchmark/examples/compare.py' 2025-07-17T08:09:28.3098650Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2025-07-17T08:09:28.3103142Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2025-07-17T08:09:28.3107344Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2025-07-17T08:09:28.3112065Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2025-07-17T08:09:28.3115937Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2025-07-17T08:09:28.3120002Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2025-07-17T08:09:28.3124240Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2025-07-17T08:09:28.3128209Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2025-07-17T08:09:28.3132354Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2025-07-17T08:09:28.3136328Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2025-07-17T08:09:28.3140283Z adding 'torch/utils/benchmark/utils/__init__.py' 2025-07-17T08:09:28.3143643Z adding 'torch/utils/benchmark/utils/_stubs.py' 2025-07-17T08:09:28.3151229Z adding 'torch/utils/benchmark/utils/common.py' 2025-07-17T08:09:28.3158841Z adding 'torch/utils/benchmark/utils/compare.py' 2025-07-17T08:09:28.3164392Z adding 'torch/utils/benchmark/utils/compile.py' 2025-07-17T08:09:28.3169799Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2025-07-17T08:09:28.3180271Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2025-07-17T08:09:28.3186900Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2025-07-17T08:09:28.3192010Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2025-07-17T08:09:28.3204610Z adding 'torch/utils/benchmark/utils/timer.py' 2025-07-17T08:09:28.3210414Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2025-07-17T08:09:28.3216791Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2025-07-17T08:09:28.3221763Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2025-07-17T08:09:28.3226903Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2025-07-17T08:09:28.3246315Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2025-07-17T08:09:28.3334400Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2025-07-17T08:09:28.3349733Z adding 'torch/utils/bottleneck/__init__.py' 2025-07-17T08:09:28.3357500Z adding 'torch/utils/bottleneck/__main__.py' 2025-07-17T08:09:28.3363482Z adding 'torch/utils/data/__init__.py' 2025-07-17T08:09:28.3366940Z adding 'torch/utils/data/backward_compatibility.py' 2025-07-17T08:09:28.3421583Z adding 'torch/utils/data/dataloader.py' 2025-07-17T08:09:28.3436450Z adding 'torch/utils/data/dataset.py' 2025-07-17T08:09:28.3443738Z adding 'torch/utils/data/distributed.py' 2025-07-17T08:09:28.3451579Z adding 'torch/utils/data/graph.py' 2025-07-17T08:09:28.3458893Z adding 'torch/utils/data/graph_settings.py' 2025-07-17T08:09:28.3467638Z adding 'torch/utils/data/sampler.py' 2025-07-17T08:09:28.3472815Z adding 'torch/utils/data/_utils/__init__.py' 2025-07-17T08:09:28.3481998Z adding 'torch/utils/data/_utils/collate.py' 2025-07-17T08:09:28.3486080Z adding 'torch/utils/data/_utils/fetch.py' 2025-07-17T08:09:28.3490397Z adding 'torch/utils/data/_utils/pin_memory.py' 2025-07-17T08:09:28.3496497Z adding 'torch/utils/data/_utils/signal_handling.py' 2025-07-17T08:09:28.3504190Z adding 'torch/utils/data/_utils/worker.py' 2025-07-17T08:09:28.3508694Z adding 'torch/utils/data/datapipes/__init__.py' 2025-07-17T08:09:28.3513753Z adding 'torch/utils/data/datapipes/_decorator.py' 2025-07-17T08:09:28.3520647Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2025-07-17T08:09:28.3530572Z adding 'torch/utils/data/datapipes/_typing.py' 2025-07-17T08:09:28.3538690Z adding 'torch/utils/data/datapipes/datapipe.py' 2025-07-17T08:09:28.3551577Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2025-07-17T08:09:28.3558995Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2025-07-17T08:09:28.3563467Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2025-07-17T08:09:28.3567358Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2025-07-17T08:09:28.3573956Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2025-07-17T08:09:28.3579779Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2025-07-17T08:09:28.3583405Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2025-07-17T08:09:28.3589467Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2025-07-17T08:09:28.3598317Z adding 'torch/utils/data/datapipes/iter/callable.py' 2025-07-17T08:09:28.3605092Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2025-07-17T08:09:28.3618058Z adding 'torch/utils/data/datapipes/iter/combining.py' 2025-07-17T08:09:28.3624192Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2025-07-17T08:09:28.3629905Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2025-07-17T08:09:28.3638969Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2025-07-17T08:09:28.3644633Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2025-07-17T08:09:28.3649044Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2025-07-17T08:09:28.3654648Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2025-07-17T08:09:28.3659814Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2025-07-17T08:09:28.3665023Z adding 'torch/utils/data/datapipes/iter/utils.py' 2025-07-17T08:09:28.3670785Z adding 'torch/utils/data/datapipes/map/__init__.py' 2025-07-17T08:09:28.3675887Z adding 'torch/utils/data/datapipes/map/callable.py' 2025-07-17T08:09:28.3681737Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2025-07-17T08:09:28.3687371Z adding 'torch/utils/data/datapipes/map/combining.py' 2025-07-17T08:09:28.3692758Z adding 'torch/utils/data/datapipes/map/grouping.py' 2025-07-17T08:09:28.3696732Z adding 'torch/utils/data/datapipes/map/utils.py' 2025-07-17T08:09:28.3702028Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2025-07-17T08:09:28.3711933Z adding 'torch/utils/data/datapipes/utils/common.py' 2025-07-17T08:09:28.3720279Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2025-07-17T08:09:28.3726220Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2025-07-17T08:09:28.3731491Z adding 'torch/utils/hipify/__init__.py' 2025-07-17T08:09:28.3736342Z adding 'torch/utils/hipify/constants.py' 2025-07-17T08:09:28.3833972Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2025-07-17T08:09:28.3869131Z adding 'torch/utils/hipify/hipify_python.py' 2025-07-17T08:09:28.3875060Z adding 'torch/utils/hipify/version.py' 2025-07-17T08:09:28.3881757Z adding 'torch/utils/jit/__init__.py' 2025-07-17T08:09:28.3888966Z adding 'torch/utils/jit/log_extract.py' 2025-07-17T08:09:28.3903148Z adding 'torch/utils/model_dump/__init__.py' 2025-07-17T08:09:28.3908474Z adding 'torch/utils/model_dump/__main__.py' 2025-07-17T08:09:28.3918845Z adding 'torch/utils/model_dump/code.js' 2025-07-17T08:09:28.3924576Z adding 'torch/utils/model_dump/htm.mjs' 2025-07-17T08:09:28.3934682Z adding 'torch/utils/model_dump/preact.mjs' 2025-07-17T08:09:28.3938286Z adding 'torch/utils/model_dump/skeleton.html' 2025-07-17T08:09:28.3942019Z adding 'torch/utils/serialization/__init__.py' 2025-07-17T08:09:28.3947156Z adding 'torch/utils/serialization/config.py' 2025-07-17T08:09:28.3951774Z adding 'torch/utils/tensorboard/__init__.py' 2025-07-17T08:09:28.3955092Z adding 'torch/utils/tensorboard/_convert_np.py' 2025-07-17T08:09:28.3960747Z adding 'torch/utils/tensorboard/_embedding.py' 2025-07-17T08:09:28.3964710Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2025-07-17T08:09:28.3968489Z adding 'torch/utils/tensorboard/_proto_graph.py' 2025-07-17T08:09:28.3976354Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2025-07-17T08:09:28.3981205Z adding 'torch/utils/tensorboard/_utils.py' 2025-07-17T08:09:28.3997705Z adding 'torch/utils/tensorboard/summary.py' 2025-07-17T08:09:28.4015086Z adding 'torch/utils/tensorboard/writer.py' 2025-07-17T08:09:28.4019999Z adding 'torch/utils/viz/__init__.py' 2025-07-17T08:09:28.4029924Z adding 'torch/utils/viz/_cycles.py' 2025-07-17T08:09:28.4039739Z adding 'torch/xpu/__init__.py' 2025-07-17T08:09:28.4045157Z adding 'torch/xpu/_gpu_trace.py' 2025-07-17T08:09:28.4048870Z adding 'torch/xpu/_utils.py' 2025-07-17T08:09:28.4053871Z adding 'torch/xpu/memory.py' 2025-07-17T08:09:28.4058343Z adding 'torch/xpu/random.py' 2025-07-17T08:09:28.4063227Z adding 'torch/xpu/streams.py' 2025-07-17T08:09:28.4210464Z adding 'torch-2.9.0a0+gita38f433.dist-info/licenses/LICENSE' 2025-07-17T08:09:28.4233523Z adding 'torch-2.9.0a0+gita38f433.dist-info/licenses/NOTICE' 2025-07-17T08:09:28.4237974Z adding 'torchgen/__init__.py' 2025-07-17T08:09:28.4242000Z adding 'torchgen/code_template.py' 2025-07-17T08:09:28.4247563Z adding 'torchgen/context.py' 2025-07-17T08:09:28.4290211Z adding 'torchgen/gen.py' 2025-07-17T08:09:28.4303588Z adding 'torchgen/gen_aoti_c_shim.py' 2025-07-17T08:09:28.4313960Z adding 'torchgen/gen_backend_stubs.py' 2025-07-17T08:09:28.4330060Z adding 'torchgen/gen_functionalization_type.py' 2025-07-17T08:09:28.4341100Z adding 'torchgen/gen_lazy_tensor.py' 2025-07-17T08:09:28.4347087Z adding 'torchgen/gen_schema_utils.py' 2025-07-17T08:09:28.4354239Z adding 'torchgen/gen_vmap_plumbing.py' 2025-07-17T08:09:28.4359537Z adding 'torchgen/local.py' 2025-07-17T08:09:28.4422172Z adding 'torchgen/model.py' 2025-07-17T08:09:28.4449674Z adding 'torchgen/native_function_generation.py' 2025-07-17T08:09:28.4464522Z adding 'torchgen/utils.py' 2025-07-17T08:09:28.4469907Z adding 'torchgen/yaml_utils.py' 2025-07-17T08:09:28.4476245Z adding 'torchgen/aoti/__init__.py' 2025-07-17T08:09:28.4485363Z adding 'torchgen/aoti/fallback_ops.py' 2025-07-17T08:09:28.4494143Z adding 'torchgen/api/__init__.py' 2025-07-17T08:09:28.4517160Z adding 'torchgen/api/autograd.py' 2025-07-17T08:09:28.4529858Z adding 'torchgen/api/cpp.py' 2025-07-17T08:09:28.4534501Z adding 'torchgen/api/dispatcher.py' 2025-07-17T08:09:28.4541257Z adding 'torchgen/api/functionalization.py' 2025-07-17T08:09:28.4550171Z adding 'torchgen/api/lazy.py' 2025-07-17T08:09:28.4555136Z adding 'torchgen/api/meta.py' 2025-07-17T08:09:28.4559816Z adding 'torchgen/api/native.py' 2025-07-17T08:09:28.4584333Z adding 'torchgen/api/python.py' 2025-07-17T08:09:28.4591984Z adding 'torchgen/api/structured.py' 2025-07-17T08:09:28.4600592Z adding 'torchgen/api/translate.py' 2025-07-17T08:09:28.4606075Z adding 'torchgen/api/ufunc.py' 2025-07-17T08:09:28.4612318Z adding 'torchgen/api/unboxing.py' 2025-07-17T08:09:28.4616469Z adding 'torchgen/api/types/__init__.py' 2025-07-17T08:09:28.4623893Z adding 'torchgen/api/types/signatures.py' 2025-07-17T08:09:28.4629281Z adding 'torchgen/api/types/types.py' 2025-07-17T08:09:28.4634662Z adding 'torchgen/api/types/types_base.py' 2025-07-17T08:09:28.4638999Z adding 'torchgen/dest/__init__.py' 2025-07-17T08:09:28.4654520Z adding 'torchgen/dest/lazy_ir.py' 2025-07-17T08:09:28.4660392Z adding 'torchgen/dest/lazy_ts_lowering.py' 2025-07-17T08:09:28.4665777Z adding 'torchgen/dest/native_functions.py' 2025-07-17T08:09:28.4685522Z adding 'torchgen/dest/register_dispatch_key.py' 2025-07-17T08:09:28.4697483Z adding 'torchgen/dest/ufunc.py' 2025-07-17T08:09:28.4703251Z adding 'torchgen/operator_versions/__init__.py' 2025-07-17T08:09:28.4711129Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2025-07-17T08:09:28.4715974Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2025-07-17T08:09:28.4899418Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2025-07-17T08:09:28.4925358Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2025-07-17T08:09:28.4934036Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2025-07-17T08:09:28.4938018Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2025-07-17T08:09:28.4943139Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2025-07-17T08:09:28.4946876Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2025-07-17T08:09:28.4952230Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2025-07-17T08:09:28.4955526Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2025-07-17T08:09:28.4958695Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2025-07-17T08:09:28.4961775Z adding 'torchgen/packaged/ATen/templates/Function.h' 2025-07-17T08:09:28.4965211Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2025-07-17T08:09:28.4971038Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2025-07-17T08:09:28.4975624Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2025-07-17T08:09:28.4978941Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2025-07-17T08:09:28.4982023Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2025-07-17T08:09:28.4985315Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2025-07-17T08:09:28.4988604Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2025-07-17T08:09:28.4992037Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2025-07-17T08:09:28.4995246Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2025-07-17T08:09:28.5000688Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2025-07-17T08:09:28.5004091Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2025-07-17T08:09:28.5007869Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2025-07-17T08:09:28.5012022Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2025-07-17T08:09:28.5015339Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2025-07-17T08:09:28.5018688Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2025-07-17T08:09:28.5022050Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2025-07-17T08:09:28.5025624Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2025-07-17T08:09:28.5029743Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2025-07-17T08:09:28.5033413Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2025-07-17T08:09:28.5037626Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2025-07-17T08:09:28.5040903Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2025-07-17T08:09:28.5044278Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2025-07-17T08:09:28.5057637Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2025-07-17T08:09:28.5062201Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2025-07-17T08:09:28.5065524Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2025-07-17T08:09:28.5069078Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2025-07-17T08:09:28.5072378Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2025-07-17T08:09:28.5075653Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2025-07-17T08:09:28.5079027Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2025-07-17T08:09:28.5082394Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2025-07-17T08:09:28.5085406Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2025-07-17T08:09:28.5089422Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2025-07-17T08:09:28.5092378Z adding 'torchgen/packaged/autograd/README.md' 2025-07-17T08:09:28.5095332Z adding 'torchgen/packaged/autograd/__init__.py' 2025-07-17T08:09:28.5098356Z adding 'torchgen/packaged/autograd/build.bzl' 2025-07-17T08:09:28.5101565Z adding 'torchgen/packaged/autograd/context.py' 2025-07-17T08:09:28.5105594Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2025-07-17T08:09:28.5162048Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2025-07-17T08:09:28.5170592Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2025-07-17T08:09:28.5175043Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2025-07-17T08:09:28.5190233Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2025-07-17T08:09:28.5205005Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2025-07-17T08:09:28.5228718Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2025-07-17T08:09:28.5241189Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2025-07-17T08:09:28.5247521Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2025-07-17T08:09:28.5287173Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2025-07-17T08:09:28.5299028Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2025-07-17T08:09:28.5321583Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2025-07-17T08:09:28.5332514Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2025-07-17T08:09:28.5338772Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2025-07-17T08:09:28.5344609Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2025-07-17T08:09:28.5353370Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2025-07-17T08:09:28.5360063Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2025-07-17T08:09:28.5368014Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2025-07-17T08:09:28.5371534Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2025-07-17T08:09:28.5377730Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2025-07-17T08:09:28.5382651Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2025-07-17T08:09:28.5385944Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2025-07-17T08:09:28.5391716Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2025-07-17T08:09:28.5397018Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2025-07-17T08:09:28.5401894Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2025-07-17T08:09:28.5407283Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2025-07-17T08:09:28.5411081Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2025-07-17T08:09:28.5415201Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2025-07-17T08:09:28.5420545Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2025-07-17T08:09:28.5423769Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2025-07-17T08:09:28.5427624Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2025-07-17T08:09:28.5440730Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2025-07-17T08:09:28.5446016Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2025-07-17T08:09:28.5463112Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2025-07-17T08:09:28.5469047Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2025-07-17T08:09:28.5472942Z adding 'torchgen/selective_build/__init__.py' 2025-07-17T08:09:28.5477834Z adding 'torchgen/selective_build/operator.py' 2025-07-17T08:09:28.5484440Z adding 'torchgen/selective_build/selector.py' 2025-07-17T08:09:28.5488643Z adding 'torchgen/static_runtime/__init__.py' 2025-07-17T08:09:28.5494185Z adding 'torchgen/static_runtime/config.py' 2025-07-17T08:09:28.5499610Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2025-07-17T08:09:28.5516622Z adding 'torchgen/static_runtime/generator.py' 2025-07-17T08:09:28.5529599Z adding 'torch-2.9.0a0+gita38f433.dist-info/METADATA' 2025-07-17T08:09:28.5532338Z adding 'torch-2.9.0a0+gita38f433.dist-info/WHEEL' 2025-07-17T08:09:28.5535872Z adding 'torch-2.9.0a0+gita38f433.dist-info/entry_points.txt' 2025-07-17T08:09:28.5538001Z adding 'torch-2.9.0a0+gita38f433.dist-info/top_level.txt' 2025-07-17T08:09:28.6455799Z adding 'torch-2.9.0a0+gita38f433.dist-info/RECORD' 2025-07-17T08:09:28.6924449Z removing build\bdist.win-amd64\wheel 2025-07-17T08:09:30.3089750Z 2025-07-17T08:09:30.3090533Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2025-07-17T08:09:30.3090904Z 2025-07-17T08:09:30.3091117Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2025-07-17T08:09:30.3091759Z 2025-07-17T08:09:30.3092032Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2025-07-17T08:09:30.3330789Z Compile requests 7018 2025-07-17T08:09:30.3331149Z Compile requests executed 5275 2025-07-17T08:09:30.3331419Z Cache hits 5204 2025-07-17T08:09:30.3331705Z Cache hits (C/C++) 5204 2025-07-17T08:09:30.3331985Z Cache misses 51 2025-07-17T08:09:30.3332239Z Cache misses (C/C++) 51 2025-07-17T08:09:30.3332707Z Cache timeouts 0 2025-07-17T08:09:30.3333048Z Cache read errors 0 2025-07-17T08:09:30.3333326Z Forced recaches 0 2025-07-17T08:09:30.3333588Z Cache write errors 0 2025-07-17T08:09:30.3333863Z Compilation failures 3 2025-07-17T08:09:30.3334126Z Cache errors 17 2025-07-17T08:09:30.3334396Z Cache errors (C/C++) 17 2025-07-17T08:09:30.3334662Z Non-cacheable compilations 2 2025-07-17T08:09:30.3334946Z Non-cacheable calls 1743 2025-07-17T08:09:30.3335216Z Non-compilation calls 0 2025-07-17T08:09:30.3335482Z Unsupported compiler calls 0 2025-07-17T08:09:30.3335768Z Average cache write 0.031 s 2025-07-17T08:09:30.3336042Z Average compiler 0.094 s 2025-07-17T08:09:30.3336372Z Average cache read hit 0.064 s 2025-07-17T08:09:30.3336658Z Failed distributed compilations 0 2025-07-17T08:09:30.3336873Z 2025-07-17T08:09:30.3336961Z Non-cacheable reasons: 2025-07-17T08:09:30.3337192Z multiple input files 1743 2025-07-17T08:09:30.3337371Z 2025-07-17T08:09:30.3337567Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-07-17T08:09:30.3337961Z Version (client) 0.7.4 2025-07-17T08:09:30.3357577Z 2025-07-17T08:09:30.3358186Z (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-07-17T08:09:31.3352624Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.9.0a0+gita38f433-cp39-cp39-win_amd64.whl 2025-07-17T08:09:33.2553800Z Installing collected packages: torch 2025-07-17T08:10:07.6604402Z Successfully installed torch-2.9.0a0+gita38f433 2025-07-17T08:10:07.7286021Z 2025-07-17T08:10:07.7287696Z (base) C:\actions-runner\_work\pytorch\pytorch>(if "win-vs2022-cpu-py3" == "" (echo NOTE: To run `import torch`, please make sure to activate the conda environment by running `call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3` in Command Prompt before running Git Bash. ) else ( 2025-07-17T08:10:07.7289243Z copy /Y "dist\*.whl" "C:/16337959945/build-results/" 2025-07-17T08:10:07.7289632Z python tools/stats/export_test_times.py 2025-07-17T08:10:07.7290180Z robocopy /E ".additional_ci_files" "C:/16337959945/build-results/\.additional_ci_files" 2025-07-17T08:10:07.7290729Z copy /Y "build\.ninja_log" "C:/16337959945/build-results/\" 2025-07-17T08:10:07.7291094Z ) ) 2025-07-17T08:10:07.7296915Z dist\torch-2.9.0a0+gita38f433-cp39-cp39-win_amd64.whl 2025-07-17T08:10:08.0741527Z 1 file(s) copied. 2025-07-17T08:10:09.5565436Z Exporting test times from test-infra 2025-07-17T08:10:09.5566500Z 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-07-17T08:10:09.5568173Z 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-07-17T08:10:09.5995948Z 2025-07-17T08:10:09.5996546Z ------------------------------------------------------------------------------- 2025-07-17T08:10:09.5997381Z ROBOCOPY :: Robust File Copy for Windows 2025-07-17T08:10:09.5997835Z ------------------------------------------------------------------------------- 2025-07-17T08:10:09.5998164Z 2025-07-17T08:10:09.5999790Z Started : Thursday, July 17, 2025 8:10:09 AM 2025-07-17T08:10:09.6000238Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-07-17T08:10:09.6000687Z Dest : C:\16337959945\build-results\.additional_ci_files\ 2025-07-17T08:10:09.6000958Z 2025-07-17T08:10:09.6001442Z Files : *.* 2025-07-17T08:10:09.6001785Z 2025-07-17T08:10:09.6002987Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2025-07-17T08:10:09.6003242Z 2025-07-17T08:10:09.6003411Z ------------------------------------------------------------------------------ 2025-07-17T08:10:09.6006611Z 2025-07-17T08:10:09.6013191Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2025-07-17T08:10:09.6020939Z New File 7.9 m test-class-times.json 2025-07-17T08:10:09.6023845Z 6.2% 2025-07-17T08:10:09.6027532Z 12.5% 2025-07-17T08:10:09.6030609Z 18.7% 2025-07-17T08:10:09.6033987Z 25.0% 2025-07-17T08:10:09.6036750Z 31.3% 2025-07-17T08:10:09.6040548Z 37.5% 2025-07-17T08:10:09.6043373Z 43.8% 2025-07-17T08:10:09.6046792Z 50.0% 2025-07-17T08:10:09.6049593Z 56.3% 2025-07-17T08:10:09.6053063Z 62.6% 2025-07-17T08:10:09.6055758Z 68.8% 2025-07-17T08:10:09.6059044Z 75.1% 2025-07-17T08:10:09.6061756Z 81.3% 2025-07-17T08:10:09.6064984Z 87.6% 2025-07-17T08:10:09.6067803Z 93.9% 2025-07-17T08:10:09.6070185Z 100% 2025-07-17T08:10:09.6077334Z New File 2.2 m test-times.json 2025-07-17T08:10:09.6079944Z 22% 2025-07-17T08:10:09.6083649Z 45% 2025-07-17T08:10:09.6086454Z 67% 2025-07-17T08:10:09.6088453Z 90% 2025-07-17T08:10:09.6092101Z 100% 2025-07-17T08:10:09.6092452Z 2025-07-17T08:10:09.6092630Z ------------------------------------------------------------------------------ 2025-07-17T08:10:09.6092908Z 2025-07-17T08:10:09.6094161Z Total Copied Skipped Mismatch FAILED Extras 2025-07-17T08:10:09.6095173Z Dirs : 1 1 0 0 0 0 2025-07-17T08:10:09.6095942Z Files : 2 2 0 0 0 0 2025-07-17T08:10:09.6096859Z Bytes : 10.19 m 10.19 m 0 0 0 0 2025-07-17T08:10:09.6097804Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2025-07-17T08:10:09.6098143Z Ended : Thursday, July 17, 2025 8:10:09 AM 2025-07-17T08:10:09.6098433Z 2025-07-17T08:10:09.9923209Z 1 file(s) copied. 2025-07-17T08:10:09.9925972Z 2025-07-17T08:10:09.9926549Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2022-cpu-py3-46153715425.json 2025-07-17T08:10:10.0296906Z 2025-07-17T08:10:10.0297439Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2025-07-17T08:10:10.0386089Z Stopping sccache server... 2025-07-17T08:10:10.0407382Z Compile requests 7018 2025-07-17T08:10:10.0407752Z Compile requests executed 5275 2025-07-17T08:10:10.0408017Z Cache hits 5204 2025-07-17T08:10:10.0408324Z Cache hits (C/C++) 5204 2025-07-17T08:10:10.0408622Z Cache misses 51 2025-07-17T08:10:10.0408898Z Cache misses (C/C++) 51 2025-07-17T08:10:10.0409199Z Cache timeouts 0 2025-07-17T08:10:10.0409514Z Cache read errors 0 2025-07-17T08:10:10.0409894Z Forced recaches 0 2025-07-17T08:10:10.0410184Z Cache write errors 0 2025-07-17T08:10:10.0410447Z Compilation failures 3 2025-07-17T08:10:10.0410732Z Cache errors 17 2025-07-17T08:10:10.0411005Z Cache errors (C/C++) 17 2025-07-17T08:10:10.0411277Z Non-cacheable compilations 2 2025-07-17T08:10:10.0411560Z Non-cacheable calls 1743 2025-07-17T08:10:10.0411824Z Non-compilation calls 0 2025-07-17T08:10:10.0412110Z Unsupported compiler calls 0 2025-07-17T08:10:10.0412387Z Average cache write 0.031 s 2025-07-17T08:10:10.0412676Z Average compiler 0.094 s 2025-07-17T08:10:10.0412947Z Average cache read hit 0.064 s 2025-07-17T08:10:10.0413241Z Failed distributed compilations 0 2025-07-17T08:10:10.0413432Z 2025-07-17T08:10:10.0413527Z Non-cacheable reasons: 2025-07-17T08:10:10.0413833Z multiple input files 1743 2025-07-17T08:10:10.0414028Z 2025-07-17T08:10:10.0414239Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2025-07-17T08:10:10.0414618Z Version (client) 0.7.4 2025-07-17T08:10:10.0428186Z 2025-07-17T08:10:10.0428714Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2025-07-17T08:10:10.0762933Z + assert_git_not_dirty 2025-07-17T08:10:10.0954919Z + [[ win-vs2022-cpu-py3 != *rocm* ]] 2025-07-17T08:10:10.0955247Z + [[ win-vs2022-cpu-py3 != *xla* ]] 2025-07-17T08:10:10.1418109Z ++ git status --porcelain 2025-07-17T08:10:10.1473353Z ++ grep -v '?? third_party' 2025-07-17T08:12:00.5305495Z ++ true 2025-07-17T08:12:00.5309240Z + git_status= 2025-07-17T08:12:00.5309913Z + [[ -n '' ]] 2025-07-17T08:12:00.5310211Z + echo 'BUILD PASSED' 2025-07-17T08:12:00.5310439Z BUILD PASSED 2025-07-17T08:12:00.7390815Z ##[group]Run seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a 2025-07-17T08:12:00.7391391Z with: 2025-07-17T08:12:00.7391624Z retention-days: 14 2025-07-17T08:12:00.7391844Z if-no-files-found: error 2025-07-17T08:12:00.7392128Z name: win-vs2022-cpu-py3 2025-07-17T08:12:00.7392356Z path: C:\16337959945\build-results 2025-07-17T08:12:00.7392626Z s3-bucket: gha-artifacts 2025-07-17T08:12:00.7392849Z region: us-east-1 2025-07-17T08:12:00.7393047Z env: 2025-07-17T08:12:00.7393216Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:00.7393695Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:00.7394191Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:00.7394664Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:00.7395058Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:00.7395342Z ##[endgroup] 2025-07-17T08:12:01.5501187Z With the provided path, there will be 4 files uploaded 2025-07-17T08:12:01.5501666Z Uploading to s3 prefix: pytorch/pytorch/16337959945/win-vs2022-cpu-py3 2025-07-17T08:12:01.6376198Z Starting upload of .additional_ci_files\test-class-times.json 2025-07-17T08:12:01.9001115Z Finished upload of .additional_ci_files\test-class-times.json 2025-07-17T08:12:01.9003766Z Starting upload of .additional_ci_files\test-times.json 2025-07-17T08:12:02.0182500Z Finished upload of .additional_ci_files\test-times.json 2025-07-17T08:12:02.0184726Z Starting upload of .ninja_log 2025-07-17T08:12:02.2005296Z Finished upload of .ninja_log 2025-07-17T08:12:02.2006751Z Starting upload of torch-2.9.0a0+gita38f433-cp39-cp39-win_amd64.whl 2025-07-17T08:12:06.2693558Z Finished upload of torch-2.9.0a0+gita38f433-cp39-cp39-win_amd64.whl 2025-07-17T08:12:06.3213013Z Prepare all required actions 2025-07-17T08:12:06.3218459Z Getting action download info 2025-07-17T08:12:06.4632185Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-17T08:12:06.8077916Z ##[group]Run ./.github/actions/upload-sccache-stats 2025-07-17T08:12:06.8078305Z with: 2025-07-17T08:12:06.8078794Z github-token: *** 2025-07-17T08:12:06.8079022Z env: 2025-07-17T08:12:06.8079254Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:06.8079647Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:06.8080211Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:06.8080702Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:06.8081188Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:06.8082775Z ##[endgroup] 2025-07-17T08:12:06.8200833Z ##[group]Run seemethere/upload-artifact-s3@v5 2025-07-17T08:12:06.8201189Z with: 2025-07-17T08:12:06.8201427Z s3-prefix: pytorch/pytorch/16337959945/1/artifact 2025-07-17T08:12:06.8201749Z retention-days: 14 2025-07-17T08:12:06.8201970Z if-no-files-found: warn 2025-07-17T08:12:06.8202226Z path: sccache-stats-*.json 2025-07-17T08:12:06.8202544Z name: artifact 2025-07-17T08:12:06.8202757Z s3-bucket: gha-artifacts 2025-07-17T08:12:06.8202999Z region: us-east-1 2025-07-17T08:12:06.8203193Z env: 2025-07-17T08:12:06.8203381Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:06.8203744Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:06.8204265Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:06.8204729Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:06.8206225Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:06.8206529Z ##[endgroup] 2025-07-17T08:12:07.2097263Z NOTE: s3-prefix specified, ignoring name parameter 2025-07-17T08:12:07.2097695Z With the provided path, there will be 1 file uploaded 2025-07-17T08:12:07.2098106Z Uploading to s3 prefix: pytorch/pytorch/16337959945/1/artifact 2025-07-17T08:12:07.2111048Z Starting upload of sccache-stats-win-vs2022-cpu-py3-46153715425.json 2025-07-17T08:12:07.3214093Z Finished upload of sccache-stats-win-vs2022-cpu-py3-46153715425.json 2025-07-17T08:12:07.3536162Z Prepare all required actions 2025-07-17T08:12:07.3536554Z Getting action download info 2025-07-17T08:12:07.5514107Z ##[group]Run ./.github/actions/teardown-win 2025-07-17T08:12:07.5514389Z with: 2025-07-17T08:12:07.5514628Z extra-delete-dir: /c/16337959945/build-results/ 2025-07-17T08:12:07.5514913Z env: 2025-07-17T08:12:07.5515104Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:07.5515550Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:07.5516069Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:07.5516542Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:07.5516928Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:07.5517226Z ##[endgroup] 2025-07-17T08:12:07.5624776Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:12:07.5625171Z .github\scripts\wait_for_ssh_to_drain.ps1 2025-07-17T08:12:07.5641057Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:12:07.5641500Z env: 2025-07-17T08:12:07.5641704Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:07.5642071Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:07.5642582Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:07.5643053Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:07.5643441Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:07.5643737Z ##[endgroup] 2025-07-17T08:12:07.9608669Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:12:07.9678091Z Finished 2025-07-17T08:12:08.1074459Z Holding runner until all ssh sessions have logged out 2025-07-17T08:12:08.1311199Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:12:08.1311606Z .github\scripts\kill_active_ssh_sessions.ps1 2025-07-17T08:12:08.1327135Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:12:08.1327588Z env: 2025-07-17T08:12:08.1327790Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:08.1328171Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:08.1328670Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:08.1329141Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:08.1329523Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:08.1329814Z ##[endgroup] 2025-07-17T08:12:08.4809239Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:12:08.4880455Z Finished 2025-07-17T08:12:08.5275267Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2025-07-17T08:12:08.5275630Z env: 2025-07-17T08:12:08.5275857Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:08.5276303Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:08.5276846Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:08.5277345Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:08.5277758Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:08.5278068Z ##[endgroup] 2025-07-17T08:12:08.5355967Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-17T08:12:08.5356712Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2025-07-17T08:12:08.5357408Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2025-07-17T08:12:08.5357917Z # handle tool 2025-07-17T08:12:08.5358245Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2025-07-17T08:12:08.5358656Z Foreach ($process In $processes) { 2025-07-17T08:12:08.5360235Z  Try { 2025-07-17T08:12:08.5360770Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2025-07-17T08:12:08.5361455Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2025-07-17T08:12:08.5361831Z  } 2025-07-17T08:12:08.5362020Z  Catch { 2025-07-17T08:12:08.5362391Z  Write-Output "No leftover $process process, continuing" 2025-07-17T08:12:08.5362760Z  Write-Output $_ 2025-07-17T08:12:08.5363055Z  } 2025-07-17T08:12:08.5363269Z } 2025-07-17T08:12:08.5363461Z  2025-07-17T08:12:08.5363901Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2025-07-17T08:12:08.5364444Z # for hung processes 2025-07-17T08:12:08.5364709Z Foreach ($process In $processes) { 2025-07-17T08:12:08.5365076Z  Try { 2025-07-17T08:12:08.5365458Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2025-07-17T08:12:08.5365907Z  } 2025-07-17T08:12:08.5366097Z  Catch { 2025-07-17T08:12:08.5366302Z  Write-Output $_ 2025-07-17T08:12:08.5366530Z  } 2025-07-17T08:12:08.5366698Z } 2025-07-17T08:12:08.5366878Z  2025-07-17T08:12:08.5367044Z Try { 2025-07-17T08:12:08.5367276Z  # Print all the processes for debugging 2025-07-17T08:12:08.5367716Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2025-07-17T08:12:08.5368133Z } 2025-07-17T08:12:08.5368299Z Catch { 2025-07-17T08:12:08.5368690Z  # Better to write out whatever exception thrown to help debugging any potential issue 2025-07-17T08:12:08.5369150Z  Write-Output $_ 2025-07-17T08:12:08.5369374Z } 2025-07-17T08:12:08.5384910Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:12:08.5385355Z env: 2025-07-17T08:12:08.5385554Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:08.5385915Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:08.5386428Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:08.5386884Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:08.5387285Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:08.5387574Z ##[endgroup] 2025-07-17T08:12:08.8810852Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:12:08.8881771Z Finished 2025-07-17T08:12:08.9035259Z No leftover python process, continuing 2025-07-17T08:12:08.9478198Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9478964Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9479541Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9479983Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9480502Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9481737Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9482905Z 2025-07-17T08:12:08.9494949Z No leftover ninja process, continuing 2025-07-17T08:12:08.9506476Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9507156Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9507729Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9508139Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9509553Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9510464Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9511602Z 2025-07-17T08:12:08.9521465Z No leftover cl process, continuing 2025-07-17T08:12:08.9531336Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9532138Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9532724Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9533144Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9533677Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9534482Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9535182Z 2025-07-17T08:12:08.9543153Z No leftover nvcc process, continuing 2025-07-17T08:12:08.9552700Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9553400Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9553966Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9554420Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9554936Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9555760Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9556676Z 2025-07-17T08:12:08.9564354Z No leftover cmd process, continuing 2025-07-17T08:12:08.9573874Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9574546Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9575122Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9575549Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9576008Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9576814Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9577372Z 2025-07-17T08:12:08.9585256Z No leftover sccache process, continuing 2025-07-17T08:12:08.9595025Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9595670Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9596211Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9596589Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9597049Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9597873Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9598439Z 2025-07-17T08:12:08.9606306Z No leftover git process, continuing 2025-07-17T08:12:08.9615687Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2025-07-17T08:12:08.9616321Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:9 char:5 2025-07-17T08:12:08.9616848Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2025-07-17T08:12:08.9617226Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:08.9617843Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2025-07-17T08:12:08.9618983Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2025-07-17T08:12:08.9619553Z 2025-07-17T08:12:09.0054464Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0054972Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0055687Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0056093Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0056484Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0056860Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0057141Z 2025-07-17T08:12:09.0209169Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0209679Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0210389Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0210805Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0211191Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0211570Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0211861Z 2025-07-17T08:12:09.0360173Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0360677Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0361218Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0361633Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0362027Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0362411Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0362704Z 2025-07-17T08:12:09.0508285Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0508831Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0509530Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0509951Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0510359Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0510752Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0511018Z 2025-07-17T08:12:09.0653275Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0653761Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0654304Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0654740Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0655141Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0655525Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0655790Z 2025-07-17T08:12:09.0794781Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0795278Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0796027Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0796747Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0797218Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0797599Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0797869Z 2025-07-17T08:12:09.0939146Z You cannot call a method on a null-valued expression. 2025-07-17T08:12:09.0940104Z At C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1:21 char:5 2025-07-17T08:12:09.0940668Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2025-07-17T08:12:09.0941094Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-07-17T08:12:09.0941485Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2025-07-17T08:12:09.0941882Z + FullyQualifiedErrorId : InvokeMethodOnNull 2025-07-17T08:12:09.0942222Z 2025-07-17T08:12:09.3042058Z Caption CommandLine ProcessId 2025-07-17T08:12:09.3042546Z 2025-07-17T08:12:09.3043553Z System Idle Process 0 2025-07-17T08:12:09.3043980Z 2025-07-17T08:12:09.3044537Z System 4 2025-07-17T08:12:09.3045048Z 2025-07-17T08:12:09.3046463Z Registry 168 2025-07-17T08:12:09.3046897Z 2025-07-17T08:12:09.3047352Z smss.exe 408 2025-07-17T08:12:09.3047742Z 2025-07-17T08:12:09.3048542Z csrss.exe 516 2025-07-17T08:12:09.3048918Z 2025-07-17T08:12:09.3050369Z csrss.exe 592 2025-07-17T08:12:09.3050764Z 2025-07-17T08:12:09.3051056Z wininit.exe 644 2025-07-17T08:12:09.3051501Z 2025-07-17T08:12:09.3051855Z winlogon.exe winlogon.exe 664 2025-07-17T08:12:09.3052334Z 2025-07-17T08:12:09.3053032Z services.exe 736 2025-07-17T08:12:09.3053451Z 2025-07-17T08:12:09.3054226Z lsass.exe C:\Windows\system32\lsass.exe 756 2025-07-17T08:12:09.3054688Z 2025-07-17T08:12:09.3055609Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 884 2025-07-17T08:12:09.3056187Z 2025-07-17T08:12:09.3056640Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 908 2025-07-17T08:12:09.3057172Z 2025-07-17T08:12:09.3057547Z fontdrvhost.exe "fontdrvhost.exe" 932 2025-07-17T08:12:09.3057999Z 2025-07-17T08:12:09.3058624Z fontdrvhost.exe "fontdrvhost.exe" 940 2025-07-17T08:12:09.3059081Z 2025-07-17T08:12:09.3059665Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 120 2025-07-17T08:12:09.3060224Z 2025-07-17T08:12:09.3060836Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 472 2025-07-17T08:12:09.3061427Z 2025-07-17T08:12:09.3061914Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 464 2025-07-17T08:12:09.3062476Z 2025-07-17T08:12:09.3062845Z dwm.exe "dwm.exe" 1104 2025-07-17T08:12:09.3063223Z 2025-07-17T08:12:09.3064279Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1116 2025-07-17T08:12:09.3064957Z 2025-07-17T08:12:09.3065520Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1252 2025-07-17T08:12:09.3066187Z 2025-07-17T08:12:09.3066646Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1336 2025-07-17T08:12:09.3067213Z 2025-07-17T08:12:09.3067841Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1364 2025-07-17T08:12:09.3068484Z 2025-07-17T08:12:09.3068926Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1388 2025-07-17T08:12:09.3069609Z 2025-07-17T08:12:09.3070094Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1436 2025-07-17T08:12:09.3070720Z 2025-07-17T08:12:09.3071177Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1468 2025-07-17T08:12:09.3071744Z 2025-07-17T08:12:09.3073464Z NVDisplay.Container.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe -s NVDisplay.ContainerLocalSystem -f C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log -l 3 -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\LocalSystem -r -p 30000 -cfg NVDisplay.ContainerLocalSystem\LocalSystem /ert 1484 2025-07-17T08:12:09.3075286Z 2025-07-17T08:12:09.3075773Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1536 2025-07-17T08:12:09.3076358Z 2025-07-17T08:12:09.3076814Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1636 2025-07-17T08:12:09.3077361Z 2025-07-17T08:12:09.3077815Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1644 2025-07-17T08:12:09.3078358Z 2025-07-17T08:12:09.3078983Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1656 2025-07-17T08:12:09.3079609Z 2025-07-17T08:12:09.3080199Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1780 2025-07-17T08:12:09.3080918Z 2025-07-17T08:12:09.3081369Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1812 2025-07-17T08:12:09.3081897Z 2025-07-17T08:12:09.3082396Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1868 2025-07-17T08:12:09.3082971Z 2025-07-17T08:12:09.3083499Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 1876 2025-07-17T08:12:09.3084180Z 2025-07-17T08:12:09.3084843Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 1948 2025-07-17T08:12:09.3085570Z 2025-07-17T08:12:09.3086063Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2008 2025-07-17T08:12:09.3086663Z 2025-07-17T08:12:09.3087669Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 1188 2025-07-17T08:12:09.3088275Z 2025-07-17T08:12:09.3088806Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 1980 2025-07-17T08:12:09.3089701Z 2025-07-17T08:12:09.3090234Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2088 2025-07-17T08:12:09.3090901Z 2025-07-17T08:12:09.3091477Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2244 2025-07-17T08:12:09.3092158Z 2025-07-17T08:12:09.3092630Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2296 2025-07-17T08:12:09.3093194Z 2025-07-17T08:12:09.3093671Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2536 2025-07-17T08:12:09.3094228Z 2025-07-17T08:12:09.3094623Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2572 2025-07-17T08:12:09.3095096Z 2025-07-17T08:12:09.3095575Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2596 2025-07-17T08:12:09.3096130Z 2025-07-17T08:12:09.3096658Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2680 2025-07-17T08:12:09.3097201Z 2025-07-17T08:12:09.3097753Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2688 2025-07-17T08:12:09.3098425Z 2025-07-17T08:12:09.3098917Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2696 2025-07-17T08:12:09.3099538Z 2025-07-17T08:12:09.3100082Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2704 2025-07-17T08:12:09.3100728Z 2025-07-17T08:12:09.3101218Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2712 2025-07-17T08:12:09.3101805Z 2025-07-17T08:12:09.3102279Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2728 2025-07-17T08:12:09.3102846Z 2025-07-17T08:12:09.3103324Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2736 2025-07-17T08:12:09.3103901Z 2025-07-17T08:12:09.3104374Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2748 2025-07-17T08:12:09.3104952Z 2025-07-17T08:12:09.3105645Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 2980 2025-07-17T08:12:09.3106355Z 2025-07-17T08:12:09.3106779Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3020 2025-07-17T08:12:09.3107250Z 2025-07-17T08:12:09.3107723Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3052 2025-07-17T08:12:09.3108311Z 2025-07-17T08:12:09.3108791Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3100 2025-07-17T08:12:09.3109434Z 2025-07-17T08:12:09.3110079Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe 3120 2025-07-17T08:12:09.3110798Z 2025-07-17T08:12:09.3111399Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3504 2025-07-17T08:12:09.3112084Z 2025-07-17T08:12:09.3112654Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 3996 2025-07-17T08:12:09.3113298Z 2025-07-17T08:12:09.3113776Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a71855 /state1:0x41c64e6d 4244 2025-07-17T08:12:09.3114428Z 2025-07-17T08:12:09.3116045Z NVDisplay.Container.exe "C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\NVDisplay.Container.exe" -f %ProgramData%\NVIDIA\DisplaySessionContainer%d.log -d C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\Display.NvContainer\plugins\Session -r -l 3 -p 30000 -cfg NVDisplay.ContainerLocalSystem\Session /ert -c 4384 2025-07-17T08:12:09.3117788Z 2025-07-17T08:12:09.3118479Z nvWmi64.exe C:\Windows\System32\DriverStore\FileRepository\nv_dispswi.inf_amd64_43a904fa5fe2998c\NVWMI\nvWmi64.exe -spawnprovider 4520 2025-07-17T08:12:09.3119315Z 2025-07-17T08:12:09.3119664Z vds.exe C:\Windows\System32\vds.exe 2660 2025-07-17T08:12:09.3120121Z 2025-07-17T08:12:09.3120671Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 2104 2025-07-17T08:12:09.3121320Z 2025-07-17T08:12:09.3122011Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4536 2025-07-17T08:12:09.3122789Z 2025-07-17T08:12:09.3124293Z 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 2896 2025-07-17T08:12:09.3125901Z 2025-07-17T08:12:09.3126296Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4164 2025-07-17T08:12:09.3126780Z 2025-07-17T08:12:09.3127355Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 1456 2025-07-17T08:12:09.3127944Z 2025-07-17T08:12:09.3128547Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 1920 2025-07-17T08:12:09.3129249Z 2025-07-17T08:12:09.3129638Z msdtc.exe C:\Windows\System32\msdtc.exe 4208 2025-07-17T08:12:09.3130129Z 2025-07-17T08:12:09.3130684Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3204 2025-07-17T08:12:09.3131325Z 2025-07-17T08:12:09.3131788Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4960 2025-07-17T08:12:09.3132324Z 2025-07-17T08:12:09.3132839Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p 1372 2025-07-17T08:12:09.3133470Z 2025-07-17T08:12:09.3133972Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 5032 2025-07-17T08:12:09.3134573Z 2025-07-17T08:12:09.3134968Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3900 2025-07-17T08:12:09.3135462Z 2025-07-17T08:12:09.3135990Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 968 2025-07-17T08:12:09.3136555Z 2025-07-17T08:12:09.3137028Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 3216 2025-07-17T08:12:09.3137648Z 2025-07-17T08:12:09.3138128Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 4352 2025-07-17T08:12:09.3138736Z 2025-07-17T08:12:09.3139128Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4824 2025-07-17T08:12:09.3139620Z 2025-07-17T08:12:09.3140168Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1448 2025-07-17T08:12:09.3140784Z 2025-07-17T08:12:09.3141314Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 3752 2025-07-17T08:12:09.3141908Z 2025-07-17T08:12:09.3142435Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2296 2308 4016 2025-07-17T08:12:09.3143037Z 2025-07-17T08:12:09.3143444Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 2612 2025-07-17T08:12:09.3143926Z 2025-07-17T08:12:09.3144551Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4108 2025-07-17T08:12:09.3145218Z 2025-07-17T08:12:09.3145831Z vctip.exe "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64\VCTIP.EXE" 5768 2025-07-17T08:12:09.3146545Z 2025-07-17T08:12:09.3146996Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3924 2025-07-17T08:12:09.3147514Z 2025-07-17T08:12:09.3148289Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\77533a06-e9ed-4178-b1b5-52c555ddc3d6.ps1'" 4308 2025-07-17T08:12:09.3149147Z 2025-07-17T08:12:09.3149826Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5668 2025-07-17T08:12:09.3150491Z 2025-07-17T08:12:09.3150494Z 2025-07-17T08:12:09.3150498Z 2025-07-17T08:12:09.3430990Z ##[group]Run nick-fields/retry@v3.0.0 2025-07-17T08:12:09.3431254Z with: 2025-07-17T08:12:09.3431423Z shell: bash 2025-07-17T08:12:09.3431598Z timeout_minutes: 5 2025-07-17T08:12:09.3431800Z max_attempts: 3 2025-07-17T08:12:09.3431984Z retry_wait_seconds: 90 2025-07-17T08:12:09.3432941Z 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-07-17T08:12:09.3433943Z polling_interval_seconds: 1 2025-07-17T08:12:09.3434178Z warning_on_retry: true 2025-07-17T08:12:09.3434394Z continue_on_error: false 2025-07-17T08:12:09.3434598Z env: 2025-07-17T08:12:09.3434778Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:09.3435168Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:09.3435719Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:09.3436181Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:09.3436552Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:09.3436880Z EXTRA_DELETE_DIR: /c/16337959945/build-results/ 2025-07-17T08:12:09.3437153Z ##[endgroup] 2025-07-17T08:12:09.6800008Z + '[' -n /c/16337959945/build-results/ ']' 2025-07-17T08:12:09.6800575Z + rm -rf /c/16337959945/build-results/ 2025-07-17T08:12:09.7727981Z + rm -rf ./AGENTS.md ./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 ./pyrefly.toml ./pytest.ini ./requirements-build.txt ./requirements.txt ./sccache-stats-win-vs2022-cpu-py3-46153715425.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2025-07-17T08:12:39.8102904Z Command completed after 1 attempt(s). 2025-07-17T08:12:39.8285579Z ##[group]Run handle C:\actions-runner\_work\ 2025-07-17T08:12:39.8285926Z handle C:\actions-runner\_work\ 2025-07-17T08:12:39.8302414Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:12:39.8302852Z env: 2025-07-17T08:12:39.8303027Z GIT_DEFAULT_BRANCH: main 2025-07-17T08:12:39.8303385Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2025-07-17T08:12:39.8303882Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2025-07-17T08:12:39.8304343Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2025-07-17T08:12:39.8304723Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2025-07-17T08:12:39.8304988Z ##[endgroup] 2025-07-17T08:12:40.1904810Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:12:40.1951651Z Finished 2025-07-17T08:12:40.4123370Z 2025-07-17T08:12:40.4123791Z Nthandle v5.0 - Handle viewer 2025-07-17T08:12:40.4124151Z Copyright (C) 1997-2022 Mark Russinovich 2025-07-17T08:12:40.4124443Z Sysinternals - www.sysinternals.com 2025-07-17T08:12:40.4124627Z 2025-07-17T08:12:40.4501834Z powershell.exe pid: 2840 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T08:12:40.4502451Z handle.exe pid: 2280 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T08:12:40.4503000Z handle.exe pid: 3112 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T08:12:40.4503541Z handle64.exe pid: 5500 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2025-07-17T08:12:40.5784256Z Post job cleanup. 2025-07-17T08:12:40.5907809Z Post job cleanup. 2025-07-17T08:12:40.7974546Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-17T08:12:40.8182879Z git version 2.49.0.windows.1 2025-07-17T08:12:40.8252614Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\d1a00d3f-4b67-4dcc-ba08-4c40ba8ac31d\.gitconfig' 2025-07-17T08:12:40.8269996Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d1a00d3f-4b67-4dcc-ba08-4c40ba8ac31d' before making global git config changes 2025-07-17T08:12:40.8270883Z Adding repository directory to the temporary git global config as a safe directory 2025-07-17T08:12:40.8281178Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2025-07-17T08:12:40.8541338Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-17T08:12:40.8790050Z [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-07-17T08:12:41.3090356Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-17T08:12:41.3287474Z http.https://github.com/.extraheader 2025-07-17T08:12:41.3331946Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-17T08:12:41.3595998Z [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-07-17T08:12:41.7299213Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-17T08:12:41.7350030Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-07-17T08:12:41.7365261Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-17T08:12:41.7365712Z ##[endgroup] 2025-07-17T08:12:42.0891267Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-17T08:12:42.0960437Z Finished 2025-07-17T08:12:43.6363446Z Evaluate and set job outputs 2025-07-17T08:12:43.6379642Z Set output 'test-matrix' 2025-07-17T08:12:43.6391387Z Cleaning up orphan processes 2025-07-17T08:12:43.8429587Z Terminate orphan process: pid (5768) (vctip)